/opt/tivoli/tsm/server/bin/rc.dsmserv - starting up after reboot problem

djr1111

Active Newcomer
Joined
Jul 7, 2010
Messages
44
Reaction score
0
Points
0
PREDATAR Control23

Hi I have a problem


I am running TSM on Solaris:

I have the following in the /etc/inittab: tsm1:3:eek:nce:/opt/tivoli/tsm/server

/bin/rc.dsmserv -u tsminst1 -i /data/tsminst1/tsminst1 -q >/dev/console 2>&

It does not seem to work,

when I run : # /opt/tivoli/tsm/server/bin/rc.dsmserv -u tsminst1 -i /data/tsminst1/tsminst1

I get the error:
/opt/tivoli/tsm/server/bin/rc.dsmserv: DSMI_CONFIG=/data/tsminst1/tsminst1/tsmdbmgr.opt: is not an identifier


BUT, it I prepend the command with:
/bin/ksh /opt/tivoli/tsm/server/bin/rc.dsmserv -u tsminst1 -i /data/tsminst1/tsminst1

than it works fine, BUT the problem is my shell is set to KSH at login as seen below. Any ida what is happening here and how to fix it?

thanks!!!
David


ATH=/usr/sbin:/usr/bin
LC_ALL=en_US
LOGNAME=root
MAIL=/var/mail//root
USER=root
LC_MESSAGES=en_US.ISO8859-1
LC_CTYPE=en_US
SHELL=/usr/bin/ksh
HOME=/
 
Top