Re: Restarting a scheduler in HP-UX

2006-10-31 Thread Richard Sims
On Oct 31, 2006, at 2:56 AM, Gopinathan, Srinath wrote: Richard, Could you send me the client manual (or) the link containing this manual? The TSM manuals are best obtained from: http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp You can also go to the TSM Support Page, h

Re: Restarting a scheduler in HP-UX

2006-10-31 Thread Matthew Warren
You can start he scheduler from the unix shell as; nohup dsmc schedule > /dev/null 2>&1 < /dev/null & Matt. http://tsmwiki.com/tsmwiki/Scheduler > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] > On Behalf Of Gopinathan, Srinath > Sent: 30 October 2006 16

Re: Restarting a scheduler in HP-UX

2006-10-30 Thread Gopinathan, Srinath
Richard, Could you send me the client manual (or) the link containing this manual? Thanks and Regards, Srinath G -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sims Sent: 30 October 2006 19:00 To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L]

Re: Restarting a scheduler in HP-UX

2006-10-30 Thread Richard Sims
On Oct 30, 2006, at 11:40 AM, Gopinathan, Srinath wrote: Hi All, What is the command to restart a scheduler in a Client. OS : HP-UX Search for "kill" in the client manual, which will find sections describing scheduler start/stop operations.