HP NonStop G-Series User Manual

Page 98

Advertising
background image

Pool Management

HP NonStop Storage Management Foundation User's Guide523562-008

6-8

Example

5. Start SAFEGUARD:

>SAFECOM START SAFEGUARD

6. Stop/delete the VDP:

>SCF STOP DISK $VDP

>SCF DELETE DISK $VDP,IGNOREINCONSISTENCY

7. Remove DISK1 from the pool:

>SCF ALTER DISK $DISK1,POOL EXCLUDE

8. Remove TMF information about the existing DISK:

>TMFCOM DISABLE DATAVOL $DISK1

>TMFCOM DELETE DATAVOL $DISK1

9. Stop the disk:

>SCF STOP DISK $DISK1

10. Rename the disk:

>SCF RENAME DISK $DISK1,$DISK3

11. Add back to TMF:

>TMFCOM ADD DATAVOL $DISK3

12. Include in the pool:

>SCF ALTER DISK $DISK3,pool $Pool

13. Add the VDP again using the information collected in step 1 by the command SCF

INFO $VDP, OBEYFORM and changing $DISK1 to $DISK3.

14. Tell VDP about the new locations of the catalog:

>SCF START DISK $VDP,SPECIAL

Use the SMFIXUP USECATALOG commands:

SMFIXUP USECATALOG $VDP.ZSMSCAT.ANT $VOL.SUBVOL.FILE

SMFIXUP USECATALOG $VDP.ZSMSCAT.PENDOPS $VOL.SUBVOL.FILE

SMFIXUP USECATALOG $VDP.ZSMSCAT.IDENTITY $VOL.SUBVOL.FILE

SMFIXUP USECATALOG $VDP.ZSMSCAT.VERSION $VOL.SUBVOL.FILE

SMFIXUP USECATALOG $VDP.ZSMSCAT.DEPOBJ $VOL.SUBVOL.FILE

Note.

If SAFEGUARD is a process defined under $ZZKRN, you must abort that

process in SCF.

Note.

The IGNOREINCONSISTENCY command will prevent the deletion of the

catalog files

.

Advertising