Last Modified: Apr 28, 2023
Affected Product(s):
BIG-IP vCMP
Known Affected Versions:
15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 15.1.0.5, 15.1.1, 15.1.2, 15.1.2.1, 15.1.3, 15.1.3.1, 15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2
Opened: Jan 20, 2023 Severity: 4-Minor
The following log messages are displaying every second on a vCMP guest: Dec 25 13:13:02 localhost.localdomain warning chmand[4101]: 012a0004:4: getHostVWireNtiObjectConfigs vCmpShmIntf: Query segment error Dec 25 13:13:02 localhost.localdomain warning chmand[4101]: 012a0004:4: VcmpShmIntf::querySeg: err code -34 Dec 25 13:13:02 localhost.localdomain warning chmand[4101]: 012a0004:4: VcmpShmIntf::querySeg: err code -34 Dec 25 13:13:02 localhost.localdomain warning chmand[4101]: 012a0004:4: getHostVWireObjectConfigs vCmpShmIntf: Query segment error Dec 25 13:13:02 localhost.localdomain warning chmand[4101]: 012a0004:4: VcmpShmIntf::querySeg: err code -34
Unnecessary logs displaying every second causes the frequent rollover of the LTM log files, this might decrease the visibility for important logs which help in debugging.
- Configure the vCMP Host and Guest machines. - Enable "log.libhal.level" debug on a clean installed vCMP guest.
We can configure following from tmsh which suppresses the logs in LTM file: tmsh modify sys syslog { include "filter f_local0 { (facility(local0) and not match (getHostVWireNtiObjectConfigs) and not match (getHostVWireObjectConfigs) and not match (VcmpShmIntf));};" }
None