sol13132: Backing up and restoring BIG-IP configuration files (11.x)
http://support.f5.com/kb/en-us/solutions/public/13000/100/sol13132.html
this is what i have tested.
1 backed up /config/bigip.license
[root@ve1100:Active] config cp /config/bigip.license /config/bigip.license.11.0.0
2 restored 10.2.3 ucs
[root@ve1100:Active] config tmsh load sys ucs /var/tmp/temp/iris.ss.f5net.com.1023.ucs
Saving active configuration...
Current configuration backed up to /var/local/ucs/cs_backup.ucs.
Product : BIG-IP
Platform: Z100
Version : UCS : 10.2.3
System: 11.0.0
Hostname: UCS : iris.ss.f5net.com
System: ve1100.abc.com
The system hostname is changed to iris.ss.f5net.com
Installing --full-- configuration on host iris.ss.f5net.com
Installing configuration...
Installing the license file...
ATTENTION REQUIRED:
Your previous configuration files have been archived, as listed
below. If you customized any settings in these files before
3 restored /config/bigip.license and then run bigstart restart
4 system came back but 10.2.3 configuration was not loaded e.g. selfip was not correct, no virtual server, etc.
[root@ve1100:Active] config tmsh list ltm virtual
[root@ve1100:Active] config
5 run /usr/libexec/bigpipe daol and got error about lc module but it was never used
[root@ve1100:Active] config /usr/libexec/bigpipe daol
Reading configuration from /config/bigpipe/low_profile_base.conf.
Reading configuration from /config/bigpipe/config_base.conf.
Reading configuration from /config/bigpipe/bigip_sys.conf.
Reading configuration from /config/bigpipe/bigip_base.conf.
Reading configuration from /config/bigpipe/base_monitors.conf.
Reading configuration from /config/bigpipe/profile_base.conf.
Reading configuration from /config/bigpipe/daemon.conf.
Reading configuration from /config/bigpipe/bigip.conf.
Reading configuration from /config/bigpipe/bigip_local.conf.
Loading the configuration ...
BIGpipe unknown operation error:
0107100f:3: The provisioning for module (lc) is invalid or cannot be used on this platform.
6 deleted the following line from /config/bigpipe/bigip_sys.conf then run /usr/libexec/bigpipe daol and it worked!!! (o_O)
[root@ve1100:Active] bigpipe head bigip_sys.conf
shell write partition Common
provision gtm {}
provision lc {}
provision ltm {
level nominal
}
partition Common {
description "Repository for system objects and shared objects."
}
partition test {}
...
[root@ve1100:Active] bigpipe /usr/libexec/bigpipe daol
Reading configuration from /config/bigpipe/low_profile_base.conf.
Reading configuration from /config/bigpipe/config_base.conf.
Reading configuration from /config/bigpipe/bigip_sys.conf.
Reading configuration from /config/bigpipe/bigip_base.conf.
Reading configuration from /config/bigpipe/base_monitors.conf.
Reading configuration from /config/bigpipe/profile_base.conf.
Reading configuration from /config/bigpipe/daemon.conf.
Reading configuration from /config/bigpipe/bigip.conf.
Reading configuration from /config/bigpipe/bigip_local.conf.
Loading the configuration ...
all in all, i think we have to fix issue on the fly. :-(