News:

We really need your input in this questionnaire

Main Menu

Recent posts

#11
General Support / Re: Server not starting after ...
Last post by Alex Kirhenshtein - May 13, 2024, 01:32:19 PM
Check windows event log, maybe nxdbmgr crashed
#12
General Support / Re: Database upgrade after Net...
Last post by deepb - May 13, 2024, 01:31:08 PM
I'm facing exactly the same issue. I didn't take database backup so cannot go back to the old schema version either.
#13
General Support / Server not starting after upgr...
Last post by deepb - May 13, 2024, 01:18:04 PM
Hi,

I upgraded from 4.5.6 to 5.0.2 and NetXMS server refuses to start. I'm using MariaDB 10.4. 

Your database has format version 50.32, but server is compiled for version 50.39

Running  nxdbmgr.exe upgrade has no effect/output either.

C:\NetXMS\bin>nxdbmgr.exe upgrade
NetXMS Database Manager Version 5.0.2 Build 5.0-878-gccaeca5869 (UNICODE)

Upgrading database...
Upgrading from version 50.32 to 50.33

C:\NetXMS\bin>

Please help.
#14
General Support / Re: Monitoring gpu on windows
Last post by Victor Kirhenshtein - May 11, 2024, 11:14:19 AM
You likely can use Windows performance counters. There are quite a lot of them for GPU. I didn't try to collect them from NetXMS, but my Windows notebook seems to provide GPU utilization and GPU memory usage among other stuff, and they should work as any other perf counter using "Windows Performance Counter" source for DCI.

Best regards,
Victor
#15
General Support / Re: new desktop client - unbou...
Last post by Victor Kirhenshtein - May 11, 2024, 10:59:09 AM
I just updated client application so that nodes without parent objects in infrastructure tree are not shown as root level objects. This change will be part of release 5.0.3.

Best regards,
Victor

#16
Announcements / Re: NetXMS 5.0 released
Last post by lindeamon - May 11, 2024, 09:55:58 AM
Hi Team,
as always, thank you for the great work. you give us an awesome piece of software for free and we appreciate it.
Windows is my go to platform and having the binaries all ready available made it much much easier for me to use netxms in my company.
hope you will reconsider your decision about windows server binaries.

10x,
Lindeamon
#17
General Support / Re: new desktop client - unbou...
Last post by Filipp Sudanov - May 10, 2024, 08:47:24 PM
Not sure why this is happening. Can you run the script I've shared manually (via Execute Script from context menu) on a couple of nodes which we bound to that container, but should not and share the output.
#18
General Support / Re: NXSL Changes
Last post by Filipp Sudanov - May 10, 2024, 08:25:43 PM
Should now be:
if (($node.snmpSysName != "") and ($node.snmpSysName !=null))
{
  $node.rename($node->snmpSysName);
}


https://www.netxms.org/documentation/nxsl-latest/#_instance_methods_14

#19
General Support / Re: Monitoring gpu on windows
Last post by Filipp Sudanov - May 10, 2024, 07:49:34 PM
We do not have any out of the box metrics, but if you find any command line utility that is able to get this data, you can add external metric for that.
#20
General Support / Re: Client Reconnect
Last post by Filipp Sudanov - May 10, 2024, 07:46:47 PM
There's parameter Server.Security.2FA.TrustedDeviceTTL in Configuration->Server configuration, it's time in seconds