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

#1
I have the same problem.Besides, if a switch gets temporarily disconnected from the network and it's not reachable anymore from the seed nodes, it disappears from the map and when it becomes connected again, it reappears in the top left corner instead if the position it had when it disappeared.
#2
Feature Requests / Lock objects on network maps
October 13, 2020, 05:07:04 PM
Hi,it would be nice if objects on network maps could be "locked" in place, to avoid accidentally moving them while editing the map.Also, it would be very useful if maps had the option to enable/disable the "edit mode" for entire map (same as dashbords).
Thanks,Alessandro
#3

UPDATE: about ten minutes after adding two IP addresses to the MasterServers parameter, the Agent DCI started to work, so the issue is resolved.



Hello,I have a server running NetXMS and NextXMS Agent (v 3.5.90) on CentOS 8, and I cannot get DCI data from the NetXMS agent running on the server itself, that is, all Internal DCI work perfectly, but, for example, the default "NetXMS server: physical memory used by process" DCI always returns "<<ERROR>>" (see first image)

I tried getting the DCI value by nxget and it works only if I use 127.0.0.1 as host address, while it gives "500: Internal error" if I use any of the two "real" IP addresses of the server (see second image).

It seemed like the agent was only listening on the loopback address, so I tried to add the two IP addresses to the MasterServers parameters, in the Agent's configuration file:
MasterServers = 127.0.0.1, 192.168.200.103, 192.168.24.249
and now nxget works with both IP addresses (see third image), but I'm still getting "<<ERROR>>" in the UI.
Am I doing something wrong?

Thanks,
Alessandro
#4
Oh! I'm really sorry, I completely missed this step  :-[ .
Thank you very, very much for your support and for your time.
P.S. I disabled the system user, thank you.

#5
The SQL errors are related to two new groups I was creating (see screenshot), perhaps I made something wrong.
About the autobind script, I don't know, I'm new to NetXMS and I'm still exploring all its features.
I remember opening the script library, perhaps I unvoluntarily tampered with the scripts.

#6
Yes, I can set up a remote access for you, thank you very much.
I have to setup some port forwarding on our firewall: do you only need SSH or also port 4701 for the console?
Can you tell me the public IP address you will be using to connect?

In the meanwhile, I changed the debug level and opened the history and graph of DCI 682 and 683 of node 2069, see attached log.I think they are at line 5744, timestamp 2020.08.11 11:21:55.828

#7
Hi, here they are.
Node 2069, DCI 682
nxshell -H 127.0.0.1 -u admin -P XXXX collected_data.py
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/usr/local/lib/netxms/nxshell.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
DciData [nodeId=2069, dciId=682, dataType=INT32, valuesSize=0]

Node 2069, DCI 683nxshell -H 127.0.0.1 -u admin -P XXXX collected_data.py
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/usr/local/lib/netxms/nxshell.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
DciData [nodeId=2069, dciId=683, dataType=INT32, valuesSize=0]


It seems nxshell doesn't get any data too  :(
#8
Yes, of course.
#9
Here they are.
#10
I've not configured many DCIs yet, but it seems no DCI shows historical data.
I've added a couple of other DCI on a different switch (3Com vs CISCO), but still no historical data in the GUI.

Even default DCIs for the NetXMS server itself show no historical data (see attachments).
The only strange thing I'm noticing now, is the <<ERROR>> value for the only DCI coming from the NetXMS agent on the server.
#11
General Support / Re: NetXMS OS Platform
August 07, 2020, 01:43:49 PM
I'm using 3.4.284 on CentOS 8
#12
Today I also tried on Linux CentOS 8, (nxmc-3.4.284-linux-gtk-x64.tar.gz) but nothing changed: no historical data.This is so strange that now I wonder if I'm doing something wrong...

#13
I tried the Windows client (nxmc-3.4.284-win32-x64.zip) both on Windows 7 and on Windows 10, but I also tried the web interface (nxmc-3.4.284.war), everything downloaded from the netxms website, so it seems the issue doesn't depend on the client OS.
I still have to try on Linux...
#14
I tried (see attached config.log), but the issue is still present.
The query is the same as before:200806 15:54:06    266 Prepare  SELECT idata_timestamp,idata_value,raw_value FROM idata_2069 WHERE item_id=? ORDER BY idata_timestamp DESC LIMIT 4096
                   266 Execute  SELECT idata_timestamp,idata_value,raw_value FROM idata_2069 WHERE item_id=683 ORDER BY idata_timestamp DESC LIMIT 4096
                   266 Close stmt

I was wondering if it could be a client issue, instead of a server one.
After all, if the server had a problem SELECT'ing data from the DB, almost nothing would work...

#15
Hi,I followed the directions on the "NetXMS Administrator Guide, Release 3.4.178", chapter "3.6  Installing from sources", that is:
# ./configure --with-server --with-mysql --with-agent
# make
# make install

I'm attaching the config.log and the output of yum list installed.If you need anything else, please let me know.

Thank you,Alessandro