Installation guide

3-4 Console Commands
3. >>> # Boot a system in a CI
# VAXcluster.
>>> sh dev # Display I/O device information.
polling for units on cixcd0, slot 2, xmi0...
dua20.14.0.2.2 $100$DUA20 RA82
dua31.14.0.2.2 $100$DUA31 RA82
>>> boot -fl 0,4,0 dua20.14.0.2.2
# -fl[ags] indicates additional
# command options follow.
# 0 = not a shadow set boot
# 4 = system root of boot device.
# 0 = bootstrap loader options.
# du = device code.
# a = controller designation.
# 20 = device unit number.
# 14 = node number.
# 0 = device channel number.
# 2 = XMI slot number.
# 2 = I/O channel number.
4. >>> # Shadow set boot.
>>> b -fl 8DAC,2,0 dua3500.14.0.12.1,dua63.14.0.12.1
# 8DAC = load device virtual
# unit number;
# 8 indicates shadow set booting.
# DAC = value (hex) of virtual
# device unit number 3500 (dec.).
# 2 = system root.
# 0 = bootstrap loader options.
# dua3500 = virtual device.
# dua63 = physical device.
# 14 = node number.
# 0 = device channel number.
# 12 = XMI slot number.
# 1 = I/O channel number.
# The console attempts to boot
# from the virtual device; then
# from the physical device. The
# parameters for the physical and
# virtual device are identical
# except for device number.