Removing an IPGWx Card

Use this procedure to remove an IP card, a card running one of these applications: ss7ipgw or ipgwi, from the database using the dlt-card command.

The card cannot be removed if it does not exist in the database. Prior to 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-10-15 16:34:56 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   DCM       IPLIM     ipnode1       A    0   ipnode3       B    1
    1207   DCM       IPLIM     ipnode2       A    0   
    1303   DCM       IPLIM     ipnode1       A    0   ipnode3       B    1
    1305   DCM       IPLIM     ipnode4       A    0
    

    Select a card whose application is either SS7IPGW or IPGWI.

    Perform the Removing an IPGWx Signaling Link procedure to remove all the signaling links assigned to the card, shown in the LINK column of the rtrv-card output.

    The card location is shown in the CARD field of the rtrv-card command output. No entries in the LSET NAME, LINK, and SLC columns mean that no signaling link is assigned to the card.

  2. 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 06-10-12 09:12:36 GMT EAGLE5 36.0.0
    DLT-CARD: MASP A - COMPLTD
    
  3. Verify the changes using the rtrv-card command and specifying the card that was removed in 2.
    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
    
  4. 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 4-26 Removing an IPGWx Card