You may use the rewritten DiskDesc file created by the mmcrvsd command in an SP environment or the mmcrlv command in an HACMP environment, or create your own file, or enter the disk descriptors on the command line. When using the DiskDesc file created by either the mmcrvsd command or the mmcrlv command command, the values supplied on input to the command for Disk Usage and FailureGroup are used. When creating your own file or entering the descriptors on the command line, you must specify these values or accept the system defaults.
Whether you create a DescFile or a DiskDesc, on your commands, the positional parameters of the disk descriptor are the same. The only difference is how the disk descriptors are delimited. When entering them on the command line using a DiskDesc, each descriptor is separated by a semicolon and the entire string must be enclosed in quotation marks. When entering them in a DescFile, each descriptor is on a separate line. The current maximum number of disk descriptors that can be defined for any single file system is 1024.
Each descriptor contains positional parameters that apply to the disk, separated by colons (:).
You must provide a descriptor for each disk to be passed to the GPFS file system. Each descriptor must be specified in the form:
DiskName:::DiskUsage:FailureGroup
In an HACMP environment, you must specify the logical volume name. For details on generating the DiskName for a logical volume, see the mmcrlv command.
Any parameter that is allowed to default must be explicitly skipped. For example, if you want to use gpfslv01 for both data and metadata (the default) and have it placed in failure group 5, the disk descriptor would be:
gpfslv01::::5
If you also wanted to allow the last parameter, Failure Group, to default, you could omit the delimiting colons:
gpfslv01
or leave them in if you prefer:
gpfslv01::::