Re: AIX Client automatic start for dsmcad

2003-02-27 Thread Allen Barth
1tsmcad stop WORKS GREAT! Regards, Al Barth David Longo <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 02/26/03 12:14 PM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject:Re: AIX Client automatic start for dsmcad

Re: AIX Client automatic start for dsmcad

2003-02-27 Thread Hamish Marson
Anders Stehlbom wrote: Hi, Where is the best place for starting dsmcad during boot on AIX 4.3.3? Like /etc/rc.d/rc.local for Linux Several ways. Pick the one you like best. You could 1. Edit /etc/rc.tcpip & run it out of there 2. Create a new /etc/rc.local and put that in /etc/inittab (Usin

Re: AIX Client automatic start for dsmcad

2003-02-26 Thread David Longo
I haven't used dsmcad on Unix yet. This is how I start scheduler on AIX. In /etc/inittab I have: dsmc:2:once:/etc/rc.dsmc > /dev/null 2>&1 #Start TSM Scheduler The contents on /etc/rc.dsmc are: #!/usr/bin/ksh # Start scheduler for regular FS increme

Re: AIX Client automatic start for dsmcad

2003-02-26 Thread Jin Bae Chi
Hi, I use /etc/inittab file. If you're not familiar with AIX, please refer to document; http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/cmds/aixcmds3/mkitab.htm#HDRA3059129 Entries that you should add may look like the followings; tivoliba:2:respawn:/usr/tivoli/tsm/client/ba/bin/dsmc sc

Re: AIX Client automatic start for dsmcad

2003-02-26 Thread Kauffman, Tom
Anders -- 1) I'm not familiar with tsmcad (I'm on 4.2) and I use "dsmc sched" to launch the schedule proceess 2a) as root - mkitab (local:2:once:/etc/rc.local 2>&1 > /dev/console)) (see 'man mkitab') 2b) in /etc/rc.local, include this line: nohup /usr/tivoli/tsm/client/ba/bin/dsmc sched >/dev/nu

Re: AIX Client automatic start for dsmcad

2003-02-25 Thread Jin Bae Chi
I use /etc/inittab file to bring dsmcad with ONCE option. Jin Bae Chi (Gus) System Admin/Tivoli Data Center, CSCC 614-287-5270 614-287-5488 Fax [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 02/25/03 09:45AM >>> Where is the best place for starting dsmcad during boot on AIX 4.3.3? Like /etc/rc.d/rc.