Forum Discussion

Yolanda_213608's avatar
Yolanda_213608
Icon for Nimbostratus rankNimbostratus
Sep 22, 2015

I need to create over 100 virtual servers

Creating over 100 Virtual servers and I was wondering if I can do it easily using TMSH. Unfortunately I don't know tcl. Is there easy way to go about it?

 

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    You won't need tcl but tmsh can help using a cmd like "tmsh create ltm virtual" and add the right syntax. You can add them individually or create a script, using bash for example, to do it en masse.

     

    Check out the tmsh reference guide on askf5. Also, there may be scripted examples on Devcentral's Codeshare too.

     

    Hope this helps.

     

    N