Finally managed to get my 2.1.1 install upgraded to 2.2.3 on Solaris 10 sparc. Please refer to http://community.zenoss.com/forums/viewtopic.php?t=1357 for the basis of my installation.
So far, CPU utilization seems to be normal and zensyslog hasn't died... Zenwin remains to be tested. Package added findutils since one the install script use -iname which is not supported by Solaris' find Modifications to global library paths (crle) Got tired of trying to get LD_LIBRARY_PATH defined at all levels. Registered all library paths on a global level via crle Code: Configuration file [version 4]: /var/ld/ld.config Default Library Path (ELF): /lib:/usr/lib:/usr/local/lib:/usr/local/mysql/lib/mysql:/usr/local/ssl/lib:/usr/local/zenoss/lib:/usr/local/BerkeleyDB.4.2/lib Modify build-functions.sh - not required for initial installs in function build(), purge_backup must run before run_checks http://community.zenoss.com/forums/viewtopic.php?t=2830 http://dev.zenoss.org/trac/ticket/3369 rrdtool-1.2.26 will not compile, even with the supplied patch. Use rrdtool-1.2.27 Replace the content of externallibs/rrdtool-1.2.26.tar.gz with rrdtool-1.2.27. Make sure the internal top level directory stays 1.2.26 zentrap, zenmodeler, zenperfsnmpd, zenprocess start error: netsnmp_get_version: can't find symbol Modify $ZENHOME/lib/python/pynetsnmp/netsnmp.py - http://community.zenoss.com/forums/viewtopic.php?t=5018 Code: change lib = CDLL(find_library('netsnmp')) to lib = CDLL('/usr/local/lib/libnetsnmp.so') add kstatlib = CDLL(find_library('kstat'), RTLD_GLOBAL) just before http://community.zenoss.com/forums/viewtopic.php?t=2335 might also fix the issue. I installed binutils for the next upgrade... zenping issue: sendto error 'module' object has no attribute 'Echo' Beware of old files in $ZENHOME/Products/ZenStatus - http://community.zenoss.com/forums/viewtopic.php?t=6014 zenping issue: short format requires 0<=number<=USHRT_MAX Add the missing TRY-CATCH in $ZENHOME/lib/python/inetutils.py - http://community.zenoss.com/forums/viewtopic.php?p=21171 Hope this helps - J.F. - -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=22934#22934 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
