Results 1 to 8 of 8
-
12-28-2010, 10:52 PM #1Member
- Join Date
- Jun 2010
- Posts
- 57
- Thanks
- 0
- Thanked 0 Times in 0 Posts
How to automatically start the client schedule service during restart of the server?
Hi Guys,
I have over 150 clients in my datacenter and when ever power shut down happenes and servers restart my client scheduler service is going down in all the clients. i am manually starting the dsmc client scheduler in all 150 clients by giving command "nohup dsmc schedule 2> /dev/null &" .
My doubt is:- can i put this in crontab or /etc/inittab so that scheduler service will come up everytime the clients are restarted. If possible how can i do it?
Please help.
Thanks and Regards,
Helmsdeep.
-
12-28-2010, 11:36 PM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,301
- Thanks
- 2
- Thanked 137 Times in 135 Posts
Put it in the /etc/inittab for AIX style systems.
Ed
-
12-29-2010, 01:05 AM #3Member
- Join Date
- Jun 2010
- Posts
- 57
- Thanks
- 0
- Thanked 0 Times in 0 Posts
-
12-29-2010, 09:39 AM #4
write a small TSM scheduler script and add it in the /etc/inittab
*Everybody loves TSM (if understood
)
Sandeep
-
12-29-2010, 09:49 AM #5
From the TSM Client Manual -can you tell me step by step which command should i place in /etc/inittab?
Setting the client scheduler process to run as a background task and start automatically at boot time
http://publib.boulder.ibm.com/infoce....htm#autostart
Good Luck,
Sias
-
12-29-2010, 10:05 AM #6
Orelse add
TSM:23:respawn:nohup dsmc schedule 2> /dev/null &*Everybody loves TSM (if understood
)
Sandeep
-
12-29-2010, 07:49 PM #7Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,301
- Thanks
- 2
- Thanked 137 Times in 135 Posts
I would question the respawn value. I would rather do it this way with DSMCAD (Web Client) instead of DSMC:
Code:tsmcad:2:once:/usr/tivoli/tsm/client/ba/bin/dsmcad >/dev/null 2>&1
Ed
-
01-01-2011, 06:59 AM #8
Even i Agree with respawn value as sometimes it will make 2-3 scheduler process to create and run simultaneously which makes backup to run slow and resource wastage but it will start the process many times whenever Service is down unlike once which as name says just once.
Regarding dsmcad yeah if he uses that daemon*Everybody loves TSM (if understood
)
Sandeep
Similar Threads
-
TSM Server does not start automatically after upgrading to 6.1.3.2
By tmaria in forum TSM ServerReplies: 0Last Post: 03-30-2010, 10:46 AM -
tsm server did not start backup schedule for one client
By mick703 in forum TSM OperationReplies: 8Last Post: 02-19-2010, 01:19 AM -
Automatically Restart Failed Backups
By Foxxy74 in forum Backup / Archive DiscussionReplies: 0Last Post: 05-16-2007, 07:49 PM -
anyone know that how can i restart schedule backup on tsm server
By david8131 in forum Backup / Archive DiscussionReplies: 1Last Post: 06-15-2005, 01:14 AM -
TSM Scheduler service does not always start automatically on W2K
By JOKOUS in forum TSM ServerReplies: 6Last Post: 01-17-2005, 04:55 AM


Reply With Quote
