1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HP Service guardあんちょこ(HP-UX11iv3)

Posted at

HP Service guardあんちょこ(HP-UX11iv3)

クラスタの起動

・両系起動する

# cmruncl -v

・片系起動する

# cmrunnode -v

クラスタの状態の確認

# cmviewcl

パッケージをクラスターに組み込む

# cmapplyconf

パッケージ構成ファイルの整合性を検証

# cmcheckconf

テンプレート作成

# cmmakepkg

パッケージの起動

# cmrunpkg -v package1 -n node1

自動でのフェールオーバ/フェールバック有効化設定

# cmmodpkg -v -e パッケージ名

パッケージの停止

# cmhaltpkg -v パッケージ名 -n ノード名

クラスタの停止

・両系停止する

# cmhaltcl -v

※全パッケージを停止しないとクラスタは停止できない

・片系停止する

# cmhaltnode -v

ログ

クラスタ関連

/var/log/messages

パッケージ関連

/usr/local/cmcluster/log/

設定次第であるが基本はこのあたり。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?