createodr.jacl script

You can use the createodr.jacl script to create an on demand router (ODR) from the command line. The ODR is an intelligent HTTP and Session Initiation Protocol (SIP) proxy server in WebSphere® Virtual Enterprise.

Purpose

You can use the createodr.jacl script to create an ODR server.

To create an ODR, you must have administrator or configurator privileges.

Location

The createodr.jacl script is in the install_root\bin directory.

Usage

The default script usage follows:
./wsadmin.sh|bat -f createodr.jacl

Procedures

Specify the following parameters with the createodr.jacl script:
  • nodename: The name of the node on which you want to create your ODR.
  • odr_template: In Version 6.1, a template parameter is required. The following list contains the options for odr_template:
    • odr
    • sip_odr_server
    • http_sip_odr_server
    [For z/OS operating system] The following list contains the options for odr_template when using the z/OS® operating system:
    • odr_zos
    • sip_odr_server_zos
    • http_sip_odr_server_zos
  • odr_name: The name of the ODR you want to create.
Alternatively, you can first launch the scripting client. In wsadmin:
wsadmin> source createodr.jacl
wsadmin> createodr nodename
In place of nodename, use the name of the node on which you want to create your ODR.

Example

Create an ODR.
./wsadmin.sh|.bat -f createodr.jacl node01 odr
[For z/OS operating system]
./wsadmin.sh|.bat -f createodr.jacl node01 odr_zos
Create an ODR that is named great_ODR.
./wsadmin.sh|.bat -f createodr.jacl node01 http_sip_odr_server great_ODR

The URL for this topic is: