Veritas InfoScale™ Operations Manager 8.0.2 インストール/設定ガイド
- 第 I 部 Veritas InfoScale Operations Manager のインストールと設定
- Veritas InfoScale Operations Manager のインストールの計画
- システムの必要条件
- Veritas InfoScale Operations Manager のインストール、アップグレード、およびアンインストール
- 管理サーバーのインストールについて
- 管理対象ホストのインストール
- Management Server のアップグレードについて
- Veritas InfoScale Operations Manager データのバックアップと復元について
- 管理対象ホストの Veritas InfoScale Operations Manager 8.0.2 へのアップグレードについて
- 高可用性とディザスタリカバリ環境での Veritas InfoScale Operations Manager の設定
- Veritas InfoScale Operations Manager での高可用性機能の設定
- 1 対 1 の DR 環境での Management Server の設定
- 高可用性とディザスタリカバリ環境でのVeritas InfoScale Operations Manager の設定
- 高可用性設定の アップグレードについて
- 高可用性およびディザスタリカバリ設定の アップグレードについて
- Veritas InfoScale Operations Manager アドオンのインストールとアンインストール
- リポジトリへの Veritas InfoScale Operations Manager アドオンのアップロード
- Veritas InfoScale Operations Manager アドオンのインストール
- Veritas InfoScale Operations Manager のアンインストール
- リポジトリからの Veritas InfoScale Operations Manager アドオンの削除
- Veritas InfoScale Operations Manager アドオンの配備要求の取り消し
- 特定の管理対象ホストへの Veritas InfoScale Operations Manager アドオンのインストール
- 特定の管理対象ホストからの Veritas InfoScale Operations Manager アドオンのアンインストール
- 第 II 部 Management Server 環境の設定
- Veritas InfoScale Operations Manager の基本タスク
- ホストの追加と管理
- ホスト検出の概要
- エージェントレス検出の概要
- UNIX ホストへの OpenSSH のインストールについて
- エージェント設定を使った管理サーバーへの管理対象ホストの追加
- エージェントレス設定を使った Management Server への管理対象ホストの追加
- プロファイルを使用した、Management Server へのエージェントレスホストの追加
- エージェントレスホスト設定の編集
- ユーザーアクセスの設定
- 管理サーバーでの LDAP(Lightweight Directory Access Protocol)または AD(Active Directory)に基づく認証の追加
- CLI を使用した LDAP の構成
- 障害監視の設定
- Management Server パースペクティブでのルールの作成
- 管理サーバーパースペクティブでのルールの編集
- Management Server パースペクティブでのルールの削除
- Management Server パースペクティブのルールの有効化
- Management Server パースペクティブのルールの無効化
- Management Server パースペクティブでの障害の無効化
- 管理サーバーパースペクティブでの障害定義の無効化
- 仮想化環境の検出の設定
- VMware イベントのニアリアルタイム検出の設定
- Solaris ゾーンを検出するための必要条件
- 仮想化サーバーの追加
- 仮想化検出設定の編集
- 仮想化検出設定の更新
- ホットフィックス、パッケージとパッチの配備
- Veritas InfoScale Operations Manager のホットフィックス、パッケージまたはパッチのインストール
- Management Server の設定
- 拡張属性の設定
- Management Server 環境の情報の表示
- 付録 A. トラブルシューティング
- Management Server(MS)
- 管理対象ホスト(MH)
- Management Server(MS)
CLI スクリプトを使用したサービスグループの設定
Veritas InfoScale Operations Manager (VIOM) は、Linux プラットフォームで CMS HA を設定する前に SFM_SStore グループと SFM_Services グループを作成する CLI スクリプトをサポートします。
CMS HA の CLI スクリプトを使用してサービスグループ (SFM_SStore と SFM_Services) を設定するには、次の手順に従います。
SFM_SStore と SFM_Services を作成するには
- クラスタノード (プライマリとセカンダリ) に InfoScale 8.0.2 をインストールします。
- 設定するプライマリノードに VIP を組み込みます。
例: ifconfig ens192:1 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up
- VHN と VIP を使用してプライマリノードに VIOM CMS を設定します。
メモ:
VIOM バイナリをインストールしてください。セカンダリノードに VIOM CMS を設定しないでください。
- 設定した CMS にセカンダリノードを (エージェントとして) 追加します。
- プライマリノードで共有 LUN を使用してディスクグループを作成します。
例: # vxdg init testdg (disk_name)
- 作成したディスクグループにボリュームを作成します。
例: # vxassist -g testdg make testvol 10G
- 作成したボリュームに VxFS ファイルシステムを作成します。
例: # mkfs -t vxfs /dev/vx/rdsk/testdg/testvol
- 空のディレクトリを作成して、作成したボリュームに VxFS ファイルシステムをマウントします。
例: # mkdir /testvol
- 作成したボリュームに VxFS ファイルシステムをマウントします。
例: # mount -t vxfs /dev/vx/dsk/testdg/testvol /testvol
ファイルシステムをマウントしたら、デバイスパスを書き留めてください。サービスグループの作成中に入力する必要があります。例: # df -h /dev/vx/dsk/testdg/testvol
- プライマリノードで VIP の組み込みを解除します。
例: # ifconfig ens192:1 down
- ディスクグループをデポートします。
例: # vxdg deport testdg
- スクリプトを実行します。
例: # [root@example1 /]# /opt/VRTSsfmcs/config/vcs/createha.pl
The following script will create the prerequisite VCS resources to configure VIOM in a High Availability configuration: Please ensure that you have addressed the following items prior to running the script: 1. The virtual IP to be chosen must be within the same IP subnet, and should not be plumbed. The VIP Will be brought online using the SFM_Services_IP resource 2. A VxVM disk group and volume for the VIOM data must have already been created, with a VxFS filesystem written to that volume 3. The filesystem should be unmounted, and the disk group should be deported prior to running the script as VCS will import it with cluster reservations. 4. The VIOM virtual IP and virtual hostname should be added as a new entry to /etc/hosts on each of the cluster nodes. VIP :xxx.xxx.xxx.xxx NetMask :xxx.xxx.xxx.xxx Nic :ens192 DiskGroup :testdg MountPoint :/testvol BlockDevice :/dev/vx/dsk/testdg/testvol VCS WARNING V-16-1-10364 Cluster already writable. VCS NOTICE V-16-1-10136 Group added; populating SystemList and setting the Parallel attribute recommended before adding resources /opt/VRTSvcs/bin/hagrp -modify SFM_SStore SystemList example1 0 example2 1 VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors VCS NOTICE V-16-1-10136 Group added; populating SystemList and setting the Parallel attribute recommended before adding resources VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors [root@example1 /]#
- 作成した SFM_SStore と SFM_Services サービスグループを確認します。
# hagrp -state [root@example1 /]# hagrp -state #Group Attribute System Value SFM_SStore State example1 |ONLINE| SFM_SStore State example2 |OFFLINE| SFM_Services State example1 |ONLINE| SFM_Services State example2 |OFFLINE| cvm State example1 |ONLINE| cvm State example2 |ONLINE| [root@example1.com /]#