A SERVICE OF

logo

Clustering Your Application Server
BEA AquaLogic Commerce Services Deployment Guide 53
8 Start the cluster WL_HOME/common/bin/wlst.sh startcluster.py
t3://AdminServerIP:AdminServerHttpPort CLUSTER_NAME
Additional Useful Scripts
To create another server in the
cluster, execute this command
after step 1
WL_HOME/common/bin/wlst.sh createmanagedserver.py
DOMAIN_NAME CLUSTER_NAME
To shut down server ServerName WL_HOME/common/bin/wlst.sh stopserver.py DOMAIN_NAME
ServerName
To remove a deployment WL_HOME/common/bin/wlst.sh undeploy.py
t3://AdminServerIP:AdminServerHttpPort DEPLOYMENT_NAME
Descriptions of Constants Used in Setup Steps
BEA_HOME The BEA Home directory where files common to all BEA products are
stored
(eg. /opt/bea/)
WL_HOME The WebLogic Server product installation directory
(eg. /opt/bea/weblogic92/)
AdminServerIP The IP address of the server that the AdminServer is on
AdminServerHttpPort The port for the AdminServer to listen to http requests on
DOMAIN_NAME The name of the clustered domain to be created (eg.
alcsclusterdomain)
DOMAIN_PATH BEA_HOME/user_projects/domains/DOMAIN_NAME
(the path to the clustered domain)
DOMAIN_TEMPLATE The filename of the domain template to be created or accessed (eg.
BEA_HOME/user_templates/alcsclusterdomain_managed.jar)
DOMAIN_TEMPLATE_NAME The descriptive name of the domain template to be created
(eg. "ALCS Clustered Domain")
CLUSTER_NAME The name of the cluster to create (eg. wlsCluster)
DEPLOYMENT_NAME The name for the deployment of
AquaLogic Commerce Services application code
(eg. alcssf_cluster_deployment)
APPLICATION_PATH The path to where the AquaLogic Commerce Services
application has been setup