updateCoreGroupCoordinators 매개변수를 통해 사용자는 코어 그룹의 조정자 수와 선호 조정자 서버 목록을 조정할 수 있습니다. 이 명령은 <ND_install_root>/config/cells/<cell_name>/coregroups/DefaultCoreGroup 디렉토리에서 coregroup.xml 파일을 수정합니다.
-numCoordinators <number> 코어 그룹의 활성 조정자
수.
-preferredCoordinatorServers <server list>
코어 그룹의 조정자가 될 서버의 목록. 양식은 다음과 같습니다.
<node>/<server>,
<node>/<server>, <node>/<server>, ...
[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) 및 사용