smp_86112
Apr 06, 2010Cirrostratus
Hand-editing WIDEIP.CONF
Is there a way to load a hand-edited /config/gtm/wideip.conf without rebooting? I was thinking it should simply be [code]b load[/code], but that doesn't seem to work.
With TMOS 9.4.x gtmload will help you , copy your wideip.conf , make your changes and load : gtmload mywideip.conf.
I think with TMOS 10.x , you don 't have to use a full file.
Fred.
The other command which worked for me by Hand Editing is as below.
1) Edit the "wideip.conf " in the /config/gtm/wideip.conf and after saving the edited file use the command
gtmparse -l
This command uses the file path " /config/gtm/wideip.conf"
So before doing this activity make sure you take a backup by copying the original file eg. from the /config/gtm folder
cp /config/gtm/wideip.conf ./filename_wideip.conf
now after editing the original wideip.conf , you can check for syntax using the command
gtmparse -i
eg. if I copied a wideip.conf to a file named Original_wideip.conf and edited the contents of Original_wideip.conf file, then I would check if my syntax is right using
gtmparse -i Original_wideip.conf
Hope this helps
gtmparse -i /config/gtm/Original_wideip.conf
where Original_wideip.conf is in the folder /config/gtm
I want to ask about the GTMPARSE replacement on v11.
gtmparse -i /config/gtm/Original_wideip.conf , in v11 the only change would be using the complete path
gtmparse -i /config/bigip_gtm.conf