I managed to update to v2.0.6 with historical data intact. Here are some of the issues encountered and the fixes:
Documentation issues - Upgrade to v2.0 first, then v2.0.6, otherwise, dropdown menus are missing. - After install.sh is done, stop zenoss and remove the database files in $ZENHOME/var again before reloading zensocket issue (zensyslog cannot open port) - Only occurred after the upgrade from v2.0 to v2.0.6 - Not sure how I fixed this one. I kept a copy of my v1.x to v2.0.6 run and copied zensocket from there. Might be related to LD_LIBRARY_PATH... zenmodeler, zenperfsnmpd, zenprocess start error: - occurs after every upgrade. - http://community.zenoss.com/forums/viewtopic.php?t=2335 - Installed netsnmp-5.4.1 - Modified netsnmp.py, changed lib = CDLL(find_library('netsnmp')) to lib = CDLL('/usr/local/lib/libnetsnmp.so') zenstatus won't start - Rename $ZENHOME/etc/zenstatus.conf.example to $ZENHOME/etc/zenstatus No graph in Perf - http://community.zenoss.com/forums/viewtopic.php?t=2268 - rm $ZENHOME/Products/ZenRRD/RenderServer.pyc might work... - Make sure $ZENHOME/lib is in your LD_LIBRARY_PATH WMI issues - Kept getting these errors, probably related to the multiple network interface issue. Code: wmi/wbemdata.c(517): WBEMDATA_ERR(0x00000008): Error parsing((u) == (*(const uint32_t *)"WBEM")) ERROR:zen.zenwinmodeler:ERROR_GEN_FAILURE: A device attached to the system is not functioning. (31) Traceback (most recent call last): File "/usr/local/zenoss/Products/ZenWin/zenwinmodeler.py", line 63, in processLoop svcs = self.getServices(name, user, passwd) File "/usr/local/zenoss/Products/ZenWin/zenwinmodeler.py", line 101, in getServices for svc in svcs: File "usr/local/zenoss/lib/python/win32com/client.py", line 65, in next com_error: com_error(31): WERR_GENERAL_FAILURE - Set zWmiMonitorIgnore to True in /Devices/Servers/Windows/zProperties - Restarted zenwin and zenwinmodeler Hope this can help someone... -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15416#15416 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
