Bug ID 1060449: Monitor creation and modification on a single TMSH transaction generates warning log.

Last Modified: Jul 24, 2024

Affected Product(s):
BIG-IP LTM(all modules)

Known Affected Versions:
14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6, 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, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 16.1.5

Opened: Nov 09, 2021

Severity: 4-Minor

Symptoms

When you create and modify a monitor object using a single TMSH transaction, a warning level log will be generated on the LTM log file. Monitor object is successfully created with the submitted options, even though warning level log is generated. warning mcpd[xxx]: 01070956:4: Previous value of the monitor type (defaults from) for the monitor [monitor-name] is missing.

Impact

Warning level log is generated.

Conditions

On TMSH, create and modify monitor using a single TMSH transaction. (tmos)# create cli transaction [batch mode] (tmos)# create ltm monitor http http123 Command added to the current transaction [batch mode] (tmos)# modify ltm monitor http http123 description test Command added to the current transaction [batch mode] (tmos)# submit cli transaction

Workaround

Use multiple transactions to create and modify the monitor. (tmos)# create cli transaction [batch mode] (tmos)# create ltm monitor http http123 Command added to the current transaction [batch mode] (tmos)# submit cli transaction (tmos)# create cli transaction [batch mode] (tmos)# modify ltm monitor http http123 description test Command added to the current transaction [batch mode] (tmos)# submit cli transaction Or just do not use transaction. (tmos)# create ltm monitor http http123 description test

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips