Simple steps to backup and restore the Repository and Domain configuration
• For domain backup you can use the infasetup.sh script with BackupDomain parameter.
sh $INFA_HOME/server/infasetup.sh BackupDomain -da database_hostname:port -du domain_db_user -dp domain_db_password -dt oracle -ds db_service_name -bf DomainBackup.xml.mrep -dn Domain_name
• To restore the domain use the infasetup.sh script with RestoreDomain parameter.
sh $INFA_HOME/server/infasetup.sh RestoreDomain -da database_hostname:port -du database_db_user -dp domain_db_password -dt oracle -ds db_service_name -bf DomainBackup.xml.mrep
• You can backup the repository in two ways.
Form Adminconsole
1) Login to admin console.
2) Select Repository service
3) Select Backup contents under Actions menu to take backup by default Adminconsole creates the .rep file in to $INFA_HOME/server/infa_shared/Backup/
4) Restore contents under Actions menu to restore.
From pmrep utility on command line.