Forum Discussion

Gunasekaran_344's avatar
Gunasekaran_344
Icon for Nimbostratus rankNimbostratus
Jun 18, 2008

Add/remove a service

To add a new/remove node to LB, which takes IP address as its Input.

 

LocalLB :: NodeAddress :: create

 

LocalLB :: NodeAddress :: delete_node_address

 

 

Is there something similar to add/remove service running on a Node which takes IP and Port as input ?

 

 

Thanks in advance

 

-Guna

2 Replies

  • In v9.0 and above, there is no concept of a high-level node server (ip:port) so there are no equivalent methods to add that at a high level. Node Servers, as they were referred to in v4.x, are now only defined within the context of a pool and are referred to as a Pool Member. Look in the LocalLB.Pool and PoolMember interface to manage members within a pool.

     

     

    Hope this helps...

     

     

    -Joe