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

Topics - peterjn

#1
General Support / Upgrade to 36.4
December 14, 2020, 11:59:48 AM
While upgrading the database to 36.4 i get the following error:

Upgrading from version 36.3 to 36.4
SQL query failed (Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs):
ALTER TABLE nodes ADD agent_cert_mapping_method char(1)
Rolling back last stage due to upgrade errors...
Database upgrade failed

I am running Debian 10 and MariaDB (10.3.27)
#2
I have 100+ warning 'Communication session broken: A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.' in the system event log. I have this problem on 2 different systems. One windows 2008 and the other 2012.
On the 2012 i changed to configuration to create a debug log.

This is a section from the debug log:

[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Received message CMD_GET_PARAMETER
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Requesting parameter "Net.Interface.Link(21)"
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] GetParameterValue(): result is 0 (SUCCESS)
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Sending message CMD_REQUEST_COMPLETED (size 48)
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Message dump:
  ** 0041000000000038000083C100000001
  ** 00000055018F87AB0000001A00530079
  ** 007300740065006D002E005500700074
  ** 0069006D00650002
  ** code=0x0041 (CMD_GET_PARAMETER) flags=0x0000 id=33729 size=56 numFields=1
  ** [    85] STRING "System.Uptime"

[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Received message CMD_GET_PARAMETER
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Requesting parameter "System.Uptime"
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] GetParameterValue(): result is 0 (SUCCESS)
[18-Oct-2014 16:59:39.703] [DEBUG] [session:0] Sending message CMD_REQUEST_COMPLETED (size 56)
[18-Oct-2014 16:59:39.750] [DEBUG] [session:0] Message dump:
  ** 0041000000000038000083C200000001
  ** 00000055017200660000001800410067
  ** 0065006E0074002E0055007000740069
  ** 006D006502010002
  ** code=0x0041 (CMD_GET_PARAMETER) flags=0x0000 id=33730 size=56 numFields=1
  ** [    85] STRING "Agent.Uptime"

[18-Oct-2014 16:59:39.750] [DEBUG] [session:0] Received message CMD_GET_PARAMETER
[18-Oct-2014 16:59:39.750] [DEBUG] [session:0] Requesting parameter "Agent.Uptime"
[18-Oct-2014 16:59:39.750] [DEBUG] [session:0] GetParameterValue(): result is 0 (SUCCESS)
[18-Oct-2014 16:59:39.750] [DEBUG] [session:0] Sending message CMD_REQUEST_COMPLETED (size 56)
[18-Oct-2014 17:00:40.199] [DEBUG] [session:0] Session disconnected by watchdog (last activity timestamp is 1413644379)
[18-Oct-2014 17:00:40.199] [DEBUG] [session:0] CommSession::disconnect()
[18-Oct-2014 17:00:40.199] [WARN ] Communication session broken: A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
[18-Oct-2014 17:00:40.199] [DEBUG] [session:0] Session with 192.168.202.11 closed
[18-Oct-2014 17:00:44.777] [DEBUG] Incoming connection from 192.168.202.11
[18-Oct-2014 17:00:44.777] [DEBUG] Connection from 192.168.202.11 accepted
[18-Oct-2014 17:00:44.792] [DEBUG] [session:0] Message dump:
  ** 00B60020000000100000000000000000
  ** code=0x00B6 (CMD_GET_NXCP_CAPS) flags=0x0020 id=0 size=16 numFields=0

[18-Oct-2014 17:00:44.792] [DEBUG] [session:0] Received control message CMD_GET_NXCP_CAPS
[18-Oct-2014 17:00:44.792] [DEBUG] [session:0] Sending message CMD_NXCP_CAPS (size 16)
[18-Oct-2014 17:00:44.792] [DEBUG] [session:0] Message dump:
  ** 0003000000000010000083C400000000
  ** code=0x0003 (CMD_KEEPALIVE) flags=0x0000 id=33732 size=16 numFields=0


It seems that the connect was closed by the watchdog (red line) but way?
#3
I can't install netxms-base_1.2.12_amd64.deb (http://www.netxms.com/apt/dists/wheezy/main/binary-amd64/netxms-base_1.2.12_amd64.deb) on debian wheezy.

I get the following error:
netxms-base depends on libssl0.9.8; however:
  Package libssl0.9.8 is not installed.

I have the idea that the .deb package mistakenly reference libssl0.9.8.
After unpacking the package the libraries in the pack reference libcrypto.so.1.0.0

#4
I have 2 problems

Windows 2008 R2 Hyper-V host (nsagent 1.2.6 installed)
If a nic is used by the Hyper-V network switch (only bound to Microsoft Virtual Network Switch Protocol). It is not showing up in the console.

Linux firewall (snmpd)
If a nic has multple IP addresses I get the same nic multiple times.

Is there a fix for this or workaround?