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

Removing a UIM Threshold

This procedure is used to remove a UIM threshold from the database using the dlt-uim-acthresh command. The dlt-uim-acthresh command has only one parameter, uimn, which specifies the UIM number of the UIM threshold that is being removed from the database.

The UIM threshold must be in the database.

The example in this procedure removes the UIM threshold for UIM 1216 from the database.

  1. Display the UIM thresholds in the database using the rtrv-uim-acthresh command.

    This is an example of the possible output.

    rlghncxa03w 06-10-01 08:50:12 GMT EAGLE5 36.0.0
    UIMN    LIMIT    INTRVL
    1075     175      30
    1155     50       20
    1162     25       5
    1216     200      15
    
    The UIM Threshold Table is (4 of 499) 1% full.
    
  2. Remove a UIM threshold from the database using the dlt-uim-acthresh command.

    For this example, enter this command.

    dlt-uim-acthresh:uimn=1216

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

    rlghncxa03w 06-10-01 08:50:12 GMT EAGLE5 36.0.0
    DLT-UIM-ACTHRESH: MASP A - COMPLTD
    
  3. Verify the changes using the rtrv-uim-acthresh command.

    This is an example of the possible output.

    rlghncxa03w 06-10-01 08:50:12 GMT EAGLE5 36.0.0
    UIMN    LIMIT    INTRVL
    1075     175      30
    1155     50       20
    1162     25       5
    
    The UIM Threshold Table is (3 of 499) 1% full.
    
  4. Back up 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-18 Removing a UIM Threshold