SPD_commandStatusType

Purpose

Defines the set of possible values for the status of submission of a command to a host (managed system).

Syntax

public enum SPD_commandStatusType : int
{
   SPD_commandSuccess,
   SPD_illegalCommand,
   SPD_unknownHost,
   SPD_unreachableHost,
   SPD_hostNotReady,
   SPD_unknownStatus
}

Description

SPD_commandSuccess

means that, as far as the Event Server can detect, the command was successfully sent to the requested host.

SPD_illegalCommand

means that an error in the format of the command was detected. This value is only reported for commands to OS 2200 consoles.

SPD_unknownHost

means that the Event Server does not know about the specified host. This typically means that the Operations Sentinel server is not currently managing the host or the host name is in error.

SPD_unreachableHost

means that the specified host name is valid, but the command could not be sent. This could be because the host is down or the connection to the host is down. Retrying the command at a future time may or may not be successful.

SPD_hostNotReady

means that the specified host is not in a state to receive another command (that is, it is still processing the last command). This status is returned for OS 2200 hosts only.

SPD_unknownStatus

means something went wrong during reporting of the status (that is, this status must never be reported).