Forum Discussion
karthic_n_12765
Nimbostratus
Apr 30, 2004Redundant pair management
Hello,
From the iControl SDK, I am unable to figure out which iControl methods I need to call to get the following simple pieces of information related to redudant pair configuration:
1. Is the device part of a redundant pair?
2. Is it active-standby or active-active?
3. What is the fail-over partner IP address?
4. How to get/set preferred active unit information?
Thanks,
Karthic.
- karthic_n_12765
Nimbostratus
Joe, - What you are looking for is in the ITCMLocalLB::Failover and ITCMManagement::Bigdb interfaces.
String ITCMManagement::Bigdb::get_key( in String db_name, in String key_name );
enum FailoverState { FAILOVER_STATE_STANDBY = 0, // Fail-over is in standby mode. FAILOVER_STATE_ACTIVE = 1 }; FailoverState ITCMLocalLB::Failover::get_failover_state();
- About 2, I want to know whether the mode of operation is active-standby OR active-active and NOT whether a device is in active or standby state. I think your reply addresses the latter issue.
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