HP P6000 Cluster Extension Software Administrator Guide (5697-0986, June 2011)

CAUTION:
If the pre-execution program returns 1, 2, 3 or 5, a properly configured post-executable is not executed.
If a failover function fails, the post-executable is not executed.
Post-execution return codes
DescriptionTextPre-execution return
code
Post-executable OK; continue.POST_OK0
Post-executable failed; stop application service
cluster-wide. MSCS does not allow cluster-wide or
data-center-wide disabling of resources. This is
local error behavior.
POST_ERROR_GLOBAL1
Post-executable failed; stop application service in
this data center. MSCS does not allow cluster-wide
or data-center-wide disabling of resources. This is
local error behavior.
POST_ERROR_DC2
Post-executable failed; stop application service on
this system.
POST_ERROR_LOCAL3
Post-executable failed; continue without error.POST_ERROR_CONTINUE4
CAUTION:
Operating system scripts and/or batch files return 0 if the program was successfully executed. To
return a different value, use the following line as the last statement in your pre- or post-executable:
Windows batch file: exit /b exitcode, or Linux shell script: exit exitcode.
HP P6000 Cluster Extension Software Administrator Guide 99