WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Application Deployment in Cluster

    Posted Wed August 24, 2011 03:16 AM
    Hi Help me ..

      In my env four nodes are in cluster, when i do update deployment, its not deployed on four nodes, new ear file is loaded in only one node, other three nodes having old ear... 

    can u  please provide steps or deployment script for cluster..




  • 2.  Application Deployment in Cluster

    Posted Wed August 24, 2011 04:05 PM

    After you update the application through Admin Console, on the last page... click 'rollout update'. This will recursively update the application on each node, stop server and starts server. This whole process will take some time.Once the rollout update is complete... check on each node.


    If the you still have the issues of not updating on some nodes, Manually sync the nodes with Dmgr and then deploy and rollout the update.



  • 3.  Application Deployment in Cluster

    Posted Thu August 25, 2011 05:19 PM
    Is the application mapped to JVMs defined on all of the nodes ?
    Did you use the synchronize action from the node management screen ?


  • 4.  Application Deployment in Cluster

    Posted Tue August 30, 2011 03:29 AM
    Thanks for  your help..! This problem has been solved. Its related to Permission issue, in nodeagent logs some errors serverindex.xml dont have permission to read..

    In my env four nodes in cluster , some node agent services are running with one user id, and Dmgr and some node services are running with root user id.

    After we stopped all services, and started all services with same user. Next deployment process is success.



    Thanks
    Chinna