Re: Automatic startup of dsmcad daemon

2015-05-12 Thread madu...@gmail.com
Many thanks, What about AIX5.3 and AIX7.1 can I do that same script; or what would be the best... -Fadi On Tue, May 12, 2015 at 7:28 PM, Alexei Kojenov wrote: > Starting with version 6.3, TSM Linux client provides a service script in > /etc/init.d. All you need to do is to issue "service d

Re: Automatic startup of dsmcad daemon

2015-05-12 Thread Alexei Kojenov
Starting with version 6.3, TSM Linux client provides a service script in /etc/init.d. All you need to do is to issue "service dsmcad start" to start the service, and "chkconfig --add dsmcad" to enable automatic start after reboot. http://www-01.ibm.com/support/knowledgecenter/SSTG2D_6.3.0/com.ibm.

Re: Automatic startup of dsmcad daemon

2015-05-12 Thread Jeanne Bruno
Agreed. RH Linux 6 and above, needs the chkconfig and not the 'cad::once:/opt/tivoli/tsm/client/ba/bin/dsmcad >/dev/null 2>&1 # TSM' in the inittab file to auto start up upon reboot. This may help as well: http://www-01.ibm.com/support/knowledgecenter/#!/SSGSG7_6.3.0/com.ibm.itsm.client.doc/c_

Re: Automatic startup of dsmcad daemon

2015-05-12 Thread Grant Street
Create an init script. Use "chkconfig" to enable and disable Use "service" to stop start status The following Is an ok starting point https://www-304.ibm.com/support/docview.wss?uid=swg21358414 I have a server that runs multiple dsmcads at once and created a more flexible version attached HTH