Fwd: Wmi Queries
KRISHNA priya <[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
------------------------------
**Thanks Kirk
I'm using pegasus 2.8.2. I think that when we install pegasus, the
mapper along will be installed with pegasus. Because I had the folder
G:\pegasus\src\WMIMapper
In the command prompt I type like this.
G:\pegasus\bin> wmiop enumerateinstancenames pg_operatingsystem
But it shows the result as:-'wmiop' is not recognized as an internal or
external command,
operable program or batch file.
I want to know how to use this mapper. where to give the query. What I have
to do.