Veritas NetBackup™ for Informix Administrator's Guide
- Introduction to NetBackup for Informix
- Installing NetBackup for Informix
- Configuring NetBackup for Informix
- About configuring a backup policy for an Informix database
- About adding schedules to a NetBackup for Informix policy
- About backup selections for an Informix client
- About NetBackup for Informix scripts
- Performing backups and restores of Informix
- Troubleshooting
- About the NetBackup for Informix log files
- About deleting expired backups from the Informix backup database
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