Jass Drivers / Finish scripts

From: Garrett, Matt M SITI-ITDIEEE (matt.garrett@shell.com)
Date: Wed Jun 18 2003 - 10:16:44 EDT


Folks

We have been using jass (Solaris 8) for some time now.
Very good product

One small problem.

Some times we need to re-run a Finish script on a client
If some thing has gone wrong with just that bit of the client

The way we have been doing it is to create a Driver file called test.driver
e.g
File = test.driver
-----------------------------------------------------------------------------
-
#!/bin/sh
DIR="`/bin/dirname $0`"
export DIR

. ${DIR}/driver.init

JASS_FILES="
"
JASS_SCRIPTS="
                install-WHATEVER.fin # <- Need to change to what ever
Finish script , you want to run
"

. ${DIR}/driver.run
-----------------------------------------------------------------------------

On the client we then do
/net/HOSTNAME/jass/jass-execute -d test.driver

Is there a way to run a Finish script with out having to create a temporary
driver script first ?

Will summarise

Thanks

Matt

Matthew Garrett
Unix System Support
Shell Information Technology International Limited
Seafield House, North Anderson Drive, Aberdeen AB15 6GZ, United Kingdom

Tel: +44 (0)1224 81 8373 Other Tel: Internal 630 8373
Email: Matt.M.Garrett@is.shell.com
Internet: http://www.shell.com
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:26:36 EDT