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.
Procedure
- 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.
- 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.- 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}}- Save your changes. Run the following command:
$AdminConfig save
Results
You have placed multiple on demand routers in a cluster.
Related tasks
Integrating the SIP on demand router with Load Balancer
Creating ODRs
ClusterConfigCommands command group for the AdminTask object