SUM node inventory fails
Inventory does not respond on remote Windows nodes. The node logs display error message regarding the status of
RegOpenEx
.SUM displays an inventory error on a VMware node.
Solution 1Cause
Action
Other processes, such as a backup or process that accesses the registry might be running on the remote Windows node.
Shut down the remote process that is accessing the registry, or run SUM locally on the node to perform inventory and deploy updates.
Solution 2Cause
Action
The VMware service might not be running.
- Make sure the VMware service is running. Log in to the VMware ESXi shell.
-
Check the provider version, and then enter
esxcli software vib list | grep smx
. -
Verify if the provider service is running, and then enter
/etc/init.d/sfcbd-watchdog status
. -
Verify if the provider responds to queries, and then enter
enum_instances SMX_SCInstallationService root/hpq
. -
To restart the service, enter
/etc/init.d/sfcbd-watchdog restart; /etc/init.d/sfcbd-watchdog status;
.