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

#1486
General Support / Re: Server Configuration Wizard Window
December 04, 2018, 12:07:15 PM
Hi,

I'll check that (added a bug report as well: https://track.radensolutions.com/issue/NX-1524).

Best regards,
Victor
#1487
General Support / Re: Unmanage setting cleared
December 04, 2018, 12:04:02 PM
Could it be that somebody (user or script) issue "manage" on owning node? Manage and unmanage are recursive - if you change management status of a node it will change it on all interfaces as well.

Best regards,
Victor
#1488
General Support / Re: Question about backup
December 04, 2018, 12:02:07 PM
Hi,

if you need rule to work only for specific node it is easier to put that node into "Source" list and not attempt to filter it in the script.

Best regards,
Victor
#1489
HI,

we need much more detailed problem description to attempt to fix that. This query is one of the most common (save collected DCI data). What database you are using? How big is your database and this table? Could you provide execution plan for it? Is problem only with idata_122 table or with other idata_ tables as well? Do you have active reads from that table (it could be charts refreshed very often or some scripts reading collected data)?

Best regards,
Victor
#1490
This is because when summary table is built, DCI name is used for matching (and I suppose you have other dummy DCIs). You can use script DCI with unique name instead (it can be one library script that accepts parameters or multiple scripts).

Best regards,
Victor
#1491
Hi,

yes, server should use community strings listed in "SNMP Credentials" during discovery. Can you run server with debug level 5 for some time and check for lines with word SnmpCheckCommSettings?

Best regards,
Victor
#1492
General Support / Re: Performance Tab / Group Problem
November 21, 2018, 08:51:16 AM
Hi,

am I understand you correctly that you want to have separate chart for each incoming/outgoing pair, not to have all of them on one chart? Configuration seems to be correct assuming that instance discovery configured correctly. Could you export your template and attach it here?

Best regards,
Victor
#1493
General Support / Re: UTF8 in e-mail problem (2.2.10)
November 21, 2018, 08:46:59 AM
Hi,

do you have correct data in database?

Best regards,
Victor
#1494
Chassis пока не доделан. Идея именно в этом - чтобы можно было отобразить блейд шасси или дисковый массив с серверами.контроллерами внутри.
#1495
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
#1496
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
#1497
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
#1498
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
#1499
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
#1500
Hi,

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

Best regards,
Victor