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

#1471
Chassis пока не доделан. Идея именно в этом - чтобы можно было отобразить блейд шасси или дисковый массив с серверами.контроллерами внутри.
#1472
General Support / Re: Syslog Performance
November 15, 2018, 11:08:21 AM
Hi,

what NetXMS version you are using? How many syslog records you are receiving? I know there are quite big installations on PostgreSQL that are writing lot of syslog messages. You can try to increase server configuration parameter DBWriter.MaxRecordsPerTransaction - that can increase transaction size and speed up inserts.

Best regards,
Victor
#1473
General Support / Re: Compiling NetXMS
November 15, 2018, 11:05:27 AM
Hi,

it says that application cannot be found. Check plugins directory of exported application - do you have all org.netxms.* plugins here?

Best regards,
Victor
#1474
General Support / Re: Compiling NetXMS
November 14, 2018, 02:35:42 PM
Hi,

for compiling desktop UI in 2.2 branch you need Eclipse 3.8. UI version 3.0 (master branch) already switched to Eclipse Photon. For TM use the following: "TM Terminal Control SDK" from "Target Management Project 4.4". Update site: http://download.eclipse.org/tm/terminal/updates/4.4milestones/20180611.

For server build reconf script should be run first. Please provide exact error you are getting - but most likely you miss one of the required tools. Make sure that you have installed: automake, autoconf, libtool. For the build itself you'll also need flex and bison. If you provide Linux distribution you are using I can post full list of necessary packages to be installed.

Best regards,
Victor
#1475
Hi,

did you run configuration poll on device? During configuration poll server will try existing community string (I suppose it is currently set to "public"), if device does not respond to it, then it tries configured communities. Note that in such configuration device do respond to "public" it will remain configured.

Best regards,
Victor
#1476
General Support / Re: Unmanage setting cleared
November 14, 2018, 02:26:52 PM
Object ID and GUID will be different. You can also check for SYS_IF_ADDED events on owning node.

Best regards,
Victor
#1477
Hi,

list of community strings to try has been moved to Configuration -> SNMP Credentials. We will update documentation.

Best regards,
Victor
#1478
Announcements / Elmia Subcontractor 2018
November 13, 2018, 04:04:41 PM
We are participating in Elmia Subcontractor 2018 exhibition in Jönköping, Sweden, until 16th of November.
You can find us at stand D02:18. Please join us there to check out our products, ask any questions regarding IT or industrial monitoring, or just for a random chat.
#1479
General Support / Re: Unmanage setting cleared
November 12, 2018, 07:26:18 PM
Hi,

are you sure they are not being deleted and later re-created?

Best regards,
Victor
#1480
Hi,

are they duplicated within single subnet? If yes, can you please share screenshots of "Overview" and "Interfaces" tabs for few such devices?

Best regards,
Victor
#1481
General Support / Re: SubAgent - icmp ping
November 12, 2018, 02:01:25 PM
Hi,

are you sure that DNS name swi-hp-304-2 can be resolved from machine where ping subagent runs?

Best regards,
Victor
#1482
Hi,

no updates unfortunately. We didn't have time for it yet.

Best regards,
Victor
#1483
General Support / Re: SubAgent - icmp ping
November 09, 2018, 02:32:57 PM
So looks like agent actually can ping target and returns correct value. Most likely problem is in DCI configuration. Please show screenshot of problematic DCI properties.

Best regards,
Victor
#1484
General Support / Re: UTF8 in e-mail problem (2.2.10)
November 08, 2018, 03:44:23 PM
Hi,

check that server's configuration parameter MailEncoding set to utf8.

Best regards,
Victor
#1485
General Support / Re: SubAgent - icmp ping
November 08, 2018, 03:38:03 PM
Hi,

for ICMP.Ping request please use this command:

nxget 10.10.0.101 'ICMP.Ping(10.10.2.125)'

-T option instructs nxget to request table.

Best regards,
Victor