Jass Drivers / Finish scripts
2007-12-25 1:30:00
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 at is.shell.com
Internet: http://www.shell.com
Comments
Got something to say?
You must be logged in to post a comment.

