Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for PDF export

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

...

For example for HP AlphaServer ES40 family the template configuration file contains the following options:

#============================================================================
#
#

AlphaServer

ES40

6/500
#
#----------------------------------------------------------------------------


#set

ace

cpu_architecture

=

EV6
#set

rom

dsrdb[0]

=

1816

system_name

=

"AlphaServer

ES40

6/500"
#set

rom

version[1]

=

1.98-4

version[2]

=

1.92-5

#============================================================================
#
#

AlphaServer

ES40

6/667
#
#----------------------------------------------------------------------------

set

ace

cpu_architecture

=

EV67
set

rom

dsrdb[0]

=

1820

system_name

=

"AlphaServer

ES40

6/667"

Just uncomment the provided lines to apply a certain model (It is "AlphaServer ES40 6/667" in the example above).

...

Note

The AlphaServer DS15 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.

...

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

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

Div
classpagebreak

Anchor
KGPSACA1
KGPSACA1
KGPSA-CA mapping to the host resources

...

Optionally it is possible to configure the folIowing models of PBXDA-xx family controllers.

VIrtual PBXDA-xx

Syntax for loading PBXDA-xx family serial lines adapters:

#load PBXDA/DIGI <name>
#load PBXDA_BA/DIGI <name>
#load PBXDA_BB/DIGI <name>
#load PBXDA_AC/DIGI <name>

Example:

load PBXDA_AC/DIGI TXA

The adapter instance name ("TXA" in the example above) is used then for parametrization, for example:

set TXA line[2]="COM1:"
set TXA port[3]=1706

The numbers in the square brackets represent line number on the virtual PBXDA adapter starting from 0.

...