Forum Discussion
alex_der_101956
Nimbostratus
Dec 09, 2004Method to disable/enable a server?
Hi,
When looking at the LocalLBNode perl example, I was wondering if there is a method to disable/enable a server, or do you have to loop through all the nodes on a server?
...
Dec 09, 2004
By "Server" do you mean "Virtual Server" or a single Node Address. There are several ways to disable services.
1. Disable service on a specific node:port (Node Server).
void ITCMLocalLB::Node::set_state(
in IPPortDefinition[] node_defs,
in EnabledState state
);
2. Disable service on all services for a given node (Node Address).
void ITCMLocalLB::Node::set_node_address_states(
in String[] node_ips,
in EnabledState[] states
);
3. Disable an entire Virtual Address
void ITCMLocalLB::VirtualServer::set_state(
in IPPortDefinition[] virtual_servers,
in EnabledState state
);
-Joe
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