WebSphere Virtual Enterprise, Version 6.1.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


createodr.jacl script

You can use the createodr.jacl script to create an on demand router (ODR) from the command line.

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 located 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
  • [Version 6.1.1 and later] 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
[Version 6.1.1 and later] Create an ODR that is named great_ODR.
./wsadmin.sh|.bat -f createodr.jacl node01 http_sip_odr_server great_ODR



Related tasks
Creating ODRs
Related reference
Administrative roles and privileges
Reference topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 1:31:01 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1m1/index.jsp?topic=/com.ibm.websphere.ops.doc/info/reference/todrscript.html