Remove the UDDI Registry application from a deployment manager cell
If you wish to completely remove the UDDI Registry application from the target application server in the deployment manager cell, then run the wsadmin script, from the QShell command prompt, removeuddi.jacl, which is located in the UDDIReg/scripts directory of the deployment manager install tree.
Please note that if the target server specified on invoking removeuddi.jacl is running at the same time, then the script stops the server and restarts the server after when it has completed its operations.
The syntax for this script is:
/QIBM/ProdData/WebAS5/ND/bin/wsadmin -instance your_instance -f removeuddi.jacl servername nodename > removeuddi.logwhere your_instance is the name of your WAS Version 5.0 Network Deployment instance, and servername and nodename are the server and node where you have deployed the UDDI Registry application.
For example:
/QIBM/ProdData/WebAS5/ND/bin/wsadmin -instance default -f removeuddi.jacl server1 MYRIAD_default > removeuddi.logwhere default is the name of your instance, server1 is the name of your server, and MYRIAD_default is the name of your node.
This example removes the UDDI Registry application and related files from server server1 running in node MYRIAD_default under instance default and sends any messages to the screen.