HP Scalable Visualization Array Version 1.1 Visualization System Software Reference Guide
svaRunExecutionHost(3)
svaRunExecutionHost
svaRunExecutionHost -- Starts a command on the job's execution host.
Synopsis
svaRunExecutionHost [ -nowait ] command-line
Parameters
-nowait Runs the command in the background on the execution host. Does not wait for the
command to complete before returning.
command-line Any command and its parameters.
Returns
If -nowait has been passed, the job step ID of the particular action is returned and the JOBSTEP environment
variable is set to this value.
If -nowait has not been passed, the highest return code of the command that was executed is returned.
Description
Runs the command on the execution host specified by the shell environment variable SVA_Execution_Host.
Waits for the command to complete before returning, unless the -nowait option is specified.
Make sure the job launch script sources the svainit file before this function is called:
. svainit
Functions, Script Commands, and Environment Variables 25