Versions Compared

Key

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

Anchor
TopPageTOCTopPage
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle


#
# Copyright (C) 1999-2016 2017 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 :VAX 6000 Model 610.
#
# * Charon-VAX/6610
#
# Emulator of the VAX model:
#
# * VAX 6610
#
----------------------------------------------------------------------------

set session hw_model = VAX_6610

...

set session log_method = append
#set session log_method = overwrite
#set session log = VAX_6610.log

#============================================================================
#
# To enable automatic boot, define the default boot device in the VAX
# console and uncomment the line below.
#
#----------------------------------------------------------------------------

#set xmi boot = auto

#============================================================================
#
# The following line tells the emulator where to preserve NVRAM content.
# TOY date/time, boot options, ...
#

set toy container="vx6k610.dat"

#
# EEPROM settings, e.g. default boot drive
#

set eeprom container="vx6k610.rom"

#The TOY file maintains the current time of the emulated VAX (when it is not
# running) and other console parameters (such as default boot device).
#
# Both files must be enabled to correctly preserve the console settings.
#
#----------------------------------------------------------------------------

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

#============================================================================
#
# Specify the size of RAM (default 32MB512MB). Note that DIT (when enabled)
# also needs certain amount of memory which grows linearly following
# the size of memory specified here. Also remember that the dongle
# license might limit the maximum amount of memory.
#
# The valid settings are: 32,64,128,256,512,768,1024, ... 35843072,
# 32bit systems only: Please note, that to be able to run the ~2Gb
# (2048) of simulated memory you should enable /3GB switch
#set
#----------------------------------------------------------------------------

#set ram size = 512
#set ram size = 768
#set ram size = 1024
#set ram size = 2048
#set ram size = 35843072

#============================================================================
#
# Now assign built-in Select the connection method for the console serial line OPA0. Currently the emulator
# offers two possible ways of using built-in serial lines. First of
# them is to attach a third party terminal emulator (virtual_serial_line).
# The second is connection to COM ports (via physical_serial_line).
#
# Once the way of the connection is defined corresponding mapping
# to the host resources can be performed.
#
# Connection to a third party terminal emulator:
#load virtual_serial_line/chserial OPA0
#set 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"
set load virtual_serial_line OPA0 port = 10003 application = "putty .exe -load OPA0 -P 10003"
#set #load virtual_serial_line OPA0 port = 10003 application = "c:\kea\user\opa0.ktc"

#----------------------------------------------------------------------------
#
# Connection to a physical COM port of the host:
#

# load physical_serial_line/chserial OPA0
# set OPA0 line="COM1:"

#
# Load the MSCP controller with the name DUA
#

load KDM70/KDM70 DUA Uncomment to allow 'F6' to terminate the running emulator. Closing console
# satellite application may also be used for that.
#
#----------------------------------------------------------------------------

#set OPA0 stop_on = "F6"
#set OPA0 stop_on = "Application"
#set OPA0 stop_on = "F6, Application"

#============================================================================
#
# Uncomment to enable emulation of KDM70 storage controller.
#
#----------------------------------------------------------------------------

#load KDM70 PUA xmi_node_id = 11

#
# Map the storage units for loaded MSCP controller DUA.
#
# In VMS, the DUA0 will correspond to the 'DUA container[0]', etc...
#
# Examples:
#
# set DUA container[0]="C:\Disk-Images\charon-6000\dua0.vdisk"
# set DUA ============================================================================
#
# Uncomment to connect the emulator's DUA0 to a .VDISK file (disk image).
#
#----------------------------------------------------------------------------

#set PUA container[0] = "<file-name>.vdisk"

#============================================================================
#
# Uncomment to connect the emulator's DUA1 to a host disk drive.
#
#----------------------------------------------------------------------------

#set PUA container[1] = "\\.\PhysicalDrive1"
#set PUA container[1] = "\\.\PhysicalDrive1"
# set DUA container[2PhysicalDrive<N>"

#============================================================================
#
# Uncomment to connect the emulator's DUA3 to an .ISO file (CD/DVD image).
#
#----------------------------------------------------------------------------

#set PUA container[3] = "<file-name>.iso"

#============================================================================
#
# Uncomment to connect the emulator's DUA4 to the host's CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------

#set PUA container[4] = "\\.\CdRom0"
# set DUA #set PUA container[34] = "\\.\A:CdRom<N>"

#
# It is also possible to map a tape drive identified by the host
# operating system to the DUA controller.
#
# Example:
#
# set DUA container[3============================================================================
#
# Uncomment to connect the emulator's MUA5 to a .VTAPE file (tape image).
#
#----------------------------------------------------------------------------

#set PUA container[5] = "<file-name>.vtape"

#============================================================================
#
# Uncomment to connect the emulator's MUA6 to a host tape drive.
#
#----------------------------------------------------------------------------

#set PUA container[6] = "\\.\Tape0"
#
#set DUA PUA container[06] = "\\..."\Tape<N>"

#============================================================================
#
# Support of CI:
#
# Load CIXCD adapter into slot 12 (C) of the XMI.
#
#----------------------------------------------------------------------------

#load CIXCD PAA xmi_node_id = 12 ci_node_id = 0x01

#============================================================================
#
# Support of CI:
#
# Connect HSJ50 storage controller to the CIXCD adapter PAA.
#
#----------------------------------------------------------------------------

#load HSJ50 PUA ci_node_id = 0x0B mscp_allocation_class = 1

#
# Map the storage units for the loaded HSJ50 controller PUA.
#
# In VMS, the PUA will correspond to the 'DUA container[0]', etc...
#
# Examples:
#
# set ============================================================================
#
# Uncomment to connect the emulator's DUA0 to the disk image.
#
#----------------------------------------------------------------------------

#set PUA container[0] = "C:\Disk-Images\charon-6000\dua0<file-name>.vdisk"

# set PUA container[1]="\\.\PhysicalDrive1"
# set PUA container[2]="\\.\CdRom0"
# set PUA container[3]="\\.\A:"
#
# It is also possible to map a tape drive identified by the host
# operating system to the PUA controller.
#
# Example:
#
# set PUA container[3============================================================================
#
# Uncomment to connect the emulator's DUA1 to a host disk drive.
#
#----------------------------------------------------------------------------

#set PUA container[1] = "\\.\Tape0"
#

#set PUA container[0]="..."

#
# IMPORTANT NOTE:
#
# Make sure that DUA and PUA do not conflict in the VMS environment, since
# the disks on those controllers have the same name "DUA[x]" preceded by
# their allocation class (for the HSJ50 controller it is set in the
# configuration file). Assign the allocation class in such a way to avoid
# name conflicts or enable only either DUA or PUA.
#
# See CHARON-66x0 User Guide for more details.
#

#
# Load Ethernet Controllers
#
# 2 Ethernet controllers are loaded in this sample configuration file: EXA
# and EXB. Both of them are connected to corresponding network interfaces:
# EXA_0 and EXB_0. The initial settings for the interfaces are "disabled".
# The exact mapping to the host ethernet interfaces will be defined later
# in this configuration file.
#

load DEMNA/demna PhysicalDrive<N>"

#============================================================================
#
# DEMNA XMI Ethernet Adapter EXA.
#
# Uncomment both lines to enable emulation of EXA.
#
#----------------------------------------------------------------------------

#load DEMNA EXA xmi_node_id = 13 interface = EXA_0EXA0
load #load packet_port /chnetwrk EXA_0 EXA0 interface = "(disabled)"

load DEMNA/demna EXB xmi_node_id=14 interface=EXB_0
load packet_port/chnetwrk EXB_0 interface="(disabled)"

#
# Map the Network connections.
#
# Each connection is instantiated by the two objects. One is DEMNA controler
# emulator EXn where n is A or B, and second is packet port EXn_0 where the
# n is A or B.
#
# In the emulated VMS, the network devices EXn will correspond to the
# EXn, EXn_0 pair in the configuration file.
#
# To assign the spesific permanent address to the desired EXn controller
# ucomment the corresponding line below.
#
# Example:
#
# set EXA station_address="00-63-50-1A-A3-1E"
#

#set EXA station_address="..."
#set EXB station_address="..."

#
# To connect the corresponding adapter to the external device, uncomment
# the line below and put the valid interface definition.
#
# Example:
#
# set EXA_0 interface="Cabletron DE500B PCI Fast Ethernet Adapter (21143-PC)"
##set EXA_0 interface="connection:<connection-name>"
#set EXB_0 #----------------------------------------------------------------------------
#
# Connect EXA0 to a host NIC.
#
#----------------------------------------------------------------------------

#set EXA0 interface = "connection:<connection-name>"

#============================================================================
#
# DEMNA XMI Ethernet Adapter EXB.
#
# Uncomment both lines to enable emulation of EXB.
#
#----------------------------------------------------------------------------

#load DEMNA EXB xmi_node_id = 14 interface = EXB0
#load packet_port EXB0 interface = "(disabled)"

#----------------------------------------------------------------------------
#
# Connect EXB0 to a host NIC.
#
#----------------------------------------------------------------------------

#set EXB0 interface = "connection:<connection-name>"

# this is the end of the configuration file ##################################

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc