Credentialless discovery not triggeredIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Credential-less discovery is not triggered on a discovered device after failed classification. ReleaseAll currently supported releases.CauseCredential-less discovery is used as a fallback to discover CIs when "standard" classification of a CI is not successful. For example, if discovery of a linux server fails, because no valid credentials are available to discover the device, then credential-less discovery would be triggered to try and determine what the device is. See following documents on credential-less discovery for more information: Credential-less Discovery with NmapCredential-less host Discovery Credential-less discovery is used as a fallback. Therefore, discovery checks if there already exists a CI with such ip address before triggering credential-less discovery for the IP. If a CI already exists, then credential-less discovery is not triggered. ResolutionCheck if ip exists: Check that the cmdb_ci_ip_address table has the ip address for which discovery did not trigger credential-less discovery. If yes, it is expected behavior that discovery would not trigger credential-less discovery. The matching ip addresses can be removed to trigger credential-less discovery on the next discovery attempt. Check discovery log for error messages: Review the discovery log. Look for any error messages that contain "MID" or "nmap". An error containing "MID" or "nmap" will be added to the discovery status log in most cases If a valid mid server is not found to trigger credential-less discovery with. if such errors are found, ensure there are valid mid servers which can be used for credential-less discovery. Some of the requirements for triggering credential-less discovery are: System propery mid.discovery.credentialless.enable = true.A mid server with nmap capability, discovery application, and ip range configured.