ページの先頭行へ戻る
Enterprise Postgres 12 SP1 クラスタ運用ガイド(データベース多重化編)
FUJITSU Software

3.8.2 保守停止

定期点検などですべてのサーバを停止する場合に行います。Mirroring Controllerが起動しているサーバ上で、mc_ctlコマンドをstopモードで実行してインスタンスとMirroring Controllerを停止してください。

その後、Mirroring Controller裁定プロセスが起動しているサーバ上でmc_arbコマンドをstopモードで実行し、Mirroring Controller裁定プロセスを停止してください。

Mirroring Controllerの停止

例)
> mc_ctl stop -M D:\mcdir\inst1 -a

Mirroring Controller裁定プロセスの停止

Linuxの場合
例)
$ mc_arb stop -M /mcarb_dir/arbiter1
Windowsの場合
例)
> mc_arb stop -M D:\mcarb_dir\arbiter1