Checking shared library paths
On UNIX and Linux operating systems, Tivoli Netcool/OMNIbus uses shared libraries, that are specified by an environment variable, to provide a smaller total distribution size. If this environment variable is changed, Tivoli Netcool/OMNIbus might not function correctly. You must verify that all the shared libraries can be found.
About this task
LIBPATH
LD_LIBRARY_PATH
Typically, you do not need to check
or modify this environment variable setting. However, if another user
or application modified the environment variable, Tivoli Netcool/OMNIbus can
function incorrectly or fail. In this situation, you must check that
all the shared libraries can be found.
Procedure
dump -H
ldd
Example
$NCHOME/omnibus/platform/arch/bin/
$NCHOME/omnibus/platform/arch/bin64/
| Operating system | Command | Output description |
|---|---|---|
| Solaris and Linux® |
|
The output of this command lists the dynamic dependencies and indicates which libraries cannot be found. |
| AIX® |
|
The output of this command lists the dynamic dependencies and indicates which libraries cannot be found. |