Applications Systems
Asset Inventory of SAM is not providing Manufacturer, Model or Serial Number
Learn more about page settings. When looking at a Node's Asset Inventory information, the Manufacturer, Model or Serial Number information are not provided. All the required OIDs or WMI classes for HP, IBM or Dell are returning information using SNMPWalk or Wbemtest.
First published date
Last published date
Overview
Product section
Cause
This is because the Asset Inventory was discovered and added before the required enterprise-specific agents were installed. To verify this, run the following query against the Orion Database:
SELECT PollingDescriptionName FROM [dbo].[AssetInventory_Polling] where NodeID = '{ID}'
Note: Replace {ID} with internal ID of Node.
The possible values are:
- ServerSNMP
- ServerSNMPDell
- ServerSNMPHP
- ServerSNMPIBM
- VMwareCIM
- VMwareCIMDell
- VMwareCIMHP
- VMwareCIMIBM
- WindowsServer2003WMI
- WindowsServerDell2003WMI
- WindowsServerDellWMI
- WindowsServerHP2003WMI
- WindowsServerHPWMI
- WindowsServerIBM2003WMI
- WindowsServerIBMWMI
- WindowsServerWMI
If the resulting PollingDescriptionName value does not contain 'IBM', 'Dell' or 'HP', Asset Inventory needs to be rediscovered on the system.
Resolution
- Go to Settings > Manage Nodes.
- Select the Node in question and click List Resources.
- Uncheck Asset Inventory.
- Click Submit.
- Go back to Settings > Manage Nodes.
- Select the Node in question and click List Resources.
- Recheck Asset Inventory.
- Click Submit.