ADSM-L

Re: AIX startup of TSM scheduler

2004-01-08 09:15:59
Subject: Re: AIX startup of TSM scheduler
From: Justin Bleistein <justin.bleistein AT SUNGARD DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 8 Jan 2004 09:02:29 -0500
To automate it if you have many tsm client backup schedulers on the same
server you can use the: "mkssys" command to setup a subsystem, this way you
can use the: "startsrc" and "stopsrc" commands to get the schedulers
started and stopped. Thanks!.

--Justin Richard Bleistein
Unix/TSM Systems Administrator


|---------+---------------------------->
|         |           "Prather, Wanda" |
|         |           <Wanda.Prather@JH|
|         |           UAPL.EDU>        |
|         |           Sent by: "ADSM:  |
|         |           Dist Stor        |
|         |           Manager"         |
|         |           <[email protected]|
|         |           .EDU>            |
|         |                            |
|         |                            |
|         |           01/07/2004 04:39 |
|         |           PM               |
|         |           Please respond to|
|         |           "ADSM: Dist Stor |
|         |           Manager"         |
|         |                            |
|---------+---------------------------->
  
>-------------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                  |
  |       To:       ADSM-L AT VM.MARIST DOT EDU                                 
                                                         |
  |       cc:                                                                   
                                                  |
  |       Subject:  Re: AIX startup of TSM scheduler                            
                                                  |
  
>-------------------------------------------------------------------------------------------------------------------------------|




This always works for me:

nohup dsmc sched 2>&1 >/dev/null  </dev/null &


-----Original Message-----
From: Steven Pemberton [mailto:stevep AT IBK.COM DOT AU]
Sent: Wednesday, January 07, 2004 4:22 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: AIX startup of TSM scheduler


I've found the following to work pretty well:

(dsmc sched 2>&1 >/dev/null &)

The parenthesis drop it into a sub-shell and cleanly detaches from your
current session.

Regards,
Steven P.

--
Steven Pemberton
Senior Enterprise Management Consultant
IBK, Senetas Group

Mobile: +61/0 418 335 136 | Phone: +61/3 9820 5811 | Fax: +61/3 9820 9907
Level 1, 11 Queens Road, Melbourne, Victoria, 3004, Australia
http://www.senetas.com.au | http://www.ibk.com.au | http://www.datum.com.au

<Prev in Thread] Current Thread [Next in Thread>