Forum Discussion

Gerry_F5's avatar
Gerry_F5
Icon for Nimbostratus rankNimbostratus
Oct 25, 2017

How to migrate Data Group List with all his members by tmsh

Hi F5 community this is the deal . I have a problem , I need to migrate a Virtual server to another Big-IP But the Vs has a irule with a Data group list configure , this sound good , but my problem is that the Data group list has 1350 members.

 

does anyone know how to migrate the Data group list with all his members by tmsh ?

 

thank you and regards

 

1 Reply

    • run the command "
      tmsh list ltm data-group internal 
      " and save the output into a file.
    • Copy the file to the /var/tmp directory on the new host
    • Run "
      tmsh load sys config merge file /var/tmp/
      "

    You can also use the verify keyword at the end to verify it before adding it.