27-May-2003 10:31
28-May-2003
10:31
- last edited on
22-Nov-2022
16:35
by
JimmyPackets
ITCMLocalLB.Node.get_node_server_list
and then for each of those nodes I did
ITCMLocalLB.Monitor.get_node_monitor
That seemed to work. Can post perl code for those of you who use that...
29-May-2003 10:31
it shows on the GUI)?
I tried using (e.g.) -1 for the ip address and 389 for the port, but I did not find the
custom monitor we've defined. We're using PTF2, so the Monitor2 interface is out...
What am I missing?
30-May-2003 10:31
30-May-2003 10:31
I have a simple web application, built with LAMP, which contains the 'configuration' of
the various F5 BigIPs we have on our network. This is not the configuration from the F5
appliance perspective, it's the configuration that describes how we want the devices
to work for our environment. We don't even use 50% of the devices flexibility; we
do however do some interesting stuff with rules and pools. Given that complexity, we
want to be able to configure and deploy the devices from a central location, reliably
and identically (as much as you can within the network config off course).
The application than takes the specified configuration, which contains mostly IP addresses,
pools, rules and monitor definitions and turns it into a large bigpipe command file (i.e.
shell script). I can then take that command file to a BigIP device, which has only the basic
'config' script run on it and finish the configuration.
This is off course inconvenient and the iControl API allows me to do most (all?) of this
from my application, without having to transfer a bigpipe command file. So, my first
step is to start building a new piece, which will undo everything I did to the device
with the command file (reverse order), using iControl. Once that's done, I can recreate
the command file functionality as well.
So, my first step was to undo all monitor instances, which I'm first trying to find. That's
where most of my initial questions came from. Baby steps! 🙂
So, one thing I still haven't figured out is how to remove the piece described below,
the 'Basic Associations' for the 'Standard' services (as it shows on the GUI)? The rest
of what I built I have now figured out how to undo with iControl. Rebuilding using
iControl is next.
Hope that is clear....
30-May-2003 10:31
Off course the whole idea is to do it all centrally, without having to log on to the
box at all. I'm really running a little ahead of what I hope iSMan will provide RSN.
I think I'm almost there. I'm going to work on the rebuilding stuff today.
30-May-2003 10:31
31-May-2003 10:31
systems which are running. but again we're going to different products to do the work.
ISMan (I think) will come close to what I want, but according to Matt Daimler it
won't happen until Q1/2004 in a limited sense.
31-May-2003 10:31
I was just suggesting that it might be a easier way to undo your configuration; you still have a backup of the configuration to recover if needed, and you'll only have to log onto the box once, just for this special occasion. 🙂
ISMan will definitely help you quite a bit in your endeavors.