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

#2401
Hi,

sorry, didn't get to this issue yet. I assume that sibnet 10.1.0.0/16 was already exist when server create another one?

Could you please also provide output of command

nxadm -c "show index subnet" | grep 10.1

?

Best regards,
Victor
#2402
Я посмотрю сегодня/завтра проблему с кириллицей. Похоже на какой-то баг при чтении из базы. При сборке --enable-unicode был указан?
#2403
Да, это можно сделать в драйвере устройства. Сервер выбрал какой-то драйвер (видно на закладке Overview) или остался GENERIC?
#2404
Не совсем понял, что где поменять?
#2405
General Support / Re: Unstable XMPP
August 18, 2016, 09:18:08 AM
So, it seems that disconnects cause those delays. Probably we need to add some sort of keepalive on XMPP connection to prevent it from timing out. I'll check that.

Best regards,
Victor
#2406
Hi,

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

Best regards,
Victor
#2407
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
#2408
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
#2409
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
#2410
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
#2411
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
#2412
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
#2413
Добавил feature request про SAPI в новой консоли: https://dev.raden.solutions/issues/1271 (чтобы не забылось).
#2414
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
#2415
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