Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Deployment of EAR on Multiple Server

Hi

Can any one provide me with any guided activity or related documentation that can be hekpfull for deployment of Single EAR file on multiple servers.

0 votes



4 answers

Permanent link
Hi

Can any one provide me with any guided activity or related documentation that can be hekpfull for deployment of Single EAR file on multiple servers.


Hi,

Here's a guided activity we have for installing an app to a server or cluster.

http://www-01.ibm.com/support/docview.wss?uid=swg27016454&aid=1

If all the servers you plan on deploying to belong to the same cluster, you may want to look at deploying the app to the cluster instead of the individual apps.

If your servers are not all in the same cluster (or even the same cell) you can look at using Build Forge to automate the deployment by using Build Forge to call that same install action multiple times, once for each target server.

Jesse

0 votes


Permanent link
Hi Jeese

Thanks for the reply .Let me try with the guided activity if any thing goes wrong will buzz u

0 votes


Permanent link
Hi Jesse

I am getting the following error
ADMA5016I: Installation of Dynamic Cache Monitor started.
552 06/05/11 09:28AM EXEC ADMA5067I: Resource validation for application Dynamic Cache Monitor completed successfully.
553 06/05/11 09:28AM EXEC ADMA5058I: Application and module versions are validated with versions of deployment targets.
554 06/05/11 09:28AM EXEC ADMA5005I: The application Dynamic Cache Monitor is configured in the WebSphere Application Server repository.
555 06/05/11 09:28AM EXEC ADMA5053I: The library references for the installed optional package are created.
556 06/05/11 09:28AM EXEC ADMA5005I: The application Dynamic Cache Monitor is configured in the WebSphere Application Server repository.
557 06/05/11 09:28AM EXEC ADMA5001I: The application binaries are saved in C:\IBm\WebSphere\AppServer\profiles\dmgr\wstemp\Script13195689a76\workspace\cells\RCUATCell\applications\Dynamic Cache Monitor.ear\Dynamic Cache Monitor.ear
558 06/05/11 09:28AM EXEC ADMA5005I: The application Dynamic Cache Monitor is configured in the WebSphere Application Server repository.
559 06/05/11 09:28AM EXEC SECJ0400I: Successfuly updated the application Dynamic Cache Monitor with the appContextIDForSecurity information.
560 06/05/11 09:28AM EXEC ADMA5011I: The cleanup of the temp directory for application Dynamic Cache Monitor is complete.
561 06/05/11 09:28AM EXEC ADMA5013I: Application Dynamic Cache Monitor installed successfully.
562 06/05/11 09:28AM EXEC Info: Application with name CacheMonitor does not exist in Application Server configuration
563 06/05/11 09:28AM EXEC Error: Failed to find application 'CacheMonitor' in Application Server configuration.
564 06/05/11 09:28AM EXEC WASX7309W: No "save" was performed before the script "Z:/product/actions/deploy/was/common/scripts/installApp.py" exited; configuration changes will not be saved.
565 06/05/11 09:28AM EXEC Virtual Drive has been unmapped Z:
566 06/05/11 09:28AM EXEC RAFW_HOME has been restored to C:/IBM/Build Forge/rafw

Property File is
################################################################
### ###
### This property file describes CacheMonitor ###
### ###
################################################################

# Application Specific Info
APP_NAME=CacheMonitor
APP_FILE=${RAFW_HOME}/user/environments/${ENV_NAME}/cells/${CELL_NAME}/apps/media/${APP_NAME}.ear

# war class loader policy: SINGLE=Application, MULTIPLE=Module
WAR_CLASS_LOADER_POLICY=MULTIPLE

# class loader mode options: PARENT_FIRST (default), PARENT_LAST
CLASS_LOADER_MODE=PARENT_FIRST

# Deployment options
OPTIONS=-nopreCompileJSPs -distributeApp -nouseMetaDataFromBinary -nodeployejb -appname "Dynamic Cache Monitor"
-createMBeansForResources -noreloadEnabled -nodeployws -validateinstall warn -noprocessEmbeddedConfig -filepermission
.*\.dll=755#.*\.so=755#.*\.a=755#.*\.sl=755 -noallowDispatchRemoteInclude -noallowServiceRemoteInclude

0 votes


Permanent link
Hi jesse

Thanks for the document finally i am able to deploy ear on multiple servers.Thanks for your time and effort.

Regards

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 12 '12, 11:05 a.m.

Question was seen: 6,723 times

Last updated: Jan 12 '12, 11:05 a.m.

Confirmation Cancel Confirm