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

#661
Announcements / Re: NetXMS 2.0-M5 released
July 08, 2015, 10:38:33 PM
I forgot to push packages from staging area into publicly-available repo; new packages will be available either today or tomorrow morning.

Quote from: jaivar on July 08, 2015, 09:13:15 PM
Hello!

Somebody know how upgrade from 2.0-M4 to 2.0-M5?

I install via repositories and the new version ins't upgrade.

Thanks!
#662
That means that netxms thinks this node it not running server anymore.
Have you changed IP address of the server recently?
#663
Обновите сервер до последнего M5
#664
Are there any errors in catalina.out?
#665
SNMP встроенный в Windows вроде как поддерживает .1.3.6.1.2.1.25.2.3 из HOST-RESOURCES-V2-MIB.
Альтернативный путь – через WMI, запросом из win32_logicaldisk (или через WMI-субагент, или использовать PowerShell как external parameter)
#666
General Support / Re: about housekeeper
July 01, 2015, 01:13:55 PM
Even simple queries are taking ages (e.g. 10 seconds for update by PK).
What PostgreSQL version are you using? Please share your postgresql.conf.
Do you have battery installed on 410i? Is it in write-back or write-through mode?
What's your read-ahead settings for drives? Please also show output of "iostat -x 5 5".
#667
Upgrade Java to version 7 at least. I, however, highly recommend to use latest Java8 because of numerous security issues in older java versions.
#668
General Support / Re: {instance-name}
June 30, 2015, 07:25:31 PM
1.2.16
#669
General Support / Re: about housekeeper
June 29, 2015, 06:18:56 PM
Can you please enable slow query logging (>1sec, for example) and post explain here (or send it to [email protected])?
If it's delete query (most likely), you can do it in transaction and roll it back:
BEGIN;
EXPLAIN ANALYZE DELETE FROM idata_...;
ROLLBACK;
#670
Yes, my bad – packages will be available tomorrow.
#671
Нужен томкат 7 или выше (или любой другой servlet container, который поддерживает Servlet API 3.0)
#672
General Support / Re: Server temperature
June 25, 2015, 12:44:58 PM
I think I've seen only one server where this query was working properly.
Check this thread for another solution: https://www.netxms.org/forum/general-support/windows-temperature-monitoring-solution/
#673
General Support / Re: about housekeeper
June 25, 2015, 12:43:10 PM
What version of NetXMS you are using? It was a known bottleneck and we did a major optimisation in 2.0-M3.
#674
It's known issue – we fixed that already and pushed updated version of the agent installer on the web (version remains the same).
Download agent installer once again and reinstall, it should fix this issue.
#675
General Support / Re: Web Timeout on Linux server
June 24, 2015, 02:22:54 AM
From directory name I assume it's installed by hand. Most likely it will work if you create nxmc.properties in /usr/local/tomcat7/lib/ (next to "catalina.jar", etc.)