I am installing OAS 10.1.2 on Linux with Cluster (Identity Management) and Portal.
My content switch config looks like the following:
service server1
ip address 192.168.1.120
acitve
service server1-invalid
keepalive type tcp
ip address 192.168.1.120
keepalive port 9401
port 9401
active
service server1-oid
keepalive type tcp
keepalive port 389
ip address 192.168.1.120
active
service server1-oid-ldaps
keepalive type tcp
keepalive port 636
ip address 192.168.1.120
active
service server1-portal
keepalive type http
keepalive port 7777
ip address 192.168.1.120
port 80
active
service server1-portal-https
keepalive type http
keepalive port 4443
ip address 192.168.1.120
active
service server1-sso
keepalive type http
keepalive port 7777
ip address 192.168.1.120
active
service server1-sso-https
keepalive type http
keepalive port 4443
ip address 192.168.1.120
active
I then have similar entries for server2
service webcache
protocol tcp
port 80
keepalive type http
ip address 192.168.1.120
service webcache2
protocol tcp
port 80
keepalive type http
ip address 192.168.1.121
content intranets
balance srcip
vip address 192.168.1.125
add service server1
add server server2
active
content invalidations
protocol tcp
port 9401
vip address 192.168.1.125
add service server1-invalid
add service server2-invalid
active
content oid
protocol tcp
port 389
vip address 192.168.1.135
add service server1-oid
add service server2-oid
active
content oid-ldaps
protocol tcp
port 636
vip address 192.168.1.135
add service server1-oid-ldaps
add service server2-oid-ldaps
active
content portal
advanced-balance cookies
protocol tcp
port 80
vip address 192.168.1.125
add service server1-portal
add service server2-portal
active
content portal-https
advanced-balance cookies
protocol tcp
port 4443
vip address 192.168.1.125
add service server1-portal-https
add service server2-portal-https
active
content sso
advanced-balance cookies
protocol tcp
port 7777
url "/*"
vip address 192.168.1.125
add service server1-sso
add service server2-sso
active
content sso-https
protocol tcp
port 4443
vip address 192.168.1.125
add service server1-sso-https
add service server2-sso-https
My questions are:
Does this config make sense or has someone included redundant entries?
During my infrastructure installaion, what do I enter in the LDAP host and port? I guess oid and 389/636.
What do I enter in the HTTP virtual server host and ports? Is it sso or portal according to this config?
when do I use the other entries if they are not used here?
Lastly, when do I set my publicly accessible URL? Is it during the installation of the Infra or Mid or after complete installation?
Start Free Trial