Forum Discussion

raytapay_75679's avatar
raytapay_75679
Icon for Nimbostratus rankNimbostratus
Mar 09, 2019
Solved

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:

     

    1. Enable database so that you can modify the virtual server/pool/node

    tmsh modify /sys db mcpd.mvenabled value true

     

    1. Rename your node with below command

    tmsh mv ltm node (original_node_name) (new_node_name)

     

    1. Disable database so no one can modify configurations

    tmsh modify /sys db mcpd.mvenabled value false

     

4 Replies

  • Please try below commands and let me know the status:

     

    1. Enable database so that you can modify the virtual server/pool/node

    tmsh modify /sys db mcpd.mvenabled value true

     

    1. Rename your node with below command

    tmsh mv ltm node (original_node_name) (new_node_name)

     

    1. Disable database so no one can modify configurations

    tmsh modify /sys db mcpd.mvenabled value false

     

    • raytapay_75679's avatar
      raytapay_75679
      Icon for Nimbostratus rankNimbostratus

      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.

       

  • Please try below commands and let me know the status:

     

    1. Enable database so that you can modify the virtual server/pool/node

    tmsh modify /sys db mcpd.mvenabled value true

     

    1. Rename your node with below command

    tmsh mv ltm node (original_node_name) (new_node_name)

     

    1. Disable database so no one can modify configurations

    tmsh modify /sys db mcpd.mvenabled value false

     

    • raytapay_75679's avatar
      raytapay_75679
      Icon for Nimbostratus rankNimbostratus

      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.