Did he run the Hardware Probe for Linux Task? That would explain any blank results.
We have noticed the results returned by Windows VMs are different than what is returned by Linux / Solaris VMs. There is no common field in which to query if the BigFix client is a VM or not.
Not to hijack this thread, but I am voting to have BigFix become VM / VirtualCenter aware!
Did he run the Hardware Probe for Linux Task? That would explain any blank results.
We have noticed the results returned by Windows VMs are different than what is returned by Linux / Solaris VMs. There is no common field in which to query if the BigFix client is a VM or not.
Not to hijack this thread, but I am voting to have BigFix become VM / VirtualCenter aware!
Yeah one of their larger competitors products is VM Aware. It will identify guest VM’s and then tell you which ESX host the guest is currently running on.
Hopefully BigFix will have this ability soon. For now I would just be interested in an official BigFix client for ESX 3.5.
I’ve made a property called Virtual Machine and put the below in it. I’ve got a few machines returning “Undefined” but I’m pretty close.
if name of operating system as lowercase contains “win” and exists wmi then (if string value of select “Manufacturer from Win32_ComputerSystem” of wmi contains “VMware” then “Yes” else “No”) else (if operating system as lowercase contains “linux” then (if exists lines whose (it as string contains “VMware”) of file “disks.dat” of folder “__HardwareInfo” of client folder of site “besinventory” then “Yes” else “No”) else “Not Windows or Linux”)
Maybe someone that reads this can improve upon it.