Go to primary content
Oracle® Communications EAGLE Database Administration - GTT User's Guide
Release 46.8
F11880-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Removing a GTT Action Set

This procedure to remove a GTT action set from the database using the dlt-gttaset command.

The dlt-gttaset command uses this parameter.

:actsn – The name of the GTT action set shown in the rtrv-gttaset output.

The GTT set action cannot be removed if it is referenced by a GTA entry, configured with the ent-gta or chg-gta commands. The rtrv-gta command output shows the GTA entries.

  1. Display the existing GTT action sets from the database by entering this command.

    rtrv-gttaset:on=refcnt

    This is an example of the possible output.

    rlghncxa03w 10-07-07 00:27:31 GMT EAGLE5 42.0.0
    
    
    ACTSN      REFCNT  TEST  ActIds
                       MODE
    -------------------------------
    action1    0       off   action1   (DUP),------,------,
                             ------,------,------
    act2       0       off   action2   (DISC),------,------,
                             ------,------,------
    act3       0       off   action2   (DISC),------,------,
                             ------,------,------
    
    
    GTT-ASET table is (3 of 20000) 1% full.

    If the number of entities that reference the GTT action set, the reference count, that is being removed is 0 (zero), continue the procedure with 4 The reference count is shown in the REFCNT column in the rtrv-gttaset output.

    If the number of entities that reference the GTT action set that is being removed is greater than 0 (zero), continue the procedure with 2

  2. Display the GTT sets that contain the GTA entries that reference the GTT action set that is being removed. Enter the rtrv-gttset command with the name GTT action set shown in 1.

    For this example, enter this command.

    rtrv-gttset:actsn=act2

    This is an example of the possible output.

    rlghncxa03w 10-07-07 00:28:31 GMT EAGLE5 42.0.0
    
    GTTSN      NETDOM  SETTYPE  NDGT
    setans010  ansi    CDGTA    6
    
    GTT-SET table is (8 of 2000) 1% full.
  3. Display the GTA entries that are assigned to the GTT set shown in 2 by entering the rtrv-gta command with these parameters.
    • :gttsn - The GTTSN value shown in 2.
    • :actsn - The actsn parameter value specified in 2.

    For this example, enter this command.

    rtrv-gta:gttsn=setans010:actsn=act2

    This is an example of the possible output.

    rlghncxa03w 10-07-07 00:29:31 GMT EAGLE5 42.0.0
    
    GTTSN      NETDOM  SETTYPE  NDGT
    setans010  ansi    CDGTA    6
    
    GTA table is (8 of 269999) 1% full.
    
    
    START GTA END GTA   XLAT   RI     PC
    888888    888888    DPC    SSN    002-002-002
         MAPSET=DFLT  SSN=--- CCGT=no CGGTMOD=NO
         GTMODID=---------  TESTMODE=off
         LOOPSET = none
         OPTSN=--------- CGSELID=----- OPCSN=---------
         ACTSN=act2      PPMEASREQD= NO
    
    Command Retrieved 1 Entries
    Continue the procedure by performing one of these procedures.

    Perform these procedures for each entry shown in this step.

  4. Remove the GTT action set from the database using the dlt-gttaset command with the ACTSN parameter value of the GTT action set that is being removed.

    For this example, enter this command.

    dlt-gttaset:actsn=act2

    When the command has successfully completed, this message should appear:

    rlghncxa03w 10-07-07 00:29:31 GMT EAGLE5 42.1.0
    
    GTT-ASET table is (2 of 20000) 1% full.
    
    DLT-GTTASET: MASP A - COMPLTD
  5. Verify the changes using the rtrv-gttaset command with the actsn parameter value specified in 4.

    The following message is displayed.

    E5196 Cmd Rej: GTT Action Set does not exist
  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 4-63 Remove a GTT Action Set