設定 Rational Focal Point 的叢集

您可以在應用程式伺服器上設定 IBM® Rational® Focal Point™ 的叢集配置。

程序

在應用程式伺服器中設定叢集配置之前,請執行下列步驟:

  1. 啟動應用程式伺服器,並確定 Rational Focal Point 在執行中。
  2. 設定網路上未使用的「管理範圍(本端)多重播送位址」,以在資料庫中設定多重播送群組位址。
    1. 登入 Rational Focal Point
    2. 按一下進階 > SQL,然後插入下列程式碼:
      insert into projectsetting (pid,name,value) values (-2,'multicast.group.address','<multicast address>')
      例如,如果要設定 239.0.0.1 作為網路中的多重播送位址,請插入程式碼
      insert into projectsetting (pid,name,value) values (-2,'multicast.group.address','239.0.0.1')
      註: 請確定這個多重播送位址不會干擾網路上的其他多重播送位址。
    3. 按一下執行
    附註:
    • 如需在 Apache Tomcat 伺服器及 WebSphere® Application Server 中設定叢集的相關資訊,請參閱伺服器文件。
    • WebSphere Application Server 中設定叢集時,請確定未選取配置 HTTP 階段作業記憶體至記憶體抄寫
    • WebSphere Application Server 中設定叢集之後,請在 JVM 的「客戶」內容中,新增以叢集名稱作為其值的 WAS_SERVER_NAME。

建議與意見