I have finally got Zenoss 1.0.2 working great with Linux devices (minus
a few minor issues which I will try to resolve later)! I am now trying
to get ZenWin installed on a Windows 2003 Standard SP1 box. I followed
the instructions in the README.TXT text file in the ZenWin distribution.
Here is the output of the scripts during testing:

C:\Python24\zenwin>python zeneventlog.py -C etc\zeneventlog.cfg

INFO:zen.SendEvent:SendEvent thread started.

INFO:zen.zeneventlog:reloading configuration

INFO:zen.zeneventlog:Com InterfaceCount: 9

INFO:zen.zeneventlog:Com GatewayCount: 0

INFO:zen.zeneventlog:tested 1 devices in 0.03 seconds

INFO:zen.zeneventlog:stopping...

INFO:zen.SendEvent:SendEvent thread ended.

C:\Python24\zenwin>python zenwinmodeler.py -C etc\zenwinmodeler.cfg

INFO:zen.SendEvent:SendEvent thread started.

INFO:zen.zenwinmodeler:reloading configuration

INFO:zen.zenwinmodeler:collecting from <machinenameremoved> using user
domainname\zenoss

INFO:zen.zenwinmodeler:tested 1 devices in 2.05 seconds

INFO:zen.zenwinmodeler:reloading configuration

INFO:zen.zenwinmodeler:tested 0 devices in 0.06 seconds

INFO:zen.zenwinmodeler:reloading configuration

INFO:zen.zenwinmodeler:tested 0 devices in 0.03 seconds

INFO:zen.zenwinmodeler:stopping...

INFO:zen.SendEvent:SendEvent thread ended.

(and this keeps scrolling until I break out of it...)

C:\Python24\zenwin>python zenwin.py -C etc\zenwin.cfg

INFO:zen.zenwin:reloading configuration

INFO:zen.SendEvent:SendEvent thread started.

INFO:zen.zenwin:Com InterfaceCount: 6

INFO:zen.zenwin:Com GatewayCount: 0

INFO:zen.zenwin:tested 1 devices in 2.02 seconds

INFO:zen.zenwin:stopping...

INFO:zen.SendEvent:SendEvent thread ended.

So, everything looks normal there. No errors or anything. The zenoss
user is a domain user but has been placed in the local adminitstrator's
group of the server. After installing and starting the services, the log
files in ZenWin/log grow very very fast with all three scrolling the
same thing:

2006-12-13 16:57:24 DEBUG zen.zenwinmodelersvc: starting 'python
C:\Python24\zenwin\zenwinmodeler.py --logpath C:\Python24\zenwin\log -C
C:\Python24\zenwin\etc\zenwinmodeler.cfg --cycle=60'

2006-12-13 16:57:24 ERROR zen.zenwinmodelersvc: Exception in service ctl

Traceback (most recent call last):

File "C:\Python24\zenwin\zenutils\zensvc.py", line 42, in SvcDoRun

proc = Popen(cmd)

File "C:\Python24\lib\subprocess.py", line 554, in __init__

errread, errwrite)

File "C:\Python24\lib\subprocess.py", line 718, in _execute_child

startupinfo)

WindowsError: [Errno 2] The system cannot find the file specified

Does anyone know what is causing this? I also can not stop the service
normally, I must manually kill the python process. 

Thanks,

Josh Baird

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to