The standard format parameters set the output format of listing commands (commands that start with ls*) in the administrative CLI. These parameters can be used either in a listing command syntax or in the setoutput command syntax. You can specify these parameters in addition to the parameters available for a specific listing command.
The format settings remain in effect for the duration of the administrative CLI session or until you reset the parameters either by specifying these parameters in a listing command or using the setoutput command.
>>-+-------------------------------+--+----------------+--------> | .-default----------. | | .-off-. | '- –fmt--+-delim--character-+-' '- –p--+-on--+-' '-xml--------------' >--+------------------+--+---------------+----------------------> | .-on--. | '- –r--number-' '- –hdr--+-off-+-' >--+----------------+------------------------------------------>< | .-off-. | '- –v--+-on--+-'
Name Type Size (GB) Used (GB) Used (%) Alert (%) =============================================================== DEFAULT Default 10000 2500 25 80 Volumes Partition Size (MB) Description ==================================================== 10 64 Default Storage Pool
DEFAULT,Default,10000,2500,25,80,10,64,Default Storage Pool
<IRETURNVALUE> <INSTANCE CLASSNAME="STC_StoragePool"> <PROPERTY NAME="Name" TYPE="string"><VALUE>DEFAULT_POOL</VALUE> </PROPERTY> <PROPERTY NAME="PoolType" TYPE="uint32"><VALUE>1</VALUE> </PROPERTY> <PROPERTY NAME="PartitionSize" TYPE="uint64"><VALUE>16</VALUE> </PROPERTY> <PROPERTY NAME="AlertPercentage" TYPE="uint16"><VALUE>80</VALUE> </PROPERTY> <PROPERTY NAME="Size" TYPE="uint64"><VALUE>0</VALUE></PROPERTY> <PROPERTY NAME="SizeAllocated" TYPE="uint64"><VALUE>0</VALUE> </PROPERTY> <PROPERTY NAME="SizeAllocatedPercentage" TYPE="uint16"><VALUE>0 </VALUE></PROPERTY> <PROPERTY NAME="NumberOfVolumes" TYPE="uint32"><VALUE>0</VALUE> </PROPERTY> <PROPERTY NAME="Description" TYPE="string"><VALUE>Default storage pool </VALUE></PROPERTY> </INSTANCE> </IRETURNVALUE>
Parent topic: Administrative CLI overview