To address this issue, do the following:
- Run the following command from the Smarts IP installation directory:
<SMARTS_IP>/bin/dmctl -s <DOMAIN> getInstances InCharge_Feature
- Check if you have the following feature listed:
Feature-Host-Resources
- Open the Smarts IP discovery.conf configuration file for editing in sm_edit as follows:
<SMARTS>/bin
sm_edit ../conf/discovery/discovery.conf
- Ensure that HostResourcesEnabled is set to TRUE in the discovery.conf configuration file as follows:
# HostResourcesEnabled
# Enables or disables host resources discovery and monitoring:
#
# Default Value = TRUE
#
HostResourcesEnabled = TRUE
- Save and close the discovery.conf configuration file.