Forum Discussion
jpicazo
Nimbostratus
Good morning
After testing the procedure I have found that it works if I do the following first
tmsh load sys config gtm-only
And then
tmsh load sys config
can anyone tell me if this makes sense? Since in the other order, the changes in GTM are not reflected correctly.
Jun 28, 2022
Hi,
Yes, this is correct, you have to load first the GTM configuration and after the LTM, when you make the load sys config it replace the current load configuration, but you have to perform
tmsh save sys config gtm-only and tmsh save sys config to preserver the changes in memory.