iControl Apps - #04 - Graceful Server Shutdown
This question comes up quite often here on DevCentral: "How can I gracefully shut down my servers for maintenance without disrupting current user sessions?". In fact, I answered this question just t...
Published Jul 17, 2008
Version 1.0Jun 10, 2011
You should be able to use the same logic on a single node with the methods in the NodeAddress interface. This will effect nodes on a cross-pool level. Keep in mind though that it's an all-or-nothing thing. The NodeAddress object only works with an IP address, not IP-Port combination so if you disable the node, it will do so across all pools it belongs to.
-Joe