On 02-Jul-02 Firmes, Stephen wrote:
> Jacque,
>
> Are you starting the ACSLS daemon that facilitates communications between TSM
> and ACSLS?
> This is the code I put in my DSMSERV.RC script and I am having no issues.
> This logic is executed before you start the TSM server.
>
> acsdir="/opt/tivoli/tsm/devices/bin"
> echo "Starting ACSLS daemon."
> cd $acsdir
> ./rc.acs_ssi quiet $* || "ACSLS Server (\"$acsdir\") error.. Aborting."

Or put it into the /etc/inittab:

autoacs:2:once:/usr/tivoli/tsm/devices/bin/rc.acs_ssi quiet >/dev/console 2>&1
       #Start the ssi agent

Cheers,
Henk ten Have.

Reply via email to