philippe wrote: > Thanks for your response Beanfield. Obviously I was missing a piece here. So > now I get that the .0 is actually the interface index in snmp. And > definatly,the zero did belong there but it is the wrong snmp index number. > > You said that the system should corectly populate the Eth interfaces. It does > not. there is an error message when I model the system: > > 2 > Code: > 008-11-17 09:55:22 ERROR zen.ZenModeler Client XXXXXX.XXXXX.com > finished: [Failure instance: Traceback (failure with no frames): > Products.ZenHub.PBDaemon.RemoteException: Remote exception: > zExceptions.NotFound: 10.70.0.15Traceback (most recent call last): File > "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner > return callable(*args, **kw) File > "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line > 83, in remote_applyDataMaps if adm._applyDataMap(device, map): File > "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 140, > in _applyDataMap changed = self._updateRelationship(tobj, datamap) File > "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 174, > in _updateRelationship objchange, obj = self._createRelObject(device, objmap, > rname) File > "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 324, > in _createRelObject return self._updateObject(remoteObj, objmap) or changed, > remot eObj File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 255, in _updateObject setter(value) File "/usr/local/zenoss/zenoss/Products/ZenModel/IpInterface.py", line 280, in setIpAddresses self.addIpAddress(ip) File "/usr/local/zenoss/zenoss/Products/ZenModel/IpInterface.py", line 222, in addIpAddress ipobj = networks.findIp(ip) File "/usr/local/zenoss/zenoss/Products/ZenModel/IpNetwork.py", line 393, in findIp return ret[0].getObject() File "/usr/local/zenoss/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 86, in getObject target = parent.restrictedTraverse(path[-1]) File "/usr/local/zenoss/zenoss/lib/python/OFS/Traversable.py", line 245, in restrictedTraverse return self.unrestrictedTraverse(path, default, restricted=1) File "/usr/local/zenoss/zenoss/lib/python/OFS/Traversable.py", line 225, in unrestrictedTraverse raise NotFound, name NotFound: 10.70.0.15 ] > > > > This is likely why the interfaces do not get populated. Any Ideas or should I > go for a bug report ? > > Thanks again !
Hmm...not sure on that one. The end of the error states "name NotFound: 10.70.0.15". Did this device get renamed or anything? Or can the zenoss server not communicate with this ip address? Perhaps try removing it and re-adding it. Other than that, I'm not quite sure. One of the zenoss guys may know more. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=27783#27783 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
