Defining Devices for ON-Archive with SAP Scripts
Use
This procedure describes how to define devices for
ON-Archive with the Informix database if you are using the SAP scripts. You define devices in the config.arc file. The device names given in this procedure are as required by the SAP scripts.Follow this procedure before you start performing archives, backups, and restores of your database.

Check your Informix release notes for valid tape devices or other restrictions.
Procedure
su - informix
The physical device names (for example,
/dev/rmt/1hc ) given in the following steps are examples only. However, you must use the logical device names (for example, DBTP1_VOP ) given, since these are expected by the SAP scripts.DEVICE DBTP1_VOP = /dev/rmt/1hc
DEVICE LOGTP1_VOP = /dev/rmt/0hc
DEVICE DATARTR_VOP = /dev/rmt/0hc
For a summary what you can do to avoid emergency logical-log backups, see
Preventing Emergency Logical-Log Backup.
You can specify multiple physical tape devices for a logical device, for example:
DEVICE LOGTP1_VOP = /dev/rmt/0hc, /dev/rmt/1hc
DEVICE DBTP1_VOP = /dev/rmt/2hc, /dev/rmt/3hc
This has the following advantages:

To do parallel archives (used in large installations to speed up the process), you must define additional logical devices. If you want to add extra logical devices for parallel archive, see
$ stop_oncatlgr
$ start_oncatlgr
Result
You have now completed one of the steps required to configure
ON-Archive for performing archives, backups, and restores of your database. When you set up volume sets and volumes using the SAP scripts, the device names given in this procedure are used. Refer to Setting Up Volume Sets and Volumes for ON-Archive with SAP Scripts.
See also:
Configuration Files for ON-Archive Defining Devices for ON-Archive Without SAP ScriptsInformix documentation
at http://www.informix.com