Analytics 6.0.0 is a major release, with improvements in many areas.
The Analytics server host now supports RHEL 8.4 and more recent versions.
Logging is enhanced.
Security is enhanced:
On CentOS 7 systems, Java 11 is the minimum required version
On RHEL 8 systems, Java 17 is the minimum required version
MariaDB is updated to 10.6
Apache Commons library is updated to version 4
Hibernate is updated to version 5
Apache Tomcat is updated to version 9.0.75
SSL is updated to v3 and now supports TLS 1.2 and 1.3
Two items are deprecated:
JasperServer Reports and its dependencies are no longer included in Zenoss Analytics.
The ZenossAnalyticsMonitoring ZenPack is not compatible with this release and the
update procedure includes a step for its removal.
Compatibility
Analytics 6.0.0 is compatible with Resource Manager 6.7.0. The
Analytics server software was tested on CentOS 7.9 and RHEL 8.4.
More recent versions of RHEL were not tested but are supported.
The following ZenPack versions are compatible with this release;
previous versions are not:
Log in to the Analytics server as root or as a user with superuser privileges.
Create a temporary file for cleanup statements:
cat<<EOF > /tmp/isilon.sqlDELETE a.* FROM odb_value a JOIN odb_attribute b ON a.odb_attribute_key = b.odb_attribute_key AND b.odb_attribute_name = 'Sid';DELETE FROM odb_attribute WHERE odb_attribute_name = 'Sid';EOF