bjones wrote: > > It seems if you do not have a good DNS record for your windows boxes the wmi > will fail, because the zenwin options use the DNS name to run. > > If you are receiving the "ERROR_SEM_TIMEOUT: The semaphore timeout period has > expired. (121)" error, add an entry into you linux hosts file to point the > DNS name to your servers IP address. >
Strange, when I do a dig or nslookup some of the servers that "times out" have a nice dns record. The difference is that they are on another subnet. The problem I get is: Code: [EMAIL PROTECTED] ~]# service zenoss stop Daemon: zenwinmodeler stopping... Daemon: zeneventlog stopping... Daemon: zenwin stopping... Daemon: zenprocess stopping... Daemon: zencommand stopping... Daemon: zenperfsnmp stopping... Daemon: zenmodeler stopping... Daemon: zentrap already stopped Daemon: zenactions stopping... Daemon: zenstatus stopping... Daemon: zensyslog stopping... Daemon: zenping stopping... Daemon: zenhub stopping... Daemon: zopectl . daemon process stopped Daemon: zeoctl . daemon process stopped [EMAIL PROTECTED] ~]# ps -ef |grep zen root 9481 3818 0 18:31 pts/1 00:00:00 grep zen zenoss 22283 1 0 16:29 ? 00:00:09 /opt/zenoss/bin/python /opt/zenoss/Products/ZenWin/zeneventlog.py --configfile /opt/zenoss/etc/zeneventlog.conf --cycle --daemon zenoss 22321 1 0 16:29 ? 00:00:03 /opt/zenoss/bin/python /opt/zenoss/Products/ZenWin/zenwinmodeler.py --configfile /opt/zenoss/etc/zenwinmodeler.conf --cycle --daemon root 28256 6324 0 13:43 pts/0 00:00:00 su - zenoss zenoss 28257 28256 0 13:43 pts/0 00:00:00 -bash It looks like the process for zenwinmodeler hangs.. But when that one is killed -9 and zenoss starts up things works for a while.. Is zenwinmodeler launched at regular intervals, (rtfm question perhaps) and that's why it borkes sometimes in the middle of the night when nothing happens on the zenoss server.. ------------------------ unset -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=11290#11290 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
