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

Previous
Previous
Next
Next

Removing a GLS Card

This procedure is used to remove GLS cards, used by gateway screening, from the database using the dlt-card command. The card cannot be removed if it does not exist in the database.

Caution:

If the GLS card is the last GLS card in service, removing this card from the database will disable the Gateway Screening feature.

The examples in this procedure are used to remove the GLS card in card location 1205.

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 13-06-17 09:58:31 GMT EAGLE5 45.0.0
    CARD   TYPE      APPL      LSET NAME     LINK SLC  LSET NAME     LINK SLC
    1101   DSM       VSCCP      
    1102   TSM       GLS       
    1103   DCM       STPLAN    
    1104   DCM       STPLAN    
    1113   E5MCAP    OAMHC
    1114   E5TDM-A
    1115   E5MCAP    OAMHC
    1116   E5TDM-B
    1117   E5MDAL
    1201   LIMDS0    SS7ANSI   lsn1          A    0    lsn2          B    1
    1203   LIMDS0    SS7ANSI   lsn2          A    0    lsn1          B    1
    1205   TSM       GLS       
    
  2. Display the cards that are in service with the rept-stat-card:stat=nr command.

    rept-stat-card:stat=nr

    This is an example of the possible output.

    rlghncxa03w 09-05-25 15:26:30 GMT  EAGLE5 41.0.0
    CARD  VERSION      TYPE    GPL       PST           SST       AST
    1101  110-003-000  DSM     VSCCP     IS-NR         Active    -----
    1102  110-003-000  TSM     GLS       IS-NR         Active    -----
    1103  110-002-000  DCM     STPLAN    IS-NR         Active    -----
    1104  110-002-000  DCM     STPLAN    IS-NR         Active    -----
    1109  109-003-000  HMUX    BPHMUX    IS-NR         Active    -----
    1110  109-003-000  HMUX    BPHMUX    IS-NR         Active    -----
    1113  110-003-000  E5MCAP  OAMHC     IS-NR         Active    -----
    1114  -----------  E5TDM             IS-NR         Active    -----
    1115  110-003-000  E5MCAP  OAMHC     IS-NR         Standby   -----
    1116  -----------  E5TDM             IS-NR         Active    -----
    1117  -----------  E5MDAL            IS-NR         Active    -----  
    1201  110-003-000  LIMDS0  SS7ANSI   IS-NR         Active    -----
    1203  110-003-000  LIMDS0  SS7ANSI   IS-NR         Active    -----
    1205  110-003-000  TSM     GLS       IS-NR         Active    -----
    1209  109-003-000  HMUX    BPHMUX    IS-NR         Active    -----
    1210  109-003-000  HMUX    BPHMUX    IS-NR         Active    -----
    
  3. An GLS card is identified by the entry GLS in the APPL fields in the outputs in steps 1 and 2.

    Remove the card from service using the rmv-card command and specifying the card location. If the GLS card to be inhibited is the only GLS card in service, shown in step 2, the force=yes parameter must also be specified. For this example, enter this command.

    rmv-card:loc=1205

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

    rlghncxa03w 06-10-25 15:27:30 GMT  EAGLE5 36.0.0
    Card has been inhibited.
    
  4. 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 this command.

    dlt-card:loc=1205

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

    rlghncxa03w 06-10-25 15:28:30 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 this command.

    rtrv-card:loc=1205

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

    E2144 Cmd Rej: Location invalid for hardware configuration
    
  6. Backup 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 2-11 Removing a GLS Card