Symptoms
In some cases, loading a saved configuration onto a device will fail with the error:
"01070710:3: Cannot update_indexes/checkpoint DB object, class:devicegroup_device status:13"
Impact
The 'tmsh load sys config file myFile merge' command fails with an error as such,
[root@aumy00vipr01:REBOOT REQUIRED:Standalone] tmp # tmsh load sys config file test-myvip1 merge
Loading configuration...
/shared/tmp/test-myvip1
There were warnings:
Since drop limit is less than detection limit, packets dropped below the detection limit rate will not be logged.
01070710:3: Cannot update_indexes/checkpoint DB object, class:devicegroup_device status:13 - EdbCfgObj.cpp, line 127
Unexpected Error: Loading configuration process failed.
Conditions
The error occurs when loading a saved configuration file (SCF or UCS) for a device in a Device Service Cluster, where the CM Device Name locally differs from that which is in the archive (SCF file or UCS archive).
Workaround
Prior to loading the saved UCS file, run the tmsh command to rename the local CM device name to match that which is in the SCF file:
tmsh mv cm device <current_name> <new_name>
For example,
"tmsh mv cm device bigip1.local bigip1.siterequest.com"
Or load the default config:
"tmsh load sys config defaults"