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

Previous
Previous
Next
Next

Turning Off the SEAS Over IP Feature

This procedure is used to turn off the SEAS over IP feature using the chg-ctrl-feat command.

The chg-ctrl-feat command uses the following parameters:

:partnum - The part number of the SEAS over IP feature, 893018801.

:status=off – used to turn off the SEAS over IP feature.

The status of the SEAS over IP feature must be on and is shown with the rtrv-ctrl-feat command.

Caution:

If the SEAS over IP feature is turned off, all SEAS terminal traffic stops.
  1. Display the status of the SEAS over IP feature by entering the rtrv-ctrl-feat:partnum=893018801 command. The following is an example of the possible output.

    The following is an example of the possible output.

    rlghncxa03w 07-05-28 21:15:37 GMT EAGLE5 37.0.0
    The following features have been permanently enabled:
    
    Feature Name              Partnum    Status  Quantity
    SEAS over IP              893018801  on      ----
    
    The following features have been temporarily enabled:
    Feature Name              Partnum    Status  Quantity     Trial Period Left
    Zero entries found.
    
    The following features have expired temporary keys:
    
    Feature Name              Partnum
    Zero entries found.
    

    If the status of the SEAS over IP feature is off, or if the SEAS over IP feature is not enabled, this procedure cannot be performed.

  2. Turn off the SEAS over IP feature by entering the chg-ctrl-feat command with the status=off parameter. Enter this command.

    chg-ctrl-feat:partnum=893018801:status=off

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

    rlghncxa03w 06-10-01 21:16:37 GMT EAGLE5 36.0.0
    CHG-CTRL-FEAT: MASP A - COMPLTD
    
  3. Verify that the SEAS over IP feature has been turned off by using the rtrv-ctrl-feat:partnum=893018801 command. The following is an example of the possible output.
    rlghncxa03w 07-05-28 21:15:37 GMT EAGLE5 37.0.0
    The following features have been permanently enabled:
    
    Feature Name              Partnum    Status  Quantity
    SEAS over IP              893018801  off     ----
    
    The following features have been temporarily enabled:
    
    Feature Name              Partnum    Status  Quantity     Trial Period Left
    Zero entries found.
    
    The following features have expired temporary keys:
    
    Feature Name              Partnum
    Zero entries found.
    

    Note:

    Once the SEAS over IP feature is turned off, the SEAS terminals can be changed to TELNET terminals. If you do not wish to change the SEAS terminals to TELNET terminals, skip steps 4 through 6, and go to step 7.
  4. Display the SEAS configuration by entering the rtrv-seas-config command.

    The following is an example of the possible output if the Eagle OA&M IP Security Enhancement feature is not enabled and turned on.

    rlghncxa03w 07-01-23 18:46:01 EST  EAGLE 37.5.0
    SEASCLLI     CONNECTION  IPADDRESS        PORT   TERMINAL
    --------     ----------  ---------        ----   --------
    TEAGLESTP001 IPMR1       192.168.25.10    2500   18
                 IPMR2       192.168.25.20    2600   27 

    The following is an example of the possible output if the Eagle OA&M IP Security Enhancement feature is enabled and turned on.

    tekelecstp 07-01-23 18:46:01 EST EAGLE 37.5.0
    SEASCLLI            AUTHMODE
    ----------------------------
    TEAGLESTP001        Password
    
    TERMINAL      CONNECTION    IPADDR          PORT   LOGIN      HNAME
    
    -----------------------------------------------------------------------
    18            IPMR1         198.168.25.10   2500    root      abaco-a
    27            IPMR2         198.168.25.20   2600    root      abaco-b
     
  5. Change the terminal type of the terminals shown in step 4 to the TELNET terminal type using the chg-trm command with the number of the terminals shown in step 4.

    For this example enter these commands.

    chg-trm:trm=18:type=telnet

    chg-trm:trm=27:type=telnet

    When these commands have successfully completed, this message should appear.

    rlghncxa03w 06-10-01 15:08:45 GMT EAGLE5 36.0.0
    CHG-TRM: MASP A - COMPLTD
    

    A warning message, “Invalidating the Terminal data in SEASCFG table”, is also displayed.

  6. Verify the changes made in step 5 by using the rtrv-trm command with the terminal number specified in step 5.

    For this example, enter these commands.

    rtrv-trm:trm=18

    This is an example of the possible output.

    rlghncxa03w 06-10-01 16:02:08 GMT EAGLE5 36.0.0
    TRM  TYPE      LOC              TMOUT MXINV DURAL      SECURE
    18   TELNET    1201             30    5     00:01:00   yes
                                   
    TRM  TRAF LINK SA  SYS PU  DB  UIMRD
    18   NO   NO   NO  NO  NO  NO  NO
    
         APP  APP
    TRM  SERV SS  CARD CLK DBG GTT GWS MEAS MON MPS SEAS SLAN
    18   NO   NO  NO   NO  NO  NO  NO  NO   NO  NO  YES  NO
    

    rtrv-trm:trm=27

    This is an example of the possible output.

    rlghncxa03w 06-10-01 16:02:08 GMT EAGLE5 36.0.0
    TRM  TYPE      LOC              TMOUT MXINV DURAL      SECURE
    27   TELNET    1203             30    5     00:01:00   yes
                                   
    TRM  TRAF LINK SA  SYS PU  DB  UIMRD
    27   NO   NO   NO  NO  NO  NO  NO
    
         APP  APP
    TRM  SERV SS  CARD CLK DBG GTT GWS MEAS MON MPS SEAS SLAN
    27   NO   NO  NO   NO  NO  NO  NO  NO   NO  NO  YES  NO
  7. Backup the new changes using the chg-db:action=backup:dest=fixedcommand.

    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 5-8 Turning Off the SEAS Over IP Feature