Forum Discussion
wayney_128269
Nimbostratus
Aug 09, 2006findout if bigip pair is synchronized
What method would I use to find if an active and standby bigip pair are synchronized?
thanks
wayne
Amrit_Lalli_952
Nimbostratus
Nov 01, 2006I am also wondering this.
Looking through the perl sample code, I see the function i pasted below. But when i look in the api, i dont see any get_configuration_checksum for System->ConfigSync?
sub checksumConfiguration()
{
my ($configName, $quiet) = (@_);
my $success = 0;
if ( "" eq $configName )
{
&usage("checksum");
}
eval
{
$soap_response = $ConfigSync->get_configuration_checksum
(
SOAP::Data->name(filename => $configName)
);
};
if ( $soap_response and $soap_response->fault )
{
if ( 1 != $quiet )
{
print $soap_response->faultcode, " ", $soap_response->faultstring, "\n";
}
}
else
{
$success = 1;
$checksum = $soap_response->result;
if ( 1 != $quiet )
{
print "Configuration '$sConfigName' checksum: '$checksum'\n";
}
}
return $success;
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
