-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
NAV 3.0 beta 10 is now available download at http://metanav.ntnu.no/ .
Upgrading from beta 8 ===================== Memory collection has been added, and requires a small update to the NAVdb schema. Please run 3.0_beta10.sql and snmpoid.sql from doc/sql/upgrades/ as documented in the README file of the same directory.
CHANGES ======= Version 3.0_beta10 (released 11 February 2005)
##################################################################### ## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ## ##################################################################### ## ## ## This release makes changes to the NAV database. If you are ## ## upgrading from a previous release you also need to upgrade your ## ## database schema. For information on how to upgrade the database ## ## schema, please take a look in doc/sql/upgrades for more ## ## information. ## ## ## #####################################################################
Improvements:
* gDD now makes sure to give priority to new devices when its work load with old devices is high. * gDD now refers to IP Devices by sysname in its logs, making it easier to track its actions when reading the logs. * gDD now correctly updates the netident of elinks. * gDD will now also attempt to extract software version information from a device's sysDescr OID (also collects sw_ver for the device itself, and not just its modules). * A bug that prevented the service monitor's LDAP plugin from functioning from time to time was fixed. * Router ports that are administratively down are removed from NAVdb by gDD. * The report generator now supports multi-line and complex SQL queries. * The SQL queries of the netbox, gw, sw, edge and wlan reports were optimized for speed.
Additions:
* gDD will now collect memory information from devices.
Be advised that I haven't had time to test this release, good luck!
- -- Morten Vold NTNU ITEA Integrasjonsgruppen
From Ketil.Forselv at hin.no Fri Feb 11 18:36:31 2005
From: Ketil.Forselv at hin.no (Forselv Ketil) Date: Fri Feb 11 18:36:37 2005 Subject: SV: [Nav-users] Release-notice: NAV 3.0 beta 10 Message-ID: 4147C56944E2B64D978FA0EAB10A14FA4B0980@fagserver2.fag.hin.no
Hi
I get compile-error for building getDeviceData when trying to compile source-code for Beta_10 (Redhat 9.0)
Regards Ketil
Building getDeviceData ... (cd getDeviceData && /usr/local/ant/bin//ant ) && touch getDeviceData Buildfile: build.xml
init: [mkdir] Created dir: /root/beta10/nav-3.0_beta10/src/getDeviceData/build
compile: [javac] Compiling 15 source files to /root/beta10/nav-3.0_beta10/src/getDeviceData/build [javac] /root/beta10/nav-3.0_beta10/src/getDeviceData/src/OidTester.java:76: cannot resolve symbol [javac] symbol : method setNetbox (java.lang.String) [javac] location: class no.ntnu.nav.logger.Log [javac] Log.setNetbox(nb.getSysname()); [javac] ^ [javac] /root/beta10/nav-3.0_beta10/src/getDeviceData/src/OidTester.java:286: cannot resolve symbol [javac] symbol : method setNetbox (<nulltype>) [javac] location: class no.ntnu.nav.logger.Log [javac] Log.setNetbox(null); [javac] ^ [javac] /root/beta10/nav-3.0_beta10/src/getDeviceData/src/QueryNetbox.java:720: cannot resolve symbol [javac] symbol : method setNetbox (java.lang.String) [javac] location: class no.ntnu.nav.logger.Log [javac] Log.setNetbox(sysName); [javac] ^ [javac] /root/beta10/nav-3.0_beta10/src/getDeviceData/src/QueryNetbox.java:849: cannot resolve symbol [javac] symbol : method setNetbox (<nulltype>) [javac] location: class no.ntnu.nav.logger.Log [javac] Log.setNetbox(null); [javac] ^ [javac] 4 errors
BUILD FAILED /root/beta10/nav-3.0_beta10/src/getDeviceData/build.xml:62: Compile failed; see the compiler error output for details.
Total time: 2 seconds make[1]: *** [getDeviceData] Error 1 make[1]: Leaving directory `/root/beta10/nav-3.0_beta10/src' make: *** [all] Error 1