SCF Reference Manual for the Storage Subsystem (G06.27+, H06.04+)

Configuring and Managing Storage Pools for
Magnetic Disks
SCF Reference Manual for the Storage Subsystem529937-008
9-6
Configuring a Storage Pool for Magnetic Disk Drives
Configuring a Storage Pool for Magnetic Disk
Drives
Configuration tasks for storage pools include:
Adding a Storage Pool on page 9-6
Adding a Magnetic Disk to a Storage Pool on page 9-8
Removing a Magnetic Disk From a Storage Pool on page 9-8
Altering Storage Pool Attribute Values on page 9-9
Deleting a Storage Pool on page 9-10
Adding a Storage Pool
Use the ADD POOL Command (page 14-32) to add a storage pool to the system
configuration database.
Considerations for ADD POOL
TMF must be running on the system when adding a storage pool.
The $ZSMS SMF Master Process must be in the STARTED state.
Example
1. Configure the pool process:
-> ADD POOL $POOL00, SENDTO STORAGE, PRIMARYCPU 6, &
-> BACKUPCPU 7
2. Verify the configuration:
-> INFO $POOL00
3. See Starting a Storage Pool.
Example Adding a Similar Pool Process Using the LIKE
Attribute
To add another pool process similar to an existing process, use the LIKE attribute:
-> ADD POOL $POOL01, SENDTO STORAGE, LIKE $POOL00