#These are the system independent resources for vmsa
#
# gui properties
#
vrts.server.host=unknown
vrts.codebase=./
vrts.iconbase=../../
vrts.client.localdir=.vmsa
#
# gui and server properties
#
vrts.security=true
vrts.debug.startup=false
#
# server configuration properties
#
vrts.allowRemoteConnections=true
vrts.server.adminGroup=vrtsadm
vrts.server.readonly=false
vrts.server.readonlyGroup=vrtsro
vrts.server.waitForAllTasks=false
# The following property is used only if the server is automatically started 
# on a client connection. Specify timeout in minutes. It takes about half a 
# minute to bring up the server. A value of 0 means no timeout.
vrts.server.noClientsTimeout=15

vrts.userPreferenceDir=preferences
vrts.userBaseDir=/var/opt/vmsa
vrts.taskLogFile=/var/opt/vmsa/logs/command
vrts.accessLogFile=/var/opt/vmsa/logs/access

# There are no  force options in the dialog right now. So hastop could fail.
# If you want a force option always, use a -f option with hastop in all the
# following commands. Note that if force is used, service groups keep running,
# only VCS is brought down. 
vrts.vcsbin=/opt/VRTSvcs/bin/
vrts.vcsStartClusterCmd=/opt/VRTSvcs/bin/hastart
vrts.vcsStopClusterCmd=/opt/VRTSvcs/bin/hastop -all
vrts.vcsStartNodeCmd=/opt/VRTSvcs/bin/hastart
vrts.vcsStopNodeCmd=/opt/VRTSvcs/bin/hastop -local
