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

#1231
General Support / Re: Netxms Service not starting
August 02, 2019, 12:50:22 PM
So server process is crashing. Please enable core dumps and either send coredump to us or get stack trace from it with gdb. You can also run netxmsd under debugger and get stack trace directly from there. Here is short instruction: https://wiki.netxms.org/wiki/Running_NetXMS_under_debugger

Best regards,
Victor
#1232
Hi,

you can use NXSL function GetInterfaceObject to get access to interface object and then RenameObject to rename it.

Best regards,
Victor

#1233
General Support / Re: switch port search for down node
August 02, 2019, 12:46:02 PM
Hi,

one possible workaround is to use hook script on topology poll to collect information about devices connected to the switch and update custom attribute or comment on those devices. We also have request for adding "connection history" functionality to NetXMS so probably after some time system will keep track of ports used for device connection automatically.

Best regards,
Victor
#1234
Hi,

1) could it be that you did not restart agent after adding EnableSNMPProxy parameter to configuration?

2) Looks like a bug. What version you are using?

Best regards,
Victor
#1235
General Support / Re: how to monitor bandwidth
August 02, 2019, 12:32:20 PM
I suggest checking data collection templates (https://www.netxms.org/documentation/adminguide/data-collection.html#templates). Using templates with auto apply combined with instance discovery should do the trick.

Best regards,
Victor
#1236
That's the problem - because NetXMS server do not receive cluster IP addresses from device it cannot identify them as being same device. ipNetToMediaTable is just ARP table - having IP address there does not imply that it is local to the node. Could you please provide MIB files ISILON-MIB and ISILON-TRAP-MIB (documentation says that they can be downloaded from device web UI)? I'll check if cluster addresses can be retrieved from vendor MIB and if yes then problem could be solved by creating custom driver for Isilon devices.

Best regards,
Victor
#1237
Hi,

you can also use nxalarm command line tool for acknowledge and terminate alarms.

Best regards,
Victor
#1238
Hi,

you can open dashboard automatically maximized within workspace, but menu bar will still be there. It is possible with desktop client though. See this document for possible command line options: https://wiki.netxms.org/wiki/Autologin_for_Management_Console.

Best regards,
Victor
#1239
Do those nodes respond to SNMP or only send traps? If interface list can be read then theoretically NetXMS server should match discovered node to existing one by MAC address.
Also, nodes discovered via traps pass through same discovery filter script, so you may do additional filtering here - for example, get DNS name from IP address and check if it is name of existing node. If your DNS is consistent that should prevent duplicate creation.

Best regards,
Victor
#1240
Hi,

did you check what events were processed during spike? That can gave an idea where to look. Also, do you have filter scripts in your event processing policy?

Best regards,
Victor
#1241
What version you are using?
#1242
General Support / Re: User bandwidth per interval
July 29, 2019, 09:58:38 AM
Hi,

it is possible using transformation script or script DCI. One way is to collect bandwidth usage as usual (like inbound/outbound traffic delta), and then in transformation script return previous value + current delta. To reset it at period start check current time and if it is period start return 0.
Another approach could be to create separate script DCI and use GetSumDCIValue function to calculate to calculate total value over required period for normal bandwidth usage DCI.

Best regards,
Victor
#1243
You can manually bind nodes to containers. For manual subnet binding you can try to manually create interface on node with correct IP address.

Best regards,
Victor
#1244
Yes. You have to have

SubAgent = ping.nsm

in nxagentd.conf.
#1245
Did you load ping subagent on proxy?