Versions Compared

Key

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

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

...

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

include configuration_name.icfg

In "configuration_name.icfg" file it is possible to specify the name of this VM it among other instances running on the same host:

...

Mapping to system resources

The next step is the specification of the HP Alpha console (OPA0) serial line.

Example:

...


#set COM1 alias = OPA0 line = "COM1:"

...

#set COM1 alias = OPA0 port = 10003

...

#set COM1 alias = OPA0 port = 10003 application = "opa0.ht"

...

set COM1 alias = OPA0 port = 10003 application = "putty -load OPA0 -P 10003"

...

#set COM1 alias = OPA0 port = 10003 application = "c:\kea\user\opa0.ktc"

The goal of this configuration step is to tell

...

CHARON

...

-AXP what host device to use as the virtual system console. The following options are available:


Option
Description

...

line

Mapping to host

...

serial line, "COM<n>:"

...

.

...

port

Mapping to an IP port of

...

the CHARON  host.
Using this mapping it is possible to connect to the CHARON

...

console and disconnect from it at any time

...

ParameterDescription
portSpecifies a unique IP port on the host to which the CHARON VM console will be mapped.
applicationA string specifying a name of an application to be started together with CHARON to provide emulation of HP Alpha console (terminal emulator). It is assumed that this application has already been configured to use the IP port specified by the corresponding "port" parameter

Example:

load virtual_serial_line/chserial OPA0 port=10003 application="putty.exe -load OPA0"

In the example above, the CHARON VM uses the IP port "10003" for the HP Alpha console and starts the "Putty" terminal emulator (included in the CHARON installation kit) with the "OPA0" saved session directing it to connect to the IP port "10003". If the terminal emulator is closed, it is always possible to reopen it with the "Show Console" feature from the CHARON Virtual Machines Manager.

The default setting is:

...

.

applicationStarting some application (typically terminal emulator) with its specific options and switches to communicate to CHARON using the IP port defined by the "port" parameter (see above)
aliasDefine some meaningful name for "COM1" and "COM2". Usually it is "OPA0" for "COM1" and "TTA0" for "COM2" (see below)

The second console line "TTA0" can be also optionally configured (for 1 CPU models such as HP AlphaServer 400,

...

 HP AlphaServer 800, HP AlphaServer 1000, HP AlphaServer 1000A, HP AlphaServer DS10, HP AlphaServer DS10L and HP AlphaServer DS15):

...


#set COM2 alias = TTA0 line = "

...

COM2:"

...

#set COM2 alias = TTA0 port =

...

10000
#set COM2 alias = TTA0 port =

...

10000 application = "tta0.ht"

...

set COM2 alias = TTA0 port =

...

10000 application = "putty -load TTA0 -P 10000"

...

#set COM2 alias = TTA0 port =

...

10000 application = "c:\kea\user\tta0.ktc"

...

Note that additional parameters for the CHARON VM serial lines configuration can be added. Follow this link for details.

Div
classpagebreak


Exit on pressing F6 button

...

Follow this link for details on the KGPSA-CA controllers configuration.

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

Div
classpagebreak

KGPSA-CA mapping to the host resources

...