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

#1426
General Support / Re: MIB Explorer ERROR
January 29, 2019, 04:49:50 PM
Hi,

could you explain your problem a bit more detailed, maybe with some screenshots?

Best regards,
Victor
#1427
General Support / Re: NetXMS agent takes up 100% CPU
January 29, 2019, 02:00:38 PM
Hi,

try to start agent with debug level 9 and log set to file, and then provide log file for period from start to high CPU usage.

Best regards,
Victor
#1428
Hi!

Yes, you should put nxapisrv.properties to lib directory of your web server (any directory on classpath). Tomcat 7 should be ok for web service API (although Tomact 8 is required for web UI).

Best regards,
Victor
#1429
Hi,

if SQL is an option you can read list of nodes directly from NetXMS database. CSV is also an option - you can schedule nxshell script execution that will create CSV file.

Best regards,
Victor
#1430
By "disable retention" you mean do not store syslog at all, only process?

Best regards,
Victor
#1431
It depends on your Linux distribution and Tomcat settings. One possible location is /var/lib/tomcat8/lib.

Best regards,
Victor
#1432
Hi,

this is initialization problem with some MySQL versions. Try to edit file /usr/share/netxms/sql/dbinit_mysql.sql and change

attr_name varchar(255) not null

to

attr_name varchar(63) not null

under line

CREATE TABLE userdb_custom_attributes

Best regards,
Victor
#1433
Hi,

there was packaging error for web installer. We have it repacked, try to download it again and reinstall. MD5 sum should be b52ecdaaf41f3d7b4e1f57ea8b6b327a.

Best regards,
Victor
#1434
Please try to replace nxdbmgr.exe with attached one and run database upgrade again.

Best regards,
Victor
#1435
Announcements / NetXMS 2.2.12 released
January 17, 2019, 02:44:16 PM
Hi all!

NetXMS version 2.2.12 is released. Changes since previous release:

- Added support for active network discovery in remote zones
- Database manager options to skip various logs during database export also works for database migration
- Fixed server database access issues on Windows
- Fixed issues:
        NX-1206 (Full screen mode with only dashboard elements)
        NX-1541 (Cannot open dashboard by name using command line option)
        NX-1542 (Ampersand characters in template path not escaped in exported configuration XML file)

Best regards,
Victor
#1436
Hi,

there are some incompatibilities in dlls. We will publish release 2.2.12 with a fix tomorrow.

Best regards,
Victor
#1437
There is MySQL monitoring subagent, it could possibly work on MariaDB as well, but it seems to be not documented. You can get some information from it's source code here - https://github.com/netxms/netxms/tree/master/src/agent/subagents/mysql and I will ask next week to update administration guide as well.

Best regards,
Victor
#1438
Hi,

do those DCIs recover by itself afterwards? Could you set debug level for server to 7 around that time and check for lines with text GetItemFromSNMP? But keep in mind that debug level 7 will produce huge amount of logging, so depending on your system size it may not be a good idea). Could it be that housekeeper start time set around 1:30?

Best regards,
Victor
#1439
Hi!

Looks very strange. Could you post screenshots of your DCI configuration? Also, is it template DCI or you configure it directly on node?

Best regards,
Victor
#1440
Hi,

I have found the bug. Please try to replace libnetxms.dll to attached.

Best regards,
Victor