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.

如果資料來源已存在,或有先前已毀損或局部安裝的 SDO 儲存庫應用程式,installSdoRepository.jacl Script 就無法完成,且不會儲存配置變更。 In these cases, you have to run the uninstallSdoRepository.jacl script. This script continues when it finds unexpected results, so it can clean up a broken or partial installation.

[IBM i]Note: 從 Qshell 內執行 Script。
Script 提供在 app_server_root/bin 目錄中,其中 app_server_rootWebSphere® Application Server 的安裝根目錄。 如果您選擇從另一個目錄執行 wsadmin Scripting 用戶端,請在指令選項上指定 Script 的完整路徑。 比方說,如果要使用預設設定檔以外的設定檔,請切換至 app_server_root/profiles/profile_name/bin 目錄,然後指定下列 Script 路徑:[AIX Solaris HP-UX Linux Windows][z/OS]
wsadmin.ext -f app_server_root/bin/uninstallSdoRepository.jacl
[IBM i]
wsadmin -f app_server_root/bin/uninstallSdoRepository.jacl
[AIX Solaris HP-UX Linux Windows][z/OS]其中 .ext 是副檔名 .bat(Windows 系統)或 .sh(UNIX、Linux 或 z/OS® 系統)。

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.

[IBM i][AIX Solaris HP-UX Linux Windows]For configuration of the SDO repository on a stand-alone server, the -createDb flag tells the install command to create a default (Apache Derby) database and configure it for use with this application server. The -removeDb flag tells the uninstall command to remove the database configuration from the application server, but not to delete the Apache Derby database:
wsadmin -f installSdoRepository.jacl -createDb
wsadmin -f uninstallSdoRepository.jacl -removeDb
Note:
  • If you did not use -createDb on the installer, because you had already configured an Apache Derby database for some other purpose, then you should not use the -removeDb flag on the uninstaller.
  • To avoid deleting data that you might want to keep, the -removeDb flag does not delete the Apache Derby database. If you are certain that you want to delete the database, you can do so manually. An Apache Derby database is a directory on the file system. The one created by the installer with the -createDb flag is in the profile_root/databases/SdoRepDb directory, where profile_root is the directory in which profile-specific information is stored. If you do not delete the database, and you try to install again with the -createDb flag, the installation process fails stating that the SdoRepDb directory already exists.
For installation or removal of the SDO repository application from a stand-alone server:
wsadmin -f installSdoRepository.jacl
wsadmin -f uninstallSdoRepository.jacl
For installation or removal of the SDO repository application in a WebSphere Application Server 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 WebSphere Application Server Network Deployment environment, for a cluster:
wsadmin -f installSdoRepository.jacl -cluster cluster_name
wsadmin -f uninstallSdoRepository.jacl -cluster cluster_name

指出主題類型的圖示 參照主題



時間戳記圖示 前次更新: July 9, 2016 11:12
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rjw_uninstall_sdo
檔名:rjw_uninstall_sdo.html