ADSM-L

Re: TSM 4.1.2.12 NT client installation.

2001-07-09 15:40:27
Subject: Re: TSM 4.1.2.12 NT client installation.
From: William Boyer <wboyer AT PTD DOT NET>
Date: Mon, 9 Jul 2001 15:37:46 -0400
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.