Bug ID 533813: Internal Virtual Server in partition fails to load from saved config

Last Modified: Sep 13, 2023

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

Known Affected Versions:
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.1 HF10, 11.5.1 HF11, 11.5.2 HF1, 11.5.3 HF1, 11.5.3 HF2, 11.5.4 HF1, 11.5.4 HF2, 11.6.0, 11.6.1, 11.6.2, 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.1.0 HF1, 12.0.0 HF2, 12.1.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.1 HF1, 12.1.1 HF2, 12.1.2 HF1, 12.1.2 HF2

Fixed In:
12.1.0, 11.6.1 HF2, 11.5.4 HF3

Opened: Jul 16, 2015

Severity: 3-Major

Related Article: K13945422

Symptoms

Loading a successfully configured internal Virtual Server from the config fails with the following message: -- 01070712:3: Values (/part2/0.0.0.0%2) specified for Virtual Server (/part2/ICAP_request): foreign key index (name_FK) do not point at an item that exists in the database.

Impact

The operation creates a virtual server but cannot load it from saved config.

Conditions

This occurs when the following conditions are met: -- You are running a BIG-IP system with no configuration. -- You have created an external VLAN with an interface. -- You have created a non-default route domain, and associated it with a newly created VLAN. -- You have created a virtual server, and configured a pool in a partition other than /Common. -- You have saved the configuration. Here is an example of how this might occur. Run the following commands. - tmsh - create net vlan external interfaces add { 1.2 } - create net route-domain 2 vlans add { external } - create auth partition part2 default-route-domain 2 - cd ../part2 - create ltm pool icap_pool members add { 10.10.10.10:8080 } - create ltm virtual ICAP_request destination 0.0.0.0:0 mask 0.0.0.0 internal ip-protocol tcp profiles add { tcp } pool icap_pool - save sys config - load sys config partitions all verify.

Workaround

To work around this issue, you can use the Common partition to complete the configuration.

Fix Information

You can now configure an internal virtual server in a partition and load the config successfully.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips