Re: TSM Scripts

2004-02-02 Thread Joerg Reuter
On Fri, Jan 30, 2004 at 08:54:15AM +0100, Stefan Kopp wrote: This script works fine (with SUSE). Thank you for the script. A minor addition that might save you from headaches, though: you may wish to change the start of the script to something like #! /bin/sh # ### BEGIN INIT INFO # Provides:

Re: TSM Scripts

2004-01-30 Thread Gene Walters
thanks for the scripts Gene [EMAIL PROTECTED] 01/30/04 02:54AM This script works fine (with SUSE). #! /bin/sh BIN=/opt/tivoli/tsm/client/ba/bin/dsmc test -x $BIN || exit 5 . /etc/rc.status rc_reset case $1 in start) echo -n Starting TSM $BIN schedule /var/log/adsm.log

Re: TSM Scripts

2004-01-30 Thread Post, Mark K
Now available at http://linuxvm.org/Patches/S390/tsm.sh Thanks, Stefan. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Stefan Kopp Sent: Friday, January 30, 2004 2:54 AM To: [EMAIL PROTECTED] Subject: Re: TSM Scripts This script works fine

TSM Scripts

2004-01-29 Thread Gene Walters
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

Re: TSM Scripts

2004-01-29 Thread Josh Heinze
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