Hello,
I'm trying to cluster an application using SFHA 6.0 on a 2 node cluster on Solaris 10. The application makes both inbound and outbound connection to other application servers. The VCS cluster is configured with cluster service group and VVR service group (for data replication).
The issue here is that the application uses the first available IP address (in the ifconfig ouptut) for the outbound connections instead of the VIP assigned to it. Now this becomes a problem when the cluster service group and the VVR ips are also up. So in a case where the cluster service IP is first in the ifconfig output the application uses this IP to make outbound connection instead of the VIP due to which it fails. There is no issue with inbound connections to this VIP.
Thanks in Advance.