> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:zenoss-users- > [EMAIL PROTECTED] On Behalf Of ecn > Sent: Tuesday, March 11, 2008 3:53 PM > To: [email protected] > Subject: [zenoss-users] Re: WMI still broken in 2.1.72 / Sprint 3 > > Right. That's the intended result of the most recent sprint (now that > we're past the bugs). Granted, the error message needs to be improved. > Basically, the call to the windows machine is timing out. > > If you are comfortable editing the .py files, go ahead and increase the > timeout. Change the value of MAX_WAIT_FOR_WMI_REQUEST in the > ZenWin/*.py files (this will be configurable in the future). I doubt > this will help, but I'm very interested in getting feedback for the > right default value. > > If you are seeing failures to only some devices, test the connectivity > with this command: > > > Code: > > $ wmic -U Domain/User%Passwd //device "select name from Win32_Service > where State='Running'" > > > > > Substitute your Domain, User and Passwd for the device in question. > > We're still looking for patterns to the failure, so if you have > problems, please post details about your environment (networking gear, > network topology, firewalls, etc). > > Thank you all for sticking with it. This will help us have a much more > robust 2.2 release. >
Glomming on to this from the thread I just posted ([zenoss-users] more WMI woes - WMI Timeout on a number of systems.), I tried this command from my zenoss box to one of the windows boxes that IS working (WindowsWMIPerf zenpack is showing numbers and no WMI errors) and it failed: [EMAIL PROTECTED] var]$ wmic -U FOOBAR/monitor //winworking "select name from Win32_Service where State='Running'" Password for [FOOBAR\monitor]: ERROR: dcom_create_object. ERROR: Login to remote object. NTSTATUS: NT_STATUS_NET_WRITE_FAULT - NT_STATUS_NET_WRITE_FAULT (names changed to protect the guilty). As far as infrastructure, the zenoss box is directly connected to an HP procurve gigabit switch, two machines I'm mostly testing with are on a desktop switch plugged into the same procurve switch. The machines are a thinkpad running windows XP (working) and a dell dimension running vista (not working, but the other not working boxes are a mix of w2k and xp). No software or hardware firewalls between the server and the two boxes on my desk. --Kelly _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
