ページの先頭行へ戻る
Interstage Business Analytics Modeling Server V1.0.1 運用ガイド
FUJITSU Software

6.3.3 ディレクトリサービス資源のリストア

ディレクトリサービス資源をリストアする手順は以下のとおりです。

  1. OSの管理者権限を持ったユーザーで分析サーバのマシンにログインします。

  2. 以下のコマンドを実行します。

    Windowsディレクトリサービスと、ディレクトリサービスに依存しているサービスを停止します。

    net stop "Interstage Business Analytics Modeling Server - Directory Service (Server)" /y

    Linuxディレクトリサービスを停止します。

    /opt/FJSVbamsr/tools/opendj/bin/stop-ds
  3. 以下のコマンドを実行し、バックアップIDを確認します。

    Windows[インストール先ディレクトリ]\Runtime\tools\opendj\bat\restore.bat --backupDirectory "バックアップデータ格納先ディレクトリ\userRoot" --listBackups
    Linux/opt/FJSVbamsr/tools/opendj/bin/restore --backupDirectory "バックアップデータ格納先ディレクトリ/userRoot" --listBackups
  4. 以下のコマンドを実行し、ディレクトリサービス資源をリストアします。

    Windows[インストール先ディレクトリ]\Runtime\tools\opendj\bat\restore.bat --backupDirectory "バックアップデータ格納先ディレクトリ\userRoot" --backupID "バックアップID"
    Linux/opt/FJSVbamsr/tools/opendj/bin/restore --backupDirectory "バックアップデータ格納先ディレクトリ/userRoot" --backupID "バックアップID"
  5. 以下のコマンドを実行します。

    1. Windowsディレクトリサービスを起動します。

      net start "Interstage Business Analytics Modeling Server - Directory Service (Server)"
    2. ディレクトリサービスに依存しているサービスを起動します。

      net start "Interstage Business Analytics Modeling Server - Flow Engine (Message Broker)"
      net start "Interstage Business Analytics Modeling Server - Flow Engine (Server)"
      net start "Interstage Business Analytics Modeling Server - Flow Engine (Console)"
      net start "Interstage Business Analytics Modeling Server - Presentation Engine (Server)"

    Linuxディレクトリサービスを起動します。

    /opt/FJSVbamsr/tools/opendj/bin/start-ds