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

Topics - tkrumov

#1
General Support / Nodes DCI Timestamp incorrect
February 19, 2022, 12:52:06 AM
Hello,

From 17.02.2022 11:40 EEST time to the moment I have seen strange problem with DCI timestamp. When I open on my some node DCI history I have seen that the last information is from 24.08.2033.
Even all DCI timestamp on my proxy node who collection information from all my nodes was from 24.08.2033. I have restarted few times proxy node, but without result. I deleted this proxy node object and re-created it again. After that on him all DCIs timestamp changed to normal timestamp. I assigned again this proxy node to my zone. After that on few my nodes timestamp is already fixed, but most of them is still not normal -  24.08.2033. I attach pictures.

My NetXMS server version is 3.9.334 Build 3.9-334-g799c5eb953

My Proxy node - agent version - 4.0.2151

What could be the reason for this situation?
#2
Hello,

We using NetXMS from which we have manage nodes organized in multi-level container hierarchy:

-Infrastructure
|__Client1
     |___PDC
             |___Node1
             |___Node2
             |___Node3
     |___DRC
             |___Node1
             |___Node2
             |___Node3
     |___Branches
                      |____Node1
                      |____Node2
                      |____Node3
                      |____NodeX


In Branches folder we have some nodes(node1, node2, node3, nodeX). Аt the moment on them I have manualy set custom attribute with Value 1. I want to set the same custom attribute on folder Branches and all devices which are into this folder to be inheritance with the same custom attributes, but with different value(for example Value 0). At the moment on folder Branches manualy I have set custom attribute with Value 0 which to be Inheritable.


When I have added new node into the Braches folder his custom attributes was inherited corretlly from Branches folder(custom attributes with value 0). Strange is that all nodes which were added into the Branches folder still have a manualy set custom attributes(value 1).
Example - node1 properties was write that Inheritable is "YES" from "Branches" folder, but Value is still set to Value 1.
I attach pictures.

May be this inheritance not work for already added devices in a folder if on them have already set manual custum attribute?


#3
Hello Team,

On RaspiPi 2 Model B I have install Raspbian Buster with desktop and recommended software.


root@raspberrypi:/home/efellows# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"



root@raspberrypi:/usr/lib/eclipse# java -version
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Raspbian-1deb10u1)
OpenJDK Server VM (build 11.0.6+10-post-Raspbian-1deb10u1, mixed mode)


I`m following instruction from topic "Successfull Raspberry Pi installation of GUI Managment Console without Wine/QEmu", but for some reason GUI Management Console was not running.
I have installed:
- nxagent version 3.1.274
- eclipse version 3.8.1-11
- nxmc-3.1.260-win32-x64 and from him I copied the following files into /usr/lib/eclipse:
* folders configuration
* folders plugins
* folders p2

When I executed eclipse an error appeared:


efellows@raspberrypi:/usr/lib/eclipse $ eclipse
OpenJDK Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
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


An error has occurred. See the log file
/home/efellows/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1583323993281.log.

I have attached the log file.

Any idea what is missing?

Thanks in advice