HP NonStop G-Series User Manual

Page 93

Advertising
background image

Pool Management

HP NonStop Storage Management Foundation User's Guide523562-008

6-3

Pool Consolidation

To include the physical disk, enter Y.

8. Define a new virtual disk process $V2 and associate it with $P1. Specify the

catalog locations based on the information obtained in Step 3:

PUP DEFINEVIRTDISK $V2, POOL $P1, ANTLOC $D2.ZYS00000.A0000000, PENDOPSLOC
$D2.ZYS00000.A0000001

9. Verify that all the objects that were associated with pool $P2 are now associated

with $P1:

PUP LISTDEV $P1, ALLVOL

The system responds:

LDEV NAME STATE PPIN PC,C,%C, %U BPIN BC,C,%C, %U D T S RSIZ
66 $P1 + 65 2 78 1 25 0 132
<< Volumes in $P1 >>
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
13 $D1-P * 7 2,0, 4, 2 7 3,0, 4, 2 Y 3 A 29 4096
$D1-B 7 2,0,14, 2 7 3,0,14, 2
<< Virtual Disks in $P1 >>
65 $V1 + 59 3 73 1 3 36 4096
141 $V2 + 58 3 51 1 3 36 4096

10. You can now stop and delete $P2:

PUP DOWN $P2
PUP UP $P2, SPECIAL
PUP DELETEPOOL $P2

11. Stop and delete $P2 from OSCONFIG:

COUP STOP PROCESS $P2

You will receive this message:

Attempting to stop process $P2...please wait...
Process $P2 has been successfully stopped.

Delete $P2 from OSCONFIG:

COUP DELETE PROCESS $P2

For G-series systems, use SCF commands, as follows:

1. Start SCF.

2. Obtain the catalog location for pool $P2 and all the virtual disk processes and

physical disks associated with it:

43-> INFO $P2, DETAIL

Note. All commands for pool consolidation in G-series systems must be entered from the SCF
prompt. Some of the commands will prompt for confirmation and SCF will not permit those
commands to be supplied in a command file.

Advertising