A new Flexera Community experience is coming on November 25th. Click here for more information.
Hi all experienced Flexerers,
Did any of you have some issues with reporting Computers and VM Hosts Core Counts?
In fact, we have FlexNet Manager installed on our Servers which report - among other inventories - Processors and Cores Counts as well as the Processor's models. When performing some Quality checks, we figured out that many of the Core counts were wrong, which was adjusted based on CPU datasheets. Is there a means to correct this from the source, i.e. to make the agents reporting them right?
Thanks
Wael
Jul 26, 2019 04:32 AM
Hi Wael,
Can you add some details on how you are collecting the data? Are you suing FlexNet agents or another discovery tool?
Also, the core counts as well as the hosting infrastructure are normally derived by connecting to the vCenter from a Beacon remotely.
Thank you,
Thorsten
Jul 26, 2019 07:29 AM
It is common for [unpatched] Windows Server 2003 computers to report incorrect processor details, as described in the following Microsoft KB article: The number of physical hyperthreading-enabled processors or the number of physical multicore processors is incorrectly reported in Windows Server 2003.
I can't think of other operating systems that have particular problems reporting correct processor or core counts. What operating system(s) are running on the servers you are have problems with? Knowing the operating systems may allow somebody to identify what system calls or information FlexNet is using to gather the counts.
Jul 26, 2019 07:35 AM - edited Jul 26, 2019 07:37 AM
Hi Chris,
Thanks for your reply.
The Windows Server 2003 and lower versions do not exceed 10% of Servers. Others are from 2008 to 2016. In fact, some of them are correctly reporting (with FlexNet Manager's agents) but not all of them.
Best regards,
Wael
Jul 29, 2019 04:35 AM
The following PowerShell statement will retrieve the details that the FlexNet agent uses to retrieve processor (chip) and core counts on Windows computers:
Get-WMIObject -Class Win32_ComputerSystem |
Select "NumberOfProcessors", "NumberOfLogicalProcessors"
You could try running these statements on selected computers and compare that to what FlexNet is showing to get insight into whether there is a problem in what is being reported by Windows, or in FlexNet's processing of that data.
Jul 30, 2019 06:50 PM
Hi Thorsten,
Thanks for your reply.
In fact, we are using FlexNet Manager's agents. The problem is rather about Hyper-V servers.
Best regards,
Wael
Jul 29, 2019 04:33 AM
Hi Wael,
We have implemented a data quality import for Intel CPUs, comparing FNMS data to Intel Ark CPU data. Unfortunately the Intel API, providing the data, was discontinued (http://odata.intel.com). I cannot find any details regarding the successor.
Theoretically such approch could be used to update existing data in FNMS. Also couldn't Data Platform be used to get proper core data based on CPU names?
Best regards,
Markward
Jul 26, 2019 08:42 AM