ページの先頭行へ戻る
ServerView Resource Orchestrator Cloud Edition V3.2.0 DRオプション 説明書
FUJITSU Software

3.8 DR設定チェックツールのための設定

DR設定チェックツールの実行前に、以下の手順でDR設定チェックツールのための設定を行います。

  1. VMwareの仮想L-Server切替え(VMゲスト)を行う場合、VMware vSphere CLI(vCLI)に関する設定を行います。

    仮想L-Server切替え(VMゲスト)を行う場合、VMware vCenter Serverのバージョンに対応したVMware vSphere Command-Line Interface(vCLI)を管理サーバにインストールしてください。
    Windowsマネージャーの場合、VMware vSphere CLI(vCLI)のパスをPATH環境変数に追加してください。

    VMware vCenter Server 6やVMware ESXi 6が存在する場合、認証の設定が必要になります。
    詳細は、以下のURLを参照してください。

    URL: http://kb.vmware.com/kb/2108416

    なお、認証の設定には、参照先に記載された以下のいずれかの対処を行ってください。

    • Downloading and Installing the vCenter Server Certificate

    • Using the Credential Store

    これらの設定を行わなかった場合、DR設定チェックツールのチェック番号1(切替え範囲にあるLUNのレプリケーションの有無)の実行結果に、以下のエラーメッセージが出力されます。

    Item 01: Correctness of Storage Replication
    Result: ERROR
    Details:
    ERROR: Replication check of vmware datastores cannot be performed. Detail: vCLI is not installed or path of vCLI has not been set to environment variable.

    参考

    WindowsマネージャーでvCLIのパスをPATH環境変数に追加しない場合でも、vCLIのコマンドプロンプトでDR設定チェックツールを実行できます。

    注意

    • 切替え対象がOVM for SPARCだけの場合、本設定は不要です。

    • 切替え対象であるOVM for SPARCのディスクは、DR設定チェックツールによってレプリケーション設定がチェックされません。このため、OVM for SPARCのディスクについては、ストレージ管理製品でレプリケーション設定を確認してください。

  2. ETERNUSストレージを使用している場合、切替え元サイトで、レプリケーション構成情報を設定します。

    【Windowsマネージャー】
    インストールフォルダー\SVROR\Manager\etc\customize_data\fa_dr.rcxprop

    【Linuxマネージャー】
    /etc/opt/FJSVrcvmr/customize_data/fa_dr.rcxprop

    #rcxrepdef_define
    ccm, ,192.168.0.205, 192.168.0.206

    詳細については、「B.1 rcxmgrexport」の「rcxrepdefコマンドに必要なオプション設定情報」を参照してください。

    注意

    DR設定チェックツールの"レプリケーション有無のチェック"はCCMが本製品のマネージャーにインストールされている場合だけ実行されます。
    レプリケーション構成情報が設定されていない場合、"レプリケーション有無のチェック"は実行されません。

  3. 必要に応じて、切替え元サイトと切替え先サイトで、DR設定チェックツールの定義ファイルを設定します。

    • 本定義ファイルでは、行の先頭にシャープ("#")を記述するとコメントになります。

    • 本定義ファイル内の空行は、意味のない行として読み飛ばされます。

    【Windowsマネージャー】
    インストールフォルダー\SVROR\Manager\etc\customize_data\drcheck.rcxprop

    【Linuxマネージャー】
    /etc/opt/FJSVrcvmr/customize_data/drcheck.rcxprop

    以下の条件をすべて満たす場合に、-config_dirオプションの指定が必要です。

    • 本定義ファイルに"rcxdrcheck_prepare_define"の値を設定しない場合

    • "-mode"オプションに"prepare"を指定するコマンドを実行する場合

    また、以下の条件をすべて満たす場合も同様に、-config_dirオプションの指定が必要です。

    • 本定義ファイルに"rcxdrcheck_check_define"の値を設定しない場合

    • "-mode"オプションに"check"を指定するコマンドを実行する場合

    以下の条件をすべて満たす場合に、-dirオプションの指定が必要です。

    • DRの定義ファイル(fa_dr.rcxprop)に"#rcxmgrexport_define"の値を設定しない場合

    • "-mode"オプションに"check"を指定するコマンドを実行する場合

    詳細は、「B.6 rcxdrcheck」を参照してください。

    #Please select the DR switchover method.
    #1:Physical L-Server switchover
    #2:Physical/Virtual L-Server switchover
    #3:Virtual L-Server switchover
    #4:both Physical L-Server switchover and Physical/Virtual L-Server switchover
    #5:both Physical L-Server switchover and Virtual L-Server switchover
    #ex) DR_switchover_method=1
    DR_switchover_method=1

    #Please select the type of DR operation method.
    #1.Active-Active
    #2.Active-Standby
    #ex) DR_operation_method=1
    DR_operation_method=1

    # Please select which check items will be excluded.
    # All items will be checked if nothing is specified.
    #1. Correctness of Storage Replication
    #2. Confliction of Storage Names
    #3. Integrality of Rcxrecovery Input Files
    #4. Consistency of rcxmgrexport output
    #5. Location of Physical Image Folder
    #6. Confliction of Resource Name
    #7. Confliction of Network Resource
    #8. Confliction of AddressSet Resource
    #9. Consistency of Server Resource
    #10. Consistency of Network Device
    #11. Consistency of ROR Manager Version
    #12. Consistency of ROR manager Installation Folder
    #13. Consistency of Admin Lan IP Address
    #14. Confliction of Storage Units' IP Addresses
    #15. Confliction of Servers' IP Addresses
    #16. Use of Global AddressSet and Network
    #17. Confliction of Software ID
    #18. Correctness of definition file configuration
    #19. Consistency of Resource Name
    # ex) excluded_check_items =1,2,11,13
    excluded_check_items =1,2,11,13

    #Specify the rcxdrcheck prepare folder.
    #For Windows Manager:
    # ex) rcxdrcheck_prepare_define=D:\Export\drcheck_prepare_dir
    #For Linux Manager:
    # ex) rcxdrcheck_prepare_define=/DRExport/Export/drcheck_prepare_dir
    rcxdrcheck_prepare_define=D:\Export\drcheck_prepare_dir

    #Specify the rcxdrcheck check folder.
    #For Windows Manager:
    # ex) rcxdrcheck_check_define=D:\Export\drcheck_check_dir
    #For Linux Manager:
    # ex) rcxdrcheck_check_define=/DRExport/Export/drcheck_check_dir
    rcxdrcheck_check_define=D:\Export\drcheck_check_dir

    設定項目の詳細について「B.6 rcxdrcheck」を参照してください。

    参考

    DR設定チェックツールの定義ファイルは、以下のサンプルファイルを利用して作成してください。

    【Windowsマネージャー】
    インストールフォルダー\SVROR\Manager\etc\customize_data\drcheck.rcxprop.sample

    【Linuxマネージャー】
    /etc/opt/FJSVrcvmr/customize_data/drcheck.rcxprop.sample