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 an MCPM

This procedure is used to remove a Measurement Collection & Polling Module (MCPM) from the database using the dlt-card command.

Caution:

If the MCPM is the last MCPM in service, removing this card from the database will disable the Measurements Platform feature.

The examples in this procedure are used to remove the MCPM in card location 2107.

Canceling the REPT-STAT-CARD Command

Because the rept-stat-card command used in this procedure can output information for a long period of time, the rept-stat-card command can be canceled and the output to the terminal stopped. There are three ways that the rept-stat-card command can be canceled.

  • Press the F9 function key on the keyboard at the terminal where the rept-stat-card command was entered.

  • Enter the canc-cmd without the trm parameter at the terminal where the rept-stat-card command was entered.

  • Enter the canc-cmd:trm=<xx>, where <xx> is the terminal where the rept-stat-card command was entered, from another terminal other that the terminal where the rept-stat-card command was entered. To enter the canc-cmd:trm=<xx> command, the terminal must allow Security Administration commands to be entered from it and the user must be allowed to enter Security Administration commands. The terminal’s permissions can be verified with the rtrv-secu-trm command. The user’s permissions can be verified with the rtrv-user or rtrv-secu-user commands.

For more information about the canc-cmd command, go to Commands User's Guide.

  1. Display the cards in the database using the rtrv-card command.

    This is an example of the possible output.

    rlghncxa03w 09-05-01 09:12:36 GMT EAGLE5 41.0.0
    CARD   TYPE      APPL      LSET NAME     LINK SLC LSET NAME     LINK SLC
    1101   DSM       VSCCP      
    1102   TSM       GLS       
    1103   DCM       STPLAN   
    1113   GSPM      OAM
    1114   TDM-A
    1115   GSPM      OAM
    1116   TDM-B
    1117   MDAL
    1201   LIMDS0    SS7ANSI   sp2           A    0   sp1           B    0
    1202   LIMDS0    SS7ANSI   sp2           A    1   nsp3          B    0
    1203   LIMDS0    SS7ANSI   sp3           A    0   
    1204   LIMDS0    SS7ANSI   sp3           A    1   
    1205   LIMDS0    SS7ANSI   itu1          A    0   
    1206   LIMDS0    SS7ANSI   nsp3          A    1   nsp4          B    0
    1212   DSM       VSCCP      
    1214   TSM       GLS       
    1215   DCM       STPLAN   
    1301   LIMATM    ATMANSI   lsnatm1       A    0   
    1303   STC       EROUTE    
    1305   DCM       STPLAN   
    1308   LIMDS0    SS7ANSI   sp6           A    0   sp7           B    0
    1311   LIMDS0    SS7ANSI   sp2           A    2   sp1           B    1
                               sp7           A1   1   sp3           B1   2
    1315   LIMDS0    SS7ANSI   sp7           A    2   sp5           B    0
    1318   LIMATM    ATMANSI   lsnatm1       A    1   
    2101   STC       EROUTE    
    2103   STC       EROUTE    
    2105   STC       EROUTE    
    2107   MCPM      MCP       
    2108   MCPM      MCP       
    2111   MCPM      MCP       
    

    An MCPM is identified by the entries MCPM in the TYPE field and MCP in the APPL field.

  2. Display the status of the MCPMs in the database with the rept-stat-meas command.

    This is an example of the possible output.

    rlghncxa03w 09-02-01 16:43:42 GMT  EAGLE5 40.0.0
    
                          PST            SST       AST
    MEAS SS               IS-NR          Active    -----
            ALARM STATUS =   No Alarms
    
        CARD   VERSION         TYPE    PST           SST        AST
        2107 P 101-009-000     MCPM    IS-NR         Active     -----
           IP Link A                   IS-NR         Active     Available
        2108   101-009-000     MCPM    IS-NR         Active     -----
           IP Link A                   IS-NR         Active     Available
        2111   101-009-000     MCPM    IS-NR         Active     -----
           IP Link A                   IS-NR         Active     Available
      
        CARD 2107 ALARM STATUS = No Alarms
        CARD 2108 ALARM STATUS = No Alarms
        CARD 2111 ALARM STATUS = No Alarms
    
  3. Inhibit the MCPM using the rmv-card command, specifying the card location of the MCPM.

    If the MCPM to be inhibited is the last MCPM that is in service, the force=yes parameter must also be specified. For this example, enter this command.

    rmv-card:loc=2107

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

    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    Card has been inhibited.
    
  4. Remove the card using the dlt-card command.

    The dlt-card command has only one parameter, loc, which is the location of the card. For this example, enter these commands.

    dlt-card:loc=2107

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

    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    DLT-CARD: MASP A - COMPLTD
    
  5. Verify the changes using the rtrv-card command specifying the card that was removed in step 4.

    For this example, enter these commands.

    rtrv-card:loc=2107

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

    E2144 Cmd Rej: Location invalid for hardware configuration
    
  6. 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-21 Removing a MCPM