Bug ID 922069: Increase iApp block configuration processor timeout

Last Modified: Dec 13, 2023

Affected Product(s):
BIG-IP SSLO, TMOS(all modules)

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, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3

Opened: Jun 30, 2020

Severity: 3-Major

Symptoms

Attempting to configure and deploy an SSL Orchestrator configuration may result in a configuration processor timeout error.

Impact

The operation fails, resulting in a configuration processor timeout error. The BIG-IP administrator cannot configure and deploy an SSL Orchestrator configuration.

Conditions

When the TMOS control plane is taking a relatively high amount of CPU processing due to intense REST framework management workflows, any attempt to configure and deploy an SSL Orchestrator configuration using the guided configuration user interface, might take longer than the default 30 seconds timeout.

Workaround

1. Edit the /var/config/rest/iapps/f5-iappslx-ssl-orchestrator/nodejs/gc/orchestratorConfigProcessor.js file: vi /var/config/rest/iapps/f5-iappslx-ssl-orchestrator/nodejs/gc/orchestratorConfigProcessor.js 2. Locate the var _createComponentBlock = function(...) and locate the following line inside the function body (line ~1290): requestBody.state = "BINDING"; 3. Add the following after the 'requestBody.state' line: requestBody.configProcessorTimeoutSeconds = 120; 4. Save the edited file. 5. Restart the restnoded daemon: bigstart restart restnoded

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips