CCS question

Is it possible to have the CCS on the same vlan (Vlan 7) as the load balanced cluster? Below is a working copy of the CCS config but the cluster is on a seperate VLAN (Vlan 99). Our oracle db's have told me this is not an option as the ip addresses cannot be changed on the oracle servers which make up the cluster. To load balance I'm using a CCS 11150. thanks in advance, Brian.

!Active version: sg0750103

configure

!*************************** GLOBAL ***************************

ip route 0.0.0.0 0.0.0.0 10.100.7.254 1

!************************* INTERFACE *************************

interface e8 bridge vlan 99 interface e9 bridge vlan 7 !************************** CIRCUIT **************************

circuit VLAN7 ip address 10.100.7.200 255.255.255.0 circuit VLAN99

ip address 10.100.99.200 255.255.255.0

!************************** SERVICE ************************** service OraWebserver1 keepalive method get keepalive uri "/up_page" keepalive type http ip address 10.100.99.61 active

service OraWebserver1-b keepalive method get keepalive uri "/up_page" keepalive type http ip address 10.100.99.62 active

!*************************** OWNER *************************** owner BC

content OraWebserver-cluster vip address 10.100.7.6 add service OraWebserver1 add service OraWebserver1-b protocol tcp port 80 active

Reply to
bricarroll
Loading thread data ...

Ask Walter Robertson ( snipped-for-privacy@hushmail.com) he's the best out there!

Reply to
Julian Dragut

I've never seen it done this way so I very sure you need the VIP and cluster to be on seperate VLANs. It's probably simpler to change the IPs on the CCS,

Cheers

Julian Dragut wrote:

Reply to
Pat D

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.