Veritas Solution Guide for Sheltered Harbor

Last Published:
Product(s): NetBackup & Alta Data Protection (10.5)

Configuration of Isolated Recovery Environment (IRE)

To configure the IRE for Sheltered Harbor solution, do the following:

To configuring IRE

  • On UNIX systems, the directory path to the following commands is /usr/openv/netbackup/bin/admincmd

  • On Windows systems, the directory path to following commands is install_path\NetBackup\bin\admincmd

  1. Set SLP lifecycle parameter SLP.ENABLE_IMPORT_CONFIRMATION = 1 in Production and IRE domain. Use the following command:

    # bpsetconfig 

    bpsetconfig> SLP.ENABLE_IMPORT_CONFIRMATION = 1

  2. Add IRE primary server as Trusted Master in production primary. Use the following command:

    # bpsetconfig 

    bpsetconfig> TRUSTED_MASTER = <IRE primary server name>

  3. Update remote primary server version of IRE primary in production domain. Use the following command:

    # nbemmcmd -updatehost -machinename <IRE primary server name> -machinetype remote_primary -netbackupversion <NetBackup version>

  4. Add production primary server as remote primary server in IRE domain. Use the following command:

    # nbemmcmd -addhost -machinename <Production primary server name> -machinetype remote_primary -netbackupversion <NetBackup version> -operatingsystem <OS name>

    • On UNIX systems, the directory path to the following commands is usr/openv/netbackup/bin/

    • On Windows systems, the directory path to the following commands is install_path\NetBackup\bin\

  5. Deploy HostID certificate for IRE primary server from Production Primary server. Use the following command:

    # nbcertcmd -getCACertificate -server <production primary server>

    # nbcertcmd -getCertificate -server <production primary server> -token <token>

    Note:

    If you are using ECA enroll certificate on IRE primary server then, run the following command.

    # nbcertcmd -enrollCertificate -server <production primary server>