...
Next, create disk images using the "mkdskcmd" utility:
$ mkdskcmd -d rz24 -o /my_disks/rz24.vdisk Please wait... 100% done Success. $ mkdskcmd -d rz23 -o /my_disks/rz23.vdisk Please wait... 100% done Success. $ mkdskcmd -d rz22 -o /my_disks/rz22.vdisk Please wait... 100% done Success. $ mkdskcmd -d rz28 -o /my_disks/bootable.vdisk Please wait...100% done Success.
|
...
Next, restore the new savesets to their corresponding virtual disks. Login to CHARON-AXP and issue this sequence of commands to restore all the savesets created on the previous step:
newvms$ MOUNT/FOREIGN DKA0: newvms$ BACKUP/IMAGE DKA300:[000000]DKA0.BCK/SAVE DKA0: newvms$ DISMOUNT DKA0: newvms$ MOUNT/FOREIGN DKA100: newvms$ BACKUP/IMAGE DKA300:[000000]DKA100.BCK/SAVE DKA100: newvms$ DISMOUNT DKA100: newvms$ MOUNT/FOREIGN DKA200: newvms$ BACKUP/IMAGE DKA300:[000000]DKA200.BCK/SAVE DKA200: newvms$ DISMOUNT DKA200:
|
...