Sun Cluster Data Services Developer's Guide for Solaris OS

Contents of an SC_REPLY Message

An SC_REPLY message specifies whether an operation succeeded or failed. This message contains the version of the CRNP message, a status code, and a status message, which describes the status code in more detail. The following table describes the possible values for the status code.

Status Code 

Description 

OK

The message was processed successfully. 

RETRY

The registration of the client was rejected by the server due to a transient error. The client should try to register again, with different arguments. 

LOW_RESOURCE

Cluster resources are low, and the client can only try again at a later time. The cluster administrator for the cluster can also increase the resources in the cluster. 

SYSTEM_ERROR

A serious problem occurred. Contact the cluster administrator for the cluster. 

FAIL

Authorization failed or another problem caused the registration to fail. 

MALFORMED

The XML request was malformed and could not be parsed. 

INVALID

The XML request was invalid , that is, it does not meet the XML specification. 

VERSION_TOO_HIGH

The version of the message was too high to process the message successfully. 

VERSION_TOO_LOW

The version of the message was too low to process the message successfully.