Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Layout reviewed for PDF export bugs

AnchorTopConfPageTopConfPage Include PageKBCOMMON:KB-CSSstyleKBCOMMON:KB-CSSstyle

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

Table of Contents

Table of Contents
excludeTable of Contents

Back to Table of Contents

CPU 

...

The CHARON-

...

AXP CPU can be calibrated with "set ace" directive and the following parameters:

enabled

Parameterenabled
TypeBoolean
Value

A CHARON-AXP emulated CPU is configured with the "enabled" command enabling the high performance Advanced CPU Emulation mode ("ACE"). The ACE option optimizes the HP Alpha instruction interpretation and significantly improves performance. It also requires approximately twice the amount of host memory allocated by CHARON instance itself to store the optimized code (Note that 2Gb of host memory + the amount of HP Alpha memory emulated per each CHARON instance is required).

ACE optimization is performed dynamically during execution. It does not need to write optimized code back to disk, ACE provides its full capability instantly. The optimization does not compromise the HP Alpha instruction decoding; CHARON-AXP remains fully HP Alpha hardware compatible and completely transparent to the HP Alpha operating systems and applications.

 

Parameter

Type

Values

ace_mode

Boolean

true or false.

This statement enables the ACE mode if the CHARON-

This configuration setting enables the ACE mode if the CHARON-AXP license permits it. If this

statement is

configuration setting is omitted from the CHARON-AXP configuration file and the license permits it, "true" is the default, otherwise "false" is the default.

For test purposes the ACE mechanism can be disabled with

Example:

set
cpu
ace
_mode
enabled = false
Info

"set

cpu

ace

_mode

enabled=true" is ignored when the license does not permit ACE operation.

The

CHARON-AXP log file displays the status of the ACE option.The

ACE mode is disabled when the host system does not meet the minimum physical requirements for this operation. If the emulator appears not to

not

run at its normal performance, check the log file for a change in the ACE mode and verify that sufficient host resources, especially memory, are available.

The ACE mode can be additionally calibrated with "set ace" directive and the following parameters:

Parameter

Type

Description

cpu_architectureText String

cpu_architecture

Parameter

cpu_architecture

Type

Text String

Value

Specifies the architecture of the virtual Alpha CPU. Can be one of the following: EV4, EV45, EV5, EV56, EV6, EV67, EV68

Example:

set ace cpu_architecture = EV6

Refer to this section to find an appropriate value of the HP Alpha architecture per each HP Alpha model supported by CHARON-AXP.

cache_size

Parameter

cache_size

TypeNumeric
Value

"cache_size" defines the amount of memory in megabytes allocated to the ACE cache.

The default value of the cache_size set to 1GB (1024 MB).

Example:

set ace cache_size=2048


Back to Table of Contents
 

RAM  

The CHARON-AXP memory subsystem is permanently loaded and has the logical name "ram". 

size

Parametersize
Type

...

Numeric

...

Value

...

Size of the emulated memory in MB.

 

Example

...

set ram size = 2048

 

The amount of memory is capped at a maximum, this is defined in the CHARON license key. If the host system cannot allocate enough memory to map the requested emulated memory, CHARON-AXP generates an error message in the log file and reduces its effective memory size.The

Div
classpagebreak

 

The following table lists the values of emulated RAM for various hardware models of virtual HP Alpha systems:

...

CHARON-AXP maintains its time and date using the "toy" (time-of-year) component. In order to preserve the time and date while a virtual system is not running, the TOY component uses a binary file on the host system to store the date and time relevant data. The name of the file is specified by the “container” option of the "toy" component.

container

Parametercontainer
Type
Description
containerText string
Value

Specifies a name for the file in which CHARON-AXP preserves the time and date during its “offline” period. This file also keeps some console parameters (such as the default boot device).

By default it is left unspecified.

(info) it is recommended to specify the full path to the TOY file.

sync_to_host

,
Parametersync_to_host
TypeText string
Value

Specifies whether and how the guest OS time is synchronized with the CHARON host time.

Syntax:

set TOY sync_to_host = "{as_vms | as_tru64 | as_is}[, nowrite]"

where:

ParameterDescription
as_vmsIf the guest OS is OpenVMS/AXP and its date and time must be set to the host's date and time each time it boots.
as_tru64If the guest OS is Tru64 UNIX and its date and time must be set to the host's date and time each time it boots.
as_isIf the TOY date and time must be set to the host's UTC date and time
nowriteDisable undesirable updates to the TOY from the guest OS.

Example:

set TOY sync_to_host = "as_vms, nowrite"

To synchronize the guest OS with TOY, use the following commands (from "SYSTEM"/"root" account):

On OpenVMS/AXPOn Tru64 UNIX
$ set time
# date -u `consvar -g date | cut -f 3 -d ' '`

The default value is "not specified" - it means that by default CHARON does not synchronize its guest OS time with the CHARON host time

but collects date and time from the file specified with "container" parameter.

(warning) If "sync_to_host" parameter is specified there is no need to specify "container" parameter in addition.

Example

...

set toy container="C:\Charon\my_virtual_system.dat"

...

The System Flash ROM file conserves specific parameters between reboots.

...

container

Parametercontainer
Type

...

Text string
Value

Specifies the name of a file in which CHARON-AXP stores an intermediate state of its Flash ROM. This state includes, for example, most of the console parameters.

By default it is left unspecified.

(info) it is recommended to specify the full path to this file

Example:

set rom container=

...

"C:\Charon\my_virtual_system.

...

rom"

system_name

Parametersystem_name
TypeText string
Value

Allows changing the system name, for example:

set rom system_name=

...

"Alpha Server 1000 4/

...

200"

Refer to this section to find an appropriate value of the HP Alpha system name per each HP Alpha model supported by CHARON-AXP

system_serial_number

Parametersystem_serial_number
TypeText string
Value

Allows changing the system serial number, for example:

set rom system_serial_number = NY12345678

Any sequence of characters can be used as a serial number. Sequences longer than 16 symbols are truncated to 16 symbols.

Serial Numbers should be according to DEC standard: 10 characters. First two characters are capital letters, remaining 8 characters are decimal digits.

By default it is set to SN01234567

dsrdb

Parameterdsrdb[n]
TypeNumeric

...

Value

DSRDB - Dynamic System Recognition Data Block. These parameters allow changing the emulated hardware model type.

dsrdb[0] stands for SMM - System Marketing Model.

Example:

set rom dsrdb[0]=1090

This section describes connection between "dsrdb" parameter and the rest of the parameters defining an exact HP Alpha model - including SMM.

version

...

Parameterversion
TypeText string
Value

Sets Console and PAL code versions in the following way:

FunctionCommand
Set SRM Console version to X.Y-Z
set rom version[0] = x.y-z
Set OpenVMS PAL code version to X.Y-Z
set rom version[1] = x.y-z
Set Tru64 UNIX PAL code version to X.Y-Z
set rom version[2] = x.y-z

Example:

set rom version[0] = 7.3-1 version[1] = 1.98-104 version[2] = 1.92-105

 

Back to Table of Contents

Virtual HP Alpha interval timer

The CHARON-AXP  provides provides interval timer interrupts to virtual Alpha CPU(s) at frequency 100Hz (100 interrupts a second).

...

Value of the parameter is interval timer period in microseconds. By default it is set to 10000. By changing it to 1000 frequency of virtual interval timer interrupts may be increased to 1000Hz (1000 interrupts per second).

clock_period

Type
Parameter
Description
clock_period
TypeNumeric
Value

Specifies period of interval timer, in microseconds. Only two values are supported:

  • 10000 (which corresponds to 100Hz interval timer)
  • 1000 (which corresponds to 1000Hz interval timer)

By default it is set to 10000.

Example for AlphaServer 400, DS, ES, GS

...

set ISA clock_period=1000

Example for AlphaServer 800, 1000, 1000A, 1200, 2000, 2100, 4000, 4100

...

set EISA clock_period=1000

...

It is important to have the "system_name", "hw_model", "cpu_architecture" and "dsrdb[0n]" (DSRB DSRDB - Dynamic System Recognition Data Block) parameters in sync. (see above for details) to configure CHARON-AXP to for emulation of a particular HP Alpha model.

The following table illustrates tables illustrate how to synchronize those values:

HP AlphaStation 200 - 400

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_400AlphaStation 200 4/100EV41156
AlphaServer_400AlphaStation 200 4/133EV41088
AlphaServer_400AlphaStation 205 4/133EV41250
AlphaServer_400AlphaStation 255 4/133EV41257
AlphaServer_400AlphaStation 200 4/166EV41087
AlphaServer_400AlphaStation 205 4/166EV41251
AlphaServer_400AlphaStation 255 4/166EV41258
AlphaServer_400AlphaStation 400 4/166EV41086
AlphaServer_400AlphaStation 205 4/200EV41252
AlphaServer_400AlphaStation 255 4/200EV41259
AlphaServer_400AlphaStation 200 4/233EV451151
AlphaServer_400AlphaStation 205 4/233EV451253
AlphaServer_400AlphaStation 255 4/233EV451260
AlphaServer_400AlphaStation 400 4/233EV451152
AlphaServer_400AlphaStation 205 4/266EV451254
AlphaServer_400AlphaStation 255 4/266EV451261
AlphaServer_400AlphaServer 300 4/266EV451593
AlphaServer_400AlphaStation 400 4/266EV451153
AlphaServer_400AlphaStation 400 4/266EV451154
AlphaServer_400AlphaStation 200 4/300EV451157
AlphaServer_400AlphaStation 205 4/300EV451255
AlphaServer_400AlphaStation 255 4/300EV451262
AlphaServer_400AlphaStation 400 4/300EV451160
AlphaServer_400AlphaStation 205 4/333EV451256
AlphaServer_400AlphaStation 255 4/333EV451263

...

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_1000AlphaServer 1000 4/200EV41090
AlphaServer_1000AlphaServer 1000 4/233EV451091
AlphaServer_1000AlphaServer 1000 4/266EV451264

Back to Table of Contents

HP AlphaServer

...

1000A

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_1000AAlphaServer 1000A 4/266EV451265

Back to Table of Contents

HP AlphaServer

...

1200 and AlphaStation 1200

AlphaServer 1000A 5/500 1000A 500
set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_1000A1200AlphaServer 1000A 41200 5/266300EV45EV512651722
AlphaServer_1000A1200AlphaServer 1000A 1200 5/300EV512701724
AlphaServer_1000A1200AlphaServer 1000A 1200 5/333400EV5EV5615581726
AlphaServer_1000A1200AlphaServer 1000A 1200 5/400EV5613111728
AlphaServer_1000A1200AlphaStation 1200 5/400EV561758
AlphaServer_1200AlphaStation 1200 5/400EV5615801760
AlphaServer_1000A1200AlphaServer 1200 5/466EV561581

Back to Table of Contents

HP AlphaServer 1200 and AlphaStation 1200

set rom dsrdb[0]=4001728AlphaStation 40017584001760AlphaServer 4661730AlphaServer 46617324661762AlphaStation 466176453317345331736
set session hw_model=set rom system_name=set ace cpu_architecture=1730
AlphaServer_1200AlphaServer 1200 5/466EV561732
AlphaServer_1200AlphaStation 1200 5/466EV561762
AlphaServer_1200AlphaServer AlphaStation 1200 5/300466EV5EV5617221764
AlphaServer_1200AlphaServer 1200 5/300533EV5EV5617241734
AlphaServer_1200AlphaServer 1200 5/400533EV5617261736
AlphaServer_1200AlphaServer 1200 5/533EV561746
AlphaServer_1200AlphaServer 1200 5/533EV561748
AlphaServer_1200AlphaStation 1200 5/533EV561766
AlphaServer_1200AlphaStation 1200 5/533EV561768
AlphaServer_1200AlphaStation 1200 5/533EV561778
AlphaServer_1200AlphaStation 1200 5/533EV561780
AlphaServer_1200AlphaServer 1200 5/600EV561738
AlphaServer_1200AlphaServer 1200 5/600EV561740
AlphaServer_1200AlphaServer 1200 5/600EV561750
AlphaServer_1200AlphaServer AlphaStation 1200 5/533600EV5617461752
AlphaServer_1200AlphaServer AlphaStation 1200 5/533600EV5617481770
AlphaServer_1200AlphaStation 1200 5/533600EV5617661772
AlphaServer_1200AlphaStation 1200 5/533600EV5617681782
AlphaServer_1200AlphaStation 1200 5/533600EV5617781784
AlphaServer_1200AlphaStation AlphaServer 1200 5/533666EV5617801742
AlphaServer_1200AlphaServer 1200 5/600666EV5617381744
AlphaServer_1200AlphaServer 1200 5/600666EV5617401754
AlphaServer_1200AlphaServer 1200 5/600666EV5617501756
AlphaServer_1200AlphaStation 1200 5/600666EV5617521774
AlphaServer_1200AlphaStation 1200 5/600666EV5617701776
AlphaServer_1200AlphaStation 1200 5/600666EV5617721786
AlphaServer_1200AlphaStation 1200 5/600666EV561782
AlphaServer_1200AlphaStation 1200 5/600EV561784
AlphaServer_1200AlphaServer 1200 5/666EV561742
AlphaServer_1200AlphaServer 1200 5/666EV561744
AlphaServer_1200AlphaServer 1200 5/666EV561754
AlphaServer_1200AlphaServer 1200 5/666EV561756
AlphaServer_1200AlphaStation 1200 5/666EV561774
AlphaServer_1200AlphaStation 1200 5/666EV561776
AlphaServer_1200AlphaStation 1200 5/666EV561786
AlphaServer_1200AlphaStation 1200 5/666EV561788
1788

Back to Table of Contents

HP AlphaServer 2000

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_2000AlphaServer 2000 4/200EV41123
AlphaServer_2000AlphaServer 2000 4/233EV451171
AlphaServer_2000AlphaServer 2000 4/275EV451127

Back to Table of Contents

HP AlphaServer

...

2100

2000 5375
set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_20002100AlphaServer 2000 2100 4/200EV411231059
AlphaServer_20002100AlphaServer 2000 2100 4/233200EV45EV411711135
AlphaServer_20002100AlphaServer 2000 2100 4/275233EV4511271179
AlphaServer_20002100AlphaServer 2000 52100 4/250233EV5EV4511311187
AlphaServer_20002100AlphaServer 2000 52100 4/300275EV5EV4511751115
AlphaServer_20002100AlphaServer 2100 4/275EV561505
AlphaServer_2000AlphaServer 2000 5/400EV561517
EV451139

Back to Table of Contents

...

HP AlphaServer 4000

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_21004000AlphaServer 2100 44000 5/200266EV4EV510591409
AlphaServer_21004000AlphaServer 2100 44000 5/200266EV4EV511351411
AlphaServer_21004000AlphaServer 2100 44000 5/233266EV45EV511791421
AlphaServer_21004000AlphaServer 2100 44000 5/233266EV45EV511871423
AlphaServer_21004000AlphaServer 2100 44000 5/275266EV45EV511151433
AlphaServer_21004000AlphaServer 2100 44000 5/275266EV45EV511391435
AlphaServer_21004000AlphaServer 2100 4000 5/250266EV511191445
AlphaServer_21004000AlphaServer 2100 4000 5/250266EV511431447
AlphaServer_21004000AlphaServer 2100 4000 5/300EV511831413
AlphaServer_21004000AlphaServer 2100 4000 5/300EV511911415
AlphaServer_21004000AlphaServer 2100 4000 5/375300EV56EV515091425
AlphaServer_21004000AlphaServer 2100 4000 5/375300EV56EV515131427
AlphaServer_21004000AlphaServer 2100 4000 5/400300EV56EV515211437
AlphaServer_21004000AlphaServer 2100 4000 5/400300EV56EV51525

Back to Table of Contents

HP AlphaServer 4000

set rom dsrdb[0]=2661409266EV51411266EV51421266EV51423266EV51433266EV51435266EV51445266EV51447300EV51413300EV51415300EV51425300EV51427
set session hw_model=set rom system_name=set ace cpu_architecture=1439
AlphaServer_4000AlphaServer 4000 5/300EV51449
AlphaServer_4000AlphaServer 4000 5/300EV51451
AlphaServer_4000AlphaServer 4000 5/400EV561417
AlphaServer_4000AlphaServer 4000 5/400EV561419
AlphaServer_4000AlphaServer 4000 5/400EV561429
AlphaServer_4000AlphaServer 4000 5/400EV561431
AlphaServer_4000AlphaServer 4000 5/400EV561441
AlphaServer_4000AlphaServer 4000 5/400EV561443
AlphaServer_4000AlphaServer 4000 5/400EV561453
AlphaServer_4000AlphaServer 4000 5/400EV561455
AlphaServer_4000AlphaServer 4000 5/466EV561634
AlphaServer_4000AlphaServer 4000 5/466EV561636
AlphaServer_4000AlphaServer 4000 5/466EV561654
AlphaServer_4000AlphaServer 4000 5/300466EV5EV5614371656
AlphaServer_4000AlphaServer 4000 5/300533EV5EV5614391638
AlphaServer_4000AlphaServer 4000 5/300533EV5EV5614491640
AlphaServer_4000AlphaServer 4000 5/300533EV5EV5614511642
AlphaServer_4000AlphaServer 4000 5/400533EV5614171644
AlphaServer_4000AlphaServer 4000 5/400533EV5614191658
AlphaServer_4000AlphaServer 4000 5/400533EV5614291660
AlphaServer_4000AlphaServer 4000 5/400533EV5614311662
AlphaServer_4000AlphaServer 4000 5/400533EV5614411664
AlphaServer_4000AlphaServer 4000 5/400600EV5614431646
AlphaServer_4000AlphaServer 4000 5/400600EV5614531648
AlphaServer_4000AlphaServer 4000 5/400600EV5614551666
AlphaServer_4000AlphaServer 4000 5/466600EV5616341668
AlphaServer_4000AlphaServer 4000 5/466666EV5616361650
AlphaServer_4000AlphaServer 4000 5/466666EV5616541652
AlphaServer_4000AlphaServer 4000 5/466666EV5616561670
AlphaServer_4000AlphaServer 4000 5/533666EV561638
AlphaServer_4000AlphaServer 4000 5/533EV561640
AlphaServer_4000AlphaServer 4000 5/533EV561642
AlphaServer_4000AlphaServer 4000 5/533EV561644
AlphaServer_4000AlphaServer 4000 5/533EV561658
AlphaServer_4000AlphaServer 4000 5/533EV561660
AlphaServer_4000AlphaServer 4000 5/533EV561662
AlphaServer_4000AlphaServer 4000 5/533EV561664
AlphaServer_4000AlphaServer 4000 5/600EV561646
AlphaServer_4000AlphaServer 4000 5/600EV561648
AlphaServer_4000AlphaServer 4000 5/600EV561666
AlphaServer_4000AlphaServer 4000 5/600EV561668
AlphaServer_4000AlphaServer 4000 5/666EV561650
AlphaServer_4000AlphaServer 4000 5/666EV561652
AlphaServer_4000AlphaServer 4000 5/666EV561670
AlphaServer_4000AlphaServer 4000 5/666EV561672

Back to Table of Contents

Auto Boot

CHARON-AXP systems can be configured to boot the operating system automatically at start up.

...

Determines whether CHARON-AXP boots automatically if the correct boot flags are set (and saved in the HP Alpha console files).

...

1672

Back to Table of Contents

HP AlphaServer 4100

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_4100AlphaServer 4100 5/266EV51313
AlphaServer_4100AlphaServer 4100 5/266EV51317
AlphaServer_4100AlphaServer 4100 5/266EV51337
AlphaServer_4100AlphaServer 4100 5/266EV51341
AlphaServer_4100AlphaServer 4100 5/266EV51361
AlphaServer_4100AlphaServer 4100 5/266EV51365
AlphaServer_4100AlphaServer 4100 5/266EV51385
AlphaServer_4100AlphaServer 4100 5/266EV51389
AlphaServer_4100AlphaServer 4100 5/300EV51321
AlphaServer_4100AlphaServer 4100 5/300EV51325
AlphaServer_4100AlphaServer 4100 5/300EV51345
AlphaServer_4100AlphaServer 4100 5/300EV51349
AlphaServer_4100AlphaServer 4100 5/300EV51369
AlphaServer_4100AlphaServer 4100 5/300EV51373
AlphaServer_4100AlphaServer 4100 5/300EV51393
AlphaServer_4100AlphaServer 4100 5/300EV51397
AlphaServer_4100AlphaServer 4100 5/400EV561329
AlphaServer_4100AlphaServer 4100 5/400EV561333
AlphaServer_4100AlphaServer 4000 5/400EV561353
AlphaServer_4100AlphaServer 4000 5/400EV561357
AlphaServer_4100AlphaServer 4000 5/400EV561377
AlphaServer_4100AlphaServer 4100 5/400EV561381
AlphaServer_4100AlphaServer 4100 5/400EV561401
AlphaServer_4100AlphaServer 4100 5/400EV561405
AlphaServer_4100AlphaServer 4100 5/466EV561594
AlphaServer_4100AlphaServer 4100 5/466EV561598
AlphaServer_4100AlphaServer 4100 5/533EV561602
AlphaServer_4100AlphaServer 4100 5/533EV561606
AlphaServer_4100AlphaServer 4100 5/533EV561610
AlphaServer_4100AlphaServer 4100 5/533EV561614
AlphaServer_4100AlphaServer 4100 5/600EV561618
AlphaServer_4100AlphaServer 4100 5/600EV561622
AlphaServer_4100AlphaServer 4100 5/666EV561626
AlphaServer_4100AlphaServer 4100 5/666EV561630

Back to Table of Contents

HP AlphaServer/AlphaStation DS10 and HP AlphaServer DS10L

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_DS10AlphaServer DS10 6/466EV61839
AlphaServer_DS10AlphaStation DS10 6/466EV61879
AlphaServer_DS10AlphaStation XP900 6/466EV61879
AlphaServer_DS10LAlphaServer DS10L 6/466EV61961
AlphaServer_DS10LAlphaServer DS10L 67/616EV671962
AlphaServer_DS10AlphaStation DS10 67/616EV671962
AlphaServer_DS10AlphaServer DS10 67/616EV671970

Back to Table of Contents

HP AlphaServer DS15 and HP AlphaStation DS15

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_DS15AlphaServer DS15 68CB/1000EV682047
AlphaServer_DS15AlphaStation DS15 68CB/1000EV682048
AlphaServer_DS15AlphaServer TS15 68CB/1000EV682049

Back to Table of Contents

HP AlphaServer DS20 and HP AlphaStation DS20

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_DS20AlphaServer DS20 6/500EV61838
AlphaServer_DS20AlphaServer DS20E 6/500EV61840
AlphaServer_DS20AlphaServer DS20 6/500EV61920
AlphaServer_DS20AlphaServer DS20 6/500EV61921
AlphaServer_DS20AlphaServer DS20E 67/667EV671939
AlphaServer_DS20AlphaStation DS20E 6/500EV61941
AlphaServer_DS20AlphaStation DS20E 67/667EV571943
AlphaServer_DS20AlphaServer DS20E 68A/833EV681964
AlphaServer_DS20AlphaServer DS20E 68A/833EV681982
AlphaServer_DS20AlphaServer DS20L 68A/833EV682006

Back to Table of Contents

HP AlphaServer DS25 and HP AlphaStation DS25

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_DS25AlphaServer DS25 68CB/1000EV681994
AlphaServer_DS25AlphaStation DS25 68CB/1000EV681995

Back to Table of Contents

HP AlphaServer ES40 and AlphaStation ES40

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_ES40AlphaServer ES40 6/500EV61813
AlphaServer_ES40AlphaServer ES40 6/500EV61861
AlphaServer_ES40AlphaServer ES40 6/500EV61869
AlphaServer_ES40AlphaServer ES40 6/500EV61923
AlphaServer_ES40AlphaServer ES40 6/500EV61931
AlphaServer_ES40AlphaServer ES40 6/667EV61817
AlphaServer_ES40AlphaServer ES40 6/667EV61865
AlphaServer_ES40AlphaServer ES40 6/667EV61873
AlphaServer_ES40AlphaServer ES40 6/667EV61927
AlphaServer_ES40AlphaServer ES40 6/667EV61935
AlphaServer_ES40AlphaStation ES40 67/667EV671949
AlphaServer_ES40AlphaStation ES40 67/667EV671957
AlphaServer_ES40AlphaStation ES40 68/833EV681984
AlphaServer_ES40AlphaStation ES40 68/833EV681988

Back to Table of Contents

HP AlphaServer ES45

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=
AlphaServer_ES45AlphaServer ES45/3B 68CB/1000EV681971
AlphaServer_ES45AlphaServer ES45/2 68CB/1000EV681975
AlphaServer_ES45AlphaServer ES45/2B 68CB/1000EV681975
AlphaServer_ES45AlphaServer ES45/1B 68CB/1000EV682002
AlphaServer_ES45AlphaServer ES45/3B 68CB/1250EV682013
AlphaServer_ES45AlphaServer ES45/2 68CB/1250EV682017
AlphaServer_ES45AlphaServer ES45/2B 68CB/1250EV682017
AlphaServer_ES45AlphaServer ES45/1B 68CB/1250EV682021

Back to Table of Contents

HP AlphaServer GS80

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=set rom dsrdb[1]=set rom dsrdb[4]=
AlphaServer_GS80AlphaServer GS80 67/728EV671967  
AlphaServer_GS80AlphaServer GS1280EV672038503050

Back to Table of Contents

HP AlphaServer GS160

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=set rom dsrdb[1]=set rom dsrdb[4]=
AlphaServer_GS160AlphaServer GS160 67/728EV671968  
AlphaServer_GS160AlphaServer GS1280EV672039503050

Back to Table of Contents

HP AlphaServer GS320

set session hw_model=set rom system_name=set ace cpu_architecture=set rom dsrdb[0]=set rom dsrdb[1]=set rom dsrdb[4]=
AlphaServer_GS320AlphaServer GS320 67/728EV671969  
AlphaServer_GS320AlphaServer GS1280EV672040503050

Back to Table of Contents

Auto Boot

CHARON-AXP systems can be configured to boot the operating system automatically at start up.

auto_action restart

Parameterauto_action restart
TypeText string
Value

Determines whether CHARON-AXP boots automatically if the correct boot flags are set (and saved in the HP Alpha console files).

Example:

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

 

Back to Table of Contents 

Setting System Marketing Model (SMM)

CHARON-AXP allows to set an exact System Marketing Model (SMM) for a given model of HP Alpha, for example:

set rom dsrdb[0]=1090

Refer to this section to find allowed values of SMM per each HP Alpha model supported by CHARON-AXP.

Back to Table of Contents