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.  Designing Websphere AppServer Infrastructure

    Posted Wed August 11, 2010 10:38 AM
    Designing Websphere AppServer Infrastructure

    --------------------------------

    Hi friends,

    I want to design WAS infrastructure with High Availability and failover method, so to do what are the information i need to collect. Please let me know.

    Currently Application is deployed in one WAS Instance and its being used by 200 users. So let me know how many Cluster member to be created in WAS cluster.

    Please help me out in this design.

    --------------------------------

    Posted By: mail2gr8 at Aug 26 2009 5:40PM


  • 2.  Designing Websphere AppServer Infrastructure

    Posted Wed August 11, 2010 10:46 AM
    You'll need Network Deployment to be able to create a cluster.

    Ideally,

    Install WAS ND binaries on machine1 and machine2.

    On machine1, create profile of Deployment type. Also, on machine1 create profile of Application Server type.

    On machine2, create profile of Application Server type.

    Log into dep profile admin console, federate the AS nodes on machine1 and machine2 into the cell.
    You would then be able to see, start, stop those nodes from the dep console.

    Once this is done, create a cluster in the dply admin console and add your federated nodes to the cluster as cluster members.

    If you plan on using different platforms(Windows, Linux, AIX,...) you will need a Coregroup for each platform. I think.

    This gives you HA and failover at both jvm and hardware levels along with central administration.
    IF you apply any fixpacks, you'll have to do that to each individual machine.

    You would also want a web server defined in the dep console, otherwise http would be provided by each appserver's embedded http(EIHS).

    This would be just one of many scenarios. You may go out to the InfoCenter and look at Clusters for a better explanation.

    --------------------------------

    Posted By: gmarshall7 at Aug 27 2009 3:51PM