Compaq StorageWorks HSG60 ACS Solution Software V8.6 for Compaq Tru64 UNIX Installation and Configuration Guide

Backing Up the Subsystem, Cloning Data for Backup, and Moving Storagesets 8–7
8. Recreate the storageset by adding its name to the controller's list of valid storagesets
and by specifying the disk drives it contains. (Although you have to recreate the
storageset from its original disks, you do not have to add the storagesets in their
original order.) Use the following syntax to recreate the storageset:
ADD STORAGESET-NAME DISK-NAME DISK-NAME
9. Represent the storageset to the host by giving it a unit number the host can recognize.
You can use the original unit number or create a new one. Use the following syntax:
ADD UNIT UNIT-NUMBER STORAGESET-NAME
For example:
The following example moves unit D100 to another cabinet. D100 is the RAIDset
RAID99 that consists of members DISK10000, DISK20000, and DISK10100.
DELETE D100
DELETE RAID99
DELETE DISK10000
DELETE DISK10100
DELETE DISK20000
DELETE DISK20100
ADD DISK DISK10000
ADD DISK DISK10100
ADD DISK DISK20000
ADD DISK DISK20100
ADD RAIDSET RAID99 DISK10000 DISK10100 DISK20000 DISK20100
ADD UNIT D100 RAID99