ADSM-L

Re: [ADSM-L] Automatic startup of dsmcad daemon

2015-05-13 10:37:22
Subject: Re: [ADSM-L] Automatic startup of dsmcad daemon
From: "McWilliams, Eric" <emcwilliams AT MEDSYNERGIES DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 13 May 2015 14:35:32 +0000
I have entries in the /etc/initab file.

tsmcad::once:/usr/bin/dsmcad > /dev/null 2>&1 # TSM Client Acceptor Daemon

mkitab " tsmcad::once:/usr/bin/dsmcad > /dev/null 2>&1 # TSM Client Acceptor 
Daemon"


Eric 

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of 
madunix AT gmail DOT com
Sent: Wednesday, May 13, 2015 12:57 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] Automatic startup of dsmcad daemon

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 <kojenova AT us.ibm DOT com> 
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 dsmcad start" 
> to start the service, and "chkconfig --add dsmcad" to enable automatic 
> start after reboot.
>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www-2D01.ibm.com_s
> upport_knowledgecenter_SSTG2D-5F6.3.0_com.ibm.itsm.client.doc_c-5Fsche
> d-5Fautotasks.html&d=AwIFaQ&c=MaiD1Z8YVCD63kI1LCyPtWg0Yfm6VFptlj7wuHNx
> y-0&r=ohMdG7xLBNfJLpBxDYE1hxG5DHMxVAlyhTmATkid320&m=uHGpSroK_eEFEP7Hh0
> QwlAkC293_7XE38NutTWbkf0w&s=OKOUYehNlxjNTyL3L1_IgpcJr9bM3Ncw1IjjqsFU4W
> 8&e=
>
> Alexei Kojenov
> TSM Client Development
>
>
>
>
> From:   Jeanne Bruno <JBruno AT CENHUD DOT COM>
> To:     ADSM-L AT VM.MARIST DOT EDU
> Date:   05/12/2015 05:42 AM
> Subject:        Re: [ADSM-L] Automatic startup of dsmcad daemon
> Sent by:        "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>
>
>
> 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:
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www-2D01.ibm.com_s
> upport_knowledgecenter_-23-21_SSGSG7-5F6.3.0_com.ibm.itsm.client.doc_c
> -5Fsched-5Fautotasks.html&d=AwIFaQ&c=MaiD1Z8YVCD63kI1LCyPtWg0Yfm6VFptl
> j7wuHNxy-0&r=ohMdG7xLBNfJLpBxDYE1hxG5DHMxVAlyhTmATkid320&m=uHGpSroK_eE
> FEP7Hh0QwlAkC293_7XE38NutTWbkf0w&s=oc6Nr6wZNjsZd_G2f4mWm1CnnnD3ig7EKe9
> p6yRmDGk&e=
>
>
> -----Original Message-----
> From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf 
> Of Grant Street
> Sent: Tuesday, May 12, 2015 4:09 AM
> To: ADSM-L AT VM.MARIST DOT EDU
> 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_gNwj
> cMsqT0O3k78MJMGj95ah0eDEA&r=7l_gtgCLb17w6YLNyl5xk2NLH8XcWIQUFrWhANDp1m
> E&m=4RDt0o8TdQeYT7Ii1ZViKkTgXnGwVMYBosaTpBLlDVU&s=fhaUh52eRzkVpXQ7_lrz
> p6LM3FFM68g1nLMdm-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:ADSM-L AT VM.MARIST DOT EDU] On 
> > Behalf Of madunix AT gmail DOT com
> > Sent: 12 05 2015 8:24 AM
> > To: ADSM-L AT VM.MARIST DOT EDU
> > 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.
>

**********************************************************************
*** CONFIDENTIALITY NOTICE *** 

 This message and any included attachments are from MedSynergies, Inc. and are 
intended only for the addressee. The contents of this message contain 
confidential information belonging to the sender that is legally protected. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or contact MedSynergies, Inc. at postmaster AT 
medsynergies DOT com.