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

#3271
General Support / Re: Instance discovery
January 29, 2015, 12:08:52 AM
You can also add check to the filter to ignore file systems with total space less then 800MB and free space 0 - it will work fine unless you really have very small file systems on your servers.

Best regards,
Victor
#3272
Hi,

actually it's just hard-coded limitation which is there from the beginning. Now it's likely pointless, so we can remove it. I'll add a feature request for that.

Best regards,
Victor
#3273
Общие вопросы / Re: 1.2.17 SNMP
January 29, 2015, 12:01:28 AM
На конкретную ноду дебаг включить нельзя. Для дебага configuration poll достаточно уровня 6. Потом можно найти записи вида "Starting configuration poll for node ..." и "Finished configuration poll for node..." - между ними среди прочего будет все про данную ноду. Ну и потом можно фильтровать дальше - больжая часть интересующих записей будет содержать текст ConfPoll(...):.
#3274
Announcements / NetXMS 2.0-M2 released
January 28, 2015, 11:55:18 PM
Hi all!

NetXMS version 2.0-M2 is out. Changes since previous release:

- Fixed server hang issue on some Windows versions
- Fixed SNMPv3 communication issue with HP A series switches
- Fixed LDAP sync problems on Windows
- Russian translation improved
- New MIB added: SYMBOL-CC-WS2000-MIB
- Subagent for reading DS18T20 and DS18S20 temperature sensors on Linux
- Fixed issues: #675, #699, #716, #721, #735, #736, #737, #742, #744

Best regards,
Victor
#3275
Общие вопросы / Re: V2.0
January 22, 2015, 11:18:13 PM
В 2.0-М2 есть несколько исправлений в SNMPv3. Попробуйте поставить (завтра выложим), если не поможет, то будем разбираться дальше.
#3276
Общие вопросы / Re: 1.2.17 SNMP
January 22, 2015, 11:15:55 PM
Ограничений на количество интерфейсов нет. Надо смотреть по логам что происходит при configuration poll.
#3277
Это косяк консоли. Чтение с консоли и работа скрипта параллельны, поэтомы приглашение показывается раньше чем отрабатывает скрипт. Enter можно не нажимать, а так команды писать.
#3278
General Support / Re: WebUI Error in 2.0-M1
January 22, 2015, 11:09:10 PM
Hi,

seems to be an error in RAP (framework we are using for web UI). What browser you are using? Can you try different browsers?

Best regards,
Victor
#3279
General Support / Re: SQL query failed
January 22, 2015, 11:03:24 PM
Hi,

you can safely ignores these errors - it just tries to re-create tables that are already exist. Normally it shouldn't happen though. Watch if there will be any other SQL errors.

Best regards,
Victor
#3280
Hi,

do you have JRE under C:\NetXMS\bin\jre? Try to remove it so console will pick up system JRE.

Best regards,
Victor
#3281
Announcements / Re: NetXMS 2.0-M1 released
January 22, 2015, 10:59:22 PM
I've made some changes in installer - hopefully it will help. Please try 2.0-M2 when it will be available.

Best regards,
Victor
#3282
General Support / Re: Install problem on CentOs
January 22, 2015, 11:47:55 AM
Hi,

try to use CPPFLAGS instead of CFLAGS - CFLAGS only affect C sources, while CPPFLAGS affects both C and C++.

Best regards,
Victor
#3283
Hi,

I likely fixed it in development branch. Fix will be part of 2.0-M2 release (will be published very soon). It works on my CentOS 6.5 test system.

Best regards,
Victor
#3284
Yes, upgrade procedure is the same - you just run nxdbmgr as usual and it will make necessary changes in DB.

Best regards,
Victor
#3285
Yes, it's exactly same bug - NetXMS was not read ipAddressTable. After upgrade to 2.0-M1 or newer your problem should be fixed.

Best regards,
Victor