Change the characteristics of a storage pool.
Add physical volume to a storage pool:
chsp -add [ -f ] [-sp StoragePool] PhysicalVolume...
Remove a physical volume from a storage pool :
chsp -rm [ -f ] [-sp StoragePool] PhysicalVolume...
Set storage pool as the default :
chsp -default StoragePool
The chsp command adds and removes physical volumes represented by the PhysicalVolume parameter from a storage pool. Before adding physical volume, the chsp command checks to verify that they are not already in another volume group or storage pool. If the system detects a description area from a volume group or storage pool the command will fail. If the -f flag is specified, the physical volume is added even if it contains a description area, unless it is a member of another storage pool or volume group.
Before removing physical volumes from the storage pool, the chsp command prompts the user to verify each logical volume should be removed. If the user specifies the -f flag, the logical volumes are removed with out prompting for input. If all physical volumes in a storage pool are removed, the storage pool is also removed.
If the -sp flag is not specified, the default storage pool is assumed.
If the -default flag is included, the storage pool specified will become the default storage pool for all users. If no default has been set, the rootvg storage pool will be the default. Only the padmin user can set the default storage pool.
| 23 | Specified storage pool is not valid |
chsp -add hdisk3
chsp -rm -sp clstorage hdisk2