Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#
# 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 "Putty" terminal emulator (included in CHARON-AXP kit)
#

load virtual_serial_line OPA0 port=10003 application="putty -load OPA0"

#
# Сonnect the emulator's DQA0 to the host's ATAPI CD/DVD-ROM drive.
#

set ide container="\\.\CdRom0"

#
# Load optional DE500BA PCI Ethernet Adapter (EWA0) and map it to the "Charon" host network interface
#

load DE500BA/dec21x4x EWA interface=EWA0
load packet_port/chnetwrk EWA0 interface="connection:Charon"

#
# 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] = "C:\My disks\bootable.vdisk"
set PKA container[100] = "C:\My disks\RZ22.vdisk"
set PKA container[200] = "C:\My disks\RZ23.vdisk"

set PKA container[600] = "C:\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] = "C:\My diskst\RZ24.vdisk"

...

Back to Table of Contents

...

In our example, possible mappings of RQDX3 and TQK50 tapes include physical devices and KZPBA SCSI controller include disk and tape images. Tape images should not be manually created, whereas you have to provision disk images, as described below.

...

Start the "MkDisk" utility from the "Start" menu:


Image RemovedImage Added

The main dialog of the utility will appear:

Image RemovedImage Added

Select "HP Alpha AXP" in the "Select System" drop-down menu, "MSCPSCSI" in the "All Controllers" drop-down menu and "RZ24" (for example) in the "Select Disk Type" drop-down menu, then press "Create Disk Image" button:

Image RemovedImage Added

The utility will ask you to specify the output file name. Select the "C:\My disks" directory created just before (or create it directly in the dialog) and press "Save" button:

Image RemovedImage Added

The "MkDisk" utility will create the requested disk image:

Image RemovedImage Added

Repeat this sequence for the disks "RZ23RZ28.vdisk", "RZ25RZ22.vdisk" and "RZ26RZ23.vdisk". Put them in the same "C:\My disks" folder. 

...