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 Path Entry

This procedure is used to remove a GTT action path entry from the database using the dlt-gttapath command.

The dlt-gttapath command uses this parameter.

:gttpn – The name of the GTT action path entry as shown in the rtrv-gttapath output.

  1. Display the existing GTT action path entries in the database by entering the rtrv-gttapath command.

    This is an example of the possible output.

    rlghncxa03w 10-07-07 00:27:31 GMT EAGLE5 42.0.0
    
    GTTPN   OPGTTSN         CGGTTSN         CDGTTSN
    --------------------------------------------------
    
    path1   ---------       ---------       setans010
        CDGTA = 336684                       ECDGTA = 336684
    
    path2   opcode1         cggtset1        ---------
        OPCODE = 10     PKGTYPE = any        FAMILY = 20
        CGGTA = 333333                       ECGGTA = 333333
    
    path3   ---------       cggtset1        ---------
        CGGTA = 333333                       ECGGTA = 333333
    
    path4   opcode1         ---------       ---------
        OPCODE = 10     PKGTYPE = any        FAMILY = 20
    
    path5   opcode2         ---------       ---------
        OPCODE = 30     PKGTYPE = any        ACN = 50
    
    path6   opcode2         cggtset1        setans010
        OPCODE = 30     PKGTYPE = any        ACN = 50
        CGGTA = 333333                       ECGGTA = 333333
        CDGTA = 336684                       ECDGTA = 336684
    
    path7   opcode1         cggtset1        setans010
        OPCODE = 10     PKGTYPE = any        FAMILY = 20
        CGGTA = 333333                       ECGGTA = 333333
        CDGTA = 336684                       ECDGTA = 336684
    
    
    GTT-PATH table is (7 of 10000) 1% full.

    If no entries are displayed in this step, this procedure cannot be performed.

    If entries are displayed in this step, continue the procedure with 2.

  2. Remove the GTT action path entry from the database by entering the dlt-gttapath command with the name of the GTT action path entry that will be removed.

    For this example, enter this command.

    dlt-gttapath:gttpn=path7

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

    rlghncxa03w 09-07-07 00:29:31 GMT EAGLE5 41.1.0
    
    GTT-PATH table is (6 of 10000) 1% full.
    
    DLT-GTTAPATH: MASP A - COMPLTD
  3. Verify the changes using the rtrv-gttapath command with the gttpn parameter value specified in 2.

    For this example, enter this command.

    rtrv-gttapath:gttpn=path7

    The following message is displayed.

    E5378 Cmd Rej: Specified path name doesn't exist
  4. 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-69 Remove a GTT Action Path Entry