12 Replies Latest reply: Feb 10, 2012 2:20 PM by Bain_606 RSS

Need help identifying Database Table location for hardware field

mdriskell
Currently Being Moderated

When I look at a Node Details page in Solarwinds I need to find what table the Hardware field is stored in.  I need to write a custom report but I'm not sure which table to query.

Any Ideas?

Hardware Virtual, host unknown 

  • Re: Need help identifying Database Table location for hardware field
    AndyCoates
    Currently Being Moderated

    I had a similar need a while back, specific to virtual hosts.  Normal hardware information is stored in the Nodes table like everything else, but the virtual thing is a bit of a mystery.  My gut feeling is that it checks for the presence of virtualisation markers (e.g. vmware-tools, MAC address, registry entries) and some of these tools provide the host via a registry entry or similar - so I think SolarWinds compares that host to any known ESX hosts, and if so will mark it as "virtual host on a.server.com", otherwise "host unknown".

    If you're just trying to filter physical vs virtual then the EntityType column is your best bet - Orion.VirtualMachine for any ESX Guest, Orion.VIM.Hosts for any ESX Host, and Orion.Nodes for anything else.

More Like This

  • Retrieving data ...