Forum Discussion
Juanma_47808
Nimbostratus
Mar 30, 2008Java script redirection problem
Hello,
I am trying to set up a BigIP LTM to load balance a https service. There is an upload page in the WEB that uses a java script that changes the URL client from:
h...
Loc_Pham_101863
Jan 25, 2005Historic F5 Account
You can use the ITCMSystem::ConfigSync interface to synchronize your configuration between the redundant pair. The method you'd want to use is synchronize_configuration (SyncMode = CONFIGSYNC_ALL).
Note that this operation may take some time to finish, depending on the size of your configuration. If you have several actions to take on the node, it's better to perform all those actions first before initiating the config sync.
Thanks,
Loc