Date: 2/1/2006
NV Version: NetVault7.1.X & 7.4.X
OS Version: All (Unix/Linux)
Application version: n/a
Plugin version: n/a
Description:
Global Notification script "sysrunjob.sh" fails with return code 0.
Symptoms:
When the "Run a job" notification method is configured for Global Notification, the script fails with error - "Notification script failed with error code 0 : /usr/netvault/script/global/sysrunjob.sh"
Cause of problem:
It is caused due to the "nvjobstart" command failure ("nvjobstart" is invoked in the sysrunjob.sh script). It fails because the command doesn't have redirection to standard output (stdout) and standard error (stderr) specified.
Modify sysrunjob.sh script as follows:
Before:
$NVHOME/util/nvjobstart –jobid $JOBID
After:
$NVHOME/util/nvjobstart –jobid $JOBID > /dev/null 2>&1
==============================
Version française disponible ID 00001471
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center