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 - janrovner

#1
Hello,

I would like to compile NetXMS console from source on Windows. I followed instructions on https://wiki.netxms.org/wiki/How_to_setup_Eclipse/RAP, however I had no success and I am a little confused by a few things, maybe some explanation or wiki update would help me and others.

The first line of Wiki says "Download Eclipse 4.5 (Oxygen)", however I've installed "Eclipse Oxygen from http://www.eclipse.org/oxygen/, download button" and it shows in Help/About dialog this version info:Version: Oxygen.3 Release (4.7.3)

Then I've followed the instructions, everything went fine upto this item: "Babel Language Pack for rt.rap" - this item was not present in the list, so I've skipped it.

Then the main problem occured - wiki says "In trunk/src/java, run package.sh (or package.cmd on Windows)", however, there is no such file package.cmd in this directory. There are two package.cmd files present in source (src/java/client/package.cmd and src/java/nxreporting/package.cmd), both of them unfornutely failed for me.

Could you please make an up-to-date update of the wiki page with build instructions and specify required versions of Eclipse, Maven and JDK (or other items) required for build in vanilla (Windows) environment?














#2
General Support / Slow netxmsd shutdown
March 14, 2018, 11:07:50 AM
Hello,

I am a newbie to netxms and have a problem with server shutdown - it takes more than 20 minutes to stop the system. It looks like pollers are stopped about 20 minutes of other activity.

Any ideas?
Thank you very much.

Jan

NetXMS Server V2.2.4 Build 9506 (UNICODE) Ready
netxmsd: down
Proceeding with server shutdown...
2018.03.13 21:06:19.885 *I* NetXMS Server stopped
...
2018.03.13 21:06:20.758 *D* SNMP Trap Receiver terminated


but the netxmsd process actually terminates after 20 minutes of other activity.

2018.03.13 21:27:28.649 *D* Thread pool POLLERS destroyed
2018.03.13 21:27:28.649 *D* PollManager: main thread terminated
...
2018.03.13 21:27:57.571 *D* Thread pool MAIN destroyed
2018.03.13 21:27:57.572 *D* Server shutdown complete


I have the same behavior both on Windows and Linux (server built from source).
#3
General Support / How to specify a netmask for node?
February 26, 2018, 03:27:09 PM
Hello,

I'm a total newbie (migrating from dude). I am trying to (batch) add new nodes, however when I create a new node to NetXMS (under "Infrastructure Services"), I'm always getting /24 subnet under "Entire Network".

I am adding it with everything disabled (NXCObjectCreationData.CF_DISABLE_ICMP | NXCObjectCreationData.CF_DISABLE_NXCP | NXCObjectCreationData.CF_DISABLE_SNMP | NXCObjectCreationData.CF_CREATE_UNMANAGED).

Could you please help me how to fix it? I am not interesting in autodiscovery in this movement, the goal is to migrate "by hand" about 2k of nodes.

Thank you.
Jan