WebSphere Virtual Enterprise (formerly Operations Optimization), Version 6.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Creating a cluster of on demand routers

You can create a cluster of on demand routers. The cluster that is created is a static cluster.

About this task

You might consider clustering on demand routers when you are integrating the Session Initiation Protocol (SIP) on demand router (ODR) with Load Balancer for IBM WebSphere Application Server.

You might consider creating a cluster of HTTP ODRs to administer all of the ODRs at one time. If you do not create a cluster, you must administer each ODR individually.

Procedure

  1. Creating ODRs or createodr.jacl script

    Create an ODR to use as a template when you create your cluster. You can create the ODR in the administrative console or with the createodr.jacl script.

  2. In wsadmin, create a cluster. Run the following command:
    $AdminTask createCluster {-clusterConfig {-clusterName odr_cluster_name -clusterType ONDEMAND_ROUTER} -convertServer {-serverNode my_node_name -serverName my_ODR}}
    For the my_ODR value, indicate the name of the on demand router that you created as a template.
  3. Add ODRs to the cluster. Run the following command for each ODR cluster member:
    $AdminTask createClusterMember {-clusterName odr_cluster_name -memberConfig {-memberNode my_node_name -memberName odr_cluster_member_name}}
  4. Save your changes. Run the following command:
    $AdminConfig save

Results

You placed multiple on demand routers in a cluster.

What to do next [Version 6.1.0.5 and later]

To modify the settings, such as the action type and rule expression, of an ODR cluster, use the wsadmin tool to complete administrative tasks at the cluster level. For more information, see Rules for ODR routing policy administrative tasks and Rules for ODR service policy administrative tasks .




Related tasks
Integrating the SIP on demand router with Load Balancer
Creating ODRs
ClusterConfigCommands command group for the AdminTask object
Task topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 6:17:06 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ops.doc/info/odoe_task/todrclust.html