dmcluster configコマンドは、DM1、DM2、DM3、VP1、VP2の各サーバー間のSSH接続を設定します。Data Moverモニタリング サービスがこれらの接続を使用して、指定アクティブData Moverコンポーネントを監視し、指定アクティブ コンポーネントのいずれかが動作を停止した場合にフェールオーバーを開始します。
- 指定アクティブ(DM1)サーバーで、failover.propertiesファイルに次の変更を加えます。
- local.daemon.host=DM1
- remote.daemon.host=DM2
- local.monitor.host=VP1
- remote.monitor.host=VP2
- local.repository.host=DM1
- remote.repository.host=DM2
- local.agents.host=DM1, DM2, DM3
- remote.agents.host=DM1, DM2, DM3
- ./dmcluster configをrootとして実行し、次のプロンプトに従います。
プロンプト アクション Please enter the username for the ACTIVE repository [datamover]: DM1上の指定アクティブData Moverリポジトリのデータベース ユーザー名を入力します。 Please enter the password for ACTIVE repository: DM1の指定アクティブData Moverリポジトリで上記のユーザー名のパスワードを入力します。 Please enter 'postgres' user password for ACTIVE repository: DM1上の指定アクティブData MoverリポジトリのPostgresユーザー パスワードを入力します。 Please enter the username for the STANDBY repository [datamover]: DM2上の指定スタンバイData Moverリポジトリのデータベース ユーザー名を入力します。 Please enter the password for STANDBY repository: DM2の指定スタンバイData Moverリポジトリで上記のユーザー名のパスワードを入力します。 Please enter 'postgres' user password for STANDBY repository: DM2上の指定スタンバイData MoverリポジトリのPostgresユーザー パスワードを入力します。 Please enter the Root Password for the server running ACTIVE Repository: DM1のroot Linuxパスワードを入力します。 Please enter the Root Password for the server running STANDBY Repository: DM2のroot Linuxパスワードを入力します。 Please enter the password for root@DM1(ACTIVE DAEMON): DM1のroot Linuxパスワードを入力します。 Please enter the password for root@DM2(STANDBY DAEMON): DM2のroot Linuxパスワードを入力します。 Please enter the password for root@VP1(ACTIVE MONITOR): VP1のroot Linuxパスワードを入力します。 Please enter the password for root@VP2(STANDBY MONITOR): VP2のroot Linuxパスワードを入力します。 Please enter the password for root@DM3(ACTIVE Agent(s)): DM3のroot Linuxパスワードを入力します。 Do you need to backup the ACTIVE repository to the STANDBY repository? [y or n] フェールオーバーでは、指定アクティブ リポジトリと指定スタンバイ リポジトリが同期している必要があります。yを入力してリポジトリを同期します。