Forum Discussion

Julio_Navarro's avatar
Julio_Navarro
Icon for Cirrostratus rankCirrostratus
Apr 21, 2015

iApp - export tmsh comand before applying

Hello;

 

I am configuring an iApp (Lync) without any issues.

 

But I would like to see the command/tmsh that will apply before deploy them into the LTM.

 

How I can do this?

 

Thank you

 

J

 

1 Reply

  • mikeshimkus_111's avatar
    mikeshimkus_111
    Historic F5 Account

    Hi, if you open the iApp template in a text editor and search for "iapp_conf create", you will see all the tmsh create commands that the iApp may run. If you want to see the actualy output of a specific configuration, you can download a BIG-IP Virtual Edition trial image, deploy the iApp, and examine the output of the /var/tmp/scriptd.out file, which will display all of the commands that were used.