Client Computer Problem: Incorrect Path Name in COPLIB - Teradata Tools and Utilities

Teradata Tools and Utilities for Oracle Solaris on AMD Opteron Systems Installation Guide

Product
Teradata Tools and Utilities
Release Number
15.00
Published
March 2014
Language
English (United States)
Last Update
2018-09-28
dita:mapPath
PDF_Installation_UNIX_Solaris_Opt_15_00.ditamap/B035-3126-125K.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3126
lifecycle
previous
Product Category
Teradata Tools and Utilities

Check that the COPLIB environment variable has the correct path name to the CLI system parameter block file, clispb.dat. The COPLIB environment variable is set to /usr/lib in the /etc/profile file during the installation of the software.

  1. Use one of the following commands to define the correct path name to the clispb.dat file in the COPLIB environment variable:
    • Bourne shell users, add the following to the .profile file:

      COPLIB=/sd;export COPLIB

      where sd (source directory) is the name of the directory you created to receive the object library, the system parameter block file, and the executable files.

    • C shell users, add the following to the .login file:

      setenv COPLIB /sd

      where sd (source directory) is the name of the directory you created to receive the object library, the system parameter block file, and the executable files.

  2. Run the .profile or .login file.