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

#1966
General Support / Re: Connection refused
October 12, 2017, 03:54:01 PM
Seems you are trying to run two instances of netxmsd at the same time. Try to do the following:

1. Stop NetXMS core service
2. Make sure ports 4701 and 21784 are not listening
3. Run nxdbmgr check and remove lock if asked
4. Edit C:\NetXMS\etc\netxmsd.conf: add line
DebugLevel = 4
and set log file to file (if not set already):
LogFile = C:\NetXMS\log\netxmsd.log
(of course you can set different file name and path).
5. Start NetXMS core service
6. Check log file for startup messages and possible socket errors. You can also post log file here.

Best regards,
Victor

#1967
Поллеры переделаны в текущем development бранче. Теперь вместо фиксированого количества потоков - динамический пул, кроме того очередь стала многоуровневой - сервер не пытается параллельно опрашивать один и тот-же агент, запросы к одному агенту сериализаются. Таким образом исключается вариант когда несколько медленно отзывающихся агентов блокируют весь пул. Мы не стали переносить изменение в stable, поскольку изменения большие, и вроде как понятию stable не совсем соответствуют.
#1968
General Support / Re: Connection refused
October 12, 2017, 02:54:08 PM
Port 4700 is an agent listen port. Seems that server is unable to open port for some reason. Check server log on startup - it should contain messages regarding opening ports. You can run it with debug level 4 for more diagnostic.

Best regards,
Victor
#1969
General Support / Re: Connection refused
October 12, 2017, 12:08:52 PM
You can use netstat command for that:

netstat -an

and check for port 4701 in LISTEN state.

Best regards,
Victor
#1970
General Support / Re: linux agent VMGR non found
October 12, 2017, 12:08:09 PM
Hi,

that seems to be a limitation of libvirt. We are currently considering implementation of Hyper-V monitoring directly without libvirt as it is done already for XEN.

Best regards,
Victor
#1971
Announcements / NetXMS 2.1.2 released
October 12, 2017, 12:05:37 PM
Hi all!

NetXMS patch release 2.1.2 is out. Changes since previous release:

- Summary tables for table DCIs
- Multi-valued columns in summary tables
- Threshold violation events have current DCI value as parameter 8 (named as "dciValue")
- New agent configuration parameter TunnelKeepaliveInterval
- Optimizations in database access layer
- Improved database check procedure
- Management console:
        - Option to set root object for "Geo Map" dashboard element
        - Filter in geo map view
        - "Duplicate" button in DCI threshold editor
        - Option to show legend for performance tab graphs with single DCI
        - Fixed file upload errors in web UI
        - Option to show "Top N items" in dashboad summary table using given sorting columns
- Fixed issues: NX-1147, NX-1265, NX-1270, NX-1276, NX-1282, NX-1290, NX-1296, NX-1300, NX-1309, NX-1313, NX-1314, NX-1315, NX-1320, NX-1324, NX-1325, NX-1331, NX-1333, NX-1335

Best regards,
Victor
#1972
Попробуем сделать. Зарегистрировал в трекере: https://track.radensolutions.com/issue/NX-1337
#1973
Hi,

if topology correlation is working, device D should become red, and rest of devices and links blue. Blue in that case means "unknown" - because links and devices could be up actually, but because of failed link NMS cannot determine their status. We probably could add map option to color all unreachable devices and links in red - will discuss that internally.

Best regards,
Victor
#1974
General Support / Re: Connection refused
October 10, 2017, 05:02:49 PM
Hi,

are you sure "NetXMS Core" service is running? If yes, check that port 4701 is listening and that firewall exception for port 4701 or process netxmsd.exe is set.

Best regards,
Victor
#1975
General Support / Re: L2 MAP Save Layout
October 05, 2017, 05:12:21 PM
Hi,

server should not remove device from the map just because it's down. But if topology information was removed, then it will disappear. What is discovery protocol used for those devices with wrong locations?

Best regards,
Victor
#1976
Hi,

It looks like older agents sometimes send corrupted message which cause server to crash. We fixed server side in 2.1.2 (ignore malformed messages). Upgrading agent to 2.1.1 should also help.

Best regards,
Victor
#1977
General Support / Re: Alerts to DCI
October 04, 2017, 11:52:16 PM
Hi,

yes, it's possible. You can create two push DCIs and a script. Set this script as an action for your event, extract numbers from message text, and use PushDCIData function to push data into appropriate DCIs.

Best regards,
Victor
#1978
 It is internal diagnostic messages meaning that data collection scheduler was not able to work with DCI because it was locked by other part of the system. Most often it happens when DCI is locked because of database update. Other possible reason could be long running transformation scripts.
If you don't experience issues with data collection and don't get "thread not responding" alarms then you can ignore those messages.

Best regards,
Victor
#1979
Hi,

do you have wrong data collected or data is correct but not shown on the map?

For link status - could you please share screenshot of link properties?

Best regards,
Victor
#1980
General Support / Re: Database export failed
October 04, 2017, 11:37:58 PM
P.S. You can also try to use "nxdbmgr migrate" to move data directly to target database without creating intermediate dump.