We are running Tru64 v4.0f PK#7.
Our Computing Center which does our backups put in the following startup
script:
/sbin/rc3.d/S97tsm -> /sbin/init.d/tsm
# more /sbin/init.d/tsm
#!/sbin/sh
/usr/tivoli/tsm/client/ba/bin/dsmc sched -quiet > /dev/null 2>&1 &
/usr/tivoli/tsm/client/ba/bin/dsmcad > /dev/null 2>&1
After booting, I find:
root 3753 0.0 0.0 4.72M 608K ?? S Feb 13 0:00.01
/usr/tivoli/tsm/client/ba/bin/dsmcad
but not /usr/tivoli/tsm/client/ba/bin/dsmc sched -quiet
Even if the former does start, it doesn't seem to work.
However, if I run the script manually after boot, everything is fine.
What are we doing wrong?
Thanks,
Peter
Peter Stern
Chemical Physics Department
Weizmann Institute of Science
76100 Rehovot, ISRAEL
email: Peter.Stern_at_weizmann.ac.il
phone: 972-8-9342096
fax: 972-8-9344123
Received on Wed Feb 16 2005 - 14:56:23 NZDT