HP Integrity NonStop J-Series User Manual
Page 94
Pool Management
HP NonStop Storage Management Foundation User's Guide—523562-007
6-4
Pool Consolidation
The system responds:
STORAGE - Detailed Info POOL \INCLINE.$P2
*Audited............................... ALLOWED
*BackupCPU............................. 0
CatalogLocation....................... $DATA00.ZSMSP05
*DiskInterval..........................-1%
*DiskThreshold.........................-1%
*ExtentInterval........................-1
*ExtentThreshold.......................-1
*HighPIN............................... OFF
*Magnetic.............................. ALLOWED
*Mirrored.............................. ALLOWED
*Mode.................................. QUIET
Monitor............................... $ZSMS
*PrimaryCPU............................ 1
*Program............................... $SYSTEM.SYSTEM.OPP
*StartState............................ STARTED
*Testid................................ 0
*UpdateStats........................... 1
Configuration State................... Fully Defined
Physical Volumes:
$D2
Virtual Volumes:
$V2
3. Obtain the catalog information for all the VDPs associated with $P2:
44-> INFO $V2, DETAIL
The system responds:
STORAGE - Detailed Info Virtual DISK \INCLINE.$V2
*ANTCapacity........................... 12288
ANTLocation........................... $D2.ZYS00000.A0000000
*BackupCPU............................. 1
*CacheSize............................. 0
*Highpin............................... OFF
*Mode.................................. QUIET
Monitor............................... $ZSMS
PendOpsLocation....................... $D2.ZYS00000.A0000001
Pool.................................. $P2
*PrimaryCPU............................ 0
*Program............................... $SYSTEM.SYSTEM.OVDP
*StartState............................ STARTED
*Testid................................ 0
Configuration State................... Fully Defined
In this case, it is only $V2.
4. Stop and forcibly delete all the VDPs associated with $P2:
45-> STOP $V2
46-> DELETE $V2, IGNOREINCONSISTENCY
5. Exclude all the physical disks in $P2. In this case, it is only $D2:
47-> ALTER DISK $D2, POOL EXCLUDE, IGNOREINCONSISTENCY
6. Verify that $P2 does not have any VDPs or physical disks associated with it:
48-> INFO $P2, DETAIL
7. Include the physical disks excluded from $P2 into $P1 (the destination pool in the
consolidation):
49-> ALTER $D2, POOL $P1