Previous Topic: Restore All Clusters with ChangesNext Topic: Restore One Cluster and Change AIX Parameters


Restore Clusters to a Different Volume

The following control statements restore all clusters defined in the catalog to a different volume with a different device type. The new volume serial number is used in the definition of each cluster. Space requirements adjust the old allocation to conform to the new device type.

RESTORE CYL=.475 TRK=.75   -> Adjust space allocation
CLUSTER
CL=+ *AMS -                -> Generic name applicable to
                              all clusters.
CL (VOL (newvol)) -        -> New volume serial number.
NAME (ABC.+)) -            -> New high-level index for all
DATA (NAME (ABC.+)) -         cluster, data, and index.
IX   (NAME (ABC.+))

AIX=+ *AMS -               -> Generic name applicable to
                              all alternate indexes.
AIX(VOL (newvol)) -        -> New volume serial number.
NAME (ABC.+)) -            -> New high-level index for all
DATA (NAME (ABC.+)) -         cluster, data, and index.
IX   (NAME (ABC.+))

PATH=+ *AMS -              -> Generic name applicable to
                              all paths.
PATH (NAME(ABC.+))         -> New name.