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

Removing an FTP Server

This procedure is used to remove an FTP server from the database using the dlt-ftp-serv command.

The dlt-ftp-serv command uses these parameters.

:app – The application of the FTP server. There are four values for the app parameter:

  • meas – The FTP servers for the Measurements Platform
  • user – The FTP servers for the FTP Retrieve and Replace feature.
  • db - The FTP server for the database backup/restore application.
  • dist - the FTP server for the EAGLE software release distribution application.

:ipaddr – The IP address of the FTP server.

Caution:

Removing all FTP servers for an application will disable the feature supported by the FTP servers.
  1. Display the FTP servers in the database by entering this command.

    rtrv-ftp-serv:mode=full

    This is an example of the possible output.

    rlghncxa03w 08-09-01 09:12:36 GMT EAGLE5 39.2.0
    FTP Client Security: ON
    
    
    APP       IPADDR           LOGIN            PRIO
    --------  ---------------  ---------------  ----
    db        10.20.50.102     dbuser1          1
       Path:  ~/eagle
    dist      100.200.50.102   dbuser1          1
       Path:  ~/eagle
    meas      1.255.0.100      ftpmeas3         3
       Path:  ~meas\local
    meas      1.255.0.101      ftpmeas2         2
       Path:  \tmp\measurements\backup\dat
    user      1.255.0.100      ftpuser1         3
       Path:  \tmp\user
    user      1.255.0.102      ftpuser5         7
       Path:  \tmp\backup\user
    
    FTP SERV table is (6 of 10) 60% full
    
  2. Remove an FTP server from the database using the dlt-ftp-serv command.

    For this example, enter this command.

    dlt-ftp-serv:app=meas:ipaddr=1.255.0.101

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

    rlghncxa03w 08-09-01 21:18:37 GMT EAGLE5 39.2.0
    FTP SERV table is (5 of 10) 50% full
    DLT-FTP-SERV: MASP A - COMPLTD
    
  3. Display the changes by entering this command.

    rtrv-ftp-serv:mode=full

    The following is an example of the possible output.

    rlghncxa03w 08-09-01 09:12:36 GMT EAGLE5 39.2.0
    FTP Client Security: ON
    
    
    APP       IPADDR           LOGIN            PRIO
    --------  ---------------  ---------------  ----
    db        10.20.50.102     dbuser1          1
       Path:  ~/eagle
    dist      100.200.50.102   dbuser1          1
       Path:  ~/eagle
    meas      1.255.0.100      ftpmeas3         3
       Path:  ~meas\local
    user      1.255.0.100      ftpuser1         3
       Path:  \tmp\user
    user      1.255.0.102      ftpuser5         7
       Path:  \tmp\backup\user
    
    FTP SERV table is (5 of 10) 50% full
    
  4. Back up 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-24 Removing an FTP Server