Forum Discussion

A1_248551's avatar
A1_248551
Icon for Nimbostratus rankNimbostratus
Feb 22, 2016

how to save config on LTM Ve 11

Hello Dev

 

I am new to F5 learning LTM i am not able to save the config that i do using config utility . each time VM is reeboted it looses it settings.

 

tmsh save doesn't works kindly suggest and is there any command related doc for LTM ve 11.

 

4 Replies

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    Are you running the command "tmsh save sys config"? Do you get any errors when running this? This should save the running configuration to the stored configuration i.e. bigip.conf and bigip_base.conf.

     

    N

     

  • From the CLI you could run the following command to archive the configuration,

    tmsh save /sys ucs xxxxxx.ucs
    
  • Hi all ! When I backed up the ucs file,I used to run this command "b config save "$HOSTNAME"_"`date +%Y%m%d%H%M`" ",and then the ucs file was named "hostname_date.ucs". But in the new tmsh command what shoud I do for this? Do U have any ideas ? Thank U.
  • The tmsh command is, tmsh save sys ucs /var/tmp/"$HOSTNAME"_"`date +%Y%m%d%H%M`"