Re: Wmi Queries
Kirk Augustin <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
You need to use WMIMapper. It allows WMI data and objects to be accessed from a Windows or Linux client with Pegasus. http://pegasus-wmi-mapper.software.informer.com/ http://www.hp.com/wwsolutions/misc/hpsim-helpfiles/mxhelp/mxportal/en/admin_protocols_setting_WMIMapperProxyAdd.html You can't interface directly between WBEM services and WMI, because WBEM services use a XML text based interface of http, while WMI is a binary interface using COM through the C++ virtual function table and RPC. Kirk Augustin 11821 NW McNamee Rd Portland, OR 97231 ________________________________ From: KRISHNA priya <[email protected]> To: [email protected] Sent: Sun, September 12, 2010 8:53:23 PM Subject: Wmi Queries Hai, I want to access WMI information from open Pegasus through wmi queries. How to do it ? Please help me. I tried lik this – G:\pegasus\bin> cimcli xq “select * from WIN32_ComputerSystem” WQL But it shows that Cimcli CimException: Cmd = xq Object = CIM_ERR_NOT_SUPPORTED With Regards