Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Export all node list

VikashC
Cirrus
Cirrus

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

1 ACCEPTED SOLUTION

Samir
MVP
MVP

You can try simple command..

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

View solution in original post

8 REPLIES 8

Martin_Šebek
Altostratus
Altostratus

You can use tmsh command.

tmsh list /ltm node all-properties

Samir
MVP
MVP

You can try simple command..

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

Bernacchi
Nimbostratus
Nimbostratus

Export all node content as HTML web pages (including audio and video)

  1. From the Export list, select Entire Content.
  2. (Optional) Under Save As, select the Browse button to change the name or location of the exported files PrepaidCardStatus Login

 

VikashC
Cirrus
Cirrus

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.

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.​

No I had added .txt extension. Let me try it again.

Thank you.

Thank you so much. It worked for me.

johnwilliamson123498
Nimbostratus
Nimbostratus

Hello Getting the same problem and looking for the solution for it

Myindigocard