Previous Topic: How to Restore Oracle Database Data from Data Mover ServersNext Topic: Troubleshooting Oracle RMAN Backups with UNIX and Linux Data Mover


How to Back Up and Restore Oracle Database Data Using Local Data Mover Servers in a Multi-NIC Environment

In an enterprise-level environment, it is common practice to configure Oracle computers with more than one network interface card (NIC). To overcome possible performance issues and network security issues, the best practice is to designate specific IP addresses to perform backup and restore operations.

The following steps describe best practices that you can use to set up your backup environment to back up Oracle data to data mover servers that contain more than one NIC.

  1. From the primary server, open the hosts file located in the following directory:
    %SYSTEMRoot%\system32\drivers\etc\
    

    Add the host name and IP address of the NIC on the data mover server that you want to use for backup and restore operations. You must specify the precise IP address, however, you can specify a meaningful host name, given that there is a meaningful host name configured in the DNS associated with the specified IP address. For example, HostNameA.

  2. From the primary server, ping the host name of the data mover server. For example, HostNameA. Ensure that the ping command returns the IP address that corresponds with the host name that you specified.
  3. From the primary server, open Device Configuration. Configure a UNIX/Linux Data Mover named HostNameA. If HostNameA is registered with a different host name, unregister the data mover server and then register data mover using HostNameA. For more information, see How to Register the Data Mover Server with the Primary Server.
  4. Log in to the data mover server. Open the following file:
    /opt/Arcserve/SharedComponents/Arcserve Backup/jcli/conf/clishell.cfg
    

    Remove the comment syntax from “jcli.client.IP=” to set the specific IP address, as illustrated by the following screen:

    Remove the comment syntax from “jcli.client.IP=” to set the specific IP address.

  5. From the Agent for Oracle home directory on the data mover server, open the sbt.cfg configuration file.

    Specify HostNameA for the following attributes:

    SBT_DATA_MOVER
    SBT_SOURCE_NAME
    SBT_ORIGINAL_CLIENT_HOST
    

    The following screen illustrates the required modifications:

    sbt.cfg Configuration File: Specify HostNameA for the following attributes: SBT_DATA_MOVER, and SBT_ORIGINAL_CLIENT_HOST.

After you complete the above steps you can use Arcserve Backup or the RMAN Console to back up and restore Oracle database data using a specific IP address.

Be aware of the following considerations: