vtk_server
vtk_server_config
Usage:
vtk_server_config variable value
Description:
Change selected variables in the server configuration, or perform administrative functions. Requires ADMIN privileges.
Examples:
vtk_server_config "autoRescheduleThreshold" 2
vtk_server_config "checkbarrier" -ignored-
vtk_server_config "httpSecure" 1
vtk_server_config "http.workerthreads" 5
vtk_server_config "http.proxytimeout" 3600
vtk_server_config "maxAgeRecentJobs" 2m
vtk_server_config "maxNormalClients" 400
vtk_server_config "maxNotifyClients" 100
vtk_server_config "netInfo" 1
vtk_server_config "resUserMatchTolerance" 2
vtk_server_config "taskerHeartbeat" 30
vtk_server_config "timeTolerance" 3
vtk_server_config "checklog" -ignored-
vtk_server_config "flushlogs" -ignored-
vtk_server_config "reopenlogs" -ignored-
vtk_server_config "suddenshutdown" PID_OF_VOVSERVER
See Also
vtk_server_dir
Usage:
vtk_server_dir flag
Description:
This procedure returns the server working directory for valid on the current host. To find the name of the server working directory on different hosts, user vtk_swd_get. The argument 'flag' is either "-physical" or "-logical". The value -expand is also supported for backwards compatibility and is equivalent to -physical.
Examples:
vtk_server_dir -physical
/home/john/projects/p1/ftadmin
vtk_server_dir -logical
$TOP/ftadmin
Returns
The name of the server working directory valid on the current host.
See Also
vtk_server_kill
Usage:
vtk_server_kill restartFlag
Description:
Example:
vtk_server_kill 0
Note:
ATTENTION! USE WITH CARE!
Send a message to the server to shutdown. The restartFlag is currently ignored. You have to be an ADMIN for this procedure to have an effect.
vtk_server_log
Usage:
vtk_server_log message
Description:
Write message to the server log.
Returns:
Nothing
vtk_server_setenv
Usage:
vtk_server_setenv variable value
Description:
Can be used by ADMIN to set an environment variable in the vovserver. Use at your own risk.
See Also
vtk_server_unsetenv
Usage:
vtk_server_unsetenv variable
Description:
Can be used by an ADMIN to unset an environment variable in the vovserver. Use at your own risk. This is the same as vtk_server_setenv VARIABLE --delete--
See Also