![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
![[z/OS]](../images/ngzos.gif)
deleteodr.jacl script
You can use the deleteodr.jacl script to delete an on demand router (ODR) from the command line.
Purpose
You can use the deleteodr.jacl script to delete an ODR.
To delete an ODR, you must have administrator or configurator privileges.
Location
The deleteodr.jacl script is located in the app_server_root/bin directory.
Usage
The default script usage follows:
./wsadmin.sh -f deleteodr.jacl
Procedure
Specify the following parameter
with the deleteodr.jacl script:
- nodename
- The name of the node on which an ODR with the name odr exists.
Alternatively, you can first launch the scripting
client. In wsadmin:
wsadmin> source deleteodr.jacl wsadmin> deleteodr nodenameIn place of nodename, specify the name of the node on which your ODR exists.
Example
Delete an ODR.
./wsadmin.sh -f deleteodr.jacl node01