Sun Open Telecommunications Platform 1.1 Installation and Administration Guide

Backing Up and Restoring the OTP Provisioning Service Database and Configuration Files

This section provides the procedure for backing up and restoring the provisioning service database and configuration files. Backup of the provisioning service database and configuration files should be performed on a regular basis. Situations that could warrant provisioning service restoration of the service after applying system patches or performing a JumpStart installation.

The following topics are discussed:

Backing Up and Restoring the OTP Provisioning Service on the External OTP Installation Server

This section provides the procedures for backing up and restoring the OTP provisioning service on the external OTP installation server

The following topics are discussed:

ProcedureTo Back Up the Provisioning Service on the External OTP Installation Server

  1. Log in to the external OTP installation server as root.

  2. Type the following command to back up the provisioning service.


    Tip –

    copy and paste the following command to the terminal window.



    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_backup.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -l /var/tmp/backup.log \
    -o /var/tmp -nors -noconfig -nokeystore  -z -shutdown yes

    The compressed backup tar file and the backup log file are created in the directory /var/tmp/. For example, /var/tmp/backup_log.070411145059 and /var/tmp/070411145059.tar.Z where 070411145059 is the system date and time stamp.

ProcedureTo Restore the Provisioning Service on the External OTP Installation Server

Before You Begin

The provisioning service on the external OTP installation server must be backed up as described in To Back Up the Provisioning Service on the External OTP Installation Server

  1. Log in to the external OTP installation server as root.

  2. Type the following command to back up the provisioning service.


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_restore.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -f /var/tmp/backup tar file name \
    -l /var/tmp/log_file_name \
    -t /var/tmp -shutdown yes -nors -noconfig -nokeystore -overwrite yes

    where backup tar file name is the name of the backup tar file created in To Back Up the Provisioning Service on the External OTP Installation Server, and log file name is the name you specify for the log file. The system date and time stamp is automatically appended to the log file name you specify. For example, /var/tmp/restore_log.070411145059

Backing Up the OTP Provisioning Service on an External OTP Installation Server and Restoring to a Clustered OTP Host

This section provides the procedures for backing up the provisioning service on an external OTP installation server and restoring the provisioning service to a clustered OTP host.

Backing up the provisioning service on an external OTP installation server and restoring it to an OTP host is comprised of the following tasks:

ProcedureTo Remove the Remote Agent from the External OTP Installation Server

  1. Open a Web browser and go to URL https://install server:9090 where install server is either the IP address or the fully qualified name of the external OTP installation server.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  8. Scroll to the bottom of the screen and click save.

Next Steps

Remove the remote agent from the restore target OTP host as described in the next procedure.

ProcedureTo Remove the Remote Agent from the Restore Target OTP Host

Before You Begin

The remote agent must be removed from the external OTP installation server as described in To Remove the Remote Agent from the External OTP Installation Server

  1. Open a Web browser and go to URL https://OTP host:9090 where OTP host is either the IP address or the fully qualified name of the OTP host to which the provisioning service is to be restored.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  8. Scroll to the bottom of the screen and click save.

Next Steps

Back up the provisioning service on the external OTP installation server as described in the next procedure.

ProcedureTo Back Up the Provisioning Service on the External OTP Installation Server

Before You Begin
  1. Log in as root to the external OTP installation server.

  2. Type the following command to back up the provisioning service.


    Tip –

    Copy and paste the following command to your root terminal window.



    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_backup.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -o /var/tmp -nors -noconfig -nokeystore  -z -shutdown yes

    The backup tar file is created as /var/tmp/timestamp.tar.Z. For example:

    The compressed backup tar file and the backup log file are created in the directory /var/tmp/. For example, /var/tmp/backup_log.070411145059 and /var/tmp/070411145059.tar.Z where 070411145059 is the system date and time stamp.

Next Steps

Restore the backup from the external OTP installation server to the target OTP host as described in the next procedure.

ProcedureTo Restore the Provisioning Service Backup to the Target OTP Host

Before You Begin
  1. Log in as root to an OTP host in the cluster.

  2. Type /usr/cluster/bin/scstat -g to determine which host in the cluster is online.

    Make note of the host on which the resource group otp-system-rg is online.

    For example:


    # /usr/cluster/bin/scstat -g | grep Online
        Group: otp-system-rg       otp-node17          Online
     Resource: otp-lhn             otp-node17          Online    Online - LogicalHostname online
     Resource: otp-sps-hastorage-plus otp-node17          Online    Online
     Resource: otp-spsms-rs        otp-node17          Online    Online
     Resource: otp-spsra-rs        otp-node17          Online    Online

    In the above example, the resource group otp-system-rg is running on online host otp-node17.

  3. Log in as root on the OTP host on which the resource group is online.

  4. Disable the Provisioning service resource in the resource group.

    Type the following commands:


    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=FALSE
    
    /usr/cluster/bin/scswitch -n -j otp-spsms-rs
  5. Restore the Provisioning service database to the OTP host.

    Type the following command:


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_restore.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -f /var/tmp/backup tar file name \
    -l /var/tmp/log file name \
    -t /var/tmp -shutdown yes -nors -noconfig -nokeystore -overwrite yes

    where backup tar file name is the name of the backup tar file created in To Back Up the Provisioning Service on the External OTP Installation Server, and log file name is the name you specify for the log file. The system date and time stamp is automatically appended to the log file name you specify. For example, /var/tmp/restore_log.070411145059

  6. Drop the tables used by the cluster to poll the resource group.

    Type the following commands. Wait for each command to complete before typing the next command.


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_server start
    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/roxdbcmd psql rox
    drop user sc_test;

    The semicolon at the end of the drop user sc_test; is required.

  7. Press Cntrl-d to terminate the SQL session.

  8. Recreate the tables used by the cluster to poll the resource group.

    Type the following commands. Wait for each command to complete before typing the next command.


    su - spsotp \
    /opt/SUNWscsps/master/util/db_prep_postgres \
     /var/otp/spsotp/N1_Service_Provisioning_System_5.2/
    
    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_server stop
  9. Enable the provisioning service resource in the resource group.

    Type the following commands.


    /usr/cluster/bin/scswitch -e -j otp-spsms-rs
    
    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=TRUE
Next Steps

Add the remote agent to the external OTP installation server as described in the next procedure.

ProcedureTo Add the Remote Agent to the External OTP Installation Server

Before You Begin
  1. Open a Web browser and go to URL http://install server:9090 where install server is either the IP address or the fully qualified name of the external OTP installation server.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the external OTP installation server IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Click Save.

  12. Click master server.

  13. Scroll to the bottom of the screen and click update remote agent.

  14. Click prepare remote agent.

Next Steps

Add the remote agent to the target OTP host as described in the next procedure.

ProcedureTo Add the Remote Agent to the Target OTP Host

Before You Begin
  1. Open a Web browser and go to URL http://OTP host:9090 where OTP host is either the IP address or the fully qualified name of the target OTP host.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the target OTP host IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Scroll to the bottom of the screen and click save.

  12. Click master server.

    Scroll to the bottom of the screen.

  13. Click update remote agent.

  14. Click prepare remote agent.

Backing Up the OTP Provisioning Service on one Clustered OTP Host and Restoring to Another Clustered OTP Host

This section provides the procedures for backing up and restoring the OTP provisioning service from one clustered OTP host and restoring the provisioning service to a different clustered OTP host.

Backing up the provisioning service on one OTP host and restoring it to an OTP host is comprised of the following tasks:

ProcedureTo Remove the Remote Agent from the Backup Source OTP Host

  1. Log in as root to an OTP host in the cluster.

  2. Type /usr/cluster/bin/scstat -g to determine which host in the cluster is online.

    Make note of the host on which the resource group otp-system-rg is active.

    For example:


    # /usr/cluster/bin/scstat -g | grep Online
        Group: otp-system-rg       otp-node17          Online
     Resource: otp-lhn             otp-node17          Online    Online - LogicalHostname online.
     Resource: otp-sps-hastorage-plus otp-node17          Online    Online
     Resource: otp-spsms-rs        otp-node17          Online    Online
     Resource: otp-spsra-rs        otp-node17          Online    Online
     

    In the above example, the resource group online host is otp-node17.

  3. Open a Web browser and go to URL http://backup source OTP host:9090 where backup source OTP host is either the IP address or the fully qualified name of the OTP host on which the resource group is active.

    The OTP provisioning service log in screen appears.

  4. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  5. Click Host Setup in the left panel.

    The host setup screen appears.

  6. Click hosts in the central panel.

    The hosts screen appears.

  7. Click master server.

    The hosts > details screen appears.

  8. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  9. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  10. Scroll to the bottom of the screen and click save.

Next Steps

Remove the remote agent from the restore target OTP host as described in the next procedure.

ProcedureTo Remove the Remote Agent from the Restore Target OTP Host

Before You Begin

The remote agent must be removed from the backup source OTP host as described in To Remove the Remote Agent from the Backup Source OTP Host

  1. Log in as root to an OTP host in the restore target cluster.

  2. Type /usr/cluster/bin/scstat -g to determine which host in the cluster is active.

    Make note of the host on which the resource group otp-system-rg is active.

  3. Open a Web browser and go to URL http://target OTP host:9090 where target OTP host is either the IP address or the fully qualified name of the OTP host on which the resource group is active.

    The OTP provisioning service log in screen appears.

  4. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  5. Click Host Setup in the left panel.

    The host setup screen appears.

  6. Click hosts in the central panel.

    The hosts screen appears.

  7. Click master server.

    The hosts > details screen appears.

  8. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  9. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  10. Scroll to the bottom of the screen and click save.

Next Steps

Back up the provisioning service on the source OTP host as described in the next procedure.

ProcedureTo Back Up the Provisioning Service on the Source OTP Host

Before You Begin
  1. Log in as root on the backup source OTP host you identified in To Remove the Remote Agent from the Backup Source OTP Host.

  2. Disable the provisioning service resource in the resource group

    Type the following commands:


    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=FALSE
    
    /usr/cluster/bin/scswitch -n -j otp-spsms-rs
  3. Backup the provisioning service database

    Type the following command:


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_backup.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -o /var/tmp -nors -noconfig -nokeystore  -z -shutdown yes

    The compressed backup tar file is created as /var/tmp/timestamp.tar.Z where timestamp is the system date and time stamp. For example, /var/tmp/070411145059.tar.Z

  4. Enable the Provisioning service resource in the resource group.

    Type the following commands:


    /usr/cluster/bin/scswitch -e -j otp-spsms-rs
    
    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=TRUE
Next Steps

Restore the provisioning service to the restore target OTP host as described in the next procedure.

ProcedureTo Restore the Provisioning Service Backup To The Restore Target OTP Host

Before You Begin
  1. Log in as root to the restore target OTP host.

    This is the OTP host from which you removed the remote agent as described in To Remove the Remote Agent from the Restore Target OTP Host.

  2. Disable the provisioning service resource in the resource group.

    Type the following commands:


    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=FALSE
    
    /usr/cluster/bin/scswitch -n -j otp-spsms-rs
  3. Restore the Provisioning service database.

    Type the following command


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_restore.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -f /var/tmp/backup tar file name \
    -l /var/tmp/log file name \
    -t /var/tmp -shutdown yes -nors -noconfig -nokeystore -overwrite yes

    Where backup tar file name is the name of the backup file you created in To Back Up the Provisioning Service on the Source OTP Host, and log file name is the name you specify for the log file.

  4. Drop and recreate the tables used by the cluster to poll the resource group.

    Type the following commands:


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_server start
    
    cd /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/
    
    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/roxdbcmd psql rox
    
    drop user sc_test;
    
    drop table sc_test;

    The semicolon at the end of the drop user sc_test; and drop table sc_test;is required.

  5. Type Ctrl-d to terminate the SQL session.

  6. Recreate the tables used by the cluster to poll the resource group.


    su - spsotp \
    /opt/SUNWscsps/master/util/db_prep_postgres \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/
    
    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_server stop
  7. Enable the provisioning service resource in the resource group.


    /usr/cluster/bin/scswitch -e -j otp-spsms-rs
    
    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=TRUE
Next Steps

Add the remote agent to the backup source OTP host as described in the next procedure.

ProcedureTo Add the Remote Agent To The Backup Source OTP Host

Before You Begin
  1. Open a Web browser and go to URL http://backup source OTP host:9090 where backup source OTP host is either the IP address or the fully qualified name of the OTP host you identified in To Remove the Remote Agent from the Backup Source OTP Host.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the backup source OTP host IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Scroll to the bottom of the screen and click save.

  12. Click master server.

  13. Click update remote agent.

  14. Click prepare remote agent.

Next Steps

Add the remote agent to the restore target OTP host as described in the next procedure.

ProcedureTo Add the Remote Agent To The Restore Target OTP Host

Before You Begin
  1. Open a Web browser and go to URL http://restore target OTP host:9090 where restore targetOTP host is either the IP address or the fully qualified name of the target OTP host to which you restored the provisioning service in To Restore the Provisioning Service Backup To The Restore Target OTP Host.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the restore target OTP host IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Scroll to the bottom of the screen and click save.

  12. Click master server.

  13. Click update remote agent.

  14. Click prepare remote agent.

Backing Up the OTP Provisioning Service on a Clustered OTP Host and Restoring to the External OTP Installation Server

This section provides the procedures for backing up and restoring the OTP provisioning service from one clustered OTP host and restoring the provisioning service to the external OTP installation server.

Backing up the provisioning service on an OTP host and restoring it to the external OTP installation server is comprised of the following tasks:

ProcedureTo Remove the Remote Agent from the Backup Source OTP Host

  1. Log in as root to an OTP host in the cluster.

  2. Type /usr/cluster/bin/scstat -g | grep Online to determine which host in the cluster is active.

    Make note of the host on which the resource group otp-system-rg is active.

  3. Open a Web browser and go to URL http://backup source OTP host:9090 where backup source OTP host is either the IP address or the fully qualified name of the OTP host on which the resource group is active.

    The OTP provisioning service log in screen appears.

  4. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  5. Click Host Setup in the left panel.

    The host setup screen appears.

  6. Click hosts in the central panel.

    The hosts screen appears.

  7. Click master server.

    The hosts > details screen appears.

  8. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  9. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  10. Scroll to the bottom of the screen and click save.

Next Steps

Remove the remote agent from the External OTP Installation Server as described in the next procedure.

ProcedureTo Remove the Remote Agent from the External OTP installation server

Before You Begin

The remote agent must be removed from the backup source OTP host as described in To Remove the Remote Agent from the Backup Source OTP Host

  1. Open a Web browser and go to URL http://external OTP installation server:9090 where external OTP installation server is either the IP address or the fully qualified name of the external OTP installation server.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host has a check mark in it, click the check box to remove the check mark.

  8. Scroll to the bottom of the screen and click save.

Next Steps

Back up the provisioning service on the source OTP host as described in the next procedure.

ProcedureTo Back Up the Provisioning Service on the Source OTP Host

Before You Begin
  1. Log in as root on the backup source OTP host you identified in To Remove the Remote Agent from the Backup Source OTP Host.

  2. Disable the provisioning service resource in the resource group

    Type the following commands:


    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=FALSE
    
    /usr/cluster/bin/scswitch -n -j otp-spsms-rs
  3. Backup the provisioning service database

    Type the following command:


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_backup.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -o /var/tmp -nors -noconfig -nokeystore  -z -shutdown yes

    The compressed backup tar file is created as /var/tmp/timestamp.tar.Z where timestamp is the system date and time stamp. For example, /var/tmp/070411145059.tar.Z

  4. Enable the Provisioning service resource in the resource group.

    Type the following commands:


    /usr/cluster/bin/scswitch -e -j otp-spsms-rs
    
    /usr/cluster/bin/scrgadm -c -g otp-system-rg -y RG_system=TRUE
Next Steps

Restore the provisioning service to the external OTP installation server as described in the next procedure.

ProcedureTo Restore the Provisioning Service Backup To The External OTP Installation Server

Before You Begin
  1. Log in as root to the external OTP installation server.

  2. Restore the provisioning service database.

    Type the following command


    su - spsotp \
    /var/otp/spsotp/N1_Service_Provisioning_System_5.2/server/bin/cr_restore.sh \
    -b /var/otp/spsotp/N1_Service_Provisioning_System_5.2 \
    -f /var/tmp/backup tar file name \
    -l /var/tmp/log file name \
    -t /var/tmp -shutdown yes -nors -noconfig -nokeystore -overwrite yes

    Where backup tar file name is the name of the backup file you created in To Back Up the Provisioning Service on the Source OTP Host, and log file name is the name you specify for the log file.

Next Steps

Add the remote agent to the backup source OTP host as described in the next procedure.

ProcedureTo Add the Remote Agent To The Backup Source OTP Host

Before You Begin
  1. Open a Web browser and go to URL http://backup source OTP host:9090 where backup source OTP host is either the IP address or the fully qualified name of the OTP host you identified in To Remove the Remote Agent from the Backup Source OTP Host.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the backup source OTP host IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Scroll to the bottom of the screen and click save.

  12. Click master server.

  13. Click update remote agent.

  14. Click prepare remote agent.

Next Steps

Add the remote agent to the restore external OTP installation server as described in the next procedure.

ProcedureTo Add the Remote Agent To External OTP Installation Server

Before You Begin
  1. Open a Web browser and go to URL http://external OTP installation server:9090 where external OTP installation server is either the IP address or the fully qualified name of the external OTP installation server.

    The OTP provisioning service log in screen appears.

  2. Log in to the OTP provisioning service.

    The Service Provisioning System screen appears.

  3. Click Host Setup in the left panel.

    The host setup screen appears.

  4. Click hosts in the central panel.

    The hosts screen appears.

  5. Click master server.

    The hosts > details screen appears.

  6. Scroll to the bottom of the screen and click edit.

    The hosts > details > edit screen appears.

  7. If the checkbox labeled include remote agent on this physical host does not have a check mark in it, click the check box to add the check mark.

  8. In connection type, choose TCP/IP (unencrypted).

  9. Type the external OTP installation server IP address in the ip address or name field.

  10. Type 7010 in the port field.

  11. Scroll to the bottom of the screen and click save.

  12. Click master server.

  13. Click update remote agent.

  14. Click prepare remote agent.