Skip to main content

How to minimize down time with the WCBD tool during the deployment process


Technote (FAQ)


Question

The WebSphere Commerce Build and Deploy tool (WCBD) helps automate the WebSphere Commerce application deployment process.

To minimize downtime in a production clustered environment, what configurations should be considered?

Answer

The following factors should be considered to minimize downtime in a production clustered environment:

1. Set rollout.update to true.
Navigate to your deployment.properties file.

For Example:
/opt/IBM/WebSphere/CommerceServer70/wcbd/deploy/server/wcbd-deploy.properties.template (This is a sample path. Use your deployed properties file.)

Find the following snippet:

#-------------------------------------------------------------------------------

# rollout.update
#
# "true" if roll-out update should be executed; "false" otherwise. This option
# only works for clustered environments w/ DMGR.
#-------------------------------------------------------------------------------
rollout.update=false

Change 'rollout.update=false' to 'rollout.update=true'

This enables roll-out updates to occur against all cluster members, keeping the system up for high availability.

2. Disable automatic synchronization on the nodes during the roll-out update event.
Follow the steps in the following document: File synchronization service settings.


3. WebSphere Application Server has the following timeout properties that can be set on the Deployment Manager (DMGR) to either stop or start the AppServer JVMs.

com.ibm.websphere.management.application.updateClusterTask.serverStopWaitTimeout

com.ibm.websphere.management.application.updatesync.appExpansionTimeout

More information on these properties is provided in WebSphere Application Server Information Center: Java™ virtual machine custom properties.

Example settings are: serverStopWaitTimeout = 1800s and appExpansionTimeout=900s, as an initial starting point.

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

WebSphere Commerce Enterprise


Software version:
7.0, 7.0.0.3, 7.0.0.4, 7.0.0.5, 7.0.0.6


Operating system(s):
AIX, IBM i, Linux, Solaris, Windows, i5/OS


Software edition:
Enterprise


Reference #:
1610610


Modified date:
2012-12-03

Translate my page

Content navigation