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.  what is hamanager in websphere?use of it?

    Posted 02/13/13 12:39 PM
    hai friends,
       can any one tell what is ha manager in was?use of it?how to enable? 


  • 2.  what is hamanager in websphere?use of it?

    Posted 02/15/13 02:52 AM
    HA Manager basically ensures availability of singleton services with WAS, in the event of an failure or unavailability of those services.

    Sigleton services  in WAS are 1. Transaction service 2. Messaging Engine Services.

    HA Mgr service runs within each application server & it immediately fails over to the next cluster member to ensure the in-flight transactions or the messaging engine related acitivities are not affected.


  • 3.  what is hamanager in websphere?use of it?

    Posted 02/17/13 06:21 AM
    thank you sree for your reply but i what is singleton ?can you give some more information about ha manager.


  • 4.  what is hamanager in websphere?use of it?

    Posted 02/18/13 07:28 PM
    saravana,

      Singleton service is a service that can run in diferents servers but only in one at the time.

      If you deploy an application in a cluster all member of the cluster can execute it.  In singleton pattern only one of the cluster members execute the service, if this member fails or is stoped the service is switch to other member automatically.

      You can get information about the WebSphere HA Manager in

      WebSphere Application Server Network Deployment V6: High Availability Solutions  publib-b.boulder.ibm.com/abstracts/sg246...


      Chapter 6.


      Or 


      WebSphere Application Server V6 Scalability and Performance Handbook


      publib-b.boulder.ibm.com/abstracts/sg246...


      Chapter 9.



     Hope this helps



    regards



  • 5.  what is hamanager in websphere?use of it?

    Posted 02/18/13 10:07 PM
    Thank you Gabriel.