NetXMS Support Forum

General => Announcements => Topic started by: Victor Kirhenshtein on December 30, 2015, 11:28:53 PM

Title: NetXMS 2.0 released
Post by: Victor Kirhenshtein on December 30, 2015, 11:28:53 PM
Hi all,

NetXMS version 2.0 is out. With this release 2.0 branch is considered stable and 1.2.x branch is discontinued.

Complete change log for 2.0 (comparing to 2.0-RC2) is following:

- Template import correctly handles updates for existing templates
- Scripts can be used as instance source in instance discovery DCIs
- NXSL node object attribute snmpSysDescription renamed back to sysDescription
- Selectors in NXSL
- Array attributes in NXSL: size, minIndex, maxIndex
- Hash map attributes in NXSL: size
- New NXSL function: mapList
- Subnet mask for synthetic subnets can be set in server configuration
- Added cumulative counters for server DB writer requests
- Fixed data corruption issues in ODBC and Oracle DB drivers
- Additional internal server metrics for monitoring DB activity and performance
- Added interface creation hook
- Improved System.InstalledProducts table handling on Windows
- Fixed inefficient query in Oracle monitoring subagent
- Server shutdown speed improved
- Faster SNMP probing during configuration polls
- Fixed false negative in node down detection if expected state of some interfaces set to IGNORE
- Agent SNMP proxy improved
- Improved agent data cache reconciliation
- Fixed Oracle 12c compatibility issues
- Automatic configuration import from templates directory on server startup
- Fixed address list configuration bug
- Management console:
   - Object tool input fields can be rearranged
   - Line width can be configured for line charts on dashboards
   - Column sizes saved in table DCI last values view
   - Rack height and numbering direction can be changed
- Android Console:
   - Refactoring of Alarms configuration section: alarm notification events fully customizable, added notify by vibration (SOS pattern) and by LED color (set to black to disable a specific category)
   - Added action buttons in status bar for notification icon (reconect, disconnect and exit), only for Android version starting from v4.1
   - Updated support library
- Android Agent:
   - Support for Marshmallow devices (v6.0)
   - Updated support library
- Fixed issues: #205, #847, #849, #948, #963, #964, #966, #967, #971, #974, #978, #979, #980, #983, #991, #997, #1002, #1003, #1004, #1013, #1019, #1024, #1029, #1032, #1058, #1071, #1072, #1074, #1081, #1082, #1083, #1084, #1085

Best regards,
Victor
Title: Re: NetXMS 2.0 released
Post by: lindeamon on December 31, 2015, 10:04:33 AM
Finally..
Happy new year with new version
will install later
Title: Re: NetXMS 2.0 released
Post by: Dani@M3T on December 31, 2015, 03:04:16 PM
I will update today!

Happy new year to all
Title: Re: NetXMS 2.0 released
Post by: Marco Incalcaterra on December 31, 2015, 04:26:09 PM
Hi,

trying to install right now, I'm having problem in downloading generic Linux static agents:

https://www.netxms.org/download/agent_packages/nxagent-2.0-linux-x86-static.tar.gz
https://www.netxms.org/download/agent_packages/nxagent-2.0-linux-x64-static.tar.gz

Both links seems broken.

Best regards,
Marco
Title: Re: NetXMS 2.0 released
Post by: Marco Incalcaterra on December 31, 2015, 05:01:06 PM
Well.... seems something wrong with this release, I get access violation as soon as I try to login via with web console or java console:


[31-Dec-2015 15:49:26.227] [DEBUG] [CLSN-0] Sending message CMD_GROUP_DATA
[31-Dec-2015 15:49:26.227] [DEBUG] [CLSN-0] Sending message CMD_GROUP_DATA
[31-Dec-2015 15:49:26.227] [DEBUG] [CLSN-0] Sending message CMD_GROUP_DATA
[31-Dec-2015 15:49:26.227] [DEBUG] [CLSN-0] Sending message CMD_USER_DB_EOF
[31-Dec-2015 15:49:26.242] [DEBUG] [CLSN-0] Received message CMD_LOAD_EVENT_DB
[31-Dec-2015 15:49:26.242] [DEBUG] [CLSN-0] Sending message CMD_REQUEST_COMPLETED
[31-Dec-2015 15:49:26.242] [DEBUG] [CLSN-0] Sending message CMD_EVENT_DB_RECORD
[31-Dec-2015 15:49:26.242] [DEBUG] [CLSN-0] Sending message CMD_EVENT_DB_RECORD
[31-Dec-2015 15:49:26.414] [ERROR] EXCEPTION 0xC0000005 (Access violation) at 0x
5A68E25D (crash dump was generated); please send files C:\\netxmsd-3020-14515733
66.info and C:\\netxmsd-3020-1451573366.mdmp to [email protected]


*************************************************************
EXCEPTION: C0000005 (Access violation) at 000000005A68E25D
PROCESS TERMINATED


OS Windows server 2012R2 x64
DB MSSQL 2012 SP2 (MS15-058: GDR Security Update) x64


Log file sent to [email protected]

Best regards,
Marco
Title: Re: NetXMS 2.0 released
Post by: Marco Incalcaterra on December 31, 2015, 06:45:22 PM
Quote from: Marco Incalcaterra on December 31, 2015, 05:01:06 PM
*************************************************************
EXCEPTION: C0000005 (Access violation) at 000000005A68E25D
PROCESS TERMINATED[/tt]

OS Windows server 2012R2 x64
DB MSSQL 2012 SP2 (MS15-058: GDR Security Update) x64

The solution, as suggested by Victor, is to change the driver used to connect to DB: from ODBC to MSSQL (inside server configuration file).

Marco