Go to primary content
Oracle® Communications EAGLE Database Administration - System Management User's Guide
Release 46.6
E93319 Revision 1
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Adding an Entry to the Frame Power Alarm Threshold Table

This procedure is used to add an entry to the frame power alarm threshold table. The frame power alarm threshold table defines the power level threshold, in amps, for each frame in the EAGLE. The power level threshold determines when alarms regarding the amount of power used by the frame are generated. Three alarms can be generated for the power levels.

  • UAM 0522 - a minor alarm indicating that the power level for the frame has reached 90% of the threshold value.
  • UAM 0521 - a major alarm indicating that the power level for the frame has reached 95% of the threshold value.
  • UAM 0520 - a critical alarm indicating that the power level for the frame has reached 98% of the threshold value.

More information on these alarms is shown in Unsolicited Alarm and Information Messages Reference.

The power alarm threshold table for each frame is configured using the ent-frm-pwr command with these parameters:

:frm – The name of the frame being added to the power alarm threshold table, cf00, ef00, ef01, ef02, ef03, or ef04.

:thrshld – The power threshold value, from 30 to 65 amps.

The frame being added in this procedure must be configured in the database. This can be verified by displaying the shelves in the EAGLE with the rtrv-shlf command. The number assigned to each configured frame is shown in the SHELF FRAME column of the rtrv-shlf output. Table 4-6 shows the name of each frame used in the Frame Power Alarm Threshold table and the corresponding frame number shown in the SHELF FRAME column of the rtrv-shlf output.

Table 4-6 Frame Power Alarm Threshold Table Frame Designations

Name of the Frame in the Frame Power Alarm Threshold Table Frame Numbers shown in the Shelf Frame Column of the RTRV-SHLF Output

CF00

1

EF00

2

EF01

3

EF02

4

EF03

5

EF04

6

The thrshld parameter is optional. If the thrshld parameter value is not specified, the thrshld value is set to 30.

  1. Display the frame power alarm thresholds by entering the rtrv-frm-pwr command.

    This is an example of the possible output

    .
    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    
    Frame              Power Threshold (Amps)
    -----              ----------------------
    cf00                                   56
    ef00                                   36
    
    FRAME POWER THRESHOLD table is (2 of 10) 20% full;
    RTRV-FRM-PWR: MASP A - COMPLTD
    
  2. Display the shelves configured in the database by entering the rtrv-shlf command.

    This is an example of the possible output.

    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    SHELF DISPLAY
    FRAME SHELF        TYPE
      1     1       CONTROL
      1     2       EXTENSION
      1     3       EXTENSION
      2     1       EXTENSION
      2     2       EXTENSION
      2     3       EXTENSION
      3     1       EXTENSION
    

    To add an entry to the Frame Power Alarm Threshold table, the frame must be shown in the rtrv-shlf output. Table 4-6 shows the name of the frames used in the Frame Power Alarm Threshold table and the corresponding frame numbers shown in the SHELF FRAME column of the rtrv-shlf output.

    If the frame you wish to add to the Frame Power Alarm Threshold table is shown in the rtrv-shlf output, go to step 3.

    If all the frames shown in the rtrv-shlf output are shown in the rtrv-frm-pwr output, the only actions that can be taken is to either remove an entry from the Frame Power Alarm Threshold table, or to change an entry in the Frame Power Alarm Threshold table. To remove an entry from the Frame Power Alarm Threshold table, perform the Removing an Entry from the Frame Power Alarm Threshold Table procedure. To change an entry in the Frame Power Alarm Threshold table, perform the Changing an Entry in the Frame Power Alarm Threshold Table procedure. If you do not wish to perform either of these actions, this procedure is finished.

  3. Display the power consumption of the frame that will be added to the Frame Power Alarm Threshold table by entering the rtrv-stp command with these parameters:

    display=power

    frm =<frame to be added>

    For this example, enter this command.

    rtrv-stp:display=power:frm=ef01

    This is an example of the possible output.

    rlghncxa03w 06-10-01 16:02:05 GMT  EAGLE5 36.0.0
     
                  Power Threshold          Power Consumption
    Frame         (Amps)    (Watts)         (Amps)    (Watts)
    -----         -----------------         -----------------
    EF01            +30       +1440          14.06        675
    
                                                     Power Consumption
    Card       Part Number       Revision        (MilliAmps)        (Watts)
    ----       -----------       --------       -----------------------------
    3101       870-1293-13          D               313               15
    3102       870-1293-13          D               313               15
    3103       870-2671-03          M              1563               75
    3104       870-1293-13          D               313               15 
    3105       870-2061-01          K               542               26
    3106       870-1984-13          M               646               31
    3107       870-1984-13          M               646               31
    3108       870-2372-14          J               521               25
    3109       MUX                                  313               15
    3110       MUX                                  313               15
    3111       870-2061-01          A               542               26
    3112       870-2061-01          A               542               26
    3113       850-0549-01          A            +  313           +   15
    3114    +  870-2198-07          M            + 1563           +   75
    3115       850-0549-01          A               313               15
    3116    +  870-2198-07          M              1563               75
    3117       870-1293-13          B               521               25
    
    FAN ASSYs Power Consumption                    2604              125
    Command Completed.
    
  4. Add the entry to the Frame Power Alarm Threshold table by entering the ent-frm-pwr command with these parameters.

    frm =<frame to be added>

    thrshld=<frame power threshold level>

    A minor alarm (UAM 0522) is generated when the power level for the frame reaches 90% of the threshold value. A major alarm (UAM 0521) is generated when the power level for the frame reaches 95% of the threshold value. A critical alarm (UAM 0520) is generated when the power level for the frame reaches 98% of the threshold value.

    The thrshld parameter is optional. If the thrshld parameter value is not specified, the thrshld value is set to 30.

    For this example, enter this command.

    ent-frm-pwr:frm=ef01:thrshld=35

    When this command has successfully completed, this message should appear.

    rlghncxa03w 06-10-01 00:22:57 GMT  EAGLE5 36.0.0
    FRAME POWER THRESHOLD table is (3 of 10) 30% full
    ENT-FRM-PWR: MASP A - COMPLTD
    
  5. Verify the changes by entering the rtrv-frm-pwr command with frame entry specified in step 4.

    For this example, enter this command.

    rtrv-frm-pwr:frm=ef01

    This is an example of the possible output.

    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    
    Frame              Power Threshold (Amps)
    -----              ----------------------
    ef01                                   35
    
    FRAME POWER THRESHOLD table is (3 of 10) 30% full;
    RTRV-FRM-PWR: MASP A - COMPLTD
    
  6. Backup the new changes using the chg-db:action=backup:dest=fixedcommand.

    These messages should appear, the active Maintenance and Administration Subsystem Processor (MASP) appears first.

    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.
    

Figure 4-30 Adding an Entry to the Frame Power Alarm Threshold Table



Sheet 1 of 2



Sheet 2 of 2