Applications Systems
Determine which hosts are consuming sockets
How to determine socket counts per hosts in VMAN.
First published date
Last published date
Overview
This article describes how to determine socket counts per hosts.
Product section
Cause
Resolution
To find out which hosts are consuming sockets via Orion web console
- In the Orion Web Console, choose Settings > All Settings.
- Under Product Specific Settings, click Virtualization Settings.
- Click the VMWare tab, and sort by the value in the Polling Method column. Hosts that use Orion polling are consuming VMAN sockets
You can also query the against Orion database via SQL Management Studio or Orion DB Manager:
#To find which hosts
select hostname from vim_hosts where PollingSource in ('1','2')
#To find total CPU Sockets
Select sum(cpupkgcount) from VIM_hosts
To find out how many sockets per host
Drill down into the node details and look at the Current Hardware Health widget, which shows how many CPUs the host has. The number of sockets consumed equals the number of CPUs the host has.
To find out how many total sockets are being used
- In the Orion Web Console, click Settings > All Settings.
- Under Details, click License Details.
- Under VMAN, see the total number of sockets used.