This chapter provides processor-specific boot commands to boot from the Digital UNIX CD-ROM or over a network connection to a RIS server.
Unlike full installations, you do not boot from the distribution media to perform a Digital UNIX update installation. Update installations are performed from single-user mode at the command line. Refer to Chapter 2 for information about performing update installations. Note
In addition, this release provides an automatic reboot feature for systems that have unattended installation capability. See Table 4-3 for a list of the systems that support this feature.
The goal of this chapter is to provide the information necessary for you to perform the user actions shown in Table 4-1.
After reading this chapter, you will ... | As shown in ... |
---|---|
Shut down and halt your processor. | Section 4.1 |
Locate your processor in the table and use the appropriate boot commands to boot your system off the CD-ROM or network to invoke the full installation procedure. | Table 4-2 |
If you are booting your system over the network, you are initiating an installation from a remote server. To boot over the network, your processor or single-board computer must be registered as a client on a Remote Installation Services (RIS) server.
# shutdown -h +30 Please log outIn the previous example, the system is shut down and halted in 30 minutes and sends the message Please log out to all logged in users. Consult the System Administration guide or the
shutdown
(8)
reference page if you need more information about shutting down a system. If you are adding peripheral devices to your system at this time, go to Step 2.
If you are not connecting additional peripheral devices to your system, go to Step 3.
If you connect additional peripherals or controllers after the installation, refer to the System Administration guide for instructions about how to reconfigure your system.
Be sure to review your console firmware update documentation and perform the firmware update at the appropriate time. If you added peripherals, you may need to run configuration utilities, such as the EISA Configuration Utility (ECU) and RAID Configuration Utility (RCU), as well. Note
Alpha System | Follow BootingInstructions In: |
---|---|
AlphaServer 300 Series and AlphaServer 400 Series | Section 4.3 |
AlphaServer 1000 Series and AlphaServer 1000A Series | Section 4.4 |
AlphaServer 2000 Series | Section 4.5 |
AlphaServer 2100 Series, AlphaServer 2100A Series, AlphaServer 4000/4100 Series, and Digital Alpha VME 2100 | Section 4.6 |
AlphaServer 8200 Series and AlphaServer 8400 Series | Section 4.7 |
AlphaStation 200 Series, AlphaStation 250 Series, AlphaStation 255 Series, and AlphaStation 400 Series | Section 4.8 |
AlphaStation 500 Series | Section 4.9 |
AlphaStation 600 Series | Section 4.9 |
AXPvme and Alpha VME Single-Board Computers (SBCs) | Section 4.10 |
AXPpci SBCs and Digital PICMG Alpha CPUs | Section 4.11 |
AlphaPC64, AlphaPC164, EB64+, EB66+, and EB164 SBCs | Section 4.12 |
DEC 2000 Series | Section 4.13 |
DEC 3000 Series | Section 4.14 |
DEC 4000 Series | Section 4.15 |
DEC 7000 and DEC 10000 Series | Section 4.16 |
Processors and SBCs supported in hardware releases later than Digital UNIX Version 4.0B | The Hardware Release Notes |
If you have problems booting your system, refer to the hardware documentation for your particular processor. If the problem is not hardware related, refer to the System Administration guide. This guide provides information about boot options such as booting a generic kernel ( genvmunix) or booting an alternate custom kernel. Note
Some systems are rebooted automatically during the installation process. This automatic reboot feature is new in this release and is supported on systems with unattended installation capability. Table 4-3 lists the systems that support unattended installation.
Systems with Unattended Installation Capability |
---|
AlphaServer 1000A Series |
AlphaServer 2100 Series |
AlphaServer 4000/4100 Series |
Bus Type | Boot Device |
---|---|
EISA (Extended Integrated System Architecture) | fra0 ° |
PCI (Peripheral Component Interconnect) | fwa0° |
Turbochannel | "#/ez0" ° |
XMI (Extended Memory Interface) | fxa0° |
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
Follow this procedure to boot the system:
>>> show devA device information table similar to the following is displayed:
dka0.0.0.6.0 DKA0 RZ25L 0003 dka100.1.0.6.0 DKA100 RZ26 T386 dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.11.0 EWA0 08-00-2B-E2-74-32 pka0.7.0.6.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> init
bootdevice
For example, to boot the system from CD-ROM drive number 1, enter the following command:
>>> boot dka400Output similar to the following is displayed:
(boot dka400.4.0.6.0) block 0 of dka400.4.0.6.0 is a valid boot block reading 16 blocks from dka400.4.0.6.0 bootstrap code read in base = 11e000, imagestart = 0, imagebytes = 2000 initializing HWRPB at 2000 initializing page table at 110000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code OSF boot - Wed Jul 5 17:18:57 EDT 1995
The device parameter is the network device from which you want to boot. The AlphaServer 300 and AlphaServer 400 processors support two network adapters: ewa0 and ena0.
setdevice_protocols bootp setdevice_inet_init bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_protocols bootp >>> set ewa0_inet_init bootp >>> boot ewa0Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS installation, refer to Sharing Software on a Local Area Network for more information.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> show bus_probe_algorithmIf the environment variable is set to old, set the variable to new and initialize the console as shown in the following example:
>>> set bus_probe_algorithm new >>> init
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_file
>>> show deviceOutput similar to the following is displayed by the show device command:
dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.13.0 EWA0 08-00-2B-3E-B6-C8 pka0.7.0.6.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> boot dka400
For more information about the show device and boot commands, see the hardware documentation that comes with your system.
To boot from a Digital UNIX Server, see Section 4.4.4.1.
>>> show deviceOutput similar to the following is displayed by the show device command:
dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.13.0 EWA0 08-00-2B-3E-B6-C8 pka0.7.0.6.0 PKA0 SCSI Bus ID 7Use the following command syntax to boot your system over the network:
setdevice_inet_init bootp setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot -fi "" ewa0You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> show bus_probe_algorithmIf the environment variable is set to old, set the variable to new and initialize the console as shown in the following example:
>>> set bus_probe_algorithm new >>> init
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
Follow this procedure to boot the system:
>>> show devA device information table similar to the following is displayed:
dka0.0.0.0.0 DKA0 RZ28 dkb0.0.0.1.0 DKB0 RZ28 dkc0.0.0.2.0 DKC0 RZ26 dkc100.1.0.2.0 DKC100 RZ26 dkc200.2.0.2.0 DKC200 RZ26 dkc300.3.0.2.0 DKC300 RZ26 dke100.1.0.4.0 DKE100 RRD43 mka500.0.0.0.0 MKA500 TLZ04 mke0.0.0.4.0 MKE0 TZ85 ewa0.0.0.6.0 EWA0 08-00-2B-2C-CE-DE ewb0.0.0.7.0 EWB0 08-00-2B-2C-CE-DF p_d0.7.0.3.0 Bus ID 7 pka0.7.0.0.0 PKA0 SCSI Bus ID 7 pkb0.7.0.1.0 PKB0 SCSI Bus ID 7 pkc0.7.0.2.0 PKC0 SCSI Bus ID 7 pke0.7.0.4.0 PKE0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> init
bootdevice
For example, to boot the system from CD-ROM drive number 1, enter the following command:
>>> boot dke100Output similar to the following is displayed:
(boot dke100.1.0.4.0) block 0 of dke100.1.0.4.0 is a valid boot block reading 16 blocks from dke100.1.0.4.0 bootstrap code read in base = 1ee000, image_start = 0, image_bytes = 2000 initializing HWRPB at 2000 initializing page table at 1e0000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code OSF boot - Mon Aug 5 15:49:49 EDT 1993
The device parameter is the network device from which you want to boot. AlphaServer 2000 Series processors support two network adapters: ewa0 and ewb0.
setdevice _protocols bootp setdevice _inet_init bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_protocols bootp >>> set ewa0_inet_init bootp >>> boot ewa0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS install, refer to Sharing Software on a Local Area Network.
You have completed booting your system. Continue the installation procedure with Chapter 5.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> show bus_probe_algorithmIf the environment variable is set to old, set the variable to new and initialize the console as shown in the following example:
>>> set bus_probe_algorithm new >>> init
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
Follow this procedure to boot the system:
>>> show devA device information table similar to the following is displayed:
dka0.0.0.0.0 DKA0 RZ28 dkb0.0.0.1.0 DKB0 RZ28 dkc0.0.0.2.0 DKC0 RZ26 dkc100.1.0.2.0 DKC100 RZ26 dkc200.2.0.2.0 DKC200 RZ26 dkc300.3.0.2.0 DKC300 RZ26 dke100.1.0.4.0 DKE100 RRD43 mka500.0.0.0.0 MKA500 TLZ04 mke0.0.0.4.0 MKE0 TZ85 ewa0.0.0.6.0 EWA0 08-00-2B-2C-CE-DE ewb0.0.0.7.0 EWB0 08-00-2B-2C-CE-DF p_d0.7.0.3.0 Bus ID 7 pka0.7.0.0.0 PKA0 SCSI Bus ID 7 pkb0.7.0.1.0 PKB0 SCSI Bus ID 7 pkc0.7.0.2.0 PKC0 SCSI Bus ID 7 pke0.7.0.4.0 PKE0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> init
bootdevice
For example, to boot the system from CD-ROM drive number 1, enter the following command:
>>> boot dke100Output similar to the following is displayed:
(boot dke100.1.0.4.0) block 0 of dke100.1.0.4.0 is a valid boot block reading 16 blocks from dke100.1.0.4.0 bootstrap code read in base = 1ee000, image_start = 0, image_bytes = 2000 initializing HWRPB at 2000 initializing page table at 1e0000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code OSF boot - Fri Dec 13 15:49:49 EDT 1996
The device parameter is the network device from which you want to boot. The AlphaServer 2100 Series, AlphaServer 2100A Series, AlphaServer 4000/4100 Series, and Digital Alpha VME 2100 Series processors support two network adapters: ewa0 and ewb0.
setdevice_protocols bootp setdevice_inet_init bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_protocols bootp >>> set ewa0_inet_init bootp >>> boot ewa0
For the AlphaServer 4000/4100 Series processor only, enter the following command to supercede the boot_ osflags setting:
>>> boot -fl an ewa0To stop the autoreboot feature on the AlphaServer 4000/4100 Series processor, enter the following command:
>>> boot -fl anh ewa0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS installation, refer to Sharing Software on a Local Area Network.
You have completed booting your system. Continue the installation procedure with Chapter 5.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_reset on
Use the following procedure to boot the system:
>>> show devA display appears showing information about the devices on your system. For example:
dka0.0.0.5.0 DKA0 RZ73 dkb4.4.1.14.0 DKB400 RRD43The numbers in the second column are the unit numbers assigned to each drive on your system:
bootdevice-number
For example, to boot the system from CD-ROM drive number 4, enter:
>>> boot dkb400Output similar to the following is displayed:
Initializing... F E D C B A 9 8 7 6 5 4 3 2 1 0 NODE # A M M . . . . . P TYP o + + . . . . . + ST1 . . . . . . . . B BPD o + + . . . . . + ST2 . . . . . . . . B BPD + + + . . . . . + ST3 . . . . . . . . B BPD + . + . + . + . . + . . . . C0 XMI + . A0 B0 . . . . . LV . 256 64 . . . . . 320Mb Firmware Rev = V2.3 SROM Rev = V2.0 SYS SN = GA12345678 Booting... Connecting to boot device dkb400
.
.
.
The device parameter is the network device from which you want to boot. The AlphaServer 8200 and AlphaServer 8400 Series processors support two network adapters: ewa0 and ewb0.
setdevice_protocols bootp setdevice_inet_init bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> show net >>> set ewa0_protocols bootp >>> set ewa0_inet_init bootp >>> boot -fl an ewa0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS installation, refer to Sharing Software on a Local Area Network.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
Follow this procedure to boot the system:
>>> show devA device information table similar to the following is displayed:
dka0.0.0.6.0 DKA0 RZ25L 0003 dka100.1.0.6.0 DKA100 RZ26 T386 dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.11.0 EWA0 08-00-2B-E2-74-32 pka0.7.0.6.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> init
bootdevice
For example, to boot the system from CD-ROM drive number 1, enter the following command:
>>> boot dka400Output similar to the following is displayed:
(boot dka400.4.0.6.0) block 0 of dka400.4.0.6.0 is a valid boot block reading 16 blocks from dka400.4.0.6.0 bootstrap code read in base = 11e000, imagestart = 0, imagebytes = 2000 initializing HWRPB at 2000 initializing page table at 110000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code OSF boot - Wed Jul 5 17:18:57 EDT 1995
The device parameter is the network device from which you want to boot. The AlphaStation 200 Series, AlphaStation 250 Series, AlphaStation 255 Series, and AlphaStation 400 Series processors support two network adapters: ewa0 and ena0.
setdevice_protocols bootp setdevice_inet_init bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_protocols bootp >>> set ewa0_inet_init bootp >>> boot ewa0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS installation, refer to Sharing Software on a Local Area Network for more information.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_file
>>> show deviceOutput similar to the following is displayed by the show device command:
dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.13.0 EWA0 08-00-2B-3E-B6-C8 pka0.7.0.6.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> boot dka400
For more information about the show device and boot commands, see the hardware documentation that comes with your system.
To boot from a Digital UNIX Server, see Section 4.9.3.1.
>>> show deviceOutput similar to the following is displayed by the show device command:
dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.13.0 EWA0 08-00-2B-3E-B6-C8 pka0.7.0.6.0 PKA0 SCSI Bus ID 7Use the following command syntax to boot your system over the network:
setdevice_inet_init bootp setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot -fi "" ewa0You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_file
>>> show deviceOutput similar to the following is displayed by the show device command:
dka200.2.0.2.0 DKA200 RZ26 T392 dka400.4.0.2.0 DKA400 RRD42 4.5d ewa0.0.0.1.0 EWA0 08-00-2B-39-88-3A pka0.7.0.2.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> boot dka400
For more information about the show device and boot commands, see the hardware documentation that comes with your system.
>>> show deviceOutput similar to the following is displayed by the show device command:
dka200.2.0.2.0 DKA200 RZ26 T392 dka400.4.0.2.0 DKA400 RRD42 4.5d ewa0.0.0.1.0 EWA0 08-00-2B-39-88-3A pka0.7.0.2.0 PKA0 SCSI Bus ID 7Use the following command syntax to boot your system over the network:
setdevice_inet_init bootp setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot ewa0You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_file
>>> show deviceOutput similar to the following is displayed by the show device command:
dka200.2.0.2.0 DKA200 RZ26 T392 dka400.4.0.2.0 DKA400 RRD42 4.5d ewa0.0.0.1.0 EWA0 08-00-2B-39-88-3A pka0.7.0.2.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> boot dka400
For more information about the show device and boot commands, see the hardware documentation that comes with your system.
>>> show deviceOutput similar to the following is displayed by the show device command:
dka200.2.0.2.0 DKA200 RZ26 T392 dka400.4.0.2.0 DKA400 RRD42 4.5d ewa0.0.0.1.0 EWA0 08-00-2B-39-88-3A pka0.7.0.2.0 PKA0 SCSI Bus ID 7Use the following command syntax to boot your system over the network:
setdevice_inet_init bootp setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot ewa0You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot ewa0
Similarly, when using DE205 (ISA LeMAC) Ethernet card, enter the following sequence of commands:
>>> set ena0_inet_init bootp >>> set ena0_protocols bootp >>> boot ena0
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_file
>>> show deviceOutput similar to the following is displayed by the show device command:
dka400.4.0.6.0 DKA400 RRD43 2893 dva0.0.0.0.1 DVA0 ewa0.0.0.13.0 EWA0 08-00-2B-3E-B6-C8 pka0.7.0.6.0 PKA0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> boot dka400
For more information about the show device and boot commands, see the hardware documentation that comes with your system.
>>> show deviceOutput similar to the following is displayed by the show device command:
dka200.2.0.2.0 DKA200 RZ26 T392 dka400.4.0.2.0 DKA400 RRD42 4.5d ewa0.0.0.1.0 EWA0 08-00-2B-39-88-3A pka0.7.0.2.0 PKA0 SCSI Bus ID 7Use the following command syntax to boot your system over the network:
setdevice_inet_init bootp setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is ewa0, enter the following commands:
>>> set ewa0_inet_init bootp >>> set ewa0_protocols bootp >>> boot ewa0You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set keyboard <type>Use the help set command to list the available keyboard types.
Use this procedure to boot the system:
>>> show devThe following information is displayed about the devices on your system:
BOOTDEV ADDR DEVTYPE RM/FX DEVNAM REV NUMBYTES ------- ---- ------- ----- ------ --- -------- EZ0A 08-00-2B-38-A1-92 FD0 PC Floppy DISK RM SCSI Devices.. DKA200 A/2/0 DISK FX RZ25 0700 426.25MB DKA400 A/4/0 RODISK RM RRD43 4.5d ....... DKA500 A/5/0 DISK FX RZ25L 0006 535.65MB DKA600 A/6/0 DISK FX RZ28 435E 2.10GB HOST A/7/0 PROC AHA1742A G.2The numbers under BOOTDEV represent the unit number assigned to each drive on your system:
bootdevice
For example, to boot the system from CD-ROM drive number 4, enter the following command:
>>> b dka400
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_reset on
>>> set scsi_reset 4
Use the following procedure to boot the system:
>>> show devThe output of the show dev command displays information about the devices on your system:
BOOTDEV ADDR DEVTYPE NUMBYTES RM/FX WP DEVNAM REV ------- ---- ------- -------- ----- -- ------ --- DKA0 A/0/0 DISK 426.25MB FX RZ25 0700 DKA200 A/2/0 DISK 426.25MB FX RZ25 0700 DKA400 A/4/0 DISK ..... RM WP RRD42 4.3d MKA500 A/5/0 TAPE RM TZK10 01B4 ..HostID.. A/6 INIT ..HostID.. B/6 INITR MKB500 B/5/0 TAPE RM TLZ04The numbers under BOOTDEV represent the unit number assigned to each drive on your system:
bootdevice
For example, to boot the system from CD-ROM drive number 4, enter the following command:
>>> b dka400
>>> boot ez0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS install, refer to Sharing Software on a Local Area Network.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> show confYour system displays output similar to the following (the output differs depending on your system configuration):
DEC 3000 - M500 Digital Equipment Corporation VPP PAL X5.37-82000101/OSF PAL X1.28-82000201 - Built on 13-DEC-1996 13:39:58.02 TCINFO DEVNAM DEVSTAT ------ -------- -------- CPU OK KN15-AA -V2.0-S1F4-I039-sV1.0-DECchip 21064 P3.0 ASIC OK MEM OK 8 CXT OK 7 NVR OK SCC OK NI OK ISDN OK 6 SCSI OK 3-PMAF-AA TC3 2-PMAZ-AA TC2 1-PMAZB-AA TC1 0-PMTNV-AA TC0The numbers under the TCINFO column (and the entries in the DEVNAM column) represent the unit number assigned to the PMAZB or PMAZC option card.
ttcslot_number cnfg
For example, to determine the device number of a disk on a PMAZB option card, enter the following command:
>> t tc1 cnfgA table similar to the following is displayed:
DEC PMAZB-AA V1.0 (Dual SCSI [53C96]) BOOTDEV ADDR DEVTYPE NUMBYTES RM/FX WP DEVNAM REV ------- ---- ------- -------- ----- -- ------ --- DKA200 A/2/0 DISK 426MB FX RZ25 0700 (rz200A) DKA400 A/4/0 RODISK 409MB RM WP RRD42 4.3d (rz400A) ..HostID.. A/7 INITR ..HostID.. B/7 INITR
boot"slot_number/device_number"
For example, to boot from disk number 4 on the PMAZB option card located in slot 1, enter the following command:
>>> b "1/dka400"You have completed booting your system. Continue the installation procedure with Chapter 5.
To boot from an FDDI network interface device, find the device names as described in Section 4.14.4. For example, a DEFTA device appears as PMAF-FA when you use the show conf command. Identify the slot number and enter the following commands to boot from a Digital UNIX server using the bootp protocol:
>>> b "1/ez0"You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
Use the following procedure to boot the system:
>>> show devA device information table similar to the following is displayed:
dka0.0.0.0.0 DKA0 RZ73 dkb0.0.0.1.0 DKB0 RZ73 dkc0.0.0.2.0 DKC0 RZ26 dkc100.1.0.2.0 DKC100 RZ26 dkc200.2.0.2.0 DKC200 RZ26 dkc300.3.0.2.0 DKC300 RZ26 dke100.1.0.4.0 DKE100 RRD42 mka500.0.0.0.0 MKA500 TLZ04 mke0.0.0.4.0 MKE0 TZ85 eza0.0.0.6.0 EZA0 08-00-2B-2C-CE-DE ezb0.0.0.7.0 EZB0 08-00-2B-2C-CE-DF p_d0.7.0.3.0 Bus ID 7 pka0.7.0.0.0 PKA0 SCSI Bus ID 7 pkb0.7.0.1.0 PKB0 SCSI Bus ID 7 pkc0.7.0.2.0 PKC0 SCSI Bus ID 7 pke0.7.0.4.0 PKE0 SCSI Bus ID 7The second column shows the numbers assigned to each drive:
>>> init
bootdevice
For example, to boot the system from CD-ROM drive number 1, enter the following command:
>>> boot dke100Output similar to the following is displayed:
(boot dke100.1.0.4.0) block 0 of dke100.1.0.4.0 is a valid boot block reading 16 blocks from dke100.1.0.4.0 bootstrap code read in base = 1ee000, image_start = 0, image_bytes = 2000 initializing HWRPB at 2000 initializing page table at 1e0000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code OSF boot - Wed Jul 5 15:49:49 EDT 1995
The device parameter is the network device from which you want to boot. The DEC 4000 processor supports two network adapters: eza0 and ezb0.
Set your device protocols to boot from a Digital UNIX server.
setdevice_protocols bootp
For example, if the device you are booting from with the bootp protocol is eza0, enter the following commands:
>>> set eza0_protocols bootp >>> boot eza0
Some system information is displayed by the installation software followed by the memory and hardware configurations.
If your initial network boot fails, enter init at the console prompt. If you encounter other problems during the RIS installation, refer to Sharing Software on a Local Area Network.
You have completed booting your system. Continue the installation procedure with Chapter 5.
You have completed booting your system. Continue the installation procedure with Chapter 5.
>>> set boot_osflags ""
If your system has unattended installation capability, the system will automatically reboot from the newly installed disks after the software subsets are loaded during the installation process. However, if you want to halt the system immediately after the software subsets are loaded (that is, you do not want to perform an automatic reboot), enter the following command: NOTE
>>> set boot_osflags hRemember to use this command only if your system has unattended installation capability. See Table 4-3 for a list of the systems that support this capability.
>>> set auto_action halt
>>> set boot_reset on
Use the following procedure to boot the system:
>>> show devOutput similar to the following is displayed:
dka0.0.0.5.0 DKA0 RZ73 dkb4.4.1.14.0 DKB400 RRD43The numbers in the second column are the unit numbers assigned to each drive on your system:
bootdevice-number
For example, to boot the system from CD-ROM drive number 4, enter:
>>> boot dkb400Output similar to the following is displayed:
Initializing... F E D C B A 9 8 7 6 5 4 3 2 1 0 NODE # A M M . . . . . P TYP o + + . . . . . + ST1 . . . . . . . . B BPD o + + . . . . . + ST2 . . . . . . . . B BPD + + + . . . . . + ST3 . . . . . . . . B BPD + . + . + . + . . + . . . . C0 XMI + . A0 B0 . . . . . LV . 256 64 . . . . . 320Mb Firmware Rev = V2.3 SROM Rev = V2.0 SYS SN = GA12345678 Booting... Connecting to boot device dkb400
.
.
.