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
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
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
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
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
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.