Discussion:
how to fix: " is invalid because it begins with an underscore"?
Tuxgood
2012-01-26 13:24:50 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/63910#63910

--------------------------------------------------------------
how to fix:
2012-01-26 17:02:31,716 INFO zen.ZenDisc: Connecting to localhost:8789
2012-01-26 17:02:31,729 INFO zen.ZenDisc: Connected to ZenHub
2012-01-26 17:02:31,981 INFO zen.ZenDisc: Looking for 192.168.0.216
2012-01-26 17:02:38,757 INFO zen.ZenDisc: Result: Discovered device 192.168.0.216.
2012-01-26 17:02:38,859 INFO zen.ZenDisc: WMI collector method for device 192.168.0.216
2012-01-26 17:02:38,859 INFO zen.ZenDisc: plugins: zenoss.wmi.WinServiceMap
2012-01-26 17:02:38,865 INFO zen.ZenDisc: No Python plugins found for 192.168.0.216
2012-01-26 17:02:38,876 INFO zen.ZenDisc: No command plugins found for 192.168.0.216
2012-01-26 17:02:38,881 INFO zen.ZenDisc: SNMP collection device 192.168.0.216
2012-01-26 17:02:38,881 INFO zen.ZenDisc: plugins: zenoss.snmp.HRSWInstalledMap, zenoss.snmp.NewDeviceMap, zenoss.snmp.DeviceMap, zenoss.snmp.InterfaceMap, zenoss.snmp.RouteMap, zenoss.snmp.IpServiceMap, zenoss.snmp.HRFileSystemMap, zenoss.snmp.HRSWRunMap, zenoss.snmp.CpuMap, zenoss.snmp.InformantHardDiskMap
2012-01-26 17:02:38,886 INFO zen.ZenDisc: No portscan plugins found for 192.168.0.216
2012-01-26 17:02:38,886 INFO zen.ZenDisc: Running 2 clients
2012-01-26 17:02:42,437 INFO zen.ZenDisc: Processing WinServices for device 192.168.0.216
2012-01-26 17:02:44,577 INFO zen.SnmpClient: snmp client finished collection for 192.168.0.216
2012-01-26 17:02:44,577 WARNING zen.SnmpClient: Device 192.168.0.216 timed out: are your SNMP settings correct?
2012-01-26 17:02:44,578 INFO zen.ZenDisc: processing zenoss.snmp.HRSWInstalledMap for device 192.168.0.216
2012-01-26 17:02:44,583 INFO zen.ZenDisc: Processing zenoss.snmp.NewDeviceMap for device 192.168.0.216
2012-01-26 17:02:44,584 INFO zen.ZenDisc: processing zenoss.snmp.DeviceMap for device 192.168.0.216
2012-01-26 17:02:44,585 INFO zen.ZenDisc: Modeler zenoss.snmp.InterfaceMap processing data for device 192.168.0.216
2012-01-26 17:02:44,591 INFO zen.ZenDisc: processing zenoss.snmp.RouteMap for device 192.168.0.216
2012-01-26 17:02:44,593 INFO zen.ZenDisc: processing zenoss.snmp.IpServiceMap for device 192.168.0.216
2012-01-26 17:02:44,594 INFO zen.ZenDisc: Modeler zenoss.snmp.HRFileSystemMap processing data for device 192.168.0.216
2012-01-26 17:02:44,595 INFO zen.ZenDisc: Skipping E:\. 0 total blocks.
2012-01-26 17:02:44,595 INFO zen.ZenDisc: Skipping F:\. 0 total blocks.
2012-01-26 17:02:44,595 INFO zen.ZenDisc: Skipping Physical Memory (ram) as it matches zFileSystemMapIgnoreTypes.
2012-01-26 17:02:44,596 INFO zen.ZenDisc: Processing zenoss.snmp.HRSWRunMap for device 192.168.0.216
2012-01-26 17:02:44,601 INFO zen.ZenDisc: processing zenoss.snmp.CpuMap for device 192.168.0.216
2012-01-26 17:03:15,488 INFO zen.ZenDisc: Changes in configuration applied
2012-01-26 17:03:15,489 ERROR zen.ZenDisc: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 101, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft SQL Server 2008 R2 (x64)" is invalid because it begins with an underscore.
Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/zenmodeler.py", line 668, in processClient
    if driver.next():
  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result
    raise ex
RemoteException: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 101, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft SQL Server 2008 R2 (x64)" is invalid because it begins with an underscore.

2012-01-26 17:03:15,490 ERROR zen.ZenDisc: Client 192.168.0.216 finished with message: [Failure instance: Traceback (failure with no frames): : Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 101, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft SQL Server 2008 R2 (x64)" is invalid because it begins with an underscore.

]
2012-01-26 17:03:16,879 INFO zen.ZenDisc: Scan time: 38.12 seconds
2012-01-26 17:03:16,901 INFO zen.ZenDisc: Daemon ZenDisc shutting down
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63910#63910]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
dpetzel
2012-01-26 14:15:48 UTC
Permalink
dpetzel [http://community.zenoss.org/people/dpetzel] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/63941#63941

--------------------------------------------------------------
It appears you have a bogus installed Software Object. I say bogus in that it starts with an underscore which is an explicit check and exception raise in ZOPE. Looking at my System "Microsoft SQL Server 2008 R2 (x64)" has no underscores in front of it.

Can you:
1) Run the following in a ZenDMD shell and provide the output
dev = dmd.Devices.findDevice("192.168.0.216")
    print software.id
2) Navigate to the device in question, and click on the software link. Do you see the entry with the underscore? If so take note of the manufacturer (For me "Microsoft SQL Server 2008 R2 (x64)" is unknown). Now navigate to Infrastructure -- > Manufacturers. Drill into the manufacture and locate the software entry. Does it contain an underscore here? If so try deleting it and remodeling your device
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63941#63941]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-01-27 04:27:29 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/63953#63953

--------------------------------------------------------------
The computer has Windows 7
Microsoft SQL Server 2008 R2 (x64) shipped with the operating system.
All programs legal.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63953#63953]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-01-27 04:54:19 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/63955#63955

--------------------------------------------------------------
On another computer, Windows XP is the same:
2012-01-23 19:28:06,400 INFO zen.ZenDisc: Connecting to localhost:8789
2012-01-23 19:28:06,414 INFO zen.ZenDisc: Connected to ZenHub
2012-01-23 19:28:06,506 INFO zen.ZenDisc: Looking for 192.168.0.102
2012-01-23 19:28:07,469 INFO zen.ZenDisc: Result: Discovered device 192.168.0.102.
2012-01-23 19:28:07,580 INFO zen.ZenDisc: WMI collector method for device 192.168.0.102
2012-01-23 19:28:07,580 INFO zen.ZenDisc: plugins: zenoss.wmi.WinServiceMap
2012-01-23 19:28:07,586 INFO zen.ZenDisc: No Python plugins found for 192.168.0.102
2012-01-23 19:28:07,591 INFO zen.ZenDisc: No command plugins found for 192.168.0.102
2012-01-23 19:28:07,596 INFO zen.ZenDisc: SNMP collection device 192.168.0.102
2012-01-23 19:28:07,596 INFO zen.ZenDisc: plugins: zenoss.snmp.NewDeviceMap, zenoss.snmp.DeviceMap, zenoss.snmp.InterfaceMap, zenoss.snmp.RouteMap, zenoss.snmp.IpServiceMap, zenoss.snmp.HRFileSystemMap, zenoss.snmp.HRSWInstalledMap, zenoss.snmp.HRSWRunMap, zenoss.snmp.CpuMap, zenoss.snmp.InformantHardDiskMap
2012-01-23 19:28:07,602 INFO zen.ZenDisc: No portscan plugins found for 192.168.0.102
2012-01-23 19:28:07,602 INFO zen.ZenDisc: Running 2 clients
2012-01-23 19:28:08,580 INFO zen.ZenDisc: Processing WinServices for device 192.168.0.102
2012-01-23 19:28:09,974 INFO zen.SnmpClient: snmp client finished collection for 192.168.0.102
2012-01-23 19:28:09,975 INFO zen.ZenDisc: Processing zenoss.snmp.NewDeviceMap for device 192.168.0.102
2012-01-23 19:28:09,976 INFO zen.ZenDisc: processing zenoss.snmp.DeviceMap for device 192.168.0.102
2012-01-23 19:28:09,976 INFO zen.ZenDisc: Modeler zenoss.snmp.InterfaceMap processing data for device 192.168.0.102
2012-01-23 19:28:09,977 INFO zen.ZenDisc: processing zenoss.snmp.RouteMap for device 192.168.0.102
2012-01-23 19:28:09,978 INFO zen.ZenDisc: processing zenoss.snmp.IpServiceMap for device 192.168.0.102
2012-01-23 19:28:09,979 INFO zen.ZenDisc: Modeler zenoss.snmp.HRFileSystemMap processing data for device 192.168.0.102
2012-01-23 19:28:09,979 INFO zen.ZenDisc: Skipping A:\. 0 total blocks.
2012-01-23 19:28:09,979 INFO zen.ZenDisc: Skipping E:\. 0 total blocks.
2012-01-23 19:28:09,979 INFO zen.ZenDisc: Skipping Physical Memory (ram) as it matches zFileSystemMapIgnoreTypes.
2012-01-23 19:28:09,980 INFO zen.ZenDisc: processing zenoss.snmp.HRSWInstalledMap for device 192.168.0.102
2012-01-23 19:28:09,998 INFO zen.ZenDisc: Processing zenoss.snmp.HRSWRunMap for device 192.168.0.102
2012-01-23 19:28:10,000 INFO zen.ZenDisc: processing zenoss.snmp.CpuMap for device 192.168.0.102
2012-01-23 19:28:10,002 INFO zen.ZenDisc: processing zenoss.snmp.InformantHardDiskMap for device 192.168.0.102
2012-01-23 19:28:26,515 INFO zen.ZenDisc: Changes in configuration applied
2012-01-23 19:28:27,711 ERROR zen.ZenDisc: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 105, in checkValidId
    'The id "%s" is invalid because it ends with two underscores.' % id)
BadRequest: The id "Intel(R) PRO_100 VE Network Connection - ________ ____________" is invalid because it ends with two underscores.
Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/zenmodeler.py", line 668, in processClient
    if driver.next():
  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result
    raise ex
RemoteException: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 105, in checkValidId
    'The id "%s" is invalid because it ends with two underscores.' % id)
BadRequest: The id "Intel(R) PRO_100 VE Network Connection - ________ ____________" is invalid because it ends with two underscores.

2012-01-23 19:28:27,712 ERROR zen.ZenDisc: Client 192.168.0.102 finished with message: [Failure instance: Traceback (failure with no frames): : Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 105, in checkValidId
    'The id "%s" is invalid because it ends with two underscores.' % id)
BadRequest: The id "Intel(R) PRO_100 VE Network Connection - ________ ____________" is invalid because it ends with two underscores.

]
2012-01-23 19:28:27,713 INFO zen.ZenDisc: Scan time: 20.24 seconds
2012-01-23 19:28:27,724 INFO zen.ZenDisc: Daemon ZenDisc shutting down
Job completed at 2012-01-23 19:28:27. Result: success.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63955#63955]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-02 11:55:42 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64128#64128

--------------------------------------------------------------
Tuxgood:

Looks like it could be one of a few differnt issues. Have you tried running zenchkrels -x1 -r on the zen master as user zenoss? If it halts with trace like results, post it.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64128#64128]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-03 06:43:10 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64182#64182

--------------------------------------------------------------
Linux  all is well:

INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-MIME-Lite-3.025-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Mail-DKIM-0.37-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Mail-SPF-2.006-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-MailTools-2.06-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-DNS-0.66-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-IP-1.25-2.fc6
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-Ident-1.20-1.2.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-Jabber-2.0-1.2.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-SNMP-5.2.0-1.2.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-SSLeay-1.36-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Net-XMPP-1.02-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-NetAddr-IP-4.027-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-PDF-API2-0.73-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Package-Constants-0.02-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Pod-Escapes-1.04-1.2.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Pod-Simple-3.13-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Razor-Agent-2.84-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-SOAP-Lite-0.711-1.el5.rf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Linux/devices/otrs/os/software/perl-Socket6-0.23-1.el5.rf


but the windows:

INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/adminRoles/dmakhutin
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/adminRoles/spertsev
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/interfaces/Broadcom NetXtreme Gigabit Ethernet
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/interfaces/Broadcom NetXtreme Gigabit Ethernet _
2
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/interfaces/MS TCP Loopback interface
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/routes/0.0.0.0_0
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/routes/127.0.0.0_8
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/routes/192.168.0.0_23
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/routes/224.0.0.0_4
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/tcp_00135
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/tcp_00139
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/tcp_00445
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00123
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00137
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00138
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00161
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00445
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/ipservices/udp_00500
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ALG
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AOS$01
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AOS$02
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AOS$03
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AOS$04
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Adobe LM Service
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AeLookupSvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Alerter
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AppMgmt
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/AudioSrv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/BITS
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Browser
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/COMSysApp
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/CiSvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ClipSrv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/CobianBackup10
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/CryptSvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/DcomLaunch
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Dfs
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Dhcp
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Dnscache
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ERSvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/EventSystem
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Eventlog
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/FontCache3.0.0.0
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/HTTPFilter
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/HidServ
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ImapiService
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/IsmServ
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/KAVFS
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/KAVFSGT
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/LicenseService
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/LmHosts
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/MDM
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/MSDTC
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/MSIServer
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Messenger
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NSClientpp
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NetDDE
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NetDDEdsdm
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NetTcpPortSharing
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Netlogon
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Netman

INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NtLmSsp
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/NtmsSvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/OCS INVENTORY
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/PlugPlay
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/PolicyAgent
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ProtectedStorage
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RDSessMgr
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RSoPProv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RasAuto
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RasMan
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RemoteAccess
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RemoteRegistry
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RpcLocator
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/RpcSs
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SCardSvr
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SENS
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SNMP
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SNMPTRAP
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SamSs
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Schedule
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SharedAccess
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ShellHWDetection
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Spooler
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/SysmonLog
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/TapiSrv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/TermService
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Themes
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/TlntSvr
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/TrkSvr
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/TrkWks
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Tssdis
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/UMWdf
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/UPS
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/VSS
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/W32Time
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/WZCSVC
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/WebClient
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/WinHttpAutoProxySvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/WmdmPmSN
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/Wmi
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/WmiApSrv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/aspnet_state
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/cbVSCService
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/clr_optimization_v2.0.50727_32
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/dmadmin
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/dmserver
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/idsvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/kavfsscs
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/kdc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/klnagent
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/lanmanserver
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/lanmanworkstation
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/mnmsrvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/ose
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/sacsvr
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/seclogon
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/stisvc
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/swprv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/vds
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/winmgmt
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/wuauserv
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/winservices/xmlprov
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/os/filesystems/C__ Label_  Serial Number b83d8e7a
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw/cpus/0
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw/cpus/2
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw/cpus/3
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw/harddisks/C
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-2
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-2/adminRoles/dmakhutin
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-2/adminRoles/spertsev
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-1/hw/cpus/1
INFO:zen.Relations:checking relations on object /zport/dmd/Devices/Server/Windows/devices/srv-server-ax-2/os/interfaces/Broadcom NetXtreme Gigabit Ethernet _
2
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64182#64182]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-03 15:49:54 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64204#64204

--------------------------------------------------------------
Tuxgood:

I advise you to do a backup before you run the following code. You can best accomplish ZODB backup by running zeopack -h localhost -p8100 twice and backing up $ZENHOME/var/Data.fs.old
print "Removing invalid objects"
fixCount = 0
         d.checkRelations(repair=true)
         self.exitGracefully()
         print "  - removing %s" % d.id
         dmdDevices._delObject(d.id)
         fixCount += 1
            s.checkRelations(repair=true)
            self.exitGracefully()
            print "  - removing %s" % s.id
            d.os.software._delObject(s.id)
            fixCount += 1
            i.checkRelations(repair=true)
            self.exitGracefully()
            print "  - removing %s" % i.id
            d.os.interfaces._delObject(i.id)
            fixCount += 1
commit()
if fixCount > 0: print
Let us know if it helps.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64204#64204]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-07 10:14:36 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64334#64334

--------------------------------------------------------------
print "Removing invalid objects"
Removing invalid objects
fixCount = 0
...
...      for s in d.os.software():
...
...         try:
...
...             s.checkRelations(repair=True)
...
...         except KeyboardInterrupt:
...
...             self.exitGracefully()
...
  File "<console>", line 1
    except:
   ^
IndentationError: unexpected indent
             print "  - removing %s" % s.id
  File "<console>", line 1
    print "  - removing %s" % s.id
   ^
IndentationError: unexpected indent
             d.os.software._delObject(s.id)
  File "<console>", line 1
    d.os.software._delObject(s.id)
   ^
IndentationError: unexpected indent
             fixCount += 1
  File "<console>", line 1
    fixCount += 1
   ^
IndentationError: unexpected indent
  File "<console>", line 1
    for i in d.os.interfaces():
   ^
IndentationError: unexpected indent
  File "<console>", line 1
    try:
   ^
IndentationError: unexpected indent
             i.checkRelations(repair=True)
  File "<console>", line 1
    i.checkRelations(repair=True)
   ^
IndentationError: unexpected indent
  File "<console>", line 1
    except KeyboardInterrupt:
   ^
IndentationError: unexpected indent
             self.exitGracefully()
  File "<console>", line 1
self.exitGracefully()
   ^
IndentationError: unexpected indent
  File "<console>", line 1
    except:
   ^
IndentationError: unexpected indent
             print "  - removing %s" % i.id
  File "<console>", line 1
    print "  - removing %s" % i.id
   ^
IndentationError: unexpected indent
             d.os.interfaces._delObject(i.id)
  File "<console>", line 1
    d.os.interfaces._delObject(i.id)
   ^
IndentationError: unexpected indent
             fixCount += 1
  File "<console>", line 1
    fixCount += 1
   ^
IndentationError: unexpected indent
commit()
if fixCount > 0: print
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64334#64334]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-07 15:01:18 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64322#64322

--------------------------------------------------------------
Tuxgood:

Whoops. Sorry, I mis indented. I updated my last post to be correct. Please rerun when you can.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64322#64322]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-08 05:37:22 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64349#64349

--------------------------------------------------------------
print "Removing invalid objects"
Removing invalid objects
fixCount = 0
...     for s in d.os.software():
...         try:
...             s.checkRelations(repair=True)
...         except KeyboardInterrupt:
...             self.exitGracefully()
...         except:
...             print "  - removing %s" % s.id
...             d.os.software._delObject(s.id)
...             fixCount += 1
...     for i in d.os.interfaces():
...         try:
...             i.checkRelations(repair=True)
...         except KeyboardInterrupt:
...             self.exitGracefully()
...         except:
...             print "  - removing %s" % i.id
...             d.os.interfaces._delObject(i.id)
...             fixCount += 1
...
commit()
if fixCount > 0: print
...
but the error remains:

2012-02-08 09:33:54,724 INFO zen.ZenDisc: Connecting to localhost:8789
2012-02-08 09:33:54,738 INFO zen.ZenDisc: Connected to ZenHub
2012-02-08 09:33:54,817 INFO zen.ZenDisc: Looking for 192.168.0.216
2012-02-08 09:34:01,548 INFO zen.ZenDisc: Result: Discovered device 192.168.0.216.
2012-02-08 09:34:01,658 INFO zen.ZenDisc: WMI collector method for device 192.168.0.216
2012-02-08 09:34:01,658 INFO zen.ZenDisc: plugins: zenoss.wmi.WinServiceMap
2012-02-08 09:34:01,664 INFO zen.ZenDisc: No Python plugins found for 192.168.0.216
2012-02-08 09:34:01,669 INFO zen.ZenDisc: No command plugins found for 192.168.0.216
2012-02-08 09:34:01,756 INFO zen.ZenDisc: SNMP collection device 192.168.0.216
2012-02-08 09:34:01,757 INFO zen.ZenDisc: plugins: zenoss.snmp.NewDeviceMap, zenoss.snmp.DeviceMap, zenoss.snmp.InterfaceMap, zenoss.snmp.RouteMap, zenoss.snmp.IpServiceMap, zenoss.snmp.HRFileSystemMap, zenoss.snmp.HRSWInstalledMap, zenoss.snmp.HRSWRunMap, zenoss.snmp.CpuMap, zenoss.snmp.InformantHardDiskMap
2012-02-08 09:34:01,762 INFO zen.ZenDisc: No portscan plugins found for 192.168.0.216
2012-02-08 09:34:01,762 INFO zen.ZenDisc: Running 2 clients
2012-02-08 09:34:02,918 INFO zen.ZenDisc: Processing WinServices for device 192.168.0.216
2012-02-08 09:34:03,717 INFO zen.SnmpClient: snmp client finished collection for 192.168.0.216
2012-02-08 09:34:03,718 INFO zen.ZenDisc: Processing zenoss.snmp.NewDeviceMap for device 192.168.0.216
2012-02-08 09:34:03,719 INFO zen.ZenDisc: processing zenoss.snmp.DeviceMap for device 192.168.0.216
2012-02-08 09:34:03,720 INFO zen.ZenDisc: Modeler zenoss.snmp.InterfaceMap processing data for device 192.168.0.216
2012-02-08 09:34:03,725 INFO zen.ZenDisc: processing zenoss.snmp.RouteMap for device 192.168.0.216
2012-02-08 09:34:03,727 INFO zen.ZenDisc: processing zenoss.snmp.IpServiceMap for device 192.168.0.216
2012-02-08 09:34:03,728 INFO zen.ZenDisc: Modeler zenoss.snmp.HRFileSystemMap processing data for device 192.168.0.216
2012-02-08 09:34:03,729 INFO zen.ZenDisc: Skipping E:\. 0 total blocks.
2012-02-08 09:34:03,729 INFO zen.ZenDisc: Skipping F:\. 0 total blocks.
2012-02-08 09:34:03,729 INFO zen.ZenDisc: Skipping Physical Memory (ram) as it matches zFileSystemMapIgnoreTypes.
2012-02-08 09:34:03,729 INFO zen.ZenDisc: processing zenoss.snmp.HRSWInstalledMap for device 192.168.0.216
2012-02-08 09:34:03,734 INFO zen.ZenDisc: Processing zenoss.snmp.HRSWRunMap for device 192.168.0.216
2012-02-08 09:34:03,737 INFO zen.ZenDisc: processing zenoss.snmp.CpuMap for device 192.168.0.216
2012-02-08 09:34:03,740 INFO zen.ZenDisc: processing zenoss.snmp.InformantHardDiskMap for device 192.168.0.216
2012-02-08 09:34:49,157 INFO zen.ZenDisc: Changes in configuration applied
2012-02-08 09:34:49,158 ERROR zen.ZenDisc: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 106, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft Teredo" is invalid because it begins with an underscore.
Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/zenmodeler.py", line 668, in processClient
    if driver.next():
  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result
    raise ex
RemoteException: Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 106, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft Teredo" is invalid because it begins with an underscore.

2012-02-08 09:34:49,159 ERROR zen.ZenDisc: Client 192.168.0.216 finished with message: [Failure instance: Traceback (failure with no frames): : Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
    return callable(*args, **kw)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 121, in remote_applyDataMaps
    result = inner(map)
  File "/usr/local/zenoss/zenoss/Products/ZenHub/services/ModelerService.py", line 114, in inner
    if adm._applyDataMap(device, map):
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 198, in _applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 261, in _updateRelationship
    objchange, obj = self._createRelObject(device, objmap, rname)
  File "/usr/local/zenoss/zenoss/Products/DataCollector/ApplyDataMap.py", line 441, in _createRelObject
    rel._setObject(remoteObj.id, remoteObj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 125, in _setObject
    self.addRelation(object)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 116, in addRelation
    ToManyRelationshipBase.addRelation(self, obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipBase.py", line 96, in addRelation
    self._add(obj)
  File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 150, in _add
    v=checkValidId(self, id)
  File "/usr/local/zenoss/python/lib/python2.6/site-packages/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/ObjectManager.py", line 106, in checkValidId
    'The id "%s" is invalid because it begins with an underscore.' % id)
BadRequest: The id "_______ Microsoft Teredo" is invalid because it begins with an underscore.

]
2012-02-08 09:34:50,963 INFO zen.ZenDisc: Scan time: 49.41 seconds
2012-02-08 09:34:50,965 INFO zen.ZenDisc: Daemon ZenDisc shutting down
Job completed at 2012-02-08 09:34:51. Result: success.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64349#64349]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-08 06:13:38 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64363#64363

--------------------------------------------------------------
Tuxgood:

You may need to delete these devices and readd them. Have you tried that?

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64363#64363]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-09 14:25:43 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64426#64426

--------------------------------------------------------------
I'm from Russia, I suspect that the problem right now is encoded in latin-1.
how do I change it to utf-8?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64426#64426]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-09 14:52:24 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64413#64413

--------------------------------------------------------------
Tuxgood:

Oh geez, I hope that's not it. In the $ZENHOME/etc/zope.conf verify that 'default-zpublisher-encoding' is  utf-8. (default-zpublisher-encoding utf-8)

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64413#64413]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-09 15:09:08 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64429#64429

--------------------------------------------------------------
default-zpublisher-encoding set in the utf-8
Can a base in the utf-8 encode?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64429#64429]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-09 15:12:17 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64431#64431

--------------------------------------------------------------
where else can you change the?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64431#64431]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-09 15:18:44 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64415#64415

--------------------------------------------------------------
Tuxgood:

I don't think there are any other areas centric to the problem where we can set that. Let me think about this a bit and get back to you.

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64415#64415]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-11 23:26:31 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64483#64483

--------------------------------------------------------------
Tuxgood:

I'm waiting for a reply from a dev on this. Hang tight.

--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64483#64483]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Tuxgood
2012-02-13 06:01:11 UTC
Permalink
Tuxgood [http://community.zenoss.org/people/Tuxgood] created the discussion

"Re: how to fix: " is invalid because it begins with an underscore"?"

To view the discussion, visit: http://community.zenoss.org/message/64498#64498

--------------------------------------------------------------
Ok. Thank you very much for help.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64498#64498]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...