Veritas Solution Guide for Sheltered Harbor
- About Veritas Sheltered Harbor solutions
- Prerequisites to configure Sheltered Harbor solutions
- Veritas Sheltered Harbor solution workflow
- Glossary
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
- 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
- Add IRE primary server as Trusted Master in production primary. Use the following command:
# bpsetconfig
bpsetconfig> TRUSTED_MASTER = <IRE primary server name>
- 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>
- 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\
- 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>