Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Changes in bigip.conf not reflecting in GUI

DineshVM_265886
Altostratus
Altostratus

I need to create similar pools from one of the partitions with different pool name. So I modified the bigip.conf file and saved the file in tmsh. But it is not reflecting in the GUI. Am I missing something ?

 

5 REPLIES 5

Vijay_E
Cirrus
Cirrus

It isn't recommended to edit the configuration files directly. If you are relatively new to F5, avoid direct editing of the files.

If you still want to proceed editing the configuration files directly, you would need to execute the following after editing the file:

tmsh load sys config

JG
Cumulonimbus
Cumulonimbus

Log out of the Configuration Utility and re-login. You might need to empty the browser cache.

 

Viv_Richards
Cirrostratus
Cirrostratus

I am facing similar issue

I have performed below command but there is no use

 

tmsh save sys config

tmsh load sys config

 

Sachin-Garg
Altostratus
Altostratus

Its best to use the following command to add the new pool with new details by copying the old pool details:

 

load sys config from-terminal merge

 

 

Copy and paste the configuration through F5 cli terminal

 

user@(xxx)(cfg-sync In Sync)(/S1-green-P:Active)(/partition)(tmos)# load sys config from-terminal merge

 

Enter pool configuration( which you have already prepared for new pool or use right click for paste option to paste the pool config)

 

Press CTRL-D to submit or CTRL-C to cancel.

Viv_Richards
Cirrostratus
Cirrostratus

Hi Dear ,

 

Issue resolved after issuing below commands

 

tmsh load sys config partition all

tmsh save sys config

 

Thanks