Updated: 11 December 1998 |
OpenVMS Alpha Version 7.2 Upgrade and Installation
Manual
Previous | Contents | Index |
Ordinarily, the startup and login procedures provided by Compaq always work; however, certain user interventions can cause them to fail. A very simple way to lock yourself out of the system is to set passwords to login accounts and forget them. In such an emergency, you can use the alternate user authorization file rather than the standard user authorization file.
You can use this method only to log in to the system from the console terminal; you cannot use other terminal lines. |
Setting the system parameter UAFALTERNATE defines the logical name SYSUAF to refer to the file SYS$SYSTEM:SYSUAFALT.DAT. If this file is found during a normal login, the system uses it to validate the account and prompts you for the user name and password.
If it cannot find this file, the system assumes that the UAF is corrupt and accepts any user name and any two passwords to log you in to the system from the system console. Logins are prohibited from all other terminal lines.
When you perform this procedure, the system assigns the following values to your user account:
Field | Value |
---|---|
Name | User name |
UIC | [001,004] |
Command interpreter | DCL |
Login flags | None |
Priority | Value of the system parameter, DEFPRI |
Resources | Values of the PQL system parameters |
Privileges | All |
How to Perform This Task
>>> BOOT -FLAGS 0,1 [device-name] |
SYSBOOT> SET UAFALTERNATE 1 |
SYSBOOT> SET WINDOW_SYSTEM 0 |
SYSBOOT> CONTINUE |
$ DEFINE/SYSTEM/EXECUTIVE_MODE SYSUAF SYS$SYSTEM:SYSUAF.DAT |
$ RUN SYS$SYSTEM:SYSMAN SYSMAN> PARAMETERS USE CURRENT SYSMAN> PARAMETERS SET UAFALTERNATE 0 |
SYSMAN> PARAMETERS SET WINDOW_SYSTEM 1 |
SYSMAN> PARAMETERS WRITE CURRENT |
Example
SYSBOOT> SET UAFALTERNATE 1 SYSBOOT> SET WINDOW_SYSTEM 0 SYSBOOT> CONTINUE Username: [Return] Password: [Return] Password: [Return] $ DEFINE/SYSTEM/EXECUTIVE_MODE SYSUAF SYS$SYSTEM:SYSUAF.DAT $ SET DEFAULT SYS$SYSTEM $ RUN AUTHORIZE AUTHORIZE> MODIFY SYSTEM/PASSWORD=FGLFTUTU AUTHORIZE> EXIT $ RUN SYS$SYSTEM:SYSMAN SYSMAN> PARAMETERS USE CURRENT SYSMAN> PARAMETERS SET WINDOW_SYSTEM 1 SYSMAN> PARAMETERS SET UAFALTERNATE 0 SYSMAN> PARAMETERS WRITE CURRENT SYSMAN> EXIT $ @SYS$SYSTEM:SHUTDOWN |
The following sections describe how to perform SET, SHOW, and Writeboot
operations.
A.2.1 Setting the System for Automatic Booting
Alpha computers can boot automatically from a designated boot device. When you installed the OpenVMS Alpha operating system, you designated the system disk as the default boot device. Section A.2.2 describes how to change the default boot device.
Alpha computers can boot automatically from the default boot device under the following conditions:
Set the system to boot automatically by performing the following steps:
IF ... | THEN ... |
---|---|
the OpenVMS Alpha operating system is running, | go to step 1. |
the OpenVMS Alpha operating system is not running, | go to step 4. |
$ @SYS$SYSTEM:SHUTDOWN |
SYSTEM SHUTDOWN COMPLETE |
>>> INITIALIZE |
>>> SHOW AUTO_ACTION |
>>> SET AUTO_ACTION RESTART |
Use the SET BOOTDEF_DEV command to tell the system which drive you want to boot from (that drive becomes the default boot device). Use the SHOW BOOTDEF_DEV command to display the current default boot device.
Note that when you set this variable, Compaq recommends that you set the operating system boot parameters as well, using the SET BOOT_OSFLAGS command.
At the console prompt (>>>), enter the SET BOOTDEF_DEV command in the following format:
SET BOOTDEF_DEV device-name |
Substitute the device name of the system disk for device-name. For example, to boot from a drive with a device name of DKA400 on a DEC 3000 Alpha series computer, enter the following command and press the Return key:
>>> SET BOOTDEF_DEV DKA400 |
The next time you boot the system, you can enter the BOOT command without specifying a device name (because DKA400 is now the default boot device). For example:
>>> BOOT |
If you have not used the SET BOOTDEF_DEV command to set the drive to boot from and you enter the BOOT command without specifying a device name, the system displays an error message. |
Use the SHOW BOOTDEF_DEV command to find out what drive was specified in the last SET BOOT command. For example:
>>> SHOW BOOTDEF_DEV |
To cancel the drive specified in a previous SET BOOTDEF_DEV command, enter the following command and press the Return key:
>>> SET BOOTDEF_DEV |
This command is not valid on DEC 3000 Alpha series systems. |
By default, when you boot the operating system, the flags parameter is set to 0. If you want to define parameters to enable specific functions during the booting process, use the SET BOOT_OSFLAGS console command.
The following is a list of values you can specify with the SET BOOT_OSFLAGS command:
Hexadecimal Value | System Response |
---|---|
1 | Allows a conversational boot (the system displays the SYSBOOT> prompt). |
2 | Maps XDELTA to a running system. |
4 | Stops the boot procedure at the initial system breakpoint. |
8 | Performs a diagnostic bootstrap. |
10 | Stops the boot procedure at the bootstrap breakpoints. |
20 | Omits header from secondary bootstrap image. |
80 | Prompts for the name of the secondary bootstrap file. |
100 | Halts the system before the secondary bootstrap. |
2000 | Marks corrected read data error pages as bad. |
10000 | Displays extensive, detailed debug messages during the boot process. |
20000 | Displays selected user-oriented messages during the boot process. |
The following examples show how to use the SET BOOT_OSFLAGS command:
>>> SET BOOT_OSFLAGS 0,1 |
>>> SET BOOT_OSFLAGS 1,0 |
>>> SET BOOT_OSFLAGS 0,20007 |
To display the parameters you have just set, use the SHOW BOOT_OSFLAGS command. For example:
>>> SHOW BOOT_OSFLAGS BOOT_OSFLAGS = 0,20007 |
The Writeboot utility (WRITEBOOT.EXE) is copied to your system disk during the installation procedure. It allows you to create a bootable OpenVMS Alpha system disk from one that was originally created by one of the following methods:
The Writeboot utility also allows you to rewrite the boot block of an OpenVMS Alpha system disk to point to a new version of the OpenVMS Alpha primary bootstrap file (APB.EXE) that you have previously copied to the disk. (Note that the file must be contiguous.)
To invoke the Writeboot utility, enter the following command:
$ RUN SYS$SYSTEM:WRITEBOOT |
The utility prompts you as follows:
Update VAX portion of boot block (default is Y): Update Alpha portion of boot block (default is Y): |
Answer N (No) to the VAX prompt. If you answer Y (Yes) to update the Alpha boot block, the utility prompts you for the Alpha boot file:
Enter Alpha boot file: |
Specify device-name:[VMS$COMMON.SYSEXE]APB.EXE in response to
this prompt, where device-name: indicates the device on which
the system disk is mounted.
A.3 Halt and Shutdown Operations
The following sections describe halt and shutdown operations for Alpha
computers.
A.3.1 Halting the System
During installation, upgrade, and related system operations, you might need to halt your system. The methods for halting Alpha computers differ slightly with certain models, as described in the next section.
The following table summarizes the ways you can halt specific Alpha computers:
Alpha Computer | How to Halt |
---|---|
AlphaServer 300, 800, 1000, 1200, 2000, 2100 series |
Do one of the following:
|
AlphaServer 8200, 8400 series | Press Ctrl/P. |
AlphaStation 200, 400, 500, 600 series |
Do one of the following:
|
DEC 2000, 3000 series |
Do one of the following:
|
DEC 4000 series |
Do one of the following:
|
DEC 7000, 10000 series | Press Ctrl/P. |
Before you shut down the operating system, decide if you want it to reboot automatically or if you want to enter console-mode commands after the shutdown completes.
You can perform the following three types of shutdown operations:
If you want the system to reboot automatically after the shutdown, see
Section A.2.1.
A.3.2.1 Orderly Shutdown
The SHUTDOWN.COM procedure shuts down the system while performing maintenance functions such as disabling future logins, stopping the batch and printer queues, dismounting volumes, and stopping user processes. To use the SHUTDOWN.COM command procedure, log in to the SYSTEM account, enter the following command, and press the Return key:
$ @SYS$SYSTEM:SHUTDOWN |
For more information about the SHUTDOWN.COM command procedure, see the
OpenVMS System Manager's Manual.
A.3.2.2 Emergency Shutdown with OPCCRASH.EXE
If you cannot perform an orderly shutdown with the SHUTDOWN.COM procedure, run the OPCCRASH.EXE emergency shutdown program. To run the OPCCRASH.EXE program, log in to the SYSTEM account, enter the following command, and press the Return key:
$ RUN SYS$SYSTEM:OPCCRASH |
For more information about the OPCCRASH program, see the OpenVMS System Manager's Manual.
A.3.2.3 Emergency Shutdown with Crash Commands
Use crash commands only if the system is "hung" (stops responding to any commands) and you cannot log in to the SYSTEM account to use the SHUTDOWN.COM procedure or the OPCCRASH.EXE program.
The method described here works on all Alpha computers. However, on certain systems, you can force your processor to fail (crash) by entering a specific console command. See the hardware manuals that came with your computer for that information. |
To force your processor to fail, do the following:
>>> E -N F R0 >>> E PS |
>>> D PC FFFFFFFF00000000 >>> D PS 1F00 |
>>> CONTINUE |
$ ANALYZE/CRASH SYS$SYSTEM:SYSDUMP.DMP SDA> SHOW CRASH |
The following sections describe procedures that you can follow if you encounter problems with your system.
Previous | Next | Contents | Index |
Copyright © Compaq Computer Corporation 1998. All rights reserved. Legal |
6522PRO_012.HTML
|