deleteodr.jacl script
We can use the deleteodr.jacl script to delete an on demand router (ODR) from the command line.
Purpose
We 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
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, we 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 the ODR exists.
Example
Delete an ODR.
./wsadmin.sh -f deleteodr.jacl node01
Related tasks
Create ODRs Get started with wsadmin scripting
Intelligent Management: administrative roles and privileges