Forum Discussion
jajamax_127538
Nimbostratus
Nov 20, 2003Need a script
Let me preface by saying I'm no developer. What I need is a way to bring the a node off line prior to running a batch job that stops the service on that node. Is there a script that can pull a node offline and bring it back online 4-5 minutes later??? thanks in advance
- There are examples included in the SDK that do just this. Look for the LocalLBNode sample in each of the supported languages (Perl, Java, VB, C). When you mention scripting this, perl is probably your best option.
void ITCMLocalLB::Node::set_state( in IPPortDefinition[] node_defs, in EnabledState state ); void ITCMLocalLB::Node::set_availability( in IPPortDefinition[] node_defs, in AvailabilityState state ); void ITCMLocalLB::Node::get_statistics( in IPPortDefinition node_def, out NodeStatistics stats );
- Eray_27463
Nimbostratus
I am trying to do the exact same thing in C, I was wondering - Eray_27463
Nimbostratus
Joe, - LocalLBNodeAddress is used globally for a given node address (10.10.10.10). LocalLBPoolMember is used for a given instance of a node server (10.10.10.10:80) within the context of a single pool.
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