Forum Discussion

PatrickSF_14757's avatar
PatrickSF_14757
Icon for Nimbostratus rankNimbostratus
Jun 16, 2014

GTM - TMSH (post upgrade v10.2.2 to v11.5.1)

this used to work on GTM v10, given 2 vips and 2 pools

We upgraded last week-end

(the LTM layer is still v10 btw)

  • wideips creation for smtp and 443

tmsh create / gtm pool mypool load-balancing-mode round-robin members add { ${VIP}:25 ${VIP2}:25 }
tmsh create / gtm pool mypool2 load-balancing-mode static-persistence members add { ${VIP}:443 ${VIP2}:443 }

  • pools creation for smtp and 443

tmsh create / gtm wideip mx1.gslb.domain.com pools add { mypool }
tmsh create / gtm wideip mx2.gslb.domain.com pools add { mypool }
tmsh create / gtm wideip pe.gslb.domain.com pools add { mypool2 }

What would be the transaltion from v10 to v11?

Thks for any hint

1 Reply

  • I just tested those commands under 11.2.1, and they work. Conventionally, there is no space between the slash (/) and the module, but having it there (or omitting the / altogether when you are in the tmsh config root -- which one usually is) works fine, too.

     

    Are you getting an error when you attempt to use these? Naturally, they will require that GTM is licensed and provisioned (or /gtm won't be accessible).