Discovery Credential issue-SAN Devices CIM DiscoveryIssue CIM Classify is Failing on the Extreme I/O Storage Device. It appears that the Default Timeout value is not enough. We see either of the following error in the CIM - Classify Probe ecc queue input payload: 1.CIM_RegisteredProfile{{RegisteredName='Array'}}.CIM_ElementConformsToProfile{{ResultClass:'CIM_ComputerSystem'}}.ElementName - CIM_ElementConformsToProfile - No response received 2. SocketTimeoutException: 5,000 milliseconds timeout on connection http-outgoing ReleaseAny and allCauseWith this particular device, It seemed to be taking more than a minute to get the response. The timeout needs to be increased to 100000 (in the case of this device. Others may vary. Keep in mind that there are several probes that require this adjustment.ResolutionUpdate the probe parameter socket_timeout to value 100000 (default is 5000) for the following probes: CIM - ClassifyCIM - CIMOMCIM - Computer System The following steps should be followed to accomplish these activities: 1 - Login to your instance Select the module "Probes" from Navigator Filter. Identify the CIM Probes to alter. 2 - Update CIM - CIMOM Probe parameters Remove the parameter cim_version = modern Add the probe parameter socket_timeout and set it to value of 100000 3 - Update CIM - Classify Probe parameters Remove the parameter cim_version = modern Add the probe parameter socket_timeout and set it to value of 100000 3 - Update CIM - Computer System Probe parameters Remove the parameter cim_version = modern Add the probe parameter socket_timeout and set it to value of 100000 Make sure to test against any other CIM Devices.