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 compatibilityVerifying the operating system and platform compatibility for NetBackup for Informix
- NetBackup server and client requirements for NetBackup for Informix
- 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
- Adding a new NetBackup for Informix policy
- About policy attributes for NetBackup for Informix
- About adding schedules to a NetBackup for Informix policy
- Configuring an application backup schedule (NetBackup for Informix)
- Example application backup schedule (NetBackup for Informix)
- Configuring automatic backup schedules (NetBackup for Informix)
- Example automatic backup schedule (NetBackup for Informix)
- NetBackup for Informix backup types
- About schedule properties (NetBackup for Informix)
- Adding clients to a policy (NetBackup for Informix)
- About backup selections for an Informix client
- Configuring a Standard policy
- About NetBackup for Informix scripts
- Configuring an additional bp.conf file
- About permissions for NetBackup for Informix log files
- Configuring the Maximum jobs per client (NetBackup for Informix)
- Performing a manual backup (NetBackup for Informix)
- 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
Specifying the Informix home path
After you install NetBackup with a valid license for NetBackup for Informix, run this script on the computer where the Informix vendor software is installed. With this script, NetBackup can gather additional information about your Informix environment.
Complete this procedure if you licensed NetBackup for Informix for the first time.
To specify the Informix home path
- Change to the following directory:
/usr/openv/netbackup/bin
- Run the following script:
./informix_config
- Supply the home path for the database instance.
- Verify the Informix ON-Bar configuration.
This script creates the following entry in the Informix instance home path's etc/sm_versions file for each client.
1|1.1.0|Veritas-NetBackup|1
All Informix versions later than 7.31 UC4 dynamically read the appropriate information from the sm_versions file every time a backup or restore is performed. If you use a release at this level, you do not need to edit any files.
- If you use Informix version 7.31 UC4 and earlier, continue with the next step.
- (Conditional) Perform this step if you use Informix version 7.31 UC4 and earlier. Update the bar_version table in the sysutils database.
Insert the following lines into the bar_version table in the sysutils database:
bar_version bsa_version bar_sm sm_version 1 1.1.0 Veritas-NetBackup 1
- Make sure $BAR_BSALIB_PATH is correctly linked to NetBackup's infxbsa.[so,sl,a].
- Set the BAR_RETRY configuration parameter to 5.
The configuration parameter BAR_RETRY is used in the $INFORMIXDIR/etc/$ONCONFIG file. This parameter specifies the number of times ON-Bar attempts to back up or restore the storage space or logical log if the first attempt fails. Informix recommends setting BAR_RETRY to 5.
More Information