Displaying 1 result from an estimated 1 matches for "vtname".
Did you mean:
vgname
2005 Oct 24
1
starting a java application as a service
...start
;;
condrestart)
[ -e /var/lock/subsys/jes ] && (stop; start)
;;
*)
echo $"Usage: $0 {start|stop|restart|reload|condrestart}"
exit 1
esac
exit 0
sample configuration file:
# Options to Jes server for secure javelin connections
# VTNAME IP address of NSVT host (usually an HP3000)
VTNAME="192.168.0.12"
# VTPORT The service port that the NSVT service is listening
# on (Usually 1570)
VTPORT="1570"
# JESPORT The service port that JES listens to on this host for VT
# Javelin connections. This can be any port...