Disabling the service integration service

The SIB Service, which provides messaging capability, is enabled automatically when you add a server to a service integration bus. If required, you can disable service integration bus functions when the application server starts.

About this task

You can choose to disable the SIB Service, for example if you have removed the only bus member for a server.

[z/OS]Enabling or disabling the SIB Service has the same effect as enabling or disabling the Control Region Adjunct (CRA).

You can use the administrative console to disable the SIB Service, or wsadmin scripting. The following example shows a Jython script for disabling the SIB Service:
server = AdminConfig.getid('/Server:server1/')
sibService = AdminConfig.list('SIBService', server)
AdminConfig.modify(sibService, [["enable", "false"]])

To use the administrative console to disable the SIB Service, complete the following steps.

Procedure

  1. Click 伺服器 -> 伺服器類型 -> WebSphere Application Server -> server_name -> [伺服器傳訊] SIB 服務 to display the SIB service settings pane.
  2. Click the Configuration tab to display configuration properties for the service integration service.
  3. Clear the 在伺服器啟動時啟用服務 check box.
  4. 儲存對主要配置所做的變更。

Results

You have disabled the SIB Service. Service integration bus functions are not available when the application server starts up.

指出主題類型的圖示 作業主題



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