Credential-less host Discovery
Summarize
Summary of Credential-less Host Discovery
Credential-less host discovery is initiated when an alive host is detected but not active, or when all credential-based probes fail. This process utilizes the Credentialless Discovery Network Device pattern to collect host information, creating or updating configuration items (CIs) in the Hardware table if necessary.
Show less
Key Features
- The Shazzam probe scans hosts and triggers the Credentialless Discovery process if credential-based probing fails.
- The mid.discovery.credentialless.enable system property must be set to true to allow this pattern to function.
- Nmap command is employed to check host status, performing DNS resolution and identifying the host's operating system family.
- The list of ports to be scanned by Nmap can be managed through the IP Service table.
Key Outcomes
Upon successful execution, the Credentialless Discovery Network Device pattern updates host CIs based on the operating system identified by Nmap. If a host matches one of the supported server operating systems, a specific server class is used. If credentials are later resolved, a subsequent discovery updates the CI with new data.
Credential-less host discovery occurs when a scanned host is found to be alive, but not active, or when all configured credential-based classification probes have failed.
How the host Discovery pattern is launched
| The system creates these entries in the ECC queue during execution of the
HorizontalDiscoveryProbe. |
| These log messages are published during execution of the
HorizontalDiscoveryProbe. |
The Nmap command
Creating or updating host CIs
| OS family | CI table |
|---|---|
| AIX | cmdb_ci_aix_server |
| HP-UX | cmdb_ci_hpux_server |
| Linux | cmdb_ci_linux_server |
| Solaris | cmdb_ci_solaris_server |
| OS X or iOS | cmdb_ci_osx_server |
| Windows | cmdb_ci_win_server |
| Undefined | cmdb_ci_hardware |