ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server リファレンスマニュアル(コマンド編)

27.37 ssobackup

名前

  ssobackup  -  Interstage シングル・サインオンの資源のバックアップ・移出

形式

  ssobackup -f filepath {[-sv] [-ac] [-az]}

機能説明

  Interstage シングル・サインオンが使用する資源ファイルのバックアップ・移出を行います。

  以下に、ssobackupコマンドのオプションと引数を説明します。

-f filepath

  バックアップ・移出を行うInterstage シングル・サインオンの資源格納ファイルを絶対パスで指定します。

-sv

  Interstage シングル・サインオンのリポジトリサーバ資源のバックアップ・移出を行います。

-ac

  Interstage シングル・サインオンの認証サーバ資源のバックアップ・移出を行います。
  認証サーバ間連携を行っている場合は、認証サーバ間連携サービスの資源のバックアップ・移出も行います。

-az

  Interstage シングル・サインオンの業務サーバ資源のバックアップ・移出を行います。

注意事項

使用例


業務サーバの資源を“C:\temp\ssoazfile”ファイルにバックアップします。

ssobackup -f C:\temp\ssoazfile -az


業務サーバの資源を“/tmp/ssoazfile”ファイルにバックアップします。

/opt/FJSVssocm/bin/ssobackup -f /tmp/ssoazfile -az



以下のサーバの資源を“C:\temp\ssosvacfile”ファイルにバックアップします。

ssobackup -f C:\temp\ssosvacfile -sv -ac


以下のサーバの資源を“/tmp/ssosvacfile”ファイルにバックアップします。

/opt/FJSVssocm/bin/ssobackup -f /tmp/ssosvacfile -sv -ac