Forum Discussion
nevetS_66718
Nimbostratus
Dec 17, 2007Stumped. Blank Results
I'm trying to do something very simple - just get a list of pools.
The trouble is that I don't get any results. The sample LocalLBPool.pl doesn't return results, and neither do any of my ow...
Dec 17, 2007
You mentioned the word "partition". If your BIG-IP is configued using admin partitions and your objects are located in another partition than "Common", you will need to add a call in your code to Management :: Partition :: set_active_partition() for your user given user name. The client will default to the "Common" partition unless you explicitly specify that you want access to another partition.
http://devcentral.f5.com/Wiki/default.aspx/iControl/Management__Partition__set_active_partition.html
Click here
-Joe