Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR

Configuration Reference

The CHARON-AXP/SMA(+) virtual machines are configured via a text-based configuration file.  This configuration file treats all configurable options as objects.  Each of these objects has a number of members that control specific options related to the object.

This configuration file format is not shared with the CHARON-AXP/SMA or CHARON-AXP/Station products for GNU/Linux.

Syntax

The syntax of the CHARON-AXP/SMA(+) configuration file is very simple.  The following section describes each of the syntactic components, with examples.

Comments

All comments begin with a # character and terminate at the end of a configuration line.  They are not processed by the virtual machine.  The following example demonstrates comments both at the beginning of a line and the end of a configuration statement.

Example Configuration Comments

# This configuration is for an AlphaServer 4100
#
load 5 PK    # Add 5 SCSI controllers

Declarations

All objects, with the exception of the built in OPA0, must be declared (or loaded) using the load command.  Most objects have extra options controlling features such as controller model.  Please see the specific object documentation for further details.  The following example demonstrates these.

Example of Configuration Object Declaration (load)

load 1 EW DE450

load 1 PK

Options (Configuration Object Members)

Each object is configurable using a collection of object-specific members.  These can be assigned either double-quoted string or integer values.  The following examples show the assignment of both string an integer values.

Assigning Configuration Object Members

DKA0.image = "C:\disks\dka0.vdisk"

DKA0.size = 8192

Reference

The following sections describe how to manipulate the configuration objects and their members to set up a virtual Alpha machine:


  • DK  — Disk device configuration object.

  • EW  —  Ethernet device configuration object.

  • GK  —  Generic SCSI device configuration object.

  • LPT1  — Parallel port configuration object.

  • memory  — Configure size of guest RAM.

  • model  — Specify the Alpha system model of the virtual machine.

  • OPA0  — Configure the Alpha virtual machine console device.

  • PK  — Storage controller configuration object.

  • system  — System configuration object.

  • TX  — PBXDA-AB serial board configuration object.

  • License keys  — Specify regular (primary) and backup keys




© Stromasys, 1999-2024  - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.