The SDO repository uninstall script

Use this script to uninstall a Service Data Objects (SDO) repository that was previously installed, or failed to install correctly.

You install the SDO repository application on every server or cluster that you plan to use for one or more of the service integration bus-enabled Web services roles as described in Installing and configuring the SDO repository.

If the data source already exists, or there has been a previous broken or partial installation of the SDO repository application, the installSdoRepository.jacl script fails to complete and configuration changes are not saved. In these cases, you need to run the uninstallSdoRepository.jacl script. This script continues when it finds unexpected results, so it can clean up a broken or partial installation.

The script is provided in the app_server_root/bin directory, where app_server_root is the root directory for the installation of IBM® WebSphere® Application Server. If you choose to run the wsadmin scripting client from another directory, specify the full path to the script on the command option. For example to work with a profile other than the default profile, change to the app_server_root/profiles/profile_name/bin directory then specify the following path to the script:
wsadmin.ext -f app_server_root/bin/uninstallSdoRepository.jacl
where .ext is the file extension .bat for a Windows® system, or .sh for a UNIX®, Linux® or z/OS® system.

The SDO repository script install and uninstall pairs

The following are the install and uninstall command pairs, where each uninstall command undoes the action of the related install command. If you attempt to uninstall with a different set of arguments to those previously used with the installSdoRepository.jacl script, you might find that the uninstall does not remove everything or that it displays warnings when it tries to remove non-existent settings.

For installation or removal of the SDO repository application from a standalone server:
wsadmin -f installSdoRepository.jacl
wsadmin -f uninstallSdoRepository.jacl
For installation or removal of the SDO repository application in a network deployment environment, for a deployment manager or a server that is not part of a cluster:
wsadmin -f installSdoRepository.jacl node_name server_name
wsadmin -f uninstallSdoRepository.jacl node_name server_name
For installation or removal of the SDO repository application in a network deployment environment, for a cluster:
wsadmin -f installSdoRepository.jacl -cluster cluster_name
wsadmin -f uninstallSdoRepository.jacl -cluster cluster_name



Related tasks
Installing and configuring the SDO repository
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 8:25:23 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-zos&topic=rjw_uninstall_sdo
File name: rjw_uninstall_sdo.html