# view /config/bigip.conf or # cat /config/bigip.conf
# cd /config # cp -ip bigip.conf bigip.conf.`date "+%Y%m%d"`
UCS = User Configuration Set
Operation | Commands | Complement |
---|---|---|
Check Backup UCS Files | tmsh show sys ucs | |
Backup UCS | (tmsh)# save sys ucs FILE.ucs #b config save FILE.ucs | |
Restore UCS | (tmsh)# load sys ucs FILE.ucs (tmos)# load sys ucs FILE.ucs no-license # b config install FILE.ucs | If you do not want to overwrite licenses, please add the no-license option How to backup License File cp -pi /config/bigip.license /var/tmp/ |
# tmsh save sys ucs /var/tmp/test-lb1_`date "+%Y%m%d"`.ucs # scp /var/tmp/test-lb1-lb_`date "+%Y%m%d"`.ucs user01@xx.xx.xx.xx:/tftp/conf/test-lb1/
There isn't a instantaneous interruption.
# save sys config partitions all