ISCSI_STATUS_QUALIFIERS
The ISCSI_STATUS_QUALIFIERS WMI property qualifier corresponds to status values that are reported by a miniport driver that manages an iSCSI HBA initiator. These values are constructed by combining a severity code with a facility code and a facility status code that is described in Ntstatus.h.
The following table describes the ISCSI_STATUS_QUALIFIERS values.
Status value | Meaning |
---|---|
0 |
Success. |
ISDSC_NON_SPECIFIC_ERROR (0xEFFF0001) |
Nonspecific error. |
ISDSC_LOGIN_FAILED (0xEFFF0002) |
The logon failed. |
ISDSC_CONNECTION_FAILED (0xEFFF0003) |
The connection failed. |
ISDSC_INITIATOR_NODE_ALREADY_EXISTS (0xEFFF0004) |
The initiator node already exists. |
ISDSC_INITIATOR_NODE_NOT_FOUND (0xEFFF0005) |
The initiator node does not exist. |
ISDSC_TARGET_MOVED_TEMPORARILY (0xEFFF0006) |
The target moved temporarily. |
ISDSC_TARGET_MOVED_PERMANENTLY (0xEFFF0007) |
The target moved permanently. |
ISDSC_INITIATOR_ERROR (0xEFFF0008) |
Initiator error. |
ISDSC_AUTHENTICATION_FAILURE (0xEFFF0009) |
Authentication failure. |
ISDSC_AUTHORIZATION_FAILURE (0xEFFF000A) |
Authorization failure. |
ISDSC_NOT_FOUND (0xEFFF000B) |
Target not found. |
ISDSC_TARGET_REMOVED (0xEFFF000C) |
The target is removed. |
ISDSC_UNSUPPORTED_VERSION (0xEFFF000D) |
Unsupported version. |
ISDSC_TOO_MANY_CONNECTIONS (0xEFFF000E) |
Too many connections. |
ISDSC_MISSING_PARAMETER (0xEFFF000F) |
Missing parameter. |
ISDSC_CANT_INCLUDE_IN_SESSION (0xEFFF0010) |
Cannot include connection in the session. |
ISDSC_SESSION_TYPE_NOT_SUPPORTED (0xEFFF0011) |
The session type is not supported. |
ISDSC_TARGET_ERROR (0xEFFF0012) |
Target error. |
ISDSC_SERVICE_UNAVAILABLE (0xEFFF0013) |
Service is unavailable. |
ISDSC_OUT_OF_RESOURCES (0xEFFF0014) |
Out of resources. |
ISDSC_CONNECTION_ALREADY_EXISTS (0xEFFF0015) |
Connections already exist on the initiator node. |
ISDSC_SESSION_ALREADY_EXISTS (0xEFFF0016) |
The session already exists. |
ISDSC_INITIATOR_INSTANCE_NOT_FOUND (0xEFFF0017) |
The initiator instance does not exist. |
ISDSC_TARGET_ALREADY_EXISTS (0xEFFF0018) |
The target already exists. |
ISDSC_DRIVER_BUG (0xEFFF0019) |
The iSCSI driver implementation did not complete an operation correctly. |
ISDSC_INVALID_TEXT_KEY (0xEFFF001A) |
An invalid key text was encountered. |
ISDSC_INVALID_SENDTARGETS_TEXT (0xEFFF001B) |
An invalid endTargets response text was encountered. |
ISDSC_INVALID_SESSION_ID (0xEFFF001C) |
Invalid session identifier (ID). |
ISDSC_SCSI_REQUEST_FAILED (0xEFFF001D) |
The SCSI request failed. |
ISDSC_TOO_MANY_SESSIONS (0xEFFF001E) |
Exceeded maximum sessions for this initiator. |
ISDSC_SESSION_BUSY (0xEFFF001F) |
The session is busy because a request is already in progress. |
ISDSC_TARGET_MAPPING_UNAVAILABLE (0xEFFF0020) |
The target mapping is not available. |
ISDSC_ADDRESS_TYPE_NOT_SUPPORTED (0xEFFF0021) |
The target address type is not supported. |
ISDSC_LOGON_FAILED (0xEFFF0022) |
The logon failed. |
ISDSC_SEND_FAILED (0xEFFF0023) |
The TCP send failed. |
ISDSC_TRANSPORT_ERROR (0xEFFF0024) |
TCP transport error. |
ISDSC_VERSION_MISMATCH (0xEFFF0025) |
iSCSI version mismatch. |
ISDSC_TARGET_MAPPING_OUT_OF_RANGE (0xEFFF0026) |
The Target Mapping Address that is passed is out of range for the adapter configuration. |
ISDSC_TARGET_PRESHAREDKEY_UNAVAILABLE (0xEFFF0027) |
The preshared key for the target or internet key exchange (IKE) identification payload is not available. |
ISDSC_TARGET_AUTHINFO_UNAVAILABLE (0xEFFF0028) |
The authentication information for the target is not available. |
ISDSC_TARGET_NOT_FOUND (0xEFFF0029) |
The target name is not found or is marked as hidden from logon. |
ISDSC_LOGIN_USER_INFO_BAD (0xEFFF002A) |
One or more parameters that are specified in the LoginToTarget_IN structure are invalid. |
ISDSC_TARGET_MAPPING_EXISTS (0xEFFF002B) |
The given target mapping already exists. |
ISDSC_HBA_SECURITY_CACHE_FULL (0xEFFF002C) |
The HBA security information cache is full. |
ISDSC_INVALID_PORT_NUMBER (0xEFFF002D) |
The port number that is passed is not valid for the initiator. |
ISDSC_OPERATION_NOT_ALL_SUCCESS (0xEFFF002E) |
The operation was not successful for all initiators. |
ISDSC_HBA_SECURITY_CACHE_NOT_SUPPORTED (0xEFFF002F) |
The adapter does not have a security information cache. |
ISDSC_IKE_ID_PAYLOAD_TYPE_NOT_SUPPORTED (0xEFFF0030) |
The IKE ID payload type that is specified is not supported. |
ISDSC_IKE_ID_PAYLOAD_INCORRECT_SIZE (0xEFFF0031) |
The IKE ID payload size that is specified is not correct. |
ISDSC_TARGET_PORTAL_ALREADY_EXISTS (0xEFFF0032) |
The target portal structure already exists. |
ISDSC_TARGET_ADDRESS_ALREADY_EXISTS (0xEFFF0033) |
The target address structure already exists. |
ISDSC_NO_AUTH_INFO_AVAILABLE (0xEFFF0034) |
There is no IKE authentication information available. |
ISDSC_NO_TUNNEL_OUTER_MODE_ADDRESS (0xEFFF0035) |
No tunnel mode outer address is specified. |
ISDSC_CACHE_CORRUPTED (0xEFFF0036) |
The authentication or tunnel address cache is corrupted. |
ISDSC_REQUEST_NOT_SUPPORTED (0xEFFF0037) |
The request or operation is not supported. |
ISDSC_TARGET_OUT_OF_RESORCES (0xEFFF0038) |
The target does not have enough resources to process the given request. |
ISDSC_SERVICE_DID_NOT_RESPOND (0xEFFF0039) |
The initiator service did not respond to the request that the driver sent. |
ISDSC_ISNS_SERVER_NOT_FOUND (0xEFFF003A) |
The iSNS server was not found or is unavailable. |
ISDSC_OPERATION_REQUIRES_REBOOT (0xAFFF003B) |
The operation was successful but requires a driver reload or restart to become effective. |
ISDSC_NO_PORTAL_SPECIFIED (0xEFFF003C) |
There is no target portal available to complete the logon. |
ISDSC_CANT_REMOVE_LAST_CONNECTION (0xEFFF003D) |
The last connection for a session cannot be removed. |
ISDSC_SERVICE_NOT_RUNNING (0xEFFF003E) |
The iSCSI initiator service has not been started. |
ISDSC_TARGET_ALREADY_LOGGED_IN (0xEFFF003F) |
The target has already been logged on through an iSCSI session. |
ISDSC_DEVICE_BUSY_ON_SESSION (0xEFFF0040) |
The session cannot be logged off because a device on that session is currently being used. |
ISDSC_COULD_NOT_SAVE_PERSISTENT_LOGIN_DATA (0xEFFF0041) |
Failed to save persistent logon information. |
ISDSC_COULD_NOT_REMOVE_PERSISTENT_LOGIN_DATA (0xEFFF0042) |
Failed to remove persistent logon information. |
ISDSC_PORTAL_NOT_FOUND (0xEFFF0043) |
The specified initiator name was not found. |
ISDSC_INITIATOR_NOT_FOUND (0xEFFF0044) |
The specified portal was not found. |
ISDSC_DISCOVERY_MECHANISM_NOT_FOUND (0xEFFF0045) |
The specified discovery mechanism was not found. |
ISDSC_IPSEC_NOT_SUPPORTED_ON_OS (0xEFFF0046) |
iSCSI does not support the IPsec protocol for this version of the operating system. |
ISDSC_PERSISTENT_LOGIN_TIMEOUT (0xEFFF0047) |
The discovery service timed out waiting for all persistent logons to complete. |
ISDSC_SHORT_CHAP_SECRET (0xEFFF0048) |
The specified CHAP secret is less than 96 bits and cannot be used for authentication negotiations over non-IPsec connections. |
ISDSC_EVALUATION_PEROID_EXPIRED (0xEFFF0049) |
The evaluation period for the iSCSI discovery service has expired. |
ISDSC_INVALID_CHAP_SECRET (0xEFFF004A) |
The CHAP secret does not conform to the specification of the Challenge Handshake Authentication Protocol (CHAP) that the Network Working Group of the Internet Engineering Task Force (IETF) publishes. |
ISDSC_INVALID_TARGET_CHAP_SECRET (0xEFFF004B) |
The target CHAP secret is invalid. |
ISDSC_INVALID_INITIATOR_CHAP_SECRET (0xEFFF004C) |
The initiator CHAP secret is invalid. |
ISDSC_INVALID_CHAP_USER_NAME (0xEFFF004D) |
The CHAP user name is invalid. |
ISDSC_INVALID_LOGON_AUTH_TYPE (0xEFFF004E) |
The logon authentication type is invalid. |
ISDSC_INVALID_TARGET_MAPPING (0xEFFF004F) |
The target mapping information is invalid. |
ISDSC_INVALID_TARGET_ID (0xEFFF0050) |
The 64-bit iSCSI target identifier in the target mapping is invalid. |
ISDSC_INVALID_ISCSI_NAME (0xEFFF0051) |
The iSCSI name that is specified contains invalid characters or is too long. |
ISDSC_INCOMPATIBLE_ISNS_VERSION (0xEFFF0052) |
The iSNS version number that the iSNS server returned is not compatible with this version of the iSNS client. |
ISDSC_FAILED_TO_CONFIGURE_IPSEC (0xEFFF0053) |
The initiator failed to configure IPSec for the given connection. |
ISDSC_BUFFER_TOO_SMALL (0xEFFF0054) |
The buffer given for processing is too small. |
ISDSC_INVALID_LOAD_BALANCE_POLICY (0xEFFF0055) |
The given load balance policy is invalid. |
ISDSC_INVALID_PARAMETER (0xEFFF0056) |
One or more parameters specified are invalid. |
ISDSC_DUPLICATE_PATH_SPECIFIED (0xEFFF0057) |
Duplicate path IDs were specified while attempting to set the load balance policy across redundant paths. |
ISDSC_PATH_COUNT_MISMATCH (0xEFFF0058) |
Number of paths specified in setting the load balance policy does not match the number of paths available from the target. |
ISDSC_INVALID_PATH_ID (0xEFFF0059) |
Path ID specified in setting the load balance policy is invalid. |
ISDSC_MULTIPLE_PRIMARY_PATHS_SPECIFIED (0xEFFF005A) |
More than one primary path is specified when only one primary path is expected. |
ISDSC_NO_PRIMARY_PATH_SPECIFIED (0xEFFF005B) |
No primary path specified when at least one is expected. |
ISDSC_DEVICE_ALREADY_PERSISTENTLY_BOUND (0xEFFF005C) |
Device is already a persistently bound device. |
ISDSC_DEVICE_NOT_FOUND (0xEFFF005D) |
Device was not found. |
ISDSC_DEVICE_NOT_ISCSI_OR_PERSISTENT (0xEFFF005E) |
The device specified does not originate from an iSCSI disk or a persistent iSCSI login. |
ISDSC_DNS_NAME_UNRESOLVED (0xEFFF005F) |
The DNS name specified was not resolved. |
ISDSC_NO_CONNECTION_AVAILABLE (0xEFFF0060) |
There is no connection available in the iSCSI session to process the request. |
ISDSC_LB_POLICY_NOT_SUPPORTED (0xEFFF0061) |
The given Load Balance policy is not supported. |
ISDSC_REMOVE_CONNECTION_IN_PROGRESS (0xEFFF0062) |
A remove connection request is already in progress for this session. |
ISDSC_INVALID_CONNECTION_ID (0xEFFF0063) |
Given connection was not found in the session. |
ISDSC_CANNOT_REMOVE_LEADING_CONNECTION (0xEFFF0064) |
The leading connection in the session cannot be removed. |
ISDSC_RESTRICTED_BY_GROUP_POLICY (0xEFFF0065) |
The operation cannot be performed because it does not conform with the group policy assigned to this computer. |
ISDSC_ISNS_FIREWALL_BLOCKED (0xEFFF0066) |
The operation cannot be performed because the Internet Storage Name Server (iSNS) firewall exception has not been enabled. |