準備
作業ディレクトリにwinvup.exeをコピーします。
以下、作業ディレクトリをD:\tmp\escvupとして説明します。
作業ディレクトリに移動し、winvup.exeを実行します。
C:¥Document and Settings¥Administrator> cd /d D:\tmp\escvup D:¥tmp¥escvup> winvup.exe
作業ディレクトリに、以下のファイルが展開されます。
cimbackup.bat cimrestore.bat dbkit.jar sscreg.exe
cimbackup.batがバックアップ用のコマンド、cimrestore.batがリストア用のコマンドです(dbkit.jarおよびsscre.exeはcimbackup.batおよびcimrestore.batから呼び出されます)。
それぞれのコマンドはこの作業ディレクトリで使用します。
コマンドの実行にはAdministrator権限が必要です。
退避場所を指定してcimbackup.batを実行します。
D:\tmp\escvup> cimbackup.bat 退避場所
実行が成功すると、最後に下記のメッセージが表示されます。
INFO: cimbackup has been completed.
実行に失敗した場合は以下のメッセージが表示されます。
Usage: cimbackup.bat save-directory
WARNING: Unable to backup, while the ETERNUS SF Storage Cruiser Manager is running.
WARNING: The old ETERNUS SF Storage Cruiser Manager is not installed.
WARNING: The backup files are found in ディレクトリ名.
ERROR: The specified directory [ディレクトリ名] is not found.
ERROR: Unable to copy ファイル名 to ディレクトリ名.
ERROR: Unable to find ファイル名.
ERROR: Unable to create the directory ディレクトリ名.
ERROR: cimbackup has been failed.
退避場所を指定してcimrestore.batを実行します。
D:\tmp\escvup> cimrestore.bat 退避場所
実行が成功すると、最後に下記のメッセージが表示されます。
INFO: cimrestore has been completed.
実行に失敗した場合は以下のメッセージが表示されます。
Usage: cimrestore.bat save-directory
WARNING: Unable to restore, while the ETERNUS SF Storage Cruiser Manager is running.
WARNING: The ETERNUS SF Storage Cruiser Manager is not installed.
ERROR: The backup files are not found in ディレクトリ名.
ERROR: Unable to convert the Repository ディレクトリ名.
ERROR: Unable to initialize the Repository ディレクトリ名.
ERROR: Unable to reconstruct the Repository ディレクトリ名.
ERROR: cimrestore has been failed.