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-T1 Card

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

If a T1 card is being removed, then no T1 interfaces can be assigned to the card. This can be verified with the rtrv-t1 command. Go to the Removing the T1 Interface Parameters procedure to remove the T1 interfaces assigned to the T1 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 T1 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 5 ISS from the network.

The examples in this procedure are used to remove the T1 cards in card locations 1207 and 1208.

  1. Display the cards in the database using the rtrv-card command. This is an example of the possible output.
    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
    1207   LIMT1     SS7ANSI  lsnt265       A   0   
    1208   LIMCH     SS7ANSI  lsnt265       A   1   lsnt265     A2   2   
    1211   LIME1     CCS7ITU  lsne145       A   0   
    1212   LIMCH     CCS7ITU  lsne145       A   1   lsne145     A2   2   
    1215   LIMT1     SS7ANSI  lsnt145       A   0   
    1216   LIMCH     SS7ANSI  lsnt145       A   1   lsnt145     A2   2   
    1316   DCM       STPLAN   
    

    Note:

    If a T1 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=1208

    rlghncxa03w 06-10-19 21:17:04 GMT EAGLE5 36.0.0
                                       L2T               PCR  PCR   T1   T1
    LOC  LINK LSN         SLC TYPE     SET  BPS    ECM   N1   N2    LOC  PORT TS
    1208 A    lsnt265      1  LIMCH    1    56000  BASIC ---  ----- 1207 1    6
    1208 A2   lsnt265      2  LIMCH    1    56000  BASIC ---  ----- 1207 1    17
    

    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 T1 interfaces assigned to the T1 card being removed from the database using the rtrv-t1 command with no parameters.
    rlghncxa03w 09-05-19 21:17:04 GMT EAGLE5 41.0.0
    
          T1                                              LINK    MINSU
    LOC   PORT  ENCODE  T1TSEL    FRAMING  LL   CHANBRDG  CLASS   RATE
    1207  1     AMI     EXTERNAL  ESF      50   -----     CHAN    ----
    1215  2     B8ZS    LINE      SF       100  -----     CHAN    ----
    

    Go to the Removing the T1 Interface Parameters procedure to remove the T1 interfaces assigned to the T1 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=1207

    dlt-card:loc=1208

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

    rtrv-card:loc=1208

    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 B-5 Removing a LIM-T1 Card