20-Apr-2020 11:36
I want to export all the node details with configuration? How can i do it?
Solved! Go to Solution.
20-Apr-2020 17:04
You can try simple command..
tmsh list ltm node one-line >>/var/tmp/nodelist.txt
20-Apr-2020 11:58
You can use tmsh command.
tmsh list /ltm node all-properties
20-Apr-2020 17:04
You can try simple command..
tmsh list ltm node one-line >>/var/tmp/nodelist.txt
20-Apr-2020 22:35
Export all node content as HTML web pages (including audio and video)
21-Apr-2020 03:23
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.
21-Apr-2020 03:28
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.
21-Apr-2020 03:31
No I had added .txt extension. Let me try it again.
Thank you.
21-Apr-2020 04:57
Thank you so much. It worked for me.