IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Using EntireX on linux to make WMI queries on windows

    Posted Fri May 19, 2006 06:08 PM

    Hi,

    Is it possible to use your library to communicate wmi from a linux to a windows?

    There are some wbem implementations for linux(java, i think), but they use http as transport, and windows WMI uses DCOM.

    Any clue you can give on this?

    Thanks in advance.


    #webMethods
    #EntireX-DCOM
    #Mainframe-Integration


  • 2.  RE: Using EntireX on linux to make WMI queries on windows

    Posted Sat May 20, 2006 08:46 PM

    I’m not altogether clear on what you are trying to do (I don’t know what WMI is), but:

    If you are trying to expose Windows services to another platform, you could use any RPC server on Windows. For example, your Linux application (the “client” in this scenario) would send a request for information via Broker/RPC. An RPC Server would be running on the Windows box. When it receives a request, it would make the necessary DCOM calls to obtain the WMI information and return it to the client.

    The RPC Server on Windows can call code written in C, C++, C#/VB.Net. You might also be albe to use RPC from Natural for Windows as it can make DCOM calls also.


    #webMethods
    #EntireX-DCOM
    #Mainframe-Integration


  • 3.  RE: Using EntireX on linux to make WMI queries on windows

    Posted Mon May 22, 2006 09:02 PM

    This is what I mean with WMI: http://www.microsoft.com/technet/scriptcenter/resources/wmifaq.mspx

    Its called Windows Management Instrumentation. Its the implementation of the WBEM specification for windows. The open WBEM implementation, that works with java and other operation systems uses HTTP as transport protocol. The microsoft implementation, present on windows machines, uses DCOM/RPC as transport. Since you have DCOM/RPC implemented for linux. Is it possible to use your lib to communicate with a windows machine and access WMI?


    #webMethods
    #EntireX-DCOM
    #Mainframe-Integration


  • 4.  RE: Using EntireX on linux to make WMI queries on windows

    Posted Mon June 19, 2006 08:46 PM

    Any ideias or info about this?


    #webMethods
    #Mainframe-Integration
    #EntireX-DCOM


  • 5.  RE: Using EntireX on linux to make WMI queries on windows

    Posted Mon June 26, 2006 11:32 AM

    Hello,

    if there is any component on Windows that uses DCOM for remote access, it is theoretically possible to access it from Linux machines using EntireX DCOM. You must have a DCOM client on Linux that does a CoCreateInstance on the specified object class and Interface.
    So the service on Windows must allow remote access and you must know the CLSIDs and Interfaces to write your client.

    Regards,
    Volker Denkhaus


    #Mainframe-Integration
    #webMethods
    #EntireX-DCOM


  • 6.  RE: Using EntireX on linux to make WMI queries on windows

    Posted Fri September 08, 2006 06:15 PM

    Hi Adriano,

    By any chance, have you been able to remotly use WMI from a linux box ?
    Because I looking after that, and so far I’ve got no solutions…

    Thanks for your help,
    Guedec


    #webMethods
    #Mainframe-Integration
    #EntireX-DCOM