Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
May 22, 2020

tmsh command to add the hostname for trust domain

Hello All,

Could you please help me to know the TMSH command add the hostname for trust domain

 

cm device LAB-LB01.X.COM {

 

  hostname none

 

}

 

cm device bigip1 {

 

  hostname LAB-LB01.X.COM

 

}

 

 

Regards,

Thiyagu

1 Reply

  • Hello,

    To change the hosthame run:

     modify sys global-settings hostname LAB-LB01.X.COM

    To change the CM device name: (It will restart services)

    mv cm device LAB-LB01.X.COM bigip1

    Better to create a backup before change it.

    Regards.