Forum Discussion
Change FQDN in ephemeral nodes
Is there a way to change the fqdn name without deleting the node and recreating it? When I do a modify ltm node myserver fqdn { ? and then a question mark I only get options to change the "down-interval" and "interval". The GUI also doesn't seem to let you change the name field.
ltm node myserver { fqdn { name myserver.mylocalnetwork } state fqdn-up } ltm node myserver-10.10.10.100 { address 10.10.10.100 ephemeral true fqdn { name myserver.mylocalnetwork <= This name here } }
Please try below commands and let me know the status:
- Enable database so that you can modify the virtual server/pool/node
tmsh modify /sys db mcpd.mvenabled value true
- Rename your node with below command
tmsh mv ltm node (original_node_name) (new_node_name)
- Disable database so no one can modify configurations
tmsh modify /sys db mcpd.mvenabled value false
- RaghavendraSY_7Cumulonimbus
Please try below commands and let me know the status:
- Enable database so that you can modify the virtual server/pool/node
tmsh modify /sys db mcpd.mvenabled value true
- Rename your node with below command
tmsh mv ltm node (original_node_name) (new_node_name)
- Disable database so no one can modify configurations
tmsh modify /sys db mcpd.mvenabled value false
- raytapay_75679Nimbostratus
Thanks for the response. I actually ended up creating a new node as I wasn't sure what the impact of this solution was in regard to forwarding traffic.
- RaghavendraSYAltostratus
Please try below commands and let me know the status:
- Enable database so that you can modify the virtual server/pool/node
tmsh modify /sys db mcpd.mvenabled value true
- Rename your node with below command
tmsh mv ltm node (original_node_name) (new_node_name)
- Disable database so no one can modify configurations
tmsh modify /sys db mcpd.mvenabled value false
- raytapay_75679Nimbostratus
Thanks for the response. I actually ended up creating a new node as I wasn't sure what the impact of this solution was in regard to forwarding traffic.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com