Forum Discussion
Nicolas_Menant
Employee
Feb 17, 2009Problem with synchronize command
Hi,
When i use the BIGIP GUI to do a config sync or if i do a "b config sync all", everything works fine.
I tried to do the same thing with iControl. I have the following code:
...
Nicolas_Menant
Employee
Feb 17, 2009
static void Main()
{
iControl.Interfaces my_interface = new iControl.Interfaces();
my_interface.initialize("172.29.4.90", "admin", "admin");
// my_interface.SystemConfigSync.synchronize_configuration(iControl.SystemConfigSyncSyncMode.CONFIGSYNC_BASIC);
Console.Write("Done, connected Status -> " + my_interface.initialized.ToString());
}
}
Here is a code i tested to show i'm connected to the BIGIP. Here is the output:
C:\Documents and Settings\menant\My Documents\Visual Studio 2008\Projects\Easy\Exercice1\bin\Debug>Exercice1.exe
Done, connected Status -> True
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects