Forum Discussion
James_Smith_299
Nimbostratus
Dec 07, 2016Script that queries pair of BIG-IP LTM to detect which one is Active
Is there a tool or script that queries pair of BIG-IP LTM to detect which one is Active without needing to login Web UI or ssh?
Possibly something we can run from Windows 2003 / 2008 server whe...
Kai_Wilke
MVP
Dec 08, 2016Hi James,
another option would be to create a HTTP-based Virtual Server for each of your traffic-groups and then assign the iRule below...
when HTTP_REQUEST {
HTTP::respond 200 content [info hostname] Content-Type text/html
}
A simple unauthenticated HTTP request towards the Virtual Server will tell you then on which cluster unit the traffic group is running on.
Cheers, Kai
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