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

#931
General Support / Re: Can't upgrade from version 1.1.6
February 06, 2013, 05:22:08 PM
Maybe sever was initially installed with different prefix.
Check which nxdbmgr you are using: run which nxdbmgr
Also search for duplicates:find / -name nxdbmgr 2>/dev/null
#932
Если есть core файл, то запустите пожалуйста "gdb /path/to/netxmsd core" и покажите результат команды "thread apply all backtrace".
Если core не создается, перед запуском сервера выполните "ulimit -c unlimited" (можно так же можно прописать в /etc/security/limits.conf)
#933
Announcements / Re: NxShell
February 04, 2013, 02:36:45 AM
#934
General Support / Re: Remote support
January 30, 2013, 07:52:13 PM
Hello.

Please contact me at [email protected] and I will send you our consulting rates.

Best regards,
Alex.
#935
Announcements / Re: NxShell
January 30, 2013, 07:41:37 PM
Yes, all operations done by GUI can be done using API. Right now it's just a raw Java API with some glue for more convenient use, but I plan to make it more Python-ish.

I can add more samples – do you have any particular idea in mind?
#936
Проблема в том, что при запуске под runit, readline получает EOF на каждый попытку прочитать консоль – чем и занимает одно ядро полностью.
В 1.2.6 я добавил параметр "-q", который полностью отключает интерактивную консоль.
Как временное решение - отключить консоль в коде и пересобрать сервер. Diff в аттаче.
#937
Посмотрите историю по двум DCI на самом сервере (они создаются автоматически):
* Database writer's request queue (DCI data) for last minute
* Database writer's request queue (other queries) for last minute
#938
General Support / Re: Problem agent feedback.
January 28, 2013, 09:22:20 PM
Could you please enable crash dump collecting and send us minidump of the crash?

To enable it, you need to add these options in nxagentd.conf:
CreateCrashDumps=yes
FullCrashDumps=yes
DumpDirectory=c:\netxms\dump


You also need to create "c:\netxms\dump" directory.
#939
General Support / Re: Certificate / 2-way SSL setup
January 28, 2013, 09:16:59 PM
It's yet unsupported.
#940
General Support / Re: ServiceCheck.HTTP
January 25, 2013, 02:29:14 PM
There were no changes in portcheck subagent since 1.2.2.
Return code 3 means that connection was successful, but reply didn't match regexp.

Could you check request/response with tcpdump?
#941
Announcements / NxShell
January 25, 2013, 01:36:42 PM
Hello.

After couple of requests we made a  small tool to help automate operations, which are currently available only thru user interface or java api. In essence, it's wrapper around Jython (Java implementation of Python) and NetXMS API, with some glue in between to make it easier to use.

More details in our Wiki: http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations
#943
General Support / Re: Status NORMAL on closed port
January 18, 2013, 01:01:32 PM
Right now it's not possible. Services do not have "expected state", as interfaces do. Right now they are expected to be up, so if normal state for network service is "down", you'll always get critical status.
As a workaround, you can handle SYS_SERVICE_UP / SYS_SERVICE_DOWN (there is default rule for that in Event Processin Policy, so add your rule before that and select "stop processing" checkbox) to create alarm / send notification.
To prevent "critical" status on the node itself as well as whole tree, you can status propagation for service to fixed -> Normal. This way service itself will be shown with red dot, but whole tree will be left intact.