準備
作業ディレクトリにunxvup.tarをコピーします。
以下、作業ディレクトリを/var/tmp/escvupとして説明します。
作業ディレクトリに移動し、unxvup.tarを展開します。
# cd /var/tmp/escvup # tar xvf unxvup.tar
作業ディレクトリに、以下のファイルが展開されます。
cimbackup.sh cimrestore.sh dbkit.jar
cimbackup.shがバックアップ用のコマンド、cimrestore.shがリストア用のコマンドです(dbkit.jarはcimbackup.shおよびcimrestore.shから呼び出されます)。
それぞれのコマンドはこの作業ディレクトリで使用します。
コマンドの実行にはroot権限が必要です。
退避場所を指定してcimbackup.shを実行します。
# ./cimbackup.sh 退避場所
実行が成功すると、最後に下記のメッセージが表示されます。
INFO: cimbackup has been completed.
実行に失敗した場合は以下のメッセージが表示されます。
Usage: cimbackup.sh 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.shを実行します。
# ./cimrestore.sh 退避場所
実行が成功すると、最後に下記のメッセージが表示されます。
INFO: cimrestore has been completed.
実行に失敗した場合は以下のメッセージが表示されます。
Usage: cimrestore.sh 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.