updateCoreGroupCoordinators パラメーターを実行すると、コア・グループのコーディネーターの数や、優先するコーディネーター・サーバーのリストを調整できます。このコマンドは、<ND_install_root>/config/cells/<cell_name>/coregroups/DefaultCoreGroup ディレクトリー内の coregroup.xml ファイルを変更します。
-numCoordinators <number> コア・グループのアクティブ・コーディネーター
の数です。
-preferredCoordinatorServers <サーバー・リスト> コア・グループの
コーディネーターになるサーバーのリストで、<ノード>/<サーバー>,
<ノード>/<サーバー>, <ノード>/<サーバー>, ... という形式で指定します。
[root@wpfsample3 bin]# ./wpfadmin updateCoreGroupCoordinators -numCoordinators 4 -preferredCoordinatorServers wpfsample2/s7,wpfsample3/s1, wpfsample3/s9,wpfsample2/s5 WASX7209I: Connected to process "Deployment Manager" on node wpfsample3Manager using SOAP connector; The type of process is: DeploymentManager The coordinators for the core group has been updated
Related concepts
管理スクリプト (wpfadmin) と使用法