Setting Parameters for Logical-Log Backup (ON-Bar)
Use
This procedure tells you how to set parameters in the
ONCONFIG file for logical-log backup on your Informix database using ON-Bar .Prerequisites
You have decided on your
approach to logical-log backup, including whether to use continuous or manual logical-log backup.Procedure

SAP recommends you to use the IECC with Windows NT. This affects the parameters to be set in the next step.
ALARMPROGRAM = $INFORMIXDIR/etc/log_full.sh
(UNIX)If you use the Informix Enterprise Command Center (IECC), set the following:
LOG_BACKUP_MODE = CONT
(UNIX and NT)The database server runs the program
log_full.sh to continuously check the logical log. When a logical-log file fills, an event alarm is triggered and the file is backed up. You must make sure that storage media is always available for the logical-log backup. You must also reserve a dedicated storage device for the logical-log backup.ALARMPROGRAM = $INFORMIXDIR/etc/no_log.sh
(UNIX)If you use the Informix Enterprise Command Center (IECC), set the following:
LOG_BACKUP_MODE = MANUAL
(UNIX and NT)If the
ALARMPROGRAM or LOG_BACKUP_MODE parameters are not specified, you have to perform manual logical-log backup.Result
If you set parameters for continuous logical-log backup, when the database server starts, continuous logical-log backup also starts. For more information, see
Performing a Continuous Logical-Log Backup (ON-Bar).If you set parameters for manual logical-log backup, be sure to perform the manual logical-log backup when required. For more information, see
Performing a Manual Logical-Log Backup (ON-Bar).
See also:
Informix documentation at
http://www.informix.com