Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • COMMAND WMI FAILED

    Posted by senjor on February 15, 2011 at 15:24

    I was trying to configure an alarm that receives data from a WMI command.
    The module is not initialized and the error log I see this:

    NTSTATUS: NT_STATUS_NET_WRITE_FAULT – NT_STATUS_NET_WRITE_FAULT
    NTSTATUS: NT_STATUS_IO_TIMEOUT – NT_STATUS_IO_TIMEOUT
    NTSTATUS: NT_STATUS_IO_TIMEOUT – NT_STATUS_IO_TIMEOUT
    NTSTATUS: NT_STATUS_NET_WRITE_FAULT – NT_STATUS_NET_WRITE_FAULT

    luismi replied 13 years, 10 months ago 2 Members · 7 Replies
  • 7 Replies
  • luismi

    Member
    February 15, 2011 at 20:44
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Helo senjor,

    It is not getting data from the wmi module. Try this from the server command line with wmic command to see if it works and report us.

    Cheers.

  • senjor

    Member
    February 16, 2011 at 18:22
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    After running on the server with any queries wmic :

    ERROR : dcom_create_object
    ERROR : Login to remote object
    NT_STATUS: NT_STATUS_NET_WRITE_FAULT –  NT_STATUS_NET_WRITE_FAULT

  • luismi

    Member
    February 16, 2011 at 18:25
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    What Windows version are you running?

  • senjor

    Member
    February 16, 2011 at 18:28
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    XP Professional Service Pack2

  • luismi

    Member
    February 16, 2011 at 20:48
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Are you running Windows firewall? It must be able to allow remote management or disable firewall service.

    Also, if user isn’t admin user, then you will have to give serve DCOM execution permissions to this user, as it is explained here:

    http://support.microsoft.com/kb/875605/es#5

    Regards.

  • senjor

    Member
    February 18, 2011 at 19:56
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I’m frustrated. There is no firewall. I am the administrator of the agent.
    The Windows Management Instrumentation service is running.

    Despite all this, I keep getting this error  🙁

  • luismi

    Member
    February 18, 2011 at 20:20
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    It seems to be a problem with Windows authentication.

    I guess you have wmi server enabled in pandora_server.conf

     # wmiserver : 1 or 0. Set to 1 to activate WMI server with this setup
     # DISABLED BY DEFAULT
      wmiserver 1
    

    Then have you check DCOM permissions?

    Regards.