目次

Search

  1. 概要
  2. バージョン10.3 HotFix 1
  3. インストールおよびアップグレード
  4. Multidomain MDMバージョン10.3 HotFix 1
  5. バージョン10.3

WebSphereクラスタ環境でのActiveVOSのインストール

WebSphereクラスタ環境でのActiveVOSのインストール

WebSphereクラスタ環境で埋め込みActiveVOSをインストールすると、ActiveVOSコンソールのMDM IDサービスプロバイダに接続できなくなります。
回避策: Hubサーバー、埋め込みActiveVOS、プロセスサーバーのインストール後に、以下の手順を実行します。
  1. ActiveVOSの
    install.properties
    ファイルで、
    install.web.application
    false
    に設定します。
  2. ActiveVOSインストールディレクトリの
    deployer.xml
    ファイルで、次のコードをコメントアウトします。
    <!-- <target name="deploy.resources" depends="deploy.timer.manager,deploy.work.manager"/> <target name="deploy.timer.manager"> <echo message="$ {basedir}"/> <run.wsadmin script="${basedir} /scripts/timermanager.jacl"/> </target> <target name="deploy.work.manager"> <run.wsadmin script="$ {basedir}/scripts/workmanager.jacl"/> <run.wsadmin script="${basedir} /scripts/systemworkmanager.jacl"/> </target> <target name="deploy.jaas"> <run.wsadmin script="$ {basedir}/scripts/jaaslogin.jacl"/> </target> <target name="deploy.apps"> <run.wsadmin script="${basedir} /scripts/installapp.jacl"/> </target> -->
  3. <MDM installation directory>/hub/server/bin
    ディレクトリで、次のコマンドを実行します。
    sip_ant.bat deploy_mdm_identity_resolution sip_ant.bat deploy_avos_server
  4. ActiveVOS EARファイルをデプロイします。EARファイルのデプロイの詳細については、
    Multidomain MDMのインストールガイド
    を参照してください。
(MDM-13269)