Removing an IPSG Card

Use this procedure to remove an IPSG card, a card running the ipsg application, from the database using the dlt-card command.

The card cannot be removed if it does not exist in the database. Before removing the card from the database, the signaling links assigned to the card must be removed.

Caution:

If the IPGWx card is the last IP card in service, removing this card from the database will cause traffic to be lost.
  1. Display the cards in the database using the rtrv-card command.

    This is an example of the possible output.

    
    rlghncxa03w 09-04-13 17:00:02 GMT  EAGLE5 41.0.0
    CARD   TYPE      APPL      LSET NAME     LINK SLC LSET NAME     LINK SLC
    1101   DSM       VSCCP     
    1102   TSM       GLS       
    1104   DCM       STPLAN    
    1113   GSPM      EOAM
    1114   TDM-A
    1115   GSPM      EOAM
    1116   TDM-B
    1117   MDAL
    1201   LIMDS0    SS7ANSI   lsn1          A    0   lsn2          B    1
    1203   LIMDS0    SS7ANSI   lsn2          A    0   lsn1          B    1
    1204   LIMATM    ATMANSI   atmgwy        A    0   
    1205   ENET      IPSG      ipsgnode1     A    0   ipsgnode1     B    1
    1207   ENET      IPSG      ipsgnode2     A    0   
    1303   DCM       IPLIM     ipnode1       A    0   ipnode3       B    0
    1305   DCM       IPLIM     ipnode4       A    0
    

    Select a card whose application is IPSG.

  2. Display the linksets that are assigned to the IPSG card by entering the rtrv-ls command with the names of the linksets that are assigned to the IPSG card, shown in the rtrv-card output in 1.

    For this example, enter these commands.

    rtrv-ls:lsn=ipsgnode1

    This is an example of the possible output.

    
    rlghncxa03w 08-04-13 17:00:02 GMT  38.0.0
    
                                     L3T SLT              GWS GWS GWS
    LSN           APCA   (SS7)  SCRN SET SET BEI LST LNKS ACT MES DIS SLSCI NIS
    ipsgnode1     001-001-003   none 1   1   no  A   2    off off off no    off
    
                  SPCA          CLLI         TFATCABMLQ MTPRSE ASL8
               ---------------- -----------  1          no     no
    
               IPSG  IPGWAPC  GTTMODE           CGGTMOD
               yes   no       CdPA               no
    
               ADAPTER    SLKTPS  LSUSEALM  SLKUSEALM  RCONTEXT   ASNOTIF
               m2pa       1015    100%      80%        none       no
    
               LOC  LINK SLC TYPE     ANAME
               1205 A    0   IPSG     m2pa1
               1205 B    1   IPSG     m2pa1
    
    
    Link set table is (11 of 1024) 1% full.
    

    rtrv-ls:lsn=ipsgnode2

    This is an example of the possible output.

    
    rlghncxa03w 08-04-13 17:17:00 GMT  38.0.0
    
                                     L3T SLT              GWS GWS GWS
    LSN           APCA   (SS7)  SCRN SET SET BEI LST LNKS ACT MES DIS SLSCI NIS
    ipsgnode2     003-003-004   none 1   1   no  A   1    off off off no    off
    
                  SPCA          CLLI         TFATCABMLQ MTPRSE ASL8
               ---------------- -----------  ---        no     no
    
               IPSG  IPGWAPC  GTTMODE           CGGTMOD
               yes   no       CdPA               no
    
               ADAPTER    SLKTPS  LSUSEALM  SLKUSEALM  RCONTEXT   ASNOTIF
               m3ua       2000    100%      80%        none       yes
    
               NUMSLKALW  NUMSLKRSTR  NUMSLKPROH
               1          1           1
    
               LOC  LINK SLC TYPE     ANAME
               1207 A    0   IPSG     m3ua1
    
    
    Link set table is (11 of 1024) 1% full.
    

    If the ADAPTER value assigned to the linkset is m2pa, perform the Removing an IPSG M2PA Signaling Link procedure to remove the M2PA signaling links assigned to the card.

    If the ADAPTER value assigned to the linkset is m3ua, perform the Removing an IPSG M3UA Signaling Link procedure to remove the M3UA signaling links assigned to the card.

    After the signaling links have been removed from the database, continue the procedure with 3.

  3. Remove the card from the database 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=1205

    dlt-card:loc=1207

    When these commands have successfully completed, this message appears.

    
    rlghncxa03w 08-04-13 17:00:02 GMT  EAGLE5 36.0.0
    DLT-CARD: MASP A - COMPLTD
    
  4. Verify the changes using the rtrv-card command and specifying the card that was removed in 3.
    For this example, enter these commands.

    rtrv-card:loc=1205

    rtrv-card:loc=1207

    When these commands have successfully completed, this message appears.

    
    E2144 Cmd Rej: Location invalid for hardware configuration
    
  5. Back up the new changes using the chg-db:action=backup:dest=fixed command.
    These messages 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 6-14 Removing an IPSG Card