Not sure how the VM image works, but this could be related to the fact that you are trying (at least in the example) to route to an network that isn't routable.
Are you trying to discover snmp devices on the same net as the zenoss server? i.e. the zenoss server is @ 10.10.0.2 for example and the devices you are looking at are sitting on that 10.10.0.0/24 network? Are is it that you are on the 10.10.0.2 machine trying to go to 192.168.0.0/24? Perhaps I don't understand but would like to help if possible. I had this problem in my setups but it was related to the snmptd daemon config on the server I am running zenoss on. Once I configured that correctly, zenoss was able to get around the rest of the /24 just fine. adealis wrote: > Hi, > On a new ZenOss 2.0 Vmware appliance i've got this issue when i try to > discover devices on local network ... that works on other network > (192.168.1.0 for exemple). > > 2007-06-22 07:48:29 INFO zen Executing command: > /home/zenoss/bin/zendisc run --net=10.0.0.0 > 2007-06-22 07:48:44 INFO zen INFO:zen.ZenDisc:discover network > '10.0.0.0' > 2007-06-22 07:48:45 INFO zen ERROR:zen.ZenDisc:Error performing net > discovery on > 2007-06-22 07:48:45 INFO zen Traceback (most recent call last): > 2007-06-22 07:48:45 INFO zen File > "/home/zenoss/Products/DataCollector/zendisc.py", line 201, in run > 2007-06-22 07:48:45 INFO zen for ip in self.discoverIps((netobj,)): > 2007-06-22 07:48:45 INFO zen File > "/home/zenoss/Products/DataCollector/zendisc.py", line 74, in discoverIps > 2007-06-22 07:48:45 INFO zen goodips, badips = > ping.ping(net.fullIpList()) > 2007-06-22 07:48:45 INFO zen File > "/home/zenoss/Products/ZenModel/IpNetwork.py", line 231, in fullIpList > 2007-06-22 07:48:45 INFO zen return map(strip, range(start,end)) > 2007-06-22 07:48:45 INFO zen MemoryError > 2007-06-22 07:48:45 INFO zen Done > > Thanks for your help ------------------------ Jonathan Mergy -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=7983#7983 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
