Versions Compared

Key

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

Anchor
TopConfigurationPage
TopConfigurationPage

...

Note: the lines preceded by the comment sign "#" inside the configuration files will not be interpreted. You can use this sign to debug your configuration.

TopConfigurationPageBack to the Table of Contents

HP Alpha model specification

...

If you create the CHARON-AXP configuration file from scratch, it must be the very first uncommented line in the configuration file.

TopConfigurationPageBack to the Table of Contents

Configuration name

The next configuration statement is the "Configuration name" option.

...

You can optionally uncomment this line to differentiate this CHARON-AXP instance from all others in a multi-instances environment. The configuration name can be any label that is meaningful. It is reported in the log file and is used to set the log file name for rotating log (see further: Rotatinglog(default) ).

TopConfigurationPageBack to the Table of Contents

Log file parameters

Execution of CHARON-AXP creates one log file or a set of log files reflecting the progress of its start-up and ongoing operation - start and end time of execution, system information, license and configuration details, warnings, reports on problems that may occur, etc. In case of possible problems either with the running CHARON-AXP or the emulated system configuration (such as the absence or malfunction of certain devices), the log file(s) is the primary source to be analyzed for troubleshooting. If it becomes necessary to contact Stromasys for support, the configuration and log files, plus the license number, will be requested to begin problem resolution.

...

set session log_method = append
set session log = "/my_logs/my_es40.log"

TopConfigurationPageBack to the Table of Contents 

CPU affinity

This setting binds the running instance of the emulator CPUs to particular host CPUs. This should be used for soft partitioning host CPU resources or for isolating multiple CHARON instances on the same host from each other. By default the emulator instance allocates as many host CPUs as possible.

...

(warning) Note that the number of the specified host CPUs must correspond to the number of the emulated CPUs (one host CPU for one emulated CPU; this value is specific for each HP Alpha model) and number of CPUs needed for CHARON application itself ("n_of_io_cpus").

TopConfigurationPageBack to the Table of Contents

Number of host CPUs dedicated to CHARON I/O

...

(warning) Note that the number of the specified CPUs dedicated to CHARON I/O operations must correspond to the total number of available for CHARON CPUs (restricted by "affinity" parameter if needed) and the number of the virtual HP Alpha CPUs to be emulated.

TopConfigurationPageBack to the Table of Contents

Setting a specific HP Alpha model

...

The full description of the parameters, with other models that can be also configured, is available in the "Configuration details" chapter of this User's Guide.

TopConfigurationPageBack to the Table of Contents

Reducing number of emulated CPUs

If the CHARON host contains not enough CPUs to emulate full range of the CPUs provided by a certain HP Alpha model, it is possibe to direct CHARON-AXP to reduce the number of emulated Alpha CPUs in the configuration:

set session n_of_cpus=1

TopConfigurationPageBack to the Table of Contents

Setting system serial number

...

set rom system_serial_number = SN01234567

TopConfigurationPageBack to the Table of Contents

TOY and ROM containers

The next objects to be configured are TOY and ROM containers (their presence depends on the HP Alpha model). It is always recommended to enable them. If a container file of the given name does not exist, CHARON-AXP will create it. It is recommended to specify the path for each file so that time and console parameters will be kept whatever the current directory is when starting the guest.

...

set rom container="clipper.bin"

TopConfigurationPageBack to the Table of Contents

Emulated memory (RAM) size

...

Note that in some particular orders your license may restrict the maximum RAM amount of each HP Alpha model.

TopConfigurationPageBack to the Table of Contents

Console

Mapping to system resources

...

This line provides CHARON-AXP the ability to exit by pressing the "F6" key.

TopConfigurationPageBack to the Table of Contents

Improve granularity of emulated timer

...

Do not uncomment this parameter unless there are some problems with system time or system clock intervals in guest OS.

TopConfigurationPageBack to the Table of Contents

ATAPI CD/DVD-ROM configuration

...

How to find proper "/dev/sg" device is explained in this section.

TopConfigurationPageBack to the Table of Contents

AlphaStation Sound Card (AD1848) configuration

...

Note

The "Pulse Audio" packages of the last versions must be installed on CHARON host to support audio playback. Please refer to Linux documentation.


TopConfigurationPageBack to the Table of Contents

Networking

CHARON-AXP supports DE435, DE450, DE500AA, DE500BA, DE602 and DE602AA virtual network adapters.

...

Note

The AlphaServer DS 15 and DS25 contain two built-in PCI Ethernet adapters. Models and names (EI* or EW*) of them depend on configuration addon. Choose one of the two or none, but not both. The first instantiates onboard network interfaces as EIA and EWA. While the second - EWA and EWB (enabled by default for backward compatibility)

Example:

#include ds25-onboard-nics.icfg
include ds25-onboard-nics-ew.icfg



Follow this link for more details of CHARON-AXP network controllers configuration.

TopConfigurationPageBack to the Table of Contents

Disk/tape subsystem

The next step is configuration of the disk/tape subsystem and mapping it to system resources using the samples given in the template configuration files.

...

Follow this link for details of KZPBA controllers configuration.

Back to Table of Contents

KGPSA-CA PCI FC disk controller

...

Follow this link for details of KGPSA-CA controllers configuration.

Back to Table of Contents

KGPSA-CA mapping to the host resources

...

Numbers in the square brackets represent KGPSA-CA units. They can be in the range 0..32766, but no more than 255 units can be configured on a single controller.

Back to Table of Contents


Div
classpagebreak


KGPSA-CA pass through mode

...

Follow this link for detailed description of building and installation of an EMULEX LightPulse PCI/PCI-X/PCIe FC adapter driver.

Back to Table of Contents

Auto boot

CHARON-AXP can be configured to automatically boot an operating system at start up by specifying the default boot device and setting the 'auto_action' parameter to 'restart' from the console.

...

>>>set bootdef_dev dka0
>>>set auto_action restart

TopConfigurationPageBack to the Table of Contents