iControl Apps - #01 - Disabling Node Servers
In version 4.x of BIG-IP, there was a concept of a Node Server (a top level object that consisted of a node's address and port). Basically it was a top level rollup of all instances of a specific no...
Published May 15, 2008
Version 1.0Apr 06, 2009
I don't understand your comment. The $sPort value is used in the $Pool definition
Pool = SOAP::Lite
-> uri('urn:iControl:LocalLB/Pool')
-> proxy("$sProtocol://$sHost:$sPort/iControl/iControlPortal.cgi");
As for the forced offline, use the set_monitor_state() method.
-Joe