For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

VikashC's avatar
VikashC
Icon for Cirrus rankCirrus
Apr 20, 2020
Solved

Export all node list

I want to export all the node details with configuration? How can i do it?

  • You can try simple command..

    tmsh list ltm node one-line >>/var/tmp/nodelist.txt

6 Replies

  • It is not working for me. I am getting below error while executing command.

     

    01020036:3: The requested Node (/var/tmp/node-list1) was not found.

    • Samir's avatar
      Samir
      Icon for MVP rankMVP

      you are in bash then run above command and see result here.

      cat ​/var/tmp/nodelist.txt

      Looks like you have not added extension .txt here.​

  • You can try simple command..

    tmsh list ltm node one-line >>/var/tmp/nodelist.txt