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

6.3.1 ディレクトリサービス資源のバックアップ

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

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

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

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

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

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

    /opt/FJSVbamsr/tools/opendj/bin/stop-ds
  3. 以下のコマンドを実行し、ディレクトリサービス資源をバックアップします。

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

    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