Document revision date: 19 July 1999 | |
Previous | Contents | Index |
If the system does not boot because a hardware problem occurs, a
question mark (?) usually precedes the error message displayed on the
console terminal. An example of a hardware problem is a read error on a
disk or tape cartridge drive.
A.4.1.1 For Hardware Problems
If you suspect a hardware problem, do the following:
When the operating system is loaded into memory, a message similar to the following appears on the terminal screen:
SYSTEM job terminated at 19-SEP-1997 15:05:03.17 |
If the system does not display this message, a software problem has probably occurred. Do the following:
If your system exhibits unexpected behavior, note the following:
To determine if the failure is a system problem:
If you determine that you have a system problem:
This appendix describes how to perform backup and restore operations on the system disk. You perform these tasks by entering commands from a specialized backup environment. You access this environment through the menu that is displayed when you boot the OpenVMS Alpha operating system CD-ROM or through an alternate method that does not require the CD-ROM.
This specialized backup environment is required because it allows you to create an exact copy of the system disk. You cannot create an exact copy in a standard operating system environment because the OpenVMS Backup utility saves only what is on the disk at the moment the BACKUP command is executing, excluding portions of open files contained in memory or data about files not yet written back to the disk (cache).
For more information about backup operations, including procedures for
backing up and restoring files and directories, see the OpenVMS System Manager's Manual.
B.1 Reasons for Backing Up the System Disk
The primary reason why you should have a backup copy of the system disk is so you can fully restore your system in response to any hardware or software problem that affects the integrity of your original system disk or your ability to access it. For example, you would need to use the backup copy to restore your system under the following conditions:
Another reason for backing up the system disk is to eliminate disk
fragmentation, which occurs when files are stored noncontiguously on
the disk. The BACKUP/IMAGE command creates a copy on which files are
stored contiguously.
B.2 Suggested Procedures
Compaq recommends the following:
If any nodes except the node used to run BACKUP are booted during the backup operations described in this appendix, your cluster will become partitioned, where nodes in the existing cluster divide into two or more independent clusters. This condition can cause data file corruption.
In addition, these backup environments do not restrict your use of DCL
commands to the BACKUP command only, which further increases your risk
of accidentally destroying or corrupting data on a disk. Therefore, to
avoid jeopardizing the integrity of your data in any way, Compaq
recommends that you shut down the entire OpenVMS Cluster system before
you back up your system disk.
B.4 Backing Up the System Disk
The following sections describe how to back up the system disk.
B.4.1 Getting Started
Before you back up the system disk, do the following:
**************************************************************** You can install or upgrade the OpenVMS Alpha operating system or you can install or upgrade layered products that are included on the OpenVMS Alpha operating system CD-ROM. 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) Install or upgrade OpenVMS Alpha Version V7.2 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 |
When you have determined which devices will be the source drive and target drive, mount those devices (and any other output devices you plan to use) before you perform any backup operations. Enter the MOUNT commands in the following format:
$$$ MOUNT/OVERRIDE=IDENTIFICATION source-drive $$$ MOUNT/FOREIGN target-drive |
Note the following conventions:
When the system disk and output devices are mounted, back up the system disk by entering the BACKUP command in the following format:
$$$ BACKUP/IMAGE/VERIFY source-drive: target-drive: |
(You must also include the save-set name and the /SAVE_SET qualifier if the target drive is a tape device.)
Example 1
In this example the system disk and a target disk are mounted so the BACKUP command can create a backup disk. (You can use a backup disk as a system disk.)
$$$ MOUNT/OVERRIDE=IDENTIFICATION DKA200 $$$ MOUNT/FOREIGN DKA300 $$$ BACKUP/IMAGE/VERIFY DKA200: DKA300: |
Example 2
In this example the system disk and a target tape device are mounted so the BACKUP command can create a backup tape.
$$$ MOUNT/OVERRIDE=IDENTIFICATION DKA200 $$$ MOUNT/FOREIGN MKA300 $$$ BACKUP/IMAGE/VERIFY DKA200: MKA300:APR_06_BACKUP.BCK/SAVE_SET |
The BACKUP command creates a system disk that includes a set of volume parameters provided by Compaq, including a CLUSTER_SIZE (disk access scheme) that is appropriate for your system. (The CLUSTER_SIZE refers to the way files are stored on the disk, not to cluster environments.) You can change most volume parameters later with the SET VOLUME command.
However, to change the CLUSTER_SIZE, you must back up the system disk
to a disk that has been previously initialized with the CLUSTER_SIZE
that you want. For more information about initializing a disk and using
the BACKUP command, see the OpenVMS System Manager's Manual and the OpenVMS System Management Utilities Reference Manual, and
see the description of the INITIALIZE and BACKUP commands in the
OpenVMS DCL Dictionary.
B.4.5 What to Do Next
After you complete the backup operation:
The following sections describe how to restore the system disk.
B.5.1 Getting Started
Before you can restore the system disk:
**************************************************************** You can install or upgrade the OpenVMS Alpha operating system or you can install or upgrade layered products that are included on the OpenVMS Alpha operating system CD-ROM. 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) Install or upgrade OpenVMS Alpha Version V7.2 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 |
When you have determined which devices will be 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 |
Note the following conventions:
Enter the BACKUP command in the following format:
$$$ BACKUP/IMAGE/VERIFY source-drive: target-drive: |
(You must also include the save set name and the /SAVE_SET qualifier if the source drive is a tape device.)
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: |
After you complete the restore operation:
This section describes an alternate method of performing backup and restore operations on your system disk. With this method, you install the operating system (without options) on another disk and perform your backup and restore operations on the system disk from there. Use this method under the following conditions:
It is also possible to back up your running system disk by using the qualifier /IGNORE=INTERLOCK with the BACKUP command and ignoring warning messages. However, that method requires that all other use of the system be suspended, including disabling logins, stopping print and batch queues, and turning off networking software. In addition, you cannot use this method to restore files to the running system disk. Because of these limitations, Compaq recommends that if you must use an alternate method to back up or restore the system disk, you use the method described in this section. |
Prepare an alternate system disk as follows:
$ MOUNT/OVERRIDE=IDENTIFICATION DKA200 |
$ @SYS$SYSTEM:AXPVMS$PCSI_INSTALL_MIN.COM [target-disk] |
DEC AXPVMS OPENVMS V7.2: OpenVMS and related products platform COPYRIGHT (c) 12-SEP-1998 -- All rights reserved Compaq Computer Corporation Execution phase starting ... The following product will be installed: DEC AXPVMS VMS V7.2 Portion Done: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% The following product has been installed: DEC AXPVMS VMS V7.2 . . . The installation of minimum OpenVMS Alpha is now complete. Use the following command to boot minimum OpenVMS: BOOT -FLAGS E,O <device-name> (Your system may require additional parameters to boot.) |
If your system is a cluster member, Compaq recommends that you shut down the entire OpenVMS Cluster system before you back up your system disk. This will prevent you from creating a partitioned cluster and from jeopardizing the integrity of your data in any other way. |
Use the alternate system disk (on which you installed the operating system with no options) to perform backup and restore operations as follows:
>>> BOOT -FLAGS E,0 DKA200 |
During the boot and login operations on this minimum version of the operating system, you can ignore license messages that are similar to the following: |
%LICENSE-I-NOLICENSE, no license is active for this software product |
Compaq recommends that you do not install any other licenses, including OpenVMS licenses, on this alternate system. You will be able to use the system only from the console. |
Previous | Next | Contents | Index |
privacy and legal statement | ||
6522PRO_013.HTML |