Lists and displays information about storage pools.
List all available storage pools
lssp [-field Fieldname ] [ -fmt Delimiter ]
Display information about a specific storage pool
lssp -detail | -bd [-sp StoragePool] [-field Fieldname ] [ -fmt Delimiter ]
Display the default storage pool
lssp -default
The lssp command displays information about storage pools in the Virtual I/O Server. If no flags are specified, a list of all defined storage pools, their total size, free space, minimum allocation size, and number of backing devices contained in the pool is displayed. If the -detail flag is specified, detailed information about the storage pool is displayed. If the -bd flag is specified, a list of all the backing devices in the specified (or default) storage pool is displayed along with their size and associated virtual target device, or None, and virtual host adapter, or None. If the -default flag is specified, the default storage pool is displayed.
This command will provide full scripting support through the use of the -field and -fmt flags.
If the storage pool specified is not prefixed with sp_, the lssp command will automatically add it. If rootvg is specified, no prefix is added.
lsspThe system displays output similar to the following:
POOL SIZE(mb) FREE(mb) ALLOC SIZE(mb) BDs sp_test 34624 34624 32 1 rootvg 34688 17024 64 1
lssp -default
lssp -detail -sp sp_sp00The system will display output similar to the following:
NAME PVID SIZE(megabytes) hdisk3 00cdfd8c85bd4b2e 34624 hdisk2 00cdfd8c525d94a2 34624
lssp -bd -sp rootvgThe system displays output similar to the following:
NAME SIZE(megabytes) VTD SVSA lv01 96 vtscsi1 vhost0 lv02 64 vtscsi2 vhost0