Forum Discussion
hotrod_127503
Nimbostratus
Sep 03, 2004How do I introduce a new node to bigIP?
I have not been able to find a method in LocalLB to add a new node to the box so that I can then add a pool. BTW is there a way to create and empty pool? Could I use the add node method to create a new by adding a new node to an existing pool?
- There is no way to add a node by itself. If you are creating a new pool, then you need to use the ITCMLocalLB::Pool::create() method:
void ITCMLocalLB::Pool::create( in String pool_name, in LBMethod lb_method, in IPPortDefinition[] members );
void ITCMLocalLB::Pool::add_members( in String pool_name, in IPPortDefinition[] members );
- Great! Glad to help. Don't hesitate to post any other questions that might come up.
- hotrod_127503
Nimbostratus
Thanks Joe. That answers my question exactly. I was wondering why there wasn't a new_node method somewhere. I suppose the API is saying that a node out of context of a pool makes no sense, so the usage of pool is the only method to create a node?
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