libdb2.so.1: cannot open shared object file: No such file or directory

时间:2015-10-03 06:14:35   收藏:0   阅读:2045

[root@tsm bin]# ./dsmserv

./dsmserv: error while loading shared libraries: libdb2.so.1: cannot open shared object file: No such file or directory

[root@tsm bin]# pwd

/opt/tivoli/tsm/server/bin

Resolving the problem

The below steps may be used to correct the situation. The below example uses /home/tsminst1 for the instance directory.


  1. As root user:
    Run the following command to source db2profile, then restart server:

    . /home/tsminst1/sqllib/db2profile
    /opt/tivoli/tsm/server/bin/dsmserv -u tsminst1 -i /home/tsminst1


    --OR--

  2. As instance user:

    su - tsminst1
    cd /home/tsminst1
    /opt/tivoli/tsm/server/bin/dsmserv



评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!