Removing a Screen Set

This procedure is used to remove a screen set from the database using the dlt-scrset command. The parameters used by the dlt-scrset command are shown in the Gateway Screening Attributes section. The general rules that apply to configuring gateway screening entities are shown in the Gateway Screening Configuration section.

The example in this procedure removes the screen set gws1 from the database.

  1. Display all screen sets in the database using the rtrv-scrset command.

    The following is an example of the possible output.

    rlghncxa03w 06-10-25 15:25:30 GMT EAGLE5 36.0.0
    ENTIRE GWS DATABASE IS 1% FULL
    CDPA + AFTPC TABLES ARE 1% FULL
    THERE ARE 242 SCREEN SETS AVAILABLE
    
    THE FOLLOWING ARE OVER 80% FULL:
    SCRN  NSFI    NSR/ACT  FULL  RULES  TABLES  DESTFLD
    
    SCRN  NSFI    NSR/ACT  FULL  RULES  TABLES  DESTFLD
    fld1  OPC     fld2       1%     5   4       NO
    gws1  OPC     gws4       1%     9   7       NO
    gws2  BLKOPC  gws5       1%     5   4       NO
    isp1  OPC     isp1       1%     6   4       NO
    ls01  SIO     ls02       1%     3   3       YES
    ss01  OPC     opc1      51%  2075   22      YES
    ss02  OPC     opc2       2%    75   22      YES
    ss03  OPC     opc3       2%    75   22      YES
    ss04  OPC     opc1      51%  2075   22      NO
    ss07  OPC     opc1      51%  2075   22      YES
    ss09  OPC     opc1      51%  2075   22      NO
    ss28  OPC     opc1      51%  2075   22      YES
    tup1  OPC     tup1       1%     8   5       NO
    wrd1  DPC     iec        1%     6   5       YES
  2. The screen set to be removed cannot be referenced by a linkset.

    To verify this, enter the rtrv-ls command. If the output shows a reference to the screen set to be removed, perform the Changing an SS7 Linkset procedure in the Database Administration Manual – SS7 and change the scrn parameter to reference another screen set, or to none to remove the reference to the screen set.

  3. Remove the screen set from the database using the dlt-scrset command.

    For this example, enter this command.

    dlt-scrset:scrn=gws1

    A message similar to the following should appear.

    rlghncxa03w 06-10-25 15:26:30 GMT  EAGLE5 36.0.0
    DLT-SCRSET: SCREEN SET AFFECTED - GWS1  0% FULL
    DLT-SCRSET: MASP A - COMPLTD
  4. Verify the changes using the rtrv-scrset command with the screen set name used in step 3.

    For this example, enter this command.

    rtrv-scrset:scrn=gws1

    The following is an example of the possible output.

    E2573 Cmd Rej: SR or NSR does not reference an existing SR

    This message shows that the specified screen set name is not in the database and the action of the dlt-scrset command in step 3 was successful.

  5. Backup the new changes using the chg-db:action=backup:dest=fixed command.

    The following 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 13-4 Remove a Screen Set