Or, if you don't have access to stop/start services on the client, or you
don't have the reskit, you could create a batch file with the following
lines:
net stop "ADSM Central Scheduler Service"
net start "ADSM Central Scheduler Service"
Or whatever your service name would be. Create a script to copy that file
to each NT client (easiest) or, if you don't have access to the clients, you
can backup the batch file under a certain node, jigger around with a CMD
schedule to restore that file. A possible command might be
dsmc res \\nodename\c$\filename c:\ -virtualnodename=nodename
-password=nodepassword
where nodename is the node you used to back up the file and filename is the
name of the batch file. For this particular scenario, I would probably
register a whole new node to use because the password will be in everybody's
dsmsched.log.
Once the schedule is created and you test it on a test node, you can
associate all your clients with that schedule and wait for them all to run.
Once they all run, you'll have a batch file on every node that can stop and
start the schedule. You can then create a CMD schedule to execute the batch
file.
Voila.
Needless to say, this has some pretty far reaching implications.
Alex
-----Original Message-----
From: kelil kenzu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 12:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Stop/Restart Scheduler on NT Client
I have a batch file on al the domain controllers that i run centrally to
stop and start all the TSM scheduler service for the servers in that domain
For example,
NETSVC TivoliCentralScheduler /stop \\SERVER1
sleep 5
NETSVC TivoliCentralScheduler /start \\SERVER1
Cheers
Kelil
>From: "Chan, Kien"
>Reply-To: "ADSM: Dist Stor Manager"
>To: [EMAIL PROTECTED]
>Subject: Stop/Restart Scheduler on NT Client
>Date: Thu, 2 Aug 2001 11:32:54 -0500
>
>Sir/Madam,
>
>Can someone tell me how to stop/restart the backup scheduler on a massive
NT
>clients from the server? I had more 200 clients and I updated my client
>option on the server. In order for it to take effect, I have to stop and
>restart the scheduler on clients. Server and clients are both running on
>version 3.7.3. Is there a script I can create to do it this? Or perhaps on
>the GUI windows?
>
>Any help will be greatly appreciated. Thank you.
>
>
>Kien Chan
>[EMAIL PROTECTED]
>(316) 268-4318
Get your FREE download of MSN Explorer at http://explorer.msn.com
"WorldSecure <Freightliner.com>" made the following
annotations on 08/02/01 12:47:47
------------------------------------------------------------------------------
[INFO] -- Content Manager:
The information contained in this communication is confidential and intended solely
for the use of the individual to whom it is addressed and others authorized to receive
it. If you are not the intended recipient, any disclosure, copying, distribution or
taking of any action in reliance on the contents of this information is prohibited. If
you have received this communication in error, please immediately notify the sender by
phone if possible or via email message.
==============================================================================