benjamin9999 wrote: > in the Class-level zProps i set the zenwin user/pass as .\services and the > password. > > in the Device-level zProps i set them to blank, because apparently WMI > service must use no user-pass when connecting to WMI on itself.
You NEED a user/password in the zProperties page for WMI to work at all remotely. The only time WMI does not need a user/pass is when you are connecting to "localhost". benjamin9999 wrote: > i can run wbemtest.exe, seems to work but no documentation explains how to > test it - i can connect to local root\default namespace and Enum classes and > such. Run the wbemtest on another windows box than the one you are testing (ie. not on localhost). Click on the "Connect" button and put in \\*HOSTNAME_or_IP*\root\cmiv2 and supply the logon info for the account you created. Click on the "Query" button and type in the box "select * from win32_service". On a side note... this is all in the "Admin Guide" on the main web page. ------------------------ Brian Jones -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=11278#11278 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
