Please enter search query.
Search <book_title>...
Veritas NetBackup™ for Informix Administrator's Guide
Last Published:
2017-07-19
Product(s):
NetBackup (8.0)
- 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
Restoring files to the original client
Start all restores from the NetBackup for Informix client. A backup must have completed successfully before a restore is started. Otherwise, an error message is generated.
To perform a user-directed restore, use the onbar command from the UNIX command line on the client.
Note:
You cannot run restore operations from the server.
To restore files to the original client
- Before you replace any disks that have failed, salvage the logical-log files.
Use the following command:
onbar -l -s
- (Conditional) Determine whether you need to restore the $ONCONFIG file, sqlhosts file, emergency boot file, or the oncfg_$INFORMIXSERVER.SERVERNUM file.
If you need to restore these files, use the NetBackup Administration Console , as follows:
Change to the $INFORMIXDIR/etc directory.
Use the following command:
cd $INFORMIXDIR/etc
Start the Java interface:
Use the following command:
/usr/openv/netbackup/bin/jbpSA &
Select the files to restore and start the restore.
- Use onbar to physically restore the damaged dbspaces.
For example:
onbar -r -p dbspace1 dbspace2
- Use onbar to logically restore the dbspaces that you physically restored.
For example:
onbar -r -l
More Information