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
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|