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 - Victor Kirhenshtein

#1186
Нужен SNMP на свитчах и поддержка хотя-бы STP, лучше LLDP или CDP. Можно запустить вручную topology poll на свитчах и посмотреть результат.
#1187
General Support / Re: upgrade to 3.0 - from 2.2.10
September 11, 2019, 10:08:53 PM
Hi,

first of all I do recommend using precompiled deb packages instead of building form source. Information about repository is here: https://wiki.netxms.org/wiki/Using_APT_Repository

If you want to build server from source, you have to install the following packages:

libssl-dev libcurl4-openssl-dev libexpat1-dev libsqlite3-dev libjansson-dev libssh-dev libmosquitto-dev libpcre3-dev libmysqlclient-dev

Best regards,
Victor
#1188
General Support / Re: scripting and ssh commands
September 10, 2019, 12:53:05 PM
You can use attributes from node objects (NXSL class Node - https://wiki.netxms.org/wiki/NXSL:Node, accessible via $node variable). SSH credentials are not accessible from NXSL, however it version 3.0 we have added method executeSSHCommand in Node class.

Best regards,
Victor
#1189
В свойствах объекта закладка "access control". Права наследуются, поэтому как правило достаточно дать права на корневой объект. Если забрали доступ у админа, можно зайти пользователем system (предварительно разрешив ему логин и поставив пароль) - у этого пользователя всегда есть все права.
#1190
Это максимальное количество хопов между центральным узлом карты и остальными узлами.
#1191
General Support / Re: Nxshell no longer working
September 06, 2019, 12:19:29 PM
Check what Java version you are using. It could be that Jython is not compatible with newer versions.

Best regards,
Victor
#1192
Попробуйте пересобрать сервер с текущего бранча stable-2.2 (коммит 261e224cb9).
#1193
General Support / Re: scripting and ssh commands
September 05, 2019, 01:26:58 PM
Do you have SSH subagent loaded on node with ID 2493? If yes, check agent's log on that node for how SSH request was processed. You may need to set debug level 5 or higher on agent.

Best regards,
Victor
#1194
A сетевое оборудование есть в мониторинге? Если да, то оно поддерживает информацию о топологии? Еще можно проверить в свойствах карты topology radius - может он поставлен в 1.
#1195
General Support / Re: Netxms HA with Galera Cluster
September 04, 2019, 12:57:28 PM
That won't work either - server caches lot of information (including all objects) for performance reasons and does not expect direct modifications to database.

Best regards,
Victor
#1196
General Support / Re: Netxms HA with Galera Cluster
September 04, 2019, 11:00:52 AM
Hi,

you cannot have two running NetXMS servers connected to the same database. It should be either active/passive cluster, or two separate instances.

Best regards,
Victor
#1197
Система может обнаруживать устройства, надо включить network discovery (Configuration -> Network Discovery). Ну и можно сделать автоматическую карту - создать карту с типом "Lаyer 2 Topology" или "IP Topology" и задать корневое устройство.
#1198
General Support / Re: libnxdbmgr.dll missing
September 04, 2019, 10:57:20 AM
Hi,

it looks like broken installation. You can try to re-install 2.2.15 (just run installer again - it will copy over all files) or upgrade to latest version without checking DB - installer should bring in all necessary files.

Best regards,
Victor
#1199
General Support / Re: Statistical info on custom map
September 03, 2019, 12:36:59 PM
You can create script DCI on any node that will calculate required information, and then add DCI container to the map.

Best regards,
Victor
#1200
Мы поизучаем этот вопрос. Я когда-то давно смотрел, довольно сложно было делать msi по сравнению с обычным инсталлятором, поэтому и выбрали InnoSetup. А exe инсталлятор через контроллер домена нельзя напрямую использовать? Еще наверное можно использовать MSI обертки, вроде этой: https://www.exemsi.com/documentation/getting-started/?