Bug ID 508113: tmsh load sys config base merge file <filename> fails

Last Modified: Nov 07, 2022

Bug Tracker

Affected Product:  See more info
BIG-IP TMOS(all modules)

Known Affected Versions:
11.5.1, 11.5.1 HF1, 11.5.1 HF10, 11.5.1 HF11, 11.5.1 HF2, 11.5.1 HF3, 11.5.1 HF4, 11.5.1 HF5, 11.5.1 HF6, 11.5.1 HF7, 11.5.1 HF8, 11.5.1 HF9, 11.5.10, 11.5.2, 11.5.2 HF1, 11.5.3, 11.5.3 HF1, 11.5.3 HF2, 11.5.4, 11.5.4 HF1, 11.5.4 HF2, 11.5.4 HF3, 11.5.4 HF4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.6.0, 11.6.0 HF1, 11.6.0 HF2, 11.6.0 HF3, 11.6.0 HF4, 11.6.0 HF5, 11.6.0 HF6, 11.6.0 HF7, 11.6.0 HF8, 11.6.1, 11.6.1 HF1, 11.6.1 HF2, 11.6.2, 11.6.2 HF1, 11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 11.6.5.1, 11.6.5.2, 11.6.5.3, 12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.0, 12.1.0 HF1, 12.1.0 HF2, 12.1.1, 12.1.1 HF1, 12.1.1 HF2, 12.1.2, 12.1.2 HF1, 12.1.2 HF2, 12.1.3, 12.1.3.1, 12.1.3.2, 12.1.3.3, 12.1.3.4, 12.1.3.5, 13.0.0

Fixed In:
13.1.0, 13.0.0 HF1, 12.1.3.6

Opened: Feb 20, 2015
Severity: 2-Critical

Symptoms

Save sys config file. (tmos)# save sys config file demo.scf no-passphrase Saving running configuration... /var/local/scf/demo.scf /var/local/scf/demo.scf.tar Try to load the base configuration within this file. (tmos)# load sys config base merge file demo.scf Loading configuration... /var/local/scf/demo.scf Syntax Error:(/var/local/scf/demo.scf at line: 6) "apm" unexpected argument The error is from a system configuration, not user created. apm report default-report { report-name sessionReports/sessionSummary user /Common/admin } Basically the configuration fails to load all components for unprovisioned modules and features.

Impact

tmsh load sys config base merge file <filename> fails.

Conditions

Running the command: load sys config base merge file <filename> when the system contains unprovisioned modules and features.

Workaround

None.

Fix Information

The provisioning checks were modified to let this command succeed.

Behavior Change