Configuring Environment Variables for Third Party Command Line (ON-Bar) Utility

You must configure and export the following environment variables to perform ON-Bar third-party command line backups for a specific instance on a client where multiple instances are installed:

  • CvInstanceName

  • CvClientName

You can perform consistent backups of the ixbar file. For more information, see Backing Up the ixbar File Frequently.

Procedure

UNIX Example

Client1 is the name of the Informix client and Instance001 is the name of the instance.

export CvClientName=Client1
 export CvInstanceName=Instance001

Windows Example

Client1 is the name of the Informix client and Instance001 is the name of the instance.

set CvClientName=Client1
 set CvInstanceName=Instance001

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.

UNIX Example

export CvQcmdTokenFile=/tmp/ccUserToken

Windows Example

set CvQcmdTokenFile=E:\informix\ccUserToken

Page contents

×

Loading...