Link to home
Start Free TrialLog in
Avatar of ilava
ilava

asked on

How To get Host OS Processor count using VIX API

Hi,

I need to get No of processor available in the Host OS. Im using VIX API to automate my virtual machines. I can easily get the properties of Guest OS using VIX API, but dont know how to get the properties of host os. Can any one tell me how to do that, is there any function call for this?

Its urgent. Thanx in advance

ASKER CERTIFIED SOLUTION
Avatar of Zoppo
Zoppo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you need to get the amt in coding? You can easily see processors while logged into the vSphere Client to vCenter or the host directly, click on the host in question, then the Summary tab.

Regards,
~coolsport00
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ilava
ilava

ASKER

Thanks to all,

I have done this using php and soap client. anyway u ppl gave me  an idea how to get it out.