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

#3346
Hi,

check server configuration variable SyncNodeNamesWithDNS - it must be set to 0 to avoid node names re-sync with DNS.

Best regards,
Victor
#3347
General Support / Re: Problem with SNMP
November 24, 2014, 03:42:03 PM
Hi,

no, we do not support time filtered MIBs. I'll add this as feature request.

Best regards,
Victor
#3348
General Support / Re: Problem with SNMP
November 21, 2014, 12:24:37 PM
So it's a bug in SNMP agent on switch then. The only workaround so far is to disable topology poll on that node and restart NetXMS server.

Best regards,
Victor
#3349
General Support / Re: Problem with SNMP
November 21, 2014, 10:49:15 AM
Hi,

interesting is that I don't see "Finished topology poll" message for that node. This may indicate that server is stuck within topology poller for some reason. Can you please run snmp walk from command line on this node on OID .1.3.6.1.2.1.17.7.1.4.2.1.4? I suspect that walk may cycle for some reason thus forming infinite loop.

Best regards,
Victor
#3350
Hi,

you are using wrong configuration parameters. Correct will be

ID = NTS8
Name = 172.29.10.149:1549/NTS8
Username= apps
Password = apps

ID is an arbitrary string. You will use it in parameters, like this:

Oracle.Cursors.Count(NTS8)

See Oracle subagent documentation for more information: https://www.netxms.org/documentation/adminguide/subagents.html#oracle

Best regards,
Victor
#3351
General Support / Re: Solaris client installaiton problem
November 20, 2014, 08:03:53 PM
Hi,

in version 1.2.7 we start using finction inet_pton which seems to be defined only in SUNW_1.3.1 version of libxnet. That's the only dependency on this version. I'll check how it's usage can be avoided.

Best regards,
Victor
#3352
Hi,

agent uses Windows performance counters for accessing CPU usage and uptime. Check that winperf subagent is loaded and do not report any errors on startup. It is possible that performance counters are corrupted or PDH is disabled altogether.

Best regards,
Victor
#3353
General Support / Re: H3C device driver
November 19, 2014, 05:36:45 PM
Can somebody provide me SNMP access to modern HP/H3C switch?

Best regards,
Victor
#3354
Hi,

if you are familiar with Python you can use nxshell to create a script which will read your input file and create appropriate mappings. Alternatively, you can create script which will convert your file into exported config, and then import that config.
But I agree that having appropriate option in MIB explorer would be most convenient method.

Best regards,
Victor
#3355
Feature Requests / Re: Clusters on Status Map
November 19, 2014, 12:53:17 AM
Hi,

just fix that. Next release will show clusters correctly.

Best regards,
Victor
#3356
Hi,

yes, it's a bug in mssql.ddr - it cannot work with MS SQL 2012 Native Client. It is already fixed, and agent 2.0-M1 will work correctly. IN the meantime, you can try to install earlier version of MS SQL Native Client (not sure if they can coexist on one machine though).

Best regards,
Victor
#3357
General Support / Re: Finding an object by ID
November 19, 2014, 12:06:10 AM
Hi,

looks like a bug in nxdbmgr. As this is interface object, you can safely answer "no" here, and answer "yes" when nxdbmgr offers you to delete it. It then will be re-created by configuration poll.

Best regards,
Victor
#3358
General Support / Re: Triggerhappy "Node Down" alarm
November 19, 2014, 12:05:06 AM
Hi,

could you please run server with debug 6 for some time and then send me the log (pointing to fake node down moments)?

Best regards,
Victor
#3359
General Support / Re: Missing agents parameters
November 19, 2014, 12:02:58 AM
Hi,

did you do configuration poll on that node? We didn't do anything to parameter selection in 1.2.17...

Best regards,
Victor
#3360
Hi,

you can create a script which will compare current table rows with rows from previous poll (you can get previous value using GetDCIValue function - when transformation script runs previous value still available) and generate events as needed using PostEvent function.

Best regards,
Victor