Removing a UDDI registry application 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 (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 using
the deployment manager profile.
wsadmin [-profileName profile_name] -f uddiRemove.jacl
node_name
server_name
[default]
wsadmin [-profileName profile_name] -f uddiRemove.jacl
{node_name server_name | cluster_name}
[default]
where
- '-profileName profile_name' is optional, and is the
name of the profile in which the UDDI application is deployed. If you do not
specify a profile, the default profile is used.
- node_name and server_name are the
names of the WebSphere node and application server in which the UDDI application
is deployed (these are the names that you specified when you ran uddiDeploy.jacl
to install the UDDI application).
cluster_name is
the name of the WebSphere cluster in which the UDDI application is deployed.
This is the name that you specified when you ran uddiDeploy.jacl to install
the UDDI application.
- 'default' is optional and is applicable only for Cloudscape in
a standalone application server environment, and then only if the default
option was used when the uddiDeploy.jacl script was run to deploy the UDDI
registry. Specifying default will remove the UDDI Cloudscape datasource but not the
UDDI Cloudscape database.
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' on a Windows system, and send any messages to the file removeuddi.log:
wsadmin -profileName myProfile -f uddiRemove.jacl MyNode server1 > removeuddi.log
![[Version 6.0.1 and later]](../../v601x.gif)
To
remove the UDDI application from cluster 'MyCluster' on a Windows system,
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.
Use this administrative console method if you are removing
the UDDI registry from a cluster.