Databases Reference
In-Depth Information
cd('/Servers/PROD_Server03')
cmo.setListenPort(8003)
cmo.setCluster(getMBean('/Clusters/PROD_Cluster'))
cmo.setMachine(getMBean('/Machines/prod02'))
cd('/')
cmo.createServer('PROD_Server04')
cd('/Servers/PROD_Server04')
cmo.setListenPort(8004)
cmo.setCluster(getMBean('/Clusters/PROD_Cluster'))
cmo.setMachine(getMBean('/Machines/prod02'))
activate()
exit()
See also
F Configuring HA WebLogic cluster parameters
F Using Unicast for cluster communications
F Using Multicast for cluster communications
Defining a Hostname/Alias for the Listen
Address value
The WebLogic Managed Server instances of the cluster were created in the previous recipe
but a Listen Address value was not assigned to any of it.
The objective of this recipe is to assign a unique hostname or alias as the Listen Address
value for each of the Managed Servers instead of assigning the prod01 , prod02 hostnames
or the IP address.
Getting ready
For the cluster PROD_Cluster the FQDNs: prodsrv01.domain.local , prodsrv02.
domain.local , prodsrv03.domain.local , and prodsrv04.domain.local will be
used as the listen addresses. For example, PROD_Server01 , PROD_Server02 , PROD_
Server03 , and PROD_Server04 , will be used respectively.
 
Search WWH ::




Custom Search