Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Heading removed for PDF export compliance

...

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

VAX 6310 configuration file

#
# Copyright (C) 1999-2014 STROMASYS
# All rights reserved.
#
# The software contained on this media is proprietary to and embodies
# the confidential technology of STROMASYS.

...

 Possession, use, duplication,
# or dissemination of the software and media is authorized only pursuant
# to a valid written license from STROMASYS.
#
#============================================================================
#
# Sample configuration file

...

 for AlphaServer DS20 machines.
#
#----------------------------------------------------------------------------
set session hw_model =

...

 AlphaServer_

...

DS20
#============================================================================
#
# Select name of the instance to differentiate it among other instances
#

...

 running on the same host.
#
#----------------------------------------------------------------------------
#set session configuration_name =

...

 AlphaServer_

...

DS20
#============================================================================
#
# Disable rotating LOG and enable single file LOG. Select either appending or
# overwriting it on every instance start. Then specify desired log file name
# and path to it.
#
#----------------------------------------------------------------------------
#set session log_method = append
#set session log_method = overwrite
#set session log =

...

 AlphaServer_

...

#
# It is possible to reduce the size of the log file using filtering
# possibilities:
#
# 1) Based on message type (info, warning, error)
# 2) Based on repeatetive messages removing.
#
# You can specify which type of messages should be logged using option
# 'log_show_messages' which is a string option containing mentioned above
# message types delimited by comma. Default is "all" which means to log
# all existing message types.
#
# You can specify that repeatetive messages should be filtered out using
# 'log_repeat_filter' "on"/"off" option. Default value is "off"
#

# The same as default "all"
set session log_show_messages="info, warning, error"

# Show only information and error messages
#set session log_show_messages="info, error"

# Show only error messages
#set session log_show_messages="error"

# Filter repeatetive messages out
#set session log_repeat_filter="on"

...

#set toy container="charon.dat"
#set eeprom container="charon.rom"

#
# Specify the size of RAM (default 512MB). Remember that the dongle
# license might limit the maximum amount of memory.
#

set ram size=32
#set ram size=64
#set ram size=128
#set ram size=256
#set ram size=512

#
# Now assign console built-in serial line. Currently the
# emulator offers three possible ways using serial lines. First
# of them is connection to COM ports (via physical_serial_line).
# The second is to attach a third party terminal emulator
# (virtual_serial_line). And the third one is to connect to MOXA
# NPort 5210 box ports (via np5210_serial_line).
#
# Once desired way of connection is chosen load the interface
# like OPA0 which is expected by built-in console controller.
#

# MOXA NPort 5210 box connection
#load np5210_serial_line/chserial OPA0
#set OPA0 ip="xxx.xxx.xxx.xxx" rs_port=n

# Physical COM port connection
#load physical_serial_line/chserial OPA0 line="COM1:"

#
# Virtual serial line connection listening for the TCP/IP port
# number 10003 on the host system. It is possible to connect to
# this port from any appropriate application (standard terminal,
# user written terminal, etc...).
#
#load virtual_serial_line/chserial OPA0 port=10003

#
# Virtual serial line connection listening for the TCP/IP port
# number 10003 on the host system. Specified program is started
# automatically.
#
load virtual_serial_line/chserial OPA0
#set OPA0 port=10003 application="opa0.ht"
set OPA0 port=10003 application="putty.exe -load OPA0"
#set OPA0 port=10003 application="c:\kea\user\opa0.ktc"

...

#
# Slots 1 - 15 (1 - F) of the VAXBI are able to handle I/O adapters.
#

# load KDB50 MSCP disk controller into slot 1 of the VAX BI
load KDB50 PUA vax_bi_node_id=1

#
# Attach unit 0 of the PUA controller to disk image (.dsk or .vdisk);
# VMS would see it as "DUA0:"
#
#set PUA container[0]="..\vdisk\vmssys.vdisk"

#
# Attach unit 1 of the PUA controller to physical disk drive (N to be
# replaced with decimal number); VMS would see it as "DUA1:"
#set PUA container[1]="\\.\PhysicalDriveN"
#

# ...

#
# Attach unit 9 of the PUA controller to CDROM drive (0 might to be
# replaced with another decimal number, if necessary); VMS would see
# it as "DUA9:"
#set PUA container[9]="\\.\CdRomN"

#
# Attach unit 10 of the PUA controller to floppy disk drive ('A' to be
# replaced with 'B', if necessary); VMS would see it as "DUA10:"
#set PUA container[10]="\\.\A:"

# ...

# load DEBNI Ethernet Controller into slot 2 of the VAXBI
load DEBNI/DEMNA ETA vax_bi_node_id=2

# connect the ETA Ethernet controller to host network interface
#load packet_port/chnetwrk ETA0 interface="connection:<connection-name>"
#set ETA interface=ETA0

# Load VAXBI to UNIBUS adapter
load DWBUA UBA vax_bi_node_id=14

# Load TMSCP tape to have the tape instead of non-implemented TBK70
load TUK50 MUA

#
# Attach MUA controller to tape image (.mtd or .vtape); VMS would see
# it as "MUA0:"
#
set MUA container[0]="mua0.mtd"

#
# Attach MUA controller to physical tape drive (N to be replaced with
# decimal number); VMS would see it as "MUA0:"
#
#set MUA container[0]="\\.\TapeN"

# ...

...

DS20.log
#============================================================================
#
# Overrides system assigned process's CPU affinity. The session changes
# the process's CPU affinity to the one specified.
#
#----------------------------------------------------------------------------
#set session affinity="0, 1, 2, 3"
#============================================================================
#
# The 'n_of_io_cpus' option overrides number of host CPU cores reserved for
# I/O processing. If omitted the session reserves 33% of available host CPU
# cores for I/O processing. Note that total amount of available host CPU
# cores is determined based on process's CPU affinity.
#
#----------------------------------------------------------------------------
#set session n_of_io_cpus=1
#set session n_of_io_cpus=2
#set session n_of_io_cpus=...
#============================================================================
#
# AlphaServer DS20 6/500
#
#----------------------------------------------------------------------------
#set ace cpu_architecture = EV6
#set rom dsrdb[0] = 1920 system_name = "AlphaServer DS20 6/500"
#============================================================================
#
# AlphaServer DS20E 67/667
#
#----------------------------------------------------------------------------
set ace cpu_architecture = EV67
set rom dsrdb[0] = 1940 system_name = "AlphaServer DS20E 67/667"
#============================================================================
#
# The 'n_of_cpus' option reduces number of emulated Alpha CPUs in the
# configuration.
#
#----------------------------------------------------------------------------
#set session n_of_cpus=1
#============================================================================
#
# Override default System Serial Number.
#
#----------------------------------------------------------------------------
#set rom system_serial_number = SN01234567
#============================================================================
#
# Specify size of RAM from 256MB up to 32768MB (32GB) in 256MB extents.
#
#----------------------------------------------------------------------------
#set ram size=256
#set ram size=512
#set ram size=1024
#set ram size=4096
#set ram size=32768
#============================================================================
#
# Uncomment to allow the virtual SRM console environment be preserved across
# emulator restarts.
#
#----------------------------------------------------------------------------
#set rom container="AlphaServer_DS20.bin"
#============================================================================
#
# Uncomment to allow saving CMOS NVRAM content, so that to preserve
# Time & Date information.
#
#----------------------------------------------------------------------------
#set toy container="AlphaServer_DS20.dat"
#============================================================================
#
# Select connection for the console serial line OPA0.
#
#----------------------------------------------------------------------------
#load physical_serial_line OPA0 line="COM1:"
#load virtual_serial_line OPA0 port=10003
#load virtual_serial_line OPA0 port=10003 application="opa0.ht"
load virtual_serial_line OPA0 port=10003 application="putty -load OPA0"
#load virtual_serial_line OPA0 port=10003 application="c:\kea\user\opa0.ktc"
#============================================================================
#
# Improve granularity of emulated AXP timer.
#
#----------------------------------------------------------------------------
#set isa clock_period=1000
#============================================================================
#
# Uncomment to connect the emulator's DQA0 to host's ATAPI CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------
#set ide container="\\.\CdRom0"
#============================================================================
#
# Load optional DE500BA PCI Ethernet Adapter (EWA).
#
#----------------------------------------------------------------------------
#load DE500BA/dec21x4x EWA interface=EWA0
#load packet_port/chnetwrk EWA0 interface="(disabled)"
#load packet_port/chnetwrk EWA0 interface="connection:<connection-name>"
#============================================================================
#
# Load another optional DE500BA PCI Ethernet Adapter (EWB).
#
#----------------------------------------------------------------------------
#load DE500BA/dec21x4x EWB interface=EWB0
#load packet_port/chnetwrk EWB0 interface="(disabled)"
#load packet_port/chnetwrk EWB0 interface="connection:<connection-name>"
#============================================================================
#
# Load another optional DE500BA PCI Ethernet Adapter (EWC).
#
#----------------------------------------------------------------------------
#load DE500BA/dec21x4x EWC interface=EWC0
#load packet_port/chnetwrk EWC0 interface="(disabled)"
#load packet_port/chnetwrk EWC0 interface="connection:<connection-name>"
#============================================================================
#
# The AlphaServer DS20 contains two built-in PCI SCSI adapters called PKA and
# PKB within the configuration file.
#
#----------------------------------------------------------------------------
#
# Uncomment to connect the emulator's DKA0 to the disk image.
#
#----------------------------------------------------------------------------
#set PKA container[0] = "<file-name>.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's DKA100 to host's disk drive.
#
#----------------------------------------------------------------------------
#set PKA container[100] = "\\.\PhysicalDrive0"
#set PKA container[100] = "\\.\PhysicalDrive<N>"
#============================================================================
#
# Uncomment to connect the emulator's GKA200 to an unknown SCSI device.
#
#----------------------------------------------------------------------------
#set PKA container[200] = "\\.\ScsiN:X:Y:Z"
#============================================================================
#
# Uncomment to connect the emulator's DKA300 to host's CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------
#set PKA container[300] = "\\.\CdRom0"
#set PKA container[300] = "\\.\CdRom<N>"
#============================================================================
#
# Uncomment to connect the emulator's DKA400 to .ISO file (CD/DVD-ROM image).
#
#----------------------------------------------------------------------------
#set PKA container[400] = "<file-name>.iso"
#============================================================================
#
# Uncomment to connect the emulator's MKA500 to host's SCSI tape drive.
#
#----------------------------------------------------------------------------
#set PKA container[500] = "\\.\Tape0"
#set PKA container[500] = "\\.\Tape<N>"
#============================================================================
#
# Uncomment to connect the emulator's MKA600 to .VTAPE file (tape image).
#
#----------------------------------------------------------------------------
#set PKA container[600] = "<file-name>.vtape"
#============================================================================
#
# Uncomment to connect the emulator's DKA600 to host's 3.5" FDD. Uncomment
# the next line for the FDD to appear as DEC RX23 (otherwise it appears as
# DEC RX26).
#
# Either "A:" or "B:" may be used in container specification.
#
#----------------------------------------------------------------------------
#set PKA container[600] = "\\.\A:"
#set PKA media_type[600] = "RX23"
#============================================================================
#
# Uncomment to connect the emulator's DKB0 to the disk image.
#
#----------------------------------------------------------------------------
#set PKB container[0] = "<file-name>.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's DKB100 to host's disk drive.
#
#----------------------------------------------------------------------------
#set PKB container[100] = "\\.\PhysicalDrive0"
#set PKB container[100] = "\\.\PhysicalDrive<N>"
#============================================================================
#
# Uncomment to connect the emulator's GKB200 to an unknown SCSI device.
#
#----------------------------------------------------------------------------
#set PKB container[200] = "\\.\ScsiN:X:Y:Z"
#============================================================================
#
# Uncomment to connect the emulator's DKB300 to host's CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------
#set PKB container[300] = "\\.\CdRom0"
#set PKB container[300] = "\\.\CdRom<N>"
#============================================================================
#
# Uncomment to connect the emulator's DKB400 to .ISO file (CD/DVD-ROM image).
#
#----------------------------------------------------------------------------
#set PKB container[400] = "<file-name>.iso"
#============================================================================
#
# Uncomment to connect the emulator's MKB500 to host's SCSI tape drive.
#
#----------------------------------------------------------------------------
#set PKB container[500] = "\\.\Tape0"
#set PKB container[500] = "\\.\Tape<N>"
#============================================================================
#
# Uncomment to connect the emulator's MKB600 to .VTAPE file (tape image).
#
#----------------------------------------------------------------------------
#set PKB container[600] = "<file-name>.vtape"
#============================================================================
#
# Uncomment to connect the emulator's DKB600 to host's 3.5" FDD. Uncomment
# the next line for the FDD to appear as DEC RX23 (otherwise it appears as
# DEC RX26).
#
# Either "A:" or "B:" may be used in container specification.
#
#----------------------------------------------------------------------------
#set PKB container[600] = "\\.\A:"
#set PKB media_type[600] = "RX23"
#============================================================================
#
# Uncomment to enable emulation of DEC-KGPSA-CA PCI FC Adapter.
#
#----------------------------------------------------------------------------
#load KGPSA FGA
#============================================================================
#
# Uncomment to connect the emulator's $1$DGA0 to the disk image.
#
#----------------------------------------------------------------------------
#set FGA container[0] = "<file-name>.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's $1$DGA100 to host's disk drive.
#
#----------------------------------------------------------------------------
#set FGA container[100] = "\\.\PhysicalDrive<N>"
#============================================================================
#
# Uncomment to enable emulation of secondary DEC-KGPSA-CA PCI FC Adapter.
#
#----------------------------------------------------------------------------
#load KGPSA FGB
#============================================================================
#
# Uncomment to enable PCI Pass Through access to physical EMULEX LP FC HBA,
# use two adapters to provide multipath with failover.
#
#----------------------------------------------------------------------------
#set FGA host_bus_location = "PCI bus X, device Y, function Z"
#set FGB host_bus_location = "PCI bus A, device B, function C"
# this is the end of the configuration file #################################

Back to Top