Forum Discussion

Alex_Sinclair_1's avatar
Alex_Sinclair_1
Icon for Nimbostratus rankNimbostratus
Jun 15, 2005

Accessing pool members by IP/PORT in v9x?

I have an ASP.NET application I wrote with Big-IP/iControl 4.5/4.6 that makes a lot of use of the old ITCMLocalLB.Node.get_state, ITCMLocalLB.Node.set_state, ITCMLocalLB.Monitor2.get_instance_state and ITCMLocalLB.Monitor2.set_instance_state

 

 

It worked well before because I didn't have to know pool names and could deal with pool member status directly. Since I don't manage the Big-IPs, but instead, am an application support person, I have little control over pool configurations, or access any configuration information on the load balancers, for that matter.

 

 

Our network guys just upgraded the Big-IPs to 6800s running 9.1 and now I can't seem to find equivalent methods to make my app work with the new version of iControl. Anyone see something I don't? Is my only option to switch to using names to access pool members? Oh yeah, I have 2 days to get the app back up and functioning as before. 'Lil help?