To completely remove a UDDI Registry node you need to remove the UDDI Registry application and delete the UDDI Registry database. However there may be situations where you only want to perform one of these tasks:
Depending on what you wish to achieve, complete one of the following steps:
To remove the UDDI application from an application server, run the wsadmin script uddiRemove.jacl, as shown, from the install_root/bin directory.
The syntax of the command is as follows (this is a Windows platform example; for Unix or Linux platforms, add the .sh suffix to the wsadmin command) :
Note: If running in a network deployment configuration, the command must be run against the deployment manager profile.
wsadmin -f uddiRemove.jacl node server_name [default]
wsadmin -f uddiRemove.jacl node server_name [default]
wsadmin -f uddiRemove.jacl {node server_name | cluster_name} [default]where
Output will appear on the screen by default. To direct the output to a log file, add '> removeuddi.log' (where removeuddi.log can be any log name of your choice) to the end of the command. For example, to remove the UDDI application from server 'server1' running in node 'MyNode' on a Windows system, and send any messages to the file removeuddi.log:
wsadmin -f uddiRemove.jacl MyNode server1 > removeuddi.logTo remove the UDDI application from cluster 'MyCluster' on a Windows system, and send any messages to the screen:
wsadmin -f uddiRemove.jacl MyCluster
Note: You can also remove the UDDI Registry application using the administrative console in the usual way (select the application in the Enterprise Applications view and click Uninstall). If you are removing the UDDI Registry from a cluster in a version of WebSphere Application Server that is earlier than Version 6.0.1, use the administrative console method.
Note: The UDDI node name will remain the same as before. If the UDDI node name included the node name and server name of the original server, there will be a mismatch between the UDDI node name and the node name and server name of the new server. However this name mismatch will not affect the functioning of the UDDI Registry node.