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

#376
Да, переход на 2.1 - долгий. Мы сильно поменяли структуру хранения табличных метрик, и все данные при апгрейде конвертируются в новый формат.
После апгрейда рекомендую сделать вакуум - база будет в разы меньше.
#377
На данный момент этот артибут недоступен из nxsl
#378
Try http://mysqltuner.com/, it usually gives you quite decent ideas about MySQL configuration (it's not a silver bullet though).
#379
General Support / Re: bug with bar graph
October 14, 2016, 09:38:56 AM
Are you using HiDPI screen by any chance?
#380
General Support / Re: DCI checks over SSH
October 14, 2016, 09:32:17 AM
Check that metric is provided by the agent:

nxget -I VM_IP|grep SSH

Also check agent version:

nxget VM_IP Agent.Version
#381
General Support / Re: Connection refused from Server
October 14, 2016, 09:24:41 AM
Also check output of "dmesg" - most likely there will be records like "Out of memory: Kill process 29957 (netxmsd) score 366 or sacrifice child"
#382
General Support / Re: Connection refused from Server
October 14, 2016, 09:23:28 AM
Yes, I'd recommend at least 2GB of memory when database is on the same server.
How many servers you have configured in the NetXSM?
#383
General Support / Re: Bug with DPI Scaling
October 14, 2016, 09:04:39 AM
Hello.

It's know issue and we are working on it.
#384
General Support / Re: Connection refused from Server
October 14, 2016, 09:02:14 AM
DB lock is there to prevent multiple instances of the server from corrupting data integrity. If daemon is not running but lock is there, usually that means that  it either crashed of database was shutdown first.
In your case, netxmsd is not starting at all, or crash at some point?
#385
General Support / Re: Connection refused from Server
October 13, 2016, 05:18:52 PM
There is a stale lock in the database.
Make sure that netxmsd is not running and remove it with "nxdbmgr unlock".
You can also run "nxdbmgr check" for consistency check.
#386
Problem with slow external parameters is that server retrieve values in a single thread (per agent) and it can block data collection from the agent
#387
Well, it behaves as expected.
If you need to handle long-running command - use ExternalParameterProvider (https://wiki.netxms.org/wiki/ExternalParametersProvider)
#388
Please increase debug level to 5, reproduce problem and send us agent log
#389
Announcements / Re: NetXMS 2.1-M1 released
October 10, 2016, 01:03:17 AM
Check that you running Java 8
#390
Announcements / Re: NetXMS 2.1-M1 released
October 09, 2016, 05:15:04 PM
Debian/Ubuntu packages are available in "beta" repository, don't forget to add it alongside with the "main".