Here's a BAT file I created to install the Web client services: This is
assuming the the nodename = computername:
REM
REM This file will install the TSM Remote Web Interface services
REM
REM First install and start the Client Acceptor service..
dsmcutil install CAD /name:"TSM Client Acceptor" /password:adsm
/clientdir:"C:\Program Files\tivoli\tsm\BACLIENT" /optfile:"C:\Program
Files\tivoli\tsm\BACLIENT\DSM.OPT" /autostart:yes /startnow:no
/node:%COMPUTERNAME%
REM
REM Now install the Remote Client Agent...
dsmcutil install REMOTEAGENT /name:"TSM Remote Client Agent" /password:adsm
/clientdir:"C:\Program Files\tivoli\tsm\BACLIENT" /optfile:"C:\Program
Files\tivoli\tsm\BACLIENT\DSM.OPT" /autostart:no /startnow:no
/node:%COMPUTERNAME%
REM
net start "TSM Client Acceptor"
Bill Boyer
DSS, Inc.
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Brian L. Nick
Sent: Monday, July 09, 2001 3:07 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM 4.1.2.12 NT client installation.
Andy,
Thanks for the reply. This might be confusion on my part as the read-me
talks about the Web Client which I relate to the Client Acceptor and the
Remote Client Agent,here is the entry that I am talking about:
Installing the Client
---------------------
* Please NOTE: The install dialogs are all new and different from the
*
* previous Version 3 Tivoli Storage Manager product. The 3rd dialog
*
* on the new install path is Setup Type. There are 2 choices,
*
* Complete (comparable to the old Typical) and Custom. Complete
*
* installs the Backup-Archive client, the Web client, and the Online
*
* documentation.
*
* - The Tivoli Storage Manager Administrator command line client is NOT
*
* a part of the Complete install.
*
* - There is not a response file install as there was in TSM Version 3.
*
Please let me know if this is something that I am missing.
- Brian
"Andy Raibeck"
<Andrew_Raibeck@T To: [EMAIL PROTECTED]
IVOLI.COM> cc:
Sent by: "ADSM: Subject: Re: TSM 4.1.2.12 NT
client
Dist Stor installation.
Manager"
<[EMAIL PROTECTED]
.EDU>
07/09/01 02:38 PM
Please respond to
"ADSM: Dist Stor
Manager"
Hi,
I just took a (admittedly quick) look at the README file, but could not
find it in the 4.1.2.12 README. I know it was in there at one time, but it
should have been since removed. If you can point me to the text, I can look
to have it removed from subsequent READMEs.
Thanks,
Andy
Andy Raibeck
IBM Tivoli Systems
Tivoli Storage Manager Client Development
e-mail: [EMAIL PROTECTED]
"The only dumb question is the one that goes unasked."
"The command line is your friend"
From:� � � Brian L. Nick <[EMAIL PROTECTED]>
Sure we can do that but the readme for this client indicates that these
services will be installed automatically, or did I misinterpret this?