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

Changing a Screen Set

This procedure is used to change the attributes of a screen set in the database using the chg-scrset command. The parameters used by the chg-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 is used to change screen set ls01 to screen set ls05 with the nsfi=blkopc and nsr=ls08.

If the screen set name is being changed, the new screen set name cannot already exist in the database.

The screen set can reference one of the following screens.

  • Allowed OPC
  • Blocked OPC
  • Allowed SIO
  • Allowed DPC
  • Blocked DPC

Verifying the Gateway Screening Configuration

Enter the following commands to verify that these screens are in the database.

  • rtrv-scr-opc:all=yes
  • rtrv-scr-blkopc:all=yes
  • rtrv-scr-sio:all=yes
  • rtrv-scr-dpc:all=yes
  • rtrv-scr-blkdpc:all=yes

Gateway Screening Configuration Procedures

If the desired screen is not in the database, perform one of the following procedures to add the desired screen to the database or change an existing screen in 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 being changed 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 Database Administration - SS7 User's Guide and change the scrn parameter to reference another screen set, or to none to remove the reference to the screen set.

    Note:

    If a new gateway screening stop action set will not be assigned to the screen set being changed, skip step 3 and go to step 4.
  3. Display the gateway screening stop action sets in the database with the rtrv-gws-actset command.

    This is an example of the possible output.

    rlghncxa03w 06-10-25 15:26:30 GMT EAGLE5 36.0.0
    ACT  ACT    ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT
    ID   NAME   1    2    3    4    5    6    7    8    9    10
    --   ------ ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
    1    copy   copy      
    2    rdct   rdct      
    3    cr     copy rdct 
    4    cncf   cncf      
    5    cpcncf copy cncf 
    6    cncfrd cncf rdct 
    7    cpcfrd copy cncf rdct
    
    GWS action set table is (7 of 16) 44% full
    

    If the required gateway screening stop action set is not in the database, go to the Configuring Gateway Screening Stop Action Sets procedure and configure the required gateway screening stop action set.

    Note:

    If theNSFI of the screen set being changed in this procedure will beSTOP, or if theNSFI of the screen set is not being changed, skip step 4 and go to step 5.
  4. Enter the commands in the Verifying the Gateway Screening Configuration section to verify that the screen that will be specified by the NSFI/NSR parameter combination in step 5 is in the database.

    If the desired screen is not in the database, perform one of the procedures shown in the Gateway Screening Configuration Procedures section to add the desired screen to the database or change an existing screen in the database.

  5. Change the attributes of a screen set using the chg-scrset command.

    If a gateway screening stop action is to be assigned to the screen set being changed, enter the chg-scrset command with the nsfi=stop parameter and the actname parameter with the name of a gateway screening stop action set shown in the output of the rtrv-gws-actset command executed in step 2.

    For this example, enter this command.

    chg-scrset:scrn=ls01:nscrn=ls05:nsfi=blkopc:nsr=ls08

    A message similar to the following should appear.

    rlghncxa03w 06-10-25 15:27:30 GMT EAGLE5 36.0.0
    CHG-SCRSET: SCREEN SET AFFECTED - LS01  1% FULL
    CHG-SCRSET: MASP A - COMPLTD
    
  6. Verify the changes using the rtrv-scrset command.

    The following is an example of the possible output.

    rlghncxa03w 06-10-25 15:28: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
    ls05  BLKOPC  ls08       3%    45   14      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
    
  7. 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-3 Changing a Screen Set



Sheet 1 of 3



Sheet 2 of 3



Sheet 3 of 3