skip book previous and next navigation links
go up to top of book: HP OpenVMS Version 8.2-1 for Integrity Servers... HP OpenVMS Version 8.2-1 for Integrity Servers...
go to beginning of appendix: Backing Up and Restoring the System Disk Backing Up and Restoring the System Disk
go to previous page: Backing Up the System Disk Backing Up the System Disk
go to next page: Alternative Backup and Restore Procedure (Minimum OpenVMS Environment)Alternative Backup and Restore Procedure (Minimum OpenVMS Environment)
end of book navigation links

Restoring the System Disk  



The following sections describe how to restore the system disk. Note that restoring a system disk also serves to defragment the disk. In addition, it validates the backup, ensuring that the backed up system disk is usable.

Getting Started  

Before you can restore the system disk:

  1. Shut down the system.
  2. Boot the operating system media. ( Booting Operations explains how to boot the OpenVMS I64 OE DVD.)
  3. Choose the DCL option (7) from the menu. For example:
       You can install or upgrade the OpenVMS I64 operating system
       or you can install or upgrade layered products that are included
       on the OpenVMS I64 operating system CD/DVD.
     
       You can also execute DCL commands and procedures to perform
       "standalone" tasks, such as backing up the system disk.
     
       Please choose one of the following:
     
          1)  Upgrade, install or reconfigure OpenVMS I64 Version 8.2-1
          2)  Display products and patches that this procedure can install
          3)  Install or upgrade layered products and patches
          4)  Show installed products
          5)  Reconfigure installed products
          6)  Remove installed products
          7)  Execute DCL commands and procedures
          8)  Shut down this system
            
       Enter CHOICE or ? for help: (1/2/3/4/5/6/7/8/?) 7
  4. At the triple dollar sign prompt ($$$), enter the SHOW DEVICES command.
  5. Examine the list of devices to determine which device is the source drive (the drive holding the backed up files you want to restore) and which device is the target drive (the disk on which you want the files restored).

Mounting Devices  

After you determine the source drive and target drive, mount those devices (and any other output devices you plan to use) before you perform any restore operations. Enter the MOUNT commands in the following format:

   $$$ MOUNT/OVERRIDE=IDENTIFICATION  source-drive 
   $$$ MOUNT/FOREIGN target-drive 
In these commands:

Performing the System Disk Restore  

Enter the BACKUP command in the following format to restore the system disk:

   $$$ BACKUP/IMAGE/VERIFY source-drive: target-drive: 
Example 1

In this example, a backup disk and a target disk are mounted so the BACKUP command can restore the system disk from the backup disk:

   $$$ MOUNT/OVERRIDE=IDENTIFICATION DKA300
   $$$ MOUNT/FOREIGN DKA200
   $$$ BACKUP/IMAGE/VERIFY DKA300: DKA200:
Example 2

In this example, a backup tape and a target disk are mounted so the BACKUP command can restore the system disk from the backup tape:

   $$$ MOUNT/FOREIGN MKA300
   $$$ MOUNT/FOREIGN DKA200
   $$$ BACKUP/IMAGE/VERIFY MKA300:APR_06_BACKUP.BCK/SAVE_SET DKA200:

Logging Out, Shutting Down, and Rebooting  

After you complete the restore operation:

  1. Enter the LOGOUT command to exit the DCL environment and return to the menu.
  2. Choose the shutdown option (8).
  3. After the shutdown completes, boot from the system disk.

go to previous page: Backing Up the System Disk Backing Up the System Disk
go to next page: Alternative Backup and Restore Procedure (Minimum OpenVMS Environment)Alternative Backup and Restore Procedure (Minimum OpenVMS Environment)