Hi,
Has anyone done parallel deployment to an existing Luminis IV installation. We are planning to use PD with the Big IP load balancer. Are there any examples of Big IP available? What are the caveats involved implementing PD with a current IV installation? Our current version is 4.1.1.11.
Thanks,
Doug
There is an example bigip
There is an example bigip config in the luminis PD guide for IV on the sungard support site.
We use foundry, and have it largely working in test right now with 4.0.1.60.
The main thing is to set all the fos.* configman values, tell the load balancer the name of the cookie to maintain session stickiness on, and setup all your port forwarding (8008 to the tier, 80/443 balanced between the two front ends, chat ports, etc..).
Here is a sample of a pound (open source load balancer software) that worked to login. I didn't setup the various ports for other features, this was just web. I ran it on my desktop, and had my own local address act as a load balancer to two front-end IV boxes.
ListenHTTPS Address 127.0.0.1 Port 443 Cert "/etc/pound/privpubinter.pem" Service Backend Address 10.10.3.30 Port 80 End Backend Address 10.10.3.34 Port 80 End Session Type Cookie ID "loadbalancers" TTL 300 End End End ListenHTTP Address 127.0.0.1 Port 80 Service Backend Address 10.10.3.30 Port 80 End Backend Address 10.10.3.34 Port 80 End Session Type Cookie ID "loadbalancer" TTL 300 EndYour dns, or your host files on all the portal boxes needs to refer to the virtual name. So if your site name is someschool.edu, make sure that all the servers think that someschool.edu is the IP of the virtual load balancer IP.
fos configman values
What are the fos configman values. The reason I'm asking is that I do not think the the install of the pd nodes set all the values. Basically what is happening is the load ballancer is redirecting to node1 and node1 is redirecting to the resource box.