Copy the Backup to the destination Oracle® Enterprise Session Border Controller

Send the backup configuration file by way of SFTP from the source to destination Oracle® Enterprise Session Border Controller.

To copy a backup configuration from the source to destination Oracle® Enterprise Session Border Controller:

  1. Use an SFTP client to connect to the E-SBC using the default username: user and password: acme. The management IP address is configured in the bootparams.
  2. Change directory to where you want to upload a file.
    • cd /code/bkups for backup configurations

  3. Type bin and press Enter to force the SFTP program into binary mode.
  4. Upload the file you want to transfer by typing the filename and pressing Enter.
    C:\Documents and Settings>ftp 172.30.55.127
    Connected to 172.30.55.127.
    220 VxWorks (1.0) FTP server ready
    User (172.30.55.127:(none)): user
    331 Password required
    Password:
    230 User logged in
    ftp> cd /code/bkups
    250 Changed directory to "/code/bkups"
    ftp> bin
    200 Type set to I, binary mode
    ftp> put 02_Feb_2008.tar.gz
    200 Port set okay
    150 Opening BINARY mode data connection
    226 Transfer complete
    ftp: 9587350 bytes sent in 51.64Seconds 185.65Kbytes/sec.
    ftp>