You can remove a UDDI registry node completely, or just remove the UDDI registry application, delete the UDDI registry database, or move a UDDI registry to another server or profile.
Depending on what you wish to achieve, complete one of the following steps:
Start a Qshell session. To do this, enter the STRQSH command from the i5/OS command line.
To remove the UDDI application from an application server, run the wsadmin script uddiRemove.jacl, as shown, from the app_server_root/bin directory.
The syntax of the command is as follows:
Note: If running in a network deployment configuration, the command must be run using the deployment manager profile.
wsadmin [-profileName profile_name] -f uddiRemove.jacl {node_name server_name | cluster_name} [default]where
By default, output appears on screen. 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' and send any messages to the file removeuddi.log:
wsadmin -profileName myProfile -f uddiRemove.jacl MyNode server1 > removeuddi.logTo remove the UDDI application from cluster 'MyCluster' and send any messages to the screen:
wsadmin -profileName myProfile -f uddiRemove.jacl MyCluster
Note: You can also remove the UDDI registry application using the administrative console in the usual way, by selecting the application in the Enterprise Applications view and clicking Uninstall.
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.