22-May-2020 07:35
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
22-May-2020 11:58
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.