Diagnose method of the MSFT_SMSystem class
Attempts to find more information about the health state of an array.
Syntax
UInt32 Diagnose(
[out] String reason,
[in, optional] String username,
[in, optional] String password,
[out] MSFT_SMStorageDiagnoseResult DiagnoseResults[],
[out] MSFT_SMExtendedStatus ExtendedStatus
);
Parameters
-
reason [out]
-
This parameter is no longer available.
Windows Server 2012 R2 and Windows Server 2012: A description of the reason for the diagnosis. This parameter was removed in Windows Server 2016.
-
username [in, optional]
-
Used to authenticate with the SMI-S provider. If not provided, the storage service attempts to obtain these credentials from the configuration provider.
-
password [in, optional]
-
Used to authenticate with the SMI-S provider. If not provided, the storage service attempts to obtain these credentials from the configuration provider.
-
DiagnoseResults [out]
-
An MSFT_SMStorageDiagnoseResult object that contains the results from calling this method.
Windows Server 2012 R2 and Windows Server 2012: This parameter is not available before Windows Server 2016.
-
ExtendedStatus [out]
-
An MSFT_SMExtendedStatus object that contains an error code or additional information about the result returned in the DiagnoseResults parameter.
Return value
The possible return values are:
-
Success (0)
-
Not Supported (1)
-
Unspecified Error (2)
-
Timeout (3)
-
Failed (4)
-
Invalid Parameter (5)
-
StorageService: Method invocation failed (40300)
-
StorageService: Unable to find cause for health status (42000)
-
StorageService: Unable to get CIM_ComputerSystem for search (40301)
-
StorageService CIM Error: Failed (43001)
-
StorageService CIM Error: Access denied (43002)
-
StorageService CIM Error: Invalid namespace (43003)
-
StorageService CIM Error: Invalid parameter (43004)
-
StorageService CIM Error: Invalid class (43005)
-
StorageService CIM Error: Not found (43006)
-
StorageService CIM Error: Not supported (43007)
-
StorageService CIM Error: Class has children (43008)
-
StorageService CIM Error: Class has instances (43009)
-
StorageService CIM Error: Invalid superclass (43010)
-
StorageService CIM Error: Already exists (43011)
-
StorageService CIM Error: No such property (43012)
-
StorageService CIM Error: Type mismatch (43013)
-
StorageService CIM Error: Query language not supported (43014)
-
StorageService CIM Error: Invalid query (43015)
-
StorageService CIM Error: Method not available (43016)
-
StorageService CIM Error: Method not found (43017)
-
StorageService CIM Error: Unexpected response (43018)
-
StorageService CIM Error: Invalid response destination (43019)
-
StorageService CIM Error: Namespace not empty (43020)
-
StorageService CIM Error: Invalid enumeration context (43021)
-
StorageService CIM Error: Invalid operation timeout (43022)
-
StorageService CIM Error: Pull has been abandoned (43023)
-
StorageService CIM Error: Pull cannot be abandoned (43024)
-
StorageService CIM Error: Filtered enumeration not supported (43025)
-
StorageService CIM Error: Continuation on error not supported (43026)
-
StorageService CIM Error: Server limits exceeded (43027)
-
StorageService CIM Error: Server is shutting down (43028)
-
StorageService CIM Error: Query feature not supported (43029)
-
StorageService: Generic Failure (51000)
-
StorageService: Invalid connection credentials (51005)
-
StorageService: SSL connection failure (51010)
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Storage\SM |
MOF |
|
DLL |
|