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.itsm.client.doc/c_sched_autotasks.html Alexei Kojenov TSM Client Development From: Jeanne Bruno <[email protected]> To: [email protected] Date: 05/12/2015 05:42 AM Subject: Re: [ADSM-L] Automatic startup of dsmcad daemon Sent by: "ADSM: Dist Stor Manager" <[email protected]> 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_sched_autotasks.html -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Grant Street Sent: Tuesday, May 12, 2015 4:09 AM To: [email protected] Subject: Re: [ADSM-L] Automatic startup of dsmcad daemon Create an init script. Use "chkconfig" to enable and disable Use "service" to stop start status The following Is an ok starting point https://urldefense.proofpoint.com/v2/url?u=https-3A__www-2D304.ibm.com_support_docview.wss-3Fuid-3Dswg21358414&d=AwICaQ&c=BY0WRPt8vrhqs_gNwjcMsqT0O3k78MJMGj95ah0eDEA&r=7l_gtgCLb17w6YLNyl5xk2NLH8XcWIQUFrWhANDp1mE&m=4RDt0o8TdQeYT7Ii1ZViKkTgXnGwVMYBosaTpBLlDVU&s=fhaUh52eRzkVpXQ7_lrzp6LM3FFM68g1nLMdm-E4cHA&e= I have a server that runs multiple dsmcads at once and created a more flexible version attached HTH Grant On 12/05/15 16:20, Grigori Solonovitch wrote: > In AIX I am using " nohup /usr/bin/dsmcad &" > > Grigori Solonovitch, Senior Systems Architect, IT, Ahli United Bank > Kuwait, www.ahliunited.com.kw > > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf > Of [email protected] > Sent: 12 05 2015 8:24 AM > To: [email protected] > Subject: [ADSM-L] Automatic startup of dsmcad daemon > > Good Day, > > I would like to have automatic startup of dsmcad daemon on system reboot on Red Hat Linux, would be this the best approach: > cad::once:/opt/tivoli/tsm/client/ba/bin/dsmcad >/dev/null 2>&1 # TSM > Webclient > > -mad > > > Please consider the environment before printing this Email. > > ________________________________ > > CONFIDENTIALITY AND WAIVER: The information contained in this electronic mail message and any attachments hereto may be legally privileged and confidential. The information is intended only for the recipient(s) named in this message. If you are not the intended recipient you are notified that any use, disclosure, copying or distribution is prohibited. If you have received this in error please contact the sender and delete this message and any attachments from your computer system. We do not guarantee that this message or any attachment to it is secure or free from errors, computer viruses or other conditions that may damage or interfere with data, hardware or software.
