Previous Topic: Environment VariablesNext Topic: Block Mode Client (aeft)


Stopping ieftuxcl

To stop ieftuxcl processes, add the following to the script to stop the Tuxedo configuration prior to the tmshutdown command:

$ A='ps|grep ieftuxcl|cut -fl -d"t"'
$ if test "$A" = ""
> then A='ps -e| grep ieftuxcl | cut -f1 -d"?"'
> fi
$ echo Stopping client ieftuxcl - pid $A
$ kill $A