Burak,
        You need to tell the CAD service the name of the scheduler service to
control with the /CADSCHEDNAME: parameter to the DSMCUTIL command. I've
included a file (SERVICE.BAT) that we use to install the 3 services on a
Window box. We also use a SERVICER.BAT file (also included) that removes the
services. We copy both these files into the BACLIENT directory as part of
installation. That way we can remove (SERVICER.BAT) and re-install
(SERVICE.BAT) the services as much as we want with a simple interface.

Bill Boyer
DSS, Inc.

<<<<<<<<<<<<<<<<<<<< Start SERVICE.BAT file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
REM
REM  This file will install the TSM services
REM  Change <node> to the nodename for the client
REM  Change <pass> to the client node password
REM

set NODE=%COMPUTERNAME%
set PASS=<pass>

REM Install the TSM Scheduler
REM
dsmcutil install /name:"TSM Schedule Service" /node:%NODE% /password:%PASS%
/clientdir:"C:\Program Files\tivoli\tsm\BACLIENT" /optfile:"c:\program
files\tivoli\tsm\baclient\dsm.opt" /autostart:no /startnow:no

REM Install and start the Client Acceptor service..
dsmcutil install CAD /name:"TSM Client Acceptor" /password:%PASS%
/CADSCHedname:"TSM Schedule Service" /clientdir:"C:\Program
Files\tivoli\tsm\BACLIENT" /optfile:"C:\Program
Files\tivoli\tsm\BACLIENT\DSM.OPT" /autostart:yes /startnow:no /node:%NODE%

REM
REM Now install the Remote Client Agent...
dsmcutil install REMOTEAGENT /name:"TSM Remote Client Agent"
/password:%PASS% /clientdir:"C:\Program Files\tivoli\tsm\BACLIENT"
/optfile:"C:\Program Files\tivoli\tsm\BACLIENT\DSM.OPT" /node:%NODE%

REM
net start "TSM Client Acceptor"
<<<<<<<<<<<<<<<<<<<< End SERVICE.BAT file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

<<<<<<<<<<<<<<<<<<<< Start SERVICER.BAT file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
REM
REM This file will remove the TSM services
REM

dsmcutil remove /name:"TSM Schedule Service"
dsmcutil remove /name:"TSM Client Acceptor
dsmcutil remove /name:"TSM Remote Client Agent"
<<<<<<<<<<<<<<<<<<<< End SERVICER.BAT file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Burak Demircan
Sent: Thursday, May 09, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: client acceptor question


Hi,
Sorry if this is a stupid question. I am using scheduler
service for my clients for a long time and I do not have too much
trouble with them. Today I read that Tivoli recommends to use client
acceptor.
Some of my clients have limited memory so using it can help me.
(or at least I want to use it)

I tried to use it on my client  and installed the service (client
acceptor with managedservices schedule option) but the backup never started.

Now I am confused with this 3 services: scheduler, client acceptor and
remote
agent. Can anybody tell me simply what are their purposes briefly?

Regards,
Burak=

Reply via email to