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

#7306
General Support / Re: NetXMS 0.2.20 compilation
April 10, 2008, 03:29:02 PM
Main problem is to find Linux ODBC driver for MS SQL. Second is to configure unixODBC.  There are some useful links from unixODBC site:
http://www.unixodbc.org/odbcinst.html
http://www.unixodbc.org/config.html

Please note that FreeTDS mosy likely will not work because it doesn't support UNICODE ODBC interface.

Best regards,
Victor
#7307
You can select "Negate cell" option - this will mean "everything except listed in this cell". Is it what you mean?
#7308
General Support / Re: Problems with agent parameters
April 10, 2008, 02:20:12 PM
Do you have English version of Windows or in some other language?
#7309
General Support / Re: NetXMS 0.2.20 compilation
April 10, 2008, 01:26:11 PM
Hi!

We have changed UNICODE support in 0.2.20 - this should be the cause. I'll take a look at this today. Could you please post config.log here or send it to [email protected]?

Best regards,
Victor
#7310
General Support / Re: Problems with agent parameters
April 10, 2008, 01:24:20 PM
What operating system agent is running on?
#7311
Кстати, а почему бы для пингов не использовать PING субагент? Он специально для этого предназначен...
#7312
Проблема в том, что этот скрипт долго работает. На моем компе это выглядит так:


victor@stone:~/netxms$ date && /usr/local/sbin/e1_ms.sh 10.0.0.2 && date
Thu Apr 10 10:12:18 EEST 2008
1
Thu Apr 10 10:12:22 EEST 2008
victor@stone:~/netxms$


У агента есть тайм-аут на выполнение внешних команд, по умолчанию 2 секунды. Если команда не успевает завершиться за это время, то агент возвращает ошибку. Это время можно увеличить, изменив значение параметра ExecTimeout в конфиге агента (значения в миллисекундах). Кроме того, у сервера тоже есть тайм-аут на ожидание ответа на запрос к агенту - те-же 2 секунды по умолчанию. Меняется настройкой параметра сервера AgentCommandTimeout.

Причина, по которой эти тайм-ауты по умолчанию такие маленькие - параметры с агента собираются последовательно, и если сбор какого-то параметра требует 30 секунд, то остальные параметры с данного узла в эти 30 секунд не собирабтся, соответственно может нарушится равномерность сбора данных.
#7313
Sdelal - budet v versii 0.2.21
#7314
Run nxdbmgr check and answer Y to question about unlocking database.

Best regards,
Victor
#7315
Пока нельзя - в текущей реализации карта может быть только одна. Я подумаю, можно ли сделать какой-нибудь быстрый патч, если нет, то придется ждать релиза с полноценными картами.
#7316
NetXMS имеет собственную базу пользователей. Логин по умолчанию - admin, пароль - netxms.

Best regards,
Victor
#7317
There is no way to avoid this in current version. I have to think about some mechanism to prevent this and implement it in future release.

Best regards,
Victor
#7318
General Support / Re: NetXMS time outs
April 08, 2008, 07:38:00 PM
Most likely a bug in the server code. I'll take a look at this.

Best regards,
Victor
#7319
Unfortunately, it can be done only manually. I'll add it to wish list. As a workaround for mass update you can stop NetXMS server and do update directly in database. Also, using templates for commonly used DCIs will help a bit.

Best regards,
Victor
#7320
Select node object, select "Subordinates" tab, and you will be able to select multiple child objects and delete or manage/unmanage them.

Best regards,
Victor