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.  Restarting Node

    Posted 02/15/12 01:23 AM
    Hi,

    In our environment we have 5 nodes each having 14 jvms in a single cluster.

    WAS 6.1 on AIX.

    we have minor updates on app.so after updating app jvms need to be restarted

    inorder to take effect.

    is there any method to restart each node one after another inorder to get High Availability??

    Thanks
    Ravi 


  • 2.  Restarting Node

    Posted 02/15/12 12:57 PM
    Hi Ravi,

      If you have a HTTP server with plugin in front of your cluster, you can do a RippleStart, the cluster members stops and starts in order and the plugin balance the request to other members.

     http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/trun_wlm_cluster_start.html

      RippleStart combines stopping and starting operations. It first stops and then restarts each member of the cluster.


      Hope this helps

    regards,


  • 3.  Restarting Node

    Posted 02/15/12 01:14 PM
    Hi Ravi,


      Looking other questions i have see that you ask something similar in

    www.websphereusergroup.org/go/thread/vie...

      If you want control how and when stop the nodes you need to do and script for examples with semaphores testing tha availability of the node, sending the stop command to each server and when they start continue with the other members.

      take care about the wsadmin invocation method SOAP/RMI timeouts the files are located at:

      \profiles\\properties\

       Soap.client.props
    com.ibm.SOAP.requestTimeout=180

      sas.client.props

      com.ibm.CORBA.requestTimeout=180 

    hope this helps,

    regards,


  • 4.  Restarting Node

    Posted 02/24/12 05:21 PM
    I think if you want HA for an applications, you need to use merge plugin concept, where you can have all the nodes with their respective jvms/apps. When you stop/start one node, plugin will route request to other node.