> Does anyone have a Tivoli Storage Manager Start and stop scripts for
SUSE 8 t$
>

This script is pretty weak (only two lines and no error checking), but it
works:

> cat /etc/init.d/dsmc.strt
#!/bin/ksh
/opt/tivoli/tsm/client/ba/bin/dsmc schedule -quiet &

In regard to no stop option, dsmc shouldn't be negatively affected by
being killed off during shutdown . . .

You can add something like this if you want to use chkconfig to create
your link to /etc/init.d/rc3.d (/etc/init.d/rc3.d/S90adsm -> ../dsmc.strt)

# chkconfig: 345 05 90
# description: blah blah blah

If someone has something bigger/better/faster/cooler, please share.

-Josh

-------------------------------------------------------
Josh Heinze                          [EMAIL PROTECTED]
Systems Administrator                      773.834.8336
NSIT - DCS - Systems Engineering and Administration
The University of Chicago      security = 1/convenience


On Thu, 29 Jan 2004, Gene Walters wrote:

> Hi all,
>
> Does anyone have a Tivoli Storage Manager Start and stop scripts for SUSE 8 that 
> they would be willing to share.  I haven't had a lot of time to figure out the new 
> way of starting and stoping things.
>
> Any help would be appreciated.
>
> Gene
>

Reply via email to