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

#1201
Announcements / Telco references needed
September 03, 2019, 09:53:31 AM
Hello all,

we need references from telco companies for one project we are participating in. If you are using NetXMS in telco company and can provide such reference please contact me here or using private messages. Thank you!

Best regards,
Victor
#1202
А какая версия? Если сервер на Линуксе, можете снять дамп потоков после зависания?
#1203
В версию 2.2.17 вошли изменения по раздельному мониторингу дисковой очереди. 2019 сервер будем смотреть как позволит время, пока не могу точно обещать сроки. Постараемся в течении сентября сделать.
#1204
Может убраны права на них? Посмотрите под пользователем system.
#1205
General Support / Re: Netxms core do not start
September 02, 2019, 10:50:12 AM
Hi,

please make sure that you have set logging to file (using LogFile parameter in netxmsd.conf), add DebugLevel = 9 to netxmsd.conf, try to start service, and post resulting log file here.

Best regards,
Victor
#1206
General Support / Re: libnxdbmgr.dll missing
September 02, 2019, 10:49:04 AM
Hi,

can you check if libnxdbmgr.dll actually exist in C:\NetXMS\bin?

Best regards,
Victor
#1207
Общие вопросы / Re: Карта сети
August 29, 2019, 01:09:47 PM
Версия 2.2.16? Какой тип карты - автоматический или custom? Какие настройки automatic layout?
#1208
Надо прописать параметры доступа к базе:

DBDriver = pgsql.ddr
DBServer = адрес сервера
DBName = имя базы
DBLogin = логин для базы
DBPassword = пароль для базы
#1209
Hi,

this is download link for nxshell: https://cloud.netxms.org/index.php/s/eus63Vo12dCWMWU

Best regards,
Victor
#1210
Announcements / NetXMS 2.2.17 released
August 27, 2019, 09:36:44 AM
Hi all!

We have published patch release 2.2.17. It fixes critical issue in server that can cause crash when using SSH or device driver origin DCIs, as well as few other fixes. Full change log is following:

- Fixed multiple MQTT broker connection support
- Java 12 supported by reporting server
- Fixed bug in agent file download to UI
- Implemented per-device I/O counters on Windows
- Fixed bugs in TCP proxy
- Added object filtering by zone in REST API
- Fixed server crash when using "SSH" or "device driver" DCI source

Best regards,
Victor
#1211
General Support / Re: Netxms SSH Crash
August 26, 2019, 11:01:02 PM
Hi,

it should be fixed in 2.2.17 patch release.

Best regards,
Victor
#1212
Hi,

not much changes compared to 2.2. yet. You can find source code here: https://github.com/netxms/netxms/tree/master/src/client/nxapisrv/java

Best regards,
Victor
#1213
Ну да, это они. Если теперь на остановленом сервере сделать

UPDATE object_properties SET is_system=0 WHERE object_id IN (10,11);

То должны появиться в дереве объектов после старта сервера.
#1214
Вспомнил, у них скорее всего стоит атрибут системного объекта. Можно попробовать такой запрос для проверки:

SELECT p.name,p.object_id FROM templates t INNER JOIN object_properties p ON p.object_id=t.id WHERE p.is_system <> 0;

Если будут такие, то выставить им is_system в 0 (при остановленом сервере) и зайти системным пользователем - они будут видны и можно будет как обычно удалить.
#1215
General Support / Re: Mikrotik/RouterOS isCDP
August 24, 2019, 09:03:18 PM
Mikrotik LLDP implementation is not entirely correct, sometimes it reports bridge interface instead of actual port. This was discussed recently in another topic. I have some ideas how to deal with it, will try to implement in next few releases.

Best regards,
Victor