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

BIGIP-DNS configuration from the tmsh

Nik2607
Altostratus
Altostratus

Hello Team,

Could someone share the F5 KB article to configure BIG-IP GTM via Tmsh?

For some reason, we cannot use the configuration utility.

 

1 ACCEPTED SOLUTION

Hi,

Try to restart tomcat and httpd to recover the GUI Interface with the command:

bigstart restart tomcat httpd

To access the GTM cli configuration you need to execute

tmsh

then you can configure all the bigip elements with actions as:

Create, Delete, Modify 

The path for DNS to configure a datacenter for example is:

(tmos)# create gtm datacenter

hope it´s help.

View solution in original post

1 REPLY 1

Hi,

Try to restart tomcat and httpd to recover the GUI Interface with the command:

bigstart restart tomcat httpd

To access the GTM cli configuration you need to execute

tmsh

then you can configure all the bigip elements with actions as:

Create, Delete, Modify 

The path for DNS to configure a datacenter for example is:

(tmos)# create gtm datacenter

hope it´s help.