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

Previous
Previous
Next
Next

Removing a LIM-E1 Card

This procedure is used to remove either an E1 card or a channel card from the database using the dlt-card command. The card being removed must exist in the database.

If an E1 card is being removed, then no E1 interfaces can be assigned to the card. This can be verified with the rtrv-e1 command. Go to the Removing the E1 Interface Parameters procedure to remove the E1 interfaces assigned to the E1 card being removed from the database.

If only a channel card is being removed from the database, then no SS7 signaling links can be assigned to the card. This can be verified with the rtrv-slk command. Go to the Removing an SS7 Signaling Link procedure to remove the signaling links assigned to the channel card being removed from the database.

Caution:

If the E1 card or channel card is the last SS7LIM in service, removing this card from the database will cause SS7 traffic to be lost and isolate the EAGLE from the network.

The examples in this procedure are used to remove the E1 cards in card locations 1202 and 1203.

  1. Display the cards in the database using the rtrv-card command.
    rlghncxa03w 09-05-28 09:12:36 GMT EAGLE5 41.0.0
    CARD   TYPE      APPL     LSET NAME   LINK SLC LSET NAME   LINK SLC
    1102   TSM       GLS      
    1113   GSPM      OAM
    1114   TDM-A
    1115   GSPM      OAM
    1116   TDM-B
    1117   MDAL
    1201   LIME1     CCS7ITU  lsne12      A    0  
    1202   LIMCH     CCS7ITU  lsne12      A    1  
    1203   LIME1     CCS7ITU  lsne13 
    1204   LIMCH     CCS7ITU  lsne13  
    1211   LIME1     CCS7ITU  lsne145     A    0  
    1212   LIMCH     CCS7ITU  lsne145     A    1   lsne145     A2   2
    1316   DCM       STPLAN   
    

    Note:

    If an E1 card is being removed from the database, skip step 2 and go to step 3.
  2. Display the signaling links on the channel card you wish to remove by entering the rtrv-slk command, specifying the card location shown in the rtrv-card command output. For this example, enter this command.

    rtrv-slk:loc=1202

    rlghncxa03w 06-10-19 21:17:04 GMT EAGLE5 36.0.0
    
                                       L2T               PCR  PCR   E1   E1
    LOC  LINK LSN         SLC TYPE     SET  BPS    ECM   N1   N2    LOC  PORT TS
    1202 A    lsne12       1  LIMCH    1    64000  BASIC ---  ----- 1201 2    1
    

    Go to the Removing an SS7 Signaling Link procedure to remove the signaling links assigned to the channel card.

    Note:

    If only a channel card is being removed from the database, skip step 3 and go to step 4.
  3. Display the E1 interfaces assigned to the E1 card being removed from the database using the rtrv-e1 command with no parameters.
    rlghncxa03w 06-10-19 21:17:04 GMT EAGLE5 36.0.0
    
          E1                                                   LINK    MINSU
    LOC   PORT  CRC4  CAS  ENCODE  E1TSEL    SI  SN  CHANBRDG  CLASS   RATE
    1201  2     ON    OFF  HDB3    LINE      0   0   ------    CHAN    ----
    1203  1     OFF   ON   HDB3    EXTERNAL  3   6   ------    CHAN    ----
    

    Go to the Removing the E1 Interface Parameters procedure to remove the E1 interfaces assigned to the E1 card.

  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=1201

    dlt-card:loc=1203

  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=1201

    rtrv-card:loc=1202

    When these commands have 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=fixed command. 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 A-5 Removing a LIM-E1 Card