Go to main content

Oracle® Solaris Cluster 4.3 Geographic Edition System Administration Guide

Exit Print View

Updated: June 2017
 
 

Error Return Codes for Script-Based Plug-Ins

Error Codes That Are Returned in Script-Based Plug-Ins

The script-based plug-in MBean can return any of the error codes shown in the following table.

Return Code
Error Message
Description
101
E_SBP_PROGRAM_FAILED_TO_READ_CCR
Program {0} failed to read the cluster configuration repository (CCR)
110
E_SBP_PROGRAM_EXITED_NON_ZERO
Program {0} returned a nonzero exit code.
112
E_SBP_UNEXPECTED_ERROR
Unexpected error - {0}.
125
E_SBP_ONE_OR_MORE_RGS_NON_EXISTENT
One or more of the resource groups ({0}) returned by program {1} do not exist.
126
E_SBP_RG_LIST_WRONG_FORMAT,
The output {0} returned by program {1} is invalid. The output must conform to the format rglist=comma-separated-resource-groups
127
E_SBP_NO_SUCH_FILE
An attempt was made to execute a null or nonexistent command. Check the logs for more details.
128
E_SBP_CANNOT_READ_CONFIG_FILE
Unable to read configuration file {0} from any cluster node. This file must be available on all cluster nodes.
129
E_SBP_ENTRY_NOT_FOUND_IN_CONFIG_FILE
No entry for script-based plug-in configuration {0} exists in configuration file {1}.
130
E_SBP_CONFIG_FILE_FORMAT_ERROR
Field {0} in configuration file {1} must be {2}.
131
E_SBP_CONFIG_FILE_FIELD_FORMAT_ERROR
Configuration file {0} must have three fields per script-based plug-in entry. The fields must be separated by "|".
132
E_SBP_CONFIG_FILE_INVALID_NODE
The entry for script-based plug-in {0} in configuration file {1} contains an invalid cluster node {2} in the node list field.
133
E_SBP_FAILED_TO_CHECK_X_BIT
Failed to check whether {0} is executable on cluster node {1}.
134
E_SBP_SCRIPT_DOES_NOT_EXIST
Script or program {0} does not exist on cluster node {1}.
135
E_SBP_SCRIPT_FILE_IS_NOT_EXECUTABLE
Script or program {0} is not executable on cluster node {1}.
136
E_SBP_INTERRUPTED_OR_TIMED_OUT
The command or probe was interrupted or timed out.
138
E_SBP_COULD_NOT_GET_MBEAN_PROXY
Unable to get MBean proxy for {0) on node {1}.
139
E_SBP_FILE_SECURITY_ACCESS_REFUSED
The Java Security Manager refused access to file {0) on node {1}.
140
E_SBP_NULL_FILE_NAME
File name for property {0} was null.
141
E_SBP_UNABLE_TO_CREATE_SBP_CONFIG
Unable to create script-based plug-in configuration {0}.
142
E_SBP_UNABLE_TO_MODIFY_SBP_CONFIG
Unable to modify script-based plug-in configuration {0}.
143
E_SBP_UNABLE_TO_DELETE_DG
Unable to delete script-based plug-in configuration {0}.
144
E_SBP_UNABLE_TO_CREATE_PROPERTY
Unable to create property {0}.
146
E_SBP_UNABLE_TO_UPDATE_PG_PROPERTY
Unable to update protection group property {0}.
148
E_SBP_UNABLE_TO_UPDATE_PROPERTY
Unable to update property {0}.
150
E_SBP_UNABLE_TO_GET_PROPERTY
Unable to retrieve property.
151
E_SBP_UNABLE_TO_GET_CLUSTER_NODELIST
Unable to get cluster node list.
200
E_SBP_CONFIG_ERROR
Configuration error detected for protection group {0}.
201
E_SBP_SCRIPT_FAILED
The user supplied script-based plug-in command {0} failed with error code {1} on node {2}. The script error message is {3}.
210
E_SBP_INVALID_PROPERTY_FILE
Invalid property file {0}.
221
E_SBP_MISSING_PROPERTY
Property {0} is not set.
222
E_SBP_DUPLICATE_PROPERTY
Duplicate property {0}.
223
E_SBP_INVALID_PROPERTY
Invalid property {0}.
224
E_SBP_INVALID_PROPERTY_VALUE
Invalid value for property {0}.
225
E_SBP_SBP_CONFIG_ALREADY_IN_PG
Script-based plug-in configuration {0} already in protection group {1}.
226
E_SBP_SBP_CONFIG_NOT_FOUND_IN_PG
Script-based plug-in configuration {0} is not found in protection group {1}.
231
E_SBP_UNABLE_TO_NOTIFY_STATUS_CHANGE
Unable to send change notification for data replication status.
233
E_SBP_RG_OFFLINE_EXCEPTION
Failed to take resource group {0} offline.
234
E_SBP_SAME_PROPERTY_VALUE
Property value already set. No modification is needed.
235
E_SBP_UNEXPECTED_EXCEPTION
Unexpected exception - {0}.
236
E_SBP_SERVER_REQUEST_FAILED_DUE_TO_TIMEOUT
Error in running control script on host {0}. Operation timed out after {1} seconds.
237
E_SBP_SERVER_REQUEST_FAILED_WITH_REASON
Error in running control script on host {0} due to system error - {1}\