CPCI - Configuration for System Startup and Adjusting LAN Interface Settings

AMO-CPCI configures system parameters for making the startup with or without RTM board in OEM and/or standard cPCI shelves possible. As a second option, the AMO adjusts LAN interface settings (LAN speed & mode) on ADP and/or CC-APs.

AMO-CPCI can be executed on a cPCI platform only.

The system startup parameters consist of Note on Parameter MONO: Value of the parameter MONO depends on the hardware architecture. In order to find out whether a system is MONO or not, please follow these steps:

The LAN interface settings to be adjusted contain If the AMO is running on CC-AP, no CC-AP number has to be entered, and the AMO configures only LAN interface settings for the corresponding AP-shelf. If AMO-CPCI is running on HHS, it configures LAN interface settings for ADP and all CC-AP shelves (17-99).

Destination Processor: ADP

Functions

CHANGE Changing system startup parameters and LAN interface settings password class 2
DISPLAY Displaying system startup parameters and LAN interface settings password class 0
REGENERATE Regenerating system startup parameters and LAN interface settings password class 2

Procedure Overview

CHANGE-CPCI

CHANGE-CPCI
TYPE=SYSCONF,[MONO=<string>], [RTM=<string>], [OEM=<string>], [DISREC=<string>];
TYPE=FRONTPAN,DP=<string>, [CCAPNO=<number>], [ATLBITRT=<string>], [SVCBITRT=<string>];

With this action, the configuration for system startup and LAN interface settings can be changed.

Configuration for System Startup:

Example

Input:

  CHA-CPCI:TYPE=SYSCONF,MONO=YES,RTM=YES,OEM=NO;
CHA-CPCI:TYPE=SYSCONF,MONO=NO,RTM=NO,OEM=NO;

Adjusting LAN-Interface Settings:

Example

Input:

  CHA-CPCI:TYPE=FRONTPAN,DP=ADP,ATLBITRT=100MBHD,SVCBITRT=10MBHD;
CHA-CPCI:TYPE=FRONTPAN,DP=CCAP,CCAPNO=50,ATLBITRT=100MBHD,SVCBITRT=10MBHD;

DISPLAY-CPCI

DISPLAY-CPCI
[DATTYP=SYS];
[DATTYP=FROADP];
[DATTYP=FROCCAP],[CCAPNR=<number>];

With this action the system startup parameters and LAN interface settings can be displayed.

Example

Input:

  DISP-CPCI; 

Output: (if AMO runs on HHS)

   +-------------------------------------------------------------------+
| MONO : YES RTM : YES OEM : NO RUNS ON CC-AP : NO ( ) |
+-------------------------------------------------------------------+

+-------------------------------------------------------------------+
| ADP : ATLANTIC LAN : 10MBFD SERVICE LAN : 100MBFD |
+-------------------------------------------------------------------+
| ACTUAL LAN SETTINGS AT FRONT PANEL : |
| ATLANTIC LAN : AUTONEG SERVICE LAN : AUTONEG |
+-------------------------------------------------------------------+
| CC-AP 17 : ATLANTIC LAN : 100MBFD SERVICE LAN : 100MBHD |
| CC-AP 18 : ATLANTIC LAN : AUTONEG SERVICE LAN : 100MBFD |
...
...
| CC-AP 98 : ATLANTIC LAN : 10MBFD SERVICE LAN : 10MBFD |
| CC-AP 99 : ATLANTIC LAN : 100MBFD SERVICE LAN : AUTONEG |
+-------------------------------------------------------------------+

Output: (if AMO runs on CC-AP)

   +-------------------------------------------------------------------+
| MONO : YES RTM : YES OEM : NO RUNS ON CC-AP : YES (20) |
+-------------------------------------------------------------------+

+-------------------------------------------------------------------+
| CC-AP 20 : ATLANTIC LAN : 100MBFD SERVICE LAN : 100MBHD |
+-------------------------------------------------------------------+
| ACTUAL LAN SETTINGS AT FRONT PANEL : |
| ATLANTIC LAN : AUTONEG SERVICE LAN : AUTONEG |
+-------------------------------------------------------------------+

REGENERATE-CPCI

REGENERATE-CPCI
[DATTYP=SYS];
[DATTYP=FROADP];
[DATTYP=FROCCAP],[CCAPNR=<number>];

With this action the system startup parameters and LAN interface settings can be regenerated.

Example

Input:

  REG-CPCI; 

Output: (if AMO runs on HHS)

  CHANGE-CPCI:SYSCONF,"YES","YES","NO";
CHANGE-CPCI:FRONTPAN,"ADP",,"10MBFD","100MBFD";
CHANGE-CPCI:FRONTPAN,"CCAP",17,"100MBFD","100MBHD";
CHANGE-CPCI:FRONTPAN,"CCAP",18,"AUTONEG","100MBFD";
...
CHANGE-CPCI:FRONTPAN,"CCAP",98,"10MBFD","100MBFD";
CHANGE-CPCI:FRONTPAN,"CCAP",99,"100MBFD","AUTONEG";

Output: (if AMO runs on CC-AP)

  CHANGE-CPCI:FRONTPAN,"CCAP",,"100MBFD","100MBHD";

Parameter description

ATLBITRT Adjust the bitrate (speed&mode) for Atlantic LAN on the front panel of processor board.
Type of Input: single value, optional
Possible Values: 100MBFD 100 Mbit/s Full Duplex OL_SL_HW_LINK_SPEED_100M,OL_SL_HW_LINK_FULL_DUPLEX,OL_SL_HW_LINK_MAN_CONFIG
100MBHD 100 Mbit/s Half Duplex OL_SL_HW_LINK_SPEED_100M,OL_SL_HW_LINK_MAN_CONFIG
10MBFD 10 Mbit/s Full Duplex OL_SL_HW_LINK_FULL_DUPLEX,OL_SL_HW_LINK_MAN_CONFIG
10MBHD 10 Mbit/s Half Duplex OL_SL_HW_LINK_MAN_CONFIG
AUTONEG Auto Negotiation {}
Default Value: AUTONEG
CCAPNO The parameter refers to the number of AP shelf where the CC-AP is located.
Type of Input: single value, optional
Possible Values: numeric, 17-99
CCAPNR Number of remote CCAP
Type of Input: 1 to 2 single values, concatenated with &&, optional
Possible Values: numeric, 17-99
DATTYP Type of data
Type of Input: single value, optional
Possible Values: FROADP Front ADP
FROCCAP Front CCAP
SYS System configuration
DISREC The parameter specifies if the system should be started up as Disaster Recovery System.
Type of Input: single value, optional
Possible Values: NO No FALSE
YES Yes TRUE
Default Value: NO
DP The parameter refers to the processor which interface settings should be changed.
Type of Input: single value, mandatory
Possible Values: ADP ADP 0
CCAP CC-AP 1
MONO The parameter specifies if the processor board works as MONO processor or as pure ADP only.
Type of Input: single value, optional
Possible Values: NO No FALSE
YES Yes TRUE
Default Value: YES
OEM The parameter specifies if the processor runs in an OEM cPCI shelf.
Type of Input: single value, optional
Possible Values: NO No FALSE
YES Yes TRUE
Default Value: NO
RTM The parameter specifies if the system should support also local LTU shelves (RTM needed) or if only IPDA is used.
Type of Input: single value, optional
Possible Values: NO No FALSE
YES Yes TRUE
Default Value: NO
SVCBITRT Adjust the bitrate (speed&mode) for Service LAN on the front panel of processor board.
Type of Input: single value, optional
Possible Values: 100MBFD 100 Mbit/s Full Duplex OL_SL_HW_LINK_SPEED_100M,OL_SL_HW_LINK_FULL_DUPLEX,OL_SL_HW_LINK_MAN_CONFIG
100MBHD 100 Mbit/s Half Duplex OL_SL_HW_LINK_SPEED_100M,OL_SL_HW_LINK_MAN_CONFIG
10MBFD 10 Mbit/s Full Duplex OL_SL_HW_LINK_FULL_DUPLEX,OL_SL_HW_LINK_MAN_CONFIG
10MBHD 10 Mbit/s Half Duplex OL_SL_HW_LINK_MAN_CONFIG
AUTONEG Auto Negotiation {}
Default Value: AUTONEG
TYPE Branch parameter
Type of Input: single value, mandatory
Possible Values: FRONTPAN This branch adjusts the settings for LAN connections via Atlantic LAN interface and/or service LAN interface on the front panel of the processor board.
SYSCONF With this branch the settings for system startup respectively for the operation mode of the processor board are adjusted.

Error Messages

F01
F01: This AMO can be executed on a cPCI platform only.
F02
F02: This AMO action may be executed on the host system only.
F03
F03: In OEM shelves no operation in duplex mode possible.
F04
F04: For CC-AP adjustments also parameter CCAPNO has to be specified.
H04
H04: The parameter is not allowed on a CC-AP.
F05
F05: The ADP settings are not changeable on CC-AP.
F06
F06: Parameter MONO is inconsistent with AMO-DBC. Please see
     'Note on Parameter MONO' in AMO Description.

Advisory Messages

H01
H01: For ADP adjustments parameter CCAPNO will be ignored.
H02
H02: On CC-AP the parameter CCAPNO will be ignored.
H03
H03: This AMO can be executed on a cPCI platform only.
H04
H04: The parameter is not allowed on a CC-AP.
H05
H05: Parameter MONO is set to @@@@ to avoid inconsistency with AMO-DBC (please
     see 'Note on Parameter MONO'  in AMO Description for further information).
H06
H06: PLEASE NOTE THAT FRONTPAN ENTRIES WITH DEFAULT ALTBITRT AND 
     SVCBITRT VALUES (AUTONEG) ARE NOT REGENERATED. USE DISPLAy CPCI TO
     QUERY SETTINGS.