WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 作業系統: AIX, HP-UX, Linux, Solaris, Windows

移除事件傳訊企業應用程式

在解除安裝共用事件基礎架構之前, 您必須先移除事件傳訊企業應用程式。

這項作業的步驟

如果要移除事件傳訊企業應用程式,請利用 wsadmin 工具來執行 event-message.jacl Script。
如果要在 Windows 系統中執行 Script,請移至 install_root\event\application 目錄,並執行下列指令(全在單行中):
wsadmin -f event-message.jacl -profile event-profile.jacl
  -wsadmin_classpath install_root\event\lib\cei_installer.jar -action
uninstall -node node_name -server server_name  
[-eventprofilescope scope] -appname app_name [-trace]
如果要在 Linux 或 UNIX 系統中執行 Script,請移至 install_root/event/application 目錄,並執行下列指令(全在單行中):
wsadmin.sh -f event-message.jacl -profile event-profile.jacl 
  -wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
  -node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
如果要執行這個 Script,請移至 install_root/event/application 目錄,並執行下列指令(全在單行中):
wsadmin.sh -f event-message.jacl -profile event-profile.jacl 
  -wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
  -node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
event-message.jacl Script 的參數如下:
node_name
您要從中移除事件傳訊企業應用程式的 WebSphere ESB 節點。
如果要知道節點名稱,請執行下列動作之一:
  • 在 Windows 系統中,執行 install_root\bin\setupCmdLine Script,再執行 echo %WAS_NODE% 指令。
  • 在 Linux 和 UNIX 系統中,執行 install_root/bin/setupCmdLine,再執行 echo $WAS_NODE 指令。

如果要知道節點名稱,請執行 install_root/bin/setupCmdLine,再執行 echo $WAS_NODE 指令。

server_name
您要從中移除事件傳訊企業應用程式的 WebSphere ESB。 這是選用參數。如果您沒有指定伺服器,就會在指定的節點中移除所有伺服器。
scope
所要移除之共用事件基礎架構配置設定檔物件的範圍。這是選用參數。如果您指定了某個範圍,就會移除指定範圍中的 JMS 傳輸設定檔和發射器 Factory 設定檔。有效值為 cellnodeserver
app_name
您要移除之已部署傳訊企業應用程式的名稱。這是必要參數。

選用的 -trace 參數會使標準輸出顯示其他除錯資訊。


Task topic

使用條款 | 此頁的評等

時間戳記圖示前次更新: 5 Mar 2006
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc.nl1_6.0.1\doc\tcei_install_removeMessaging.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
本資訊中心採用 Eclipse 技術。(http://www.eclipse.org)