
NOTE: The following is using version 7.30.UC2.
Configuring OnBar to work with ISM
These steps will allow you to define ISM and allow onbar to send its backups to UNIX files located in the /spare1/ISM* directories.
- ISM_DATA_POOL ISMData
- ISM_LOG_POOL ISMLogs
dbaccess sysutils -
database selected
> insert into bar_version values("1", "1.0.1", "ism", "1");
One row insertted
...
mkdir /spare1/ISM_ARC mkdir /spare1/ISM_LOGS Make sure the directories are read/write enabled for user informix.
ism_add -device /spare1/ISM_ARC -type file ism_add -device /spare1/ISM_LOGS -type file
ism_op -label /spare1/ISM_ARC -volume 1 -pool ISMData ism_op -label /spare1/ISM_LOGS -volume 2 -pool ISMLogs NOTE: ISMDisk* must match what you have in the $ONCONFIG file.
ism_op -mount /spare1/ISM_ARC ism_op -mount /spare1/ISM_LOGS
ism_add -admin informix
Home Index