Veritas NetBackup™ for Informix Administrator's Guide
- Introduction to NetBackup for Informix
- Installing NetBackup for Informix
- Planning the installation of NetBackup for Informix
- Verifying the operating system and platform compatibility
- NetBackup server and client requirements
- Informix server software requirements for NetBackup for Informix
- About the license for NetBackup for Informix
- Specifying the Informix home path
- Adding new Informix instances
- Configuring NetBackup for Informix
- About configuring NetBackup for Informix
- About configuring a backup policy for an Informix database
- About NetBackup for Informix scripts
- Configuring an additional bp.conf file
- About permissions for NetBackup for Informix log files
- Reviewing the auto-discovered mappings in Host Management
- Configuring the Maximum jobs per client (NetBackup for Informix)
- Performing a manual backup
- Performing backups and restores of Informix
- About using NetBackup for Informix
- About Informix ON-Bar backup types
- Example Informix backup strategy
- Automatic backup policy for Informix
- Manual backup policy for Informix
- Using the onbar command to perform a user-directed backup
- About browsing Informix backups
- Restoring files to the original client
- Redirecting an Informix restore to a different client
- Example of procedure for restoring an Informix database
- Troubleshooting
- Verifying the NetBackup for Informix configuration
- Verifying NetBackup for Informix log files
- Enabling the debug logs manually (NetBackup for Informix)
- About the NetBackup for Informix log files
- About NetBackup server reports
- About Informix ON-Bar utility logs
- Setting the debug level (NetBackup for Informix)
- Minimizing timeout failures on large database restores
- Minimizing the loading and unloading of tapes for database backups
- About deleting expired backups from the Informix backup database
- Delays in completion of backup jobs
- Appendix A. Register authorized locations
Configuring an additional bp.conf file
The administrator can add options to the NetBackup bp.conf file on the NetBackup master server. The administrator can create an additional bp.conf file in the home directory of the Informix user's account used for the backup or restore.
Before you use NetBackup for Informix, you can create a bp.conf file in the home directory of the Informix user's account used for the backup on the NetBackup client. The path to this directory can be equal to the value of the $INFORMIXDIR variable.
For example, if the home directory is /informix, the path is as follows:
/informix/bp.conf
After you create a bp.conf file in the Informix home directory, add the following options to the file and replace the italicized text with the information that pertains to the client:
BPBACKUP_POLICY=informix_policy BPBACKUP_SCHED=informix_sched SERVER=server_name CLIENT_READ_TIMEOUT=1800
The variables are as follows:
informix policy | The name of the Informix-ON-Bar policy that was configured in the backup policy. |
informix_sched | The schedule name for the informix_policy. By default, it is Default-Application-Backup. |
server_name | The name of the NetBackup master server. |
NetBackup uses the bp.conf file in the Informix user's home directory only for backups and restores initiated by this Informix user.