updateHamConfig パラメーターは、サーバー (--s で指定)、クラスター (--c で指定)、またはセル (--cell で指定) のバッファー・サイズまたは maxThreads サイズ (あるいはその両方) を変更します。
-buffer <バッファー・サイズ> トランスポート・バッファーのサイズです。
-maxThreads <スレッドの最大数> HA マネージャー・スレッド・プールの最大スレッド数です。
--s <サーバー名> <セル>/<ノード>/<サーバー> という形式のサーバー名です。
--c <クラスター名> 指定のクラスター内のすべてのサーバーが更新されます。
--cell <セル名> 指定のセル内のすべてのサーバーが更新されます。
[root@wpfsample3 bin]# ./wpfadmin updateHamConfig -buffer 20 -maxThreads 15 --c c WASX7209I: Connected to process "Deployment Manager" on node wpfsample3Manager using SOAP connector; The type of process is: DeploymentManager WPFC0065I: Cluster set to c The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s4 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s4 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s5 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s5 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s6 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s6 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s7 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s7 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s8 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s8 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s1 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s1 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s2 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s2 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s3 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s3 The MaximumSize of the ThreadPool for the hamanagerservice has been set to 15 for Server s9 The TransportBufferSize for the hamanagerservice has been set to 20 for Server s9
Related concepts
管理スクリプト (wpfadmin) と使用法