If the Informix Data Agent is installed on one coserver (primary node), you must configure the storage manager on this primary node. Once you configure the storage manager, the system will automatically start a single onbar-worker process and perform backups and restores for all coservers from this primary node. While configuring the storage manager, if you exclude BAR_WORKER_MAX parameter, you must manually start the start_worker.sh file.
Procedure
-
From the command line, go to the $INFORMIXDIR/etc folder.
-
Open the ONCONFIG file set the global parameters for Log Backup.
-
To have the software perform a backup operation when the log file fills, set the parameter value to CONT
-
To have a user perform a backup operation, set the parameter to CONT
-
To reuse the logs when they fill, set the parameter value to NONE
Warning: We recommend that you do not set the value to NONE, because the R_PROGRESS_FREQ value will be lost if you restore the IBM Informix-XPS server.
-
-
Open the start_worker.sh file, and add the following parameters before the line that starts with $INFORMIXDIR/bin/onbar_w. Then, save the file.
Parameter
Definition
CvClientName
The name of the client defined in the CommCell Console.
CvInstanceName
The name of the Commvault installed instance.
CvPrimaryCluent
One of the coservers that runs the Informix database instance. The Commvault software associates all jobs with this client.
export CvInstanceName CvClientName CvPrimaryClientName -
Set the following parameters on primary coserver to configure a Single Storage manager in a multi coserver environment:
# Storage Manager for Coserver1 (ex:dbserver01)
BAR_SM id BAR_SM_NAME name BAR_WORKER_COSVR BAR_DBS_COSVR BAR_LOG_COSVR BAR_WORKER_MAX BAR_BSALIB_PATH /Informix_HOME/lib/ibsad001.so END -
When the CommCell Console authenticates third party scripts, run the qlogin command with the token file option (-f) to obtain a token file. Configure and then export the CvQcmdTokenFile parameter with the token file that the qlogin command generates.
Example
export CvQcmdTokenFile=/tmp/ccUserToken