Home | Previous Page | Next Page   Overview of the ON-Bar Backup and Restore System > Configuring the Storage Manager and ON-Bar > Configuring ON-Bar >

Setting the Informix Interface for TSM Environment Variables

When you use the Informix Interface for TSM, you need to set certain environment variables in the user's environment. The following table describes these environment variables.

Table 10. Informix Interface for TSM Environment Variables
Environment Variable Description
DSMI_CONFIG The fully qualified name for the client user option file (dsm.opt). The default value is dsm.opt in the TSM API installation directory.
DSMI_DIR Points to the TSM API installed path. This environment variable needs to be defined only if the TSM API is installed in a different path from the default path. The DSMI_DIR environment variable is also used to find the dsm.sys file.
DSMI_LOG Points to the directory that contains the API error log file (dsierror.log).
For error log files, create a directory for the error logs to be created in, then set the DSMI_LOG environment variable to that directory. The API error log file must have writable rights by the user performing the backup.

The following example shows how to set up these environment variables for Solaris 32-bit if the TSM API is installed in the /opt/Tivoli/tsm/client/api directory:

export DSMI_CONFIG=/opt/Tivoli/tsm/client/api/bin/dsm.opt
export DSMI_DIR=/opt/Tivoli/tsm/client/api/bin
export DSMI_LOG=/home/user_a/logdir
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]