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

#2386
Hi,

please set debug level to 6, run configuration poll, and show all log records related to that router.

Best regards,
Victor
#2387
General Support / Re: Monitor an HP Tape Library/SNMP
August 18, 2016, 09:14:43 AM
Hi,

looks like MSL uses "public" as community ignoring configuration settings. Quick search found description of similar issue: https://thwack.solarwinds.com/thread/33561. If this is the case then it's a bug in MSL firmware.

Best regards,
Victor
#2388
General Support / Re: Configure Netxms to use Gmail
August 18, 2016, 09:09:38 AM
Hi,

configuration seems correct. Please filter server log by "SMTP:" messages and post them here. On debug level 8 server should log entire SMTP conversation.

Best regards,
Victor
#2389
Second nxmc is internal application path where it should be redirected automatically from /nxmc. I'll try to reproduce this myself and check.

Best regards,
Victor
#2390
General Support / Re: NetXMS list of default ports
August 16, 2016, 08:14:26 PM
Hi,

tcp/4700: server -> agent
tcp/4701: client (gui or integration tools) -> server
tcp/4747: mobile agent -> server

Best regards,
Victor
#2391
General Support / Re: Monitor an HP Tape Library/SNMP
August 16, 2016, 08:12:41 PM
Can you communicate with the library using command line tool (nxsnmpwalk or nxsnmpget)? For example

nxsnmpwalk -v2c -c your_community ip_address .1.3.6.1.2.1.1

also try community "public".

Best regards,
Victor
#2392
General Support / Re: Monitor an HP Tape Library/SNMP
August 16, 2016, 04:46:25 PM
Did configuration poll detect MSL node as SNMP node? If yes, it could be some other server trying to communicate with MSL over SNMP, and MSL just sending SNMP authentication failure traps to NetXMS server (because it is configured so).

Best regards,
Victor
#2393
Добавил feature request про SAPI в новой консоли: https://dev.raden.solutions/issues/1271 (чтобы не забылось).
#2394
One (or two) issues here. First of all, ensure that you are using "SNMP walk - OIDs" as discovery method (because you want instance to be interface index). Alternatively, you can change base OID to return interfaces indexes as values.
And most important, you replace original instance value with interface operational state:


return %(true, oper, dec . " - " . nam);


effectively reducing all instances into few. Correct will be to keep interface index as instance:\


return %(true, $1, dec . " - " . nam);


Best regards,
Victor
#2395
Hi,

it's definitely a network issue. One possible cause could be MTU mismatch and/or disabled fragmentation somewhere along the route. This could explain why small packets (connection setup and ack) pass through while larger packets with data cannot.

Best regards,
Victor
#2396
General Support / Re: Unstable XMPP
August 16, 2016, 04:13:45 PM
Hi,

please increase debug level to 6 and check server log for messages with XMPP prefix - maybe there will be some hints.

Best regards,
Victor
#2397
What is in the netxmsd log when you try to connect after OS restart?

Best regards,
Victor
#2398
Hi,

seems to be a bug. Most likely you have agent cache on, and server do not send reconfiguration command when you change DCI on another node. I'll fix that.

Best regards,
Victor
#2399
Hi,

currently it's not possible. Actually table thresholds need major rework, I'll try to do at least some improvements in 2.1.

Best regards,
Victor
#2400
Hi,

you are using undefined variable "transport" here:


adm = SNMPGet(transport, ".1.3.6.1.2.1.2.2.1.7." . $1);


Best regards,
Victor