SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
Your VM Perplexities Called, and They Need You to Read This.
Virtualization can give you enormous flexibility with future workloads and can be a key enabler for other areas, like cloud computing and disaster recovery. So, how can you get a handle on the performance challenges in your virtual environment and manage deployments without erasing the potential upside? Learn the four key areas you need to be focusing on to help deliver a healthy and well-performing data center.
Get your free white paper.
Updated Nov 07, 2018
This article describes how to assign a vendor to an ICMP node added in Orion . Since the nodes are only added with ICMP, therefore no vendor is detected.
All NPM and Core versions
Notes:
For example:
update Nodes set Vendor = 'MY-ISP-NODE' where ip_Address = '192.168.1.130'
You can then change the IP Address in order to update the table for each node.
Now if you wish to update / Machine Type / ICON / Gif use the below SQL Queries example.
Change the Query according to your needs.
update Nodes set Vendor = 'Cisco' where ip_Address = '8.8.8.8'
update Nodes set SysObjectID = '1.3.6.1.4.1.9.1.186' where ip_Address = '8.8.8.8'
update Nodes set MachineType = 'Cisco 2611' where ip_Address = '8.8.8.8'
update Nodes set Vendoricon = '9.gif' where ip_Address = '8.8.8.8'
Please Note:
You can find the vendor icon under below directory or can add your own vendor icon here .
C:\inetpub\SolarWinds\NetPerfMon\images\Vendors
C:\Program Files (x86)\SolarWinds\Orion\Graphics\Vendors
we do have a lot of vendors which do not have a real image/icon
nothing new the collection is being updated each release any customer can create own one and update therefor this is placed in the DB and have no real images provided.