...
Info |
---|
In case of Tru64 UNIX V5 running on the host system it is recommended to use the following commands to get information on the host configuration: Command | Description |
---|
# /sbin/hwmgr view devices
| Get detailed information about the host hardware configuration | # /sbin/hwmgr show scsi
| Get specific information about the host SCSI controllers and attached disks | # /sbin/hwmgr view hierarchy
| Get information about the host controllers |
Please reference to the Tru64 UNIX User's Guide for more details. |
The source HP Alpha peripheral configuration in this example is:
...
#
# HP AlphaServer model: AlphaServer ES40 6/667
#
set session hw_model = AlphaServer_ES40
set ace cpu_architecture = EV67
set rom dsrdb[0] = 1820 system_name = "AlphaServer ES40 6/667"
...
#
# Override default System Serial Number, set it to "SN01234567"
#
set rom system_serial_number = SN01234567
#
# Specify RAM size: 512 Mb
#
set ram size=512
#
# Map OPA0 console to the xtem from which CHARON-AXP runs
#
set COM1 alias=OPA0 line=(console)
#
# Connect the emulator's DQA0 to the host's ATAPI CD/DVD-ROM drive.
#
set ide container="/dev/cdrom"
#
# Load optional DE500BA PCI Ethernet Adapter (EWA0) and map it to the "eth1" host network interface
#
load DE500BA/dec21x4x EWA interface=EWA0
load packet_port/chnetwrk EWA0 interface="eth1"
#
# Load DEC-KZPBA SCSI controller and map it to 3 disk containers and 1 tape container
#
load KZPBA PKA scsi_id = 7
set PKA container[0] = "/my_disks/bootable.vdisk"
set PKA container[100] = "/my_disks/RZ22.vdisk"
set PKA container[200] = "/my_disks/RZ23.vdisk"
set PKA container[600] = "/my_tapes/my_tape.vtape"
#
# Load DEC-KGPSA-CA PCI FC adapter and map it to a disk container
#
load KGPSA FGA
set FGA container[0] = "/my_disks/RZ24.vdisk"
...
|
...