求助 谁在AIX上配置过TSM6.1.2.0
谁在AIX上配置过tsm6.1.2.0?和以前的版本有区别么?
我每次运行/opt/tivoli/tsm/server/bin/dsmserv,都会报
./dsmserv
exec(): 0509-036 Cannot load program ./dsmserv because of the following errors:
0509-150 Dependent module libdb2.a(shr_64.o) could not be loaded.
0509-022 Cannot load module libdb2.a(shr_64.o).
0509-026 System error: A file or directory in the path name does not exist.
我看过IBM的文档,好像需要配置很多和DB2有关的东东,哪位大虾能帮助我。 原帖由 dahe_1984 于 2009-12-11 16:44 发表 http://bbs2.chinaunix.net/images/common/back.gif
我搞定了, 给你也发个。
Configure TSM 6.1
1.) Create TSM 6.1 userand group
#mkgroup tsmsrvrs
#mkuserpgrp=tsmsrvrs home=/home/tsminst1 tsminst1
#passwd tsminst1 note ...
收到。谢了
这些都是6.1才开始需要的? find / -name libdb2.a
/opt/tivoli/tsm/db2/lib32/libdb2.a
/opt/tivoli/tsm/db2/lib64/libdb2.a 6.1的库是使用DB2了
不知道你的实例配置好了么?安装过程中没有问题吗? 刚学TSM,今天刚好在看6.1的安装手册
db2连不上,安装中没报错?会不会是因为原来server上有db2
Restriction: You cannot install and run the Version 6.1 server on a system that
already has DB2 installed on it, whether DB2 was installed by itself or as part of
some other application. The Version 6.1 server requires the installation and use of
the DB2 version that is packaged with the Version 6.1 server. No other version of
DB2 can exist on the system.
下面还有一段,不能用db2工具改任何东西~ 安装过程中没有报任何错误,你说的实例是怎么创建的?
我用tsm以前的版本就是export2个环境,然后生成tsm的log文件,就可以启动dsmserv了。 原帖由 dahe_1984 于 2009-12-11 16:06 发表 http://bbs2.chinaunix.net/images/common/back.gif
安装过程中没有报任何错误,你说的实例是怎么创建的?
我用tsm以前的版本就是export2个环境,然后生成tsm的log文件,就可以启动dsmserv了。
不好意思,我不会TSM,也是刚弄了个环境,边看手册边搞 图形界面安装,一路next就结束了。 没有报任何错误 我搞定了, 给你也发个。
Configure TSM 6.1
1.) Create TSM 6.1 userand group
#mkgroup tsmsrvrs
#mkuserpgrp=tsmsrvrs home=/home/tsminst1 tsminst1
#passwd tsminst1 notes: TSM6.1 doesn't use root as default user.
2.) Create DB2 instance.
/opt/tivoli/tsm/db2/instance/db2icrt -a SERVER -u tsminst1 tsminst1
notes:The db2 is installed in TSM directory.
3.)Login as tsminst1,update dftdbpath
db2start
db2 update dbm cfg using dftdbpath /tsm/tsminst1
4.) Create dsmserv.opt, change the options if needed.
cp/opt/tivoli/tsm/server/bin/dsmserv.opt.smp/home/tsminst1/dsmserv.opt
5.) Create directory which TSM Server 6.10 will used.
mkdir /home/tsminst1/tsmdb
mkdir /home/tsminst1/tsmlog
mkdir /home/tsminst1/tsmarchlog
mkdir /home/tsminst1/tsmlogmirror
mkdir /home/tsminst1/tsmarchlogfailover
6.) Format TSM Server 6.1 database.
dsmserv format dbdir=/home/tsminst1/tsmdb activelogsize=8192 activelogdir=/home/tsminst1/tsmlog archlogdir=/home/tsminst1/tsmarchlogarchfailoverlogdir=/home/tsminst1/tsmarchlogfailover mirrorlogdir=/home/tsminst1/tsmlogmirror
notes: Execute dsmserv format using tsminst1 at /home/tsminst1.
顺便说下: IBM真贱 是的
页:
[1]
2