Databases Reference
In-Depth Information
2. Connect to the Administration Server using wlsadmin as the user, <pwd> as the
password and t3://prod01.domain.local:7001 as the server URL:
wls:/offline> connect("wlsadmin","<pwd>","t3://prod01.domain.
local:7001")
3. Run the following WLST commands to create the cluster and the server instances:
edit()
startEdit()
cd('/Servers/PROD_Server01')
cmo.createNetworkAccessPoint('clusterChannel')
cd('/Servers/PROD_Server01/NetworkAccessPoints/clusterChannel')
cmo.setProtocol('cluster-broadcast')
cmo.setListenAddress('channel01.domain.local')
cmo.setEnabled(true)
cmo.setHttpEnabledForThisProtocol(true)
cmo.setTunnelingEnabled(false)
cmo.setOutboundEnabled(true)
cmo.setTwoWaySSLEnabled(false)
cmo.setClientCertificateEnforced(false)
cd('/Servers/PROD_Server02')
cmo.createNetworkAccessPoint('clusterChannel')
cd('/Servers/PROD_Server02/NetworkAccessPoints/clusterChannel')
cmo.setProtocol('cluster-broadcast')
cmo.setListenAddress('channel02.domain.local')
cmo.setEnabled(true)
cmo.setHttpEnabledForThisProtocol(true)
cmo.setTunnelingEnabled(false)
cmo.setOutboundEnabled(true)
cmo.setTwoWaySSLEnabled(false)
cmo.setClientCertificateEnforced(false)
cd('/Servers/PROD_Server03')
cmo.createNetworkAccessPoint('clusterChannel')
cd('/Servers/PROD_Server03/NetworkAccessPoints/clusterChannel')
cmo.setProtocol('cluster-broadcast')
 
Search WWH ::




Custom Search