Create a storage pool.
Create a logical volume storage pool:
mksp [ -f ] StoragePool PhysicalVolume ...
Create a file storage pool:
mksp -fb StoragePool -sp ParentStoragePool-size Size [-mirror]
The mksp command creates a new logical volume or file storage pool. Logical volume pools are used to store logical volume backing devices, file storage pools and the Virtual Media Repository. These pools are created using the physical volumes represented by the PhysicalVolume parameter.
If the system detects a description area from a volume group that is not varied on, it prompts you for confirmation in continuing with the command. The previous contents of the physical volume are lost, so you must be cautious when using the override function. By specifying the -f flag, you force the volume group to be created without sending a confirmation message.
File pools are used to store backing device files. A file pool is created within a logical volume pool, specified by the -sp ParentStorage Pool parameter.
| Size | Minimum file storage pool size |
|---|---|
| ###M/m | ###MB |
| ###G/g | ###GB |
mksp -f client_data hdisk3 hdisk4The new storage pool is created with the name client_data.
mksp -fb client2_data -sp client_data -size 100m
The new storage pool is created with the name client2_data.