News:

We really need your input in this questionnaire

Main Menu
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 - Tatjana Dubrovica

#106
We have fond that now there is error in displaying results of walk when accessing through Data Collection Configuration->Properties of DCI->Select...->Walk. We will fix it in next release. For now you can add metrics through "MIB Expolorer view".
#107
Ну да. Loopback не считается валидным адресом, поскольку в нормальной ситуации это ошибка кроме как для самого сервера. А такой случай мы не обрабатываем отдельно.
#108
I think it will be easyer for you to use NXShell script for this purposes. Examles cn be found there: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations
#109
You can create dummy DCI or script DCI, that will take last value of the DCI and transform it to 0 in case of error.
#110
Подключение к ноде идёт через primary host name (это IP аддресс или Hostname). Оно видно в properties объекта во вкладке Communications.
#111
General Support / Re: web interface map display
January 16, 2018, 09:51:40 PM
Should work in next release: 2.2.3
#112
General Support / Re: Object status issue
January 05, 2018, 02:56:42 PM
I mean status of interface objects, that are under this switch (in object tree).
#113
Yes we have found the bug. It well be fixed in one of next versions.
https://track.radensolutions.com/issue/NX-1387 - issue will be fixed in one of next releases
#114
From what version? It looks like some upgrade procedures were not executed or failed.

Try to execute next sql queries on NetXMS DB and run server again:
CREATE TABLE policy_pstorage_actions (
rule_id integer not null,
ps_key varchar(255) not null,
value varchar(2000) null,
action integer not null,
PRIMARY KEY(rule_id,ps_key,action)


CREATE TABLE persistent_storage (
entry_key varchar(256) not null,
value varchar(2000) null,
PRIMARY KEY(entry_key))

Check that in server log there are no other sql errors.
#115
Looks like database was somehow corrupted.
What was the steps you made before it spoted working? (Upgrade to new version?) What errors were there and what commad you used to fix them?
#116
General Support / Re: Object status issue
January 03, 2018, 05:47:56 PM
As not reachable you mean, that on configuration poll node shows "Node is (still) unreachable"?

Do you have errors in interfaces?

By default status is calculated based on polling results, status of underlying objects, associated alarms and status DCIs. So if there are no alarms(Node down alarma was terminated) and no errors for interfaces, then node will be in status ok.
#117
What does the server writes in log? Try to run server in console with debug and check what messages does it write?
#118
General Support / Re: VPN-CONNECTOR NETXMS 2.1.2
November 27, 2017, 05:48:24 AM
Right click on the node -> create -> VPN Connector (It is possible to create VPN connection only under the node)
#119
General Support / Re: Two or more overlapped subnets.
November 21, 2017, 12:11:14 PM
Can you please describe in more details your network(nodes, networks, configuration). How do networks outside know which interface to use?

For now it looks like without code change it is not possible to configure. If we will know more network details we may find a quick solution. The right and long way solution is to support VRF, but it will require a lot of changes and can't be implemented quickly.
#120
General Support / Re: Two or more overlapped subnets.
November 20, 2017, 03:06:58 PM