HP NonStop G-Series User Manual

Page 92

Advertising
background image

Pool Management

HP NonStop Storage Management Foundation User's Guide523562-008

6-2

Pool Consolidation

The system responds:

LDEV NAME STATE PPIN PC,C,%C, %U BPIN BC,C,%C, %U D T S RSIZ
130 $P2 + 60 2 56 1 25 0 132
<< Volumes in $P2 >>
16 $D2-P * 10 2,0,14, 6 10 3,0,14, 6 Y 3 A 30 4096
$D2-B 10 2,0, 4, 6 10 3,0, 4, 6
<< Virtual Disks in $P2 >>
141 $V2 + 58 3 51 1 3 36 4096

3. Obtain the catalog information for all the VDPs associated with pool $P2. In this

case, it is only $V2.

PUP SHOWVIRTDISK $V2

The system responds:

NAME POOL ANT LOC PENDOPS LOC START
$V2 $P2 $D2.ZYS00000.A0000000 $D2.ZYS00000.A0000001 FALSE

4. Put all the VDPs associated with $P2 in an up-special state, then delete them by

using the bang option:

PUP DOWN $V2
PUP UP $V2, SPECIAL
PUP DELETEVIRTDISK ! $V2

You will receive this warning:

WARNING: The DELETEVIRTDISK operation will cause Virtual Disk $V2 to be deleted
from the SMF environment.

Are you sure you want to DELETEVIRTDISK $V2 [ Y/N ]?

To delete the virtual disk process, enter Y. The system will respond:

10:49 11NOV97 243,01,057 NonStop SMF *5213* Master Process \SMSGRP.$ZSMS: The
deletion of SMF process \SMSGRP.$V2 may result in inconsistency.

5. Exclude all the physical disks in pool $P2. In this case, it is only $D2.

PUP EXCLUDE $D2, POOL $P2

You will receive this warning:

WARNING: The EXCLUDE operation will exclude $D2 from pool $P2. It will no longer
be considered a member of $P2.
Are you sure you want to EXCLUDE $D2 from $P2 [ Y/N ]?

To delete the physical disk, enter Y.

6. Verify that $P2 does not have any VDPs or physical disks associated with it:

PUP LISTDEV $P2, ALLVOL

The system responds:

LDEV NAME STATE PPIN PC,C,%C, %U BPIN BC,C,%C, %U D T S RSIZ
130 $P2 + 60 2 56 1 25 0 132
<< Volumes in $P2 >>
<< Virtual Disks in $P2 >>

7. Include the physical disks excluded from $P2 into $P1 (the destination pool in the

consolidation):

PUP INCLUDE $D2, POOL $P1

You will receive this warning:

WARNING: The INCLUDE operation will include $D2 in pool $P1

Are you sure you want to INCLUDE $D2 in $P1 [ Y/N ]?y

Advertising