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

Changing an Entry in the Frame Power Alarm Threshold Table

This procedure is used to change an existing entry in the frame power alarm threshold table. The frame entry in the power alarm threshold table is changed using the chg-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 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 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.

When setting the threshold value (the thrshld parameter value), the threshold value should be greater than the amount of power being used by the frame. The power being used by the frame is displayed in the Power Consumption (Amps) column in the rtrv-stp output. The threshold value should also be high enough to avoid generating any alarms.

Table 4-7 shows selected threshold values and the power levels for a frame that would generate a minor alarm for that threshold value.

Table 4-7 Power Level to Generate a Minor Alarm

Threshold Value Power Level to Generate a Minor Alarm

30

27

35

31.5

40

36

45

40.5

50

45

55

49.5

60

54

65

58.5

  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
    ef01                                   35
    
    FRAME POWER THRESHOLD table is (3 of 10) 30% full;
    RTRV-FRM-PWR: MASP A - COMPLTD
    
  2. Display the power consumption of the frame that will be changed in the Frame Power Alarm Threshold table by entering the rtrv-stp command with these parameters:

    display=power

    frm =<frame being changed>

    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.
    
  3. Changed the entry in the Frame Power Alarm Threshold table by entering the chg-frm-pwr command with these parameters.

    frm =<frame being changed>

    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. When setting the threshold value, the threshold value should be greater that the Power Consumption (Amps) value shown in the rtrv-stp output in step 2, and high enough to avoid generating any alarms. See Table 4-7 for some examples of threshold values and the power levels for a frame to generate a minor alarm for these threshold values.

    For this example, enter this command.

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

    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
    
  4. Verify the changes by entering the rtrv-frm-pwr command with frame entry specified in step 3.

    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                                   45
    
    FRAME POWER THRESHOLD table is (3 of 10) 30% full;
    RTRV-FRM-PWR: MASP A - COMPLTD
    
  5. 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-32 Changing an Entry in the Frame Power Alarm Threshold Table