Installation guide

3-2 Console Commands
3.1 Boot
The boot command boots the operating system.
Example 3-1 Boot Command
1. >>> # Boot from local disk.
>>> show device # Display I/O device information.
polling for units on kfmsa0, slot 1, xmi0...
dua2.2.0.1.0 R2TDYC$DIA2 RF73
polling for units on kdm700, slot 2, xmi1...
dua1.0.0.2.1 DUA1 RA92
>>> boot dua2.2.0.1.0# Boot device designations:
# du = device code.
# a = controller designation.
# 2 = device unit number.
# 2 = node number.
# 0 = device channel number.
# 1 = XMI slot number.
# 0 = I/O channel number.
2. >>> # Boot from network device.
>>> show net # Display network information.
polling for units on demna0, slot 3, xmi0...
exa0.0.0.3.0 08-00-2B-0B-BB-ED
# exa0.0.0.3.0 = path info.
# 08-00-2B-0B-BB-ED = controller
# hardware address (hex).
>>> b exa0 -flags 0,0,0 -file ISL_LVAX_V02
# Boot from InfoServer.
# exa0 = network device.
# -flags 0,0,0 = additional
# command parameters.
# ISL_LVAX_V02 = load file.
(
Examples are continued on p. 3-4
)