Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Staj

#46
General Support / Re: NetXMS 2.2.6 DB Upgrade Fails
June 12, 2018, 06:23:55 AM
Unfortunately it doesn't (continue from where it left off) and the system remains down. Message remains the same on reruns, I'm running nxdbmgr.exe online-upgrade -t -X now.
#47
General Support / Re: NetXMS 2.2.6 DB Upgrade Fails
June 08, 2018, 05:38:57 AM
You were right, I tried again with the -X flag and it finished (more or less) but it says an online-upgrade is still required (which fails)
QuoteC:\NetXMS\bin>nxdbmgr.exe online-upgrade -t
NetXMS Database Manager Version 2.2.6 Build 9513 (2.2.6) (UNICODE)

>>> SELECT var_value FROM metadata WHERE var_name='PendingOnlineUpgrades'
Running online upgrade procedure for version 22.21
Updating zone UIN in table alarms...
Updating zone UIN in table event_log...
Updating zone UIN in table snmp_trap_log...
Updating zone UIN in table syslog...
Online upgrade procedure for version 22.21 failed
>>> SELECT var_value FROM metadata WHERE var_name='PendingOnlineUpgrades'

WARNING: Online upgrades pending. Please run nxdbmgr online-upgrade when possible.
#48
General Support / NetXMS 2.2.6 DB Upgrade Fails
June 06, 2018, 01:11:13 PM
Trying to upgrade from NetXMS 2.2.3 to 2.2.6, I'm up to the stage where I'm upgrading the database (MariaDB/MySQL) but:
QuoteC:\NetXMS\bin>nxdbmgr.exe upgrade
NetXMS Database Manager Version 2.2.6 Build 9513 (2.2.6) (UNICODE)

Upgrading database...
Upgrading from version 22.20 to 22.21
SQL query failed (Duplicate column name 'zone_uin'):
ALTER TABLE alarms ADD zone_uin integer
Rolling back last stage due to upgrade errors...
Database upgrade failed
#49
General Support / Re: Multiple 404s on Download Page
March 05, 2018, 06:57:03 AM
Issue still exists for a number of links.

Eg: https://www.netxms.org/download/releases/2.2/2.2.4/netxms-2.2.4-x64.exe.asc results in 404
#50
General Support / Re: Multiple 404s on Download Page
February 08, 2018, 01:13:15 AM
Links are still dead for 2.2.3
#51
General Support / Multiple 404s on Download Page
January 29, 2018, 02:40:36 AM
It appears all the GPG and MD5 links (Except for NetWare and IPSO agents) on https://www.netxms.org/download/ result in 404. Mobile Agent and Console APKs results in 404 too.

Eg: https://www.netxms.org/download/releases/2.2/2.2.2/netxms-2.2.2-x64.exe.asc results in 404

Also, the NetXMS Security Officer GPG key (B18B FBBC 6055 23AF 1AA0  7263 236B 4AEF 508E E698) is getting a quite old (2005) and doesn't follow best practice, maybe it's time to create some new modern keypairs? I think it's time to also move to, at least, SHA256 instead of MD5 given the demonstrated issues inherent in MD5.
#52
General Support / SSL/TLS for WebUI (Jetty)
July 14, 2017, 11:46:53 PM
How can we add TLS/SSL support to Jetty9 for the Web UI? I have a Java keystore but I can't work out how to adjust the Procrun parameters and/or make the correct Jetty XML files. Running NetXMS on Windows.
#53
Feature Requests / Re: SSL Monitoring
March 07, 2017, 06:43:35 AM
Thanks for that but we're already using an external utility to do the checks, would better to have more native functions.
#54
General Support / Re: DCI Table "valueAsMac"?
March 07, 2017, 06:34:58 AM
I want to get a MAC value from an SNMP table shown as a formatted MAC address in the table, I wanted to achieve this through a DCI Table Transformation script.
#55
Feature Requests / NXCObjectModificationData.setIpAddress
February 15, 2017, 09:31:10 AM
In NXShell, can you please overload NXCObjectModificationData.setIpAddress to allow passing a InetAddressEx (or even InetAddress) instead? NXCObjectCreationData.setIpAddress supports InetAddressEx, not sure why NXCObjectModificationData doesn't?
#56
This behaviour is annoying if you're dealing with devices with fixed IP addresses (as defined in the node) that have flaky SNMP, would be great if this was toggable somewhere.
#57
I understand there are pinned threads like those in General Support but I think more organised and serious approach to having a repository of Templates, Scripts, MIBs, useful Third Party Tools and snippets would increase NetXMS's utility even more.

We've been evaluating many different solutions for years and NetXMS really does compete in functionality but is lacking in terms of pre-made content for common scenarios, I'd love for better ways to working on shared solutions than just pinned threads. Maybe a dedicated board?
#58
Feature Requests / SSL Monitoring
February 10, 2017, 09:05:32 AM
PRTG's SSL Certificate Sensor and SSL Security Check Sensor are really helpful. Would be great to see equivilent functionality in NetXMS natively.
#59
General Support / Re: DCI Table "valueAsMac"?
February 06, 2017, 05:16:00 PM
valueAsMac seems to be defined in SNMP_Variable::getValueAsMACAddr which has no relation with table get NXSL method definition as far as I can tell, is there really no work around for this?
#60
General Support / DCI Table "valueAsMac"?
February 06, 2017, 04:14:18 PM
SNMP_VarBind's valueAsMac displays my OID's octet string value just how I need it but I'm trying to obtain this MAC address formatted string from a value within an SNMP DCI Table's Transformation script. How can I display a SNMP Table value as a MAC address in the same way as SNMP_VarBind's valueAsMac?