Forum Discussion

saksham_116902's avatar
saksham_116902
Icon for Nimbostratus rankNimbostratus
May 29, 2013

How to set State Options from iControl

Hi,

 

 

I am working on a node enable/disable project. How do I set the State Options: Apply new state to all pool member instances checkbox which shows up if there are instances of same node in other pools. Using the "Graceful Server Shutdown" example, I am able to take down one node at a time but now I would like to take down all instances of that node (if it exists) in other pools.

 

Thanks.

 

 

1 Reply

  • I'm not sure that that checkbox has an associated iControl method. You could apply the shutdown logic to the LocalLB.NodeAddress which is the base address for all pool members. The problem with that is that it will shutdown all pool members with that IP on any port.

     

    -Joe