It might be useful to see the a debug run of zenwin for a single device that's having issues. Try:
Code: zenwin run -v10 -d yourdevicename Let's also try a couple of WMI queries manually to see if they work at all with these servers or if there's something else going on. >From your Zenoss installation, go to the shell prompt as the zenoss user and >try: Code: wmic -U yourdomain/youradminuser //yourhostname "select Name from Win32_Service where State='Running'" That should prompt you for the specified user's password and then contact the server via WMI. If it works you should get a list of windows services back. If it doesn't work add the -d99 flag before the -U flag and then we can get some (well, a lot) of diagnostic output. There are only two other WMI queries that zenwin and zeneventlog run so we can try those if this one works just fine. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25878#25878 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
