ADSM-L

AW: Remote installation of NT scheduler service

1998-08-26 11:04:29
Subject: AW: Remote installation of NT scheduler service
From: Michael Bartl <michael.bartl AT ZENTRALE.ADAC DOT DE>
Date: Wed, 26 Aug 1998 17:04:29 +0200
Phil,
I had not problem installing the scheduler service remotely.
Using the AT-Command this is what to do:

Define a batchfile (makeservice.bat) on the remote machine with the
following lines:
c:
cd \adsm32\baclient
c:\adsm32\baclient\dsmcutil INST /NAME:"ADSM Scheduler Service"
/PASSWORD:yourpw
(line continued) /AUTOSTART:YES >c:\adsm32\baclient\makeservice.log

I've found it necessary to navigate to C: and CD to the BACLIENT directory
in the batchfile. I tried this without, but the command then failed. It's
not necessary to provide more parameters (like Nodename), so this worked on
every server without changes.

Now issue this AT-command (assuming you want to install the service at 5pm
today:
AT \\SERVERNAME 17:00:00 c:\adsm32\baclient\makeservice.bat

Now just wait until makeservice.log shows the right output and you can start
the service using the server manager.

Good luck!
Regards,
Michael
--
Michael H. Bartl
Michael H. Bartl
ADAC e.V. (Rechenzentrum, Produktionsplanung und Organisation)
Tel.: (089) 7676-4063, Fax: (089) 7676-8161
EMail: Michael.Bartl AT Zentrale.ADAC DOT de

> ----------
> Von:  Phil Chissell[SMTP:phil.chissell AT NATPOWER DOT COM]
> Gesendet:     Mittwoch, 26. August 1998 15:39
> An:   ADSM-L AT VM.MARIST DOT EDU
> Betreff:      Remote installation of NT scheduler service
>
> Has anybody successfully installed a scheduler service on a remote NT
> node via the dsmcutil command?
>
> e.g. To install a scheduler service on node DRN2302 from node FRED.  On
> FRED, I issue the following command:
>
> dsmcutil install /name:"ADSM Central Scheduler Service"
> /clientdir:"d:\adsm_v\baclient" /node:DRN2302 /machine:DRN2302
> /password:client /autostart:yes /optfile:"d:\adsm_v\baclient\dsm.opt"
>
> this returns:-
>
> ************************
>
> ADSM Windows NT Scheduler Service Configuration Utility
> Command Line Interface Version 1.00.e
> Last Updated Jul 24 1998
>
> Command: Install and Configure ADSM Scheduler Service
> Machine: DRN2302
>
>
> Connecting to registry on remote machine DRN2302 ...
>
>
> Installing ADSM Client Service:
>
>        Machine          : DRN2302
>        Service Name     : ADSM Central Scheduler Service
>        Client Directory : d:\adsm_v3\baclient
>        Automatic Start  : Yes
>
> The service was successfully installed.
>
> Creating Registry Keys ...
>
> Updated registry value 'ImagePath' .
> Updated registry value 'EventMessageFile' .
> Updated registry value 'TypesSupported' .
> Updated registry value 'OptionsFile' .
> Updated registry value 'EventLogging' .
> Updated registry value 'ClientNodeName' .
> Updated registry value 'ADSMClientKey' .
>
> Generating registry password ...
> Authenticating password with ADSM for node DRN2302 ....
>
>
> Connecting to ADSM Server via client options file
> 'd:\adsm_v3\baclient\dsm.opt'...
>
>
> Unable to locate/open the specified options file .
>
> Password Authentication failed.
>
> The Registry password wasn't updated.
>
> ********************
>
> The service is installed but it doesn't work as it cannot find the
> options file.
>
> I have successfully deleted remote scheduler services and can install
> them OK locally.
>
> Can anybody help?
>
> Cheers
>
> Phil
>
> Phil Chissell
> National Power plc
> Windmill Hill Business Park
> Whitehill Way
> Swindon
> Wilts. SN5 6PB
> UK
>
> Tel:  +44 (0)1793 894237
> Fax: +44 (0)1793 894230
> MailTo:Phil.Chissell AT natpower DOT com
>
<Prev in Thread] Current Thread [Next in Thread>
  • AW: Remote installation of NT scheduler service, Michael Bartl <=