データベースを組み込みモードで実行している場合は、オフラインバックアップを実行してください。
Service Registry インストールディレクトリに移動します。
cd ServiceRegistry-base/install
次のコマンドを実行します (すべてを 1 行で入力)。
Ant-base/ant -f build-install.xml Dinstall.properties= props-file appserver.domain.stop
ここで、props-file は、「インストール後の設定のあとでカスタムプロパティーを使って Service Registry を root として設定する」または 「インストール後の設定のあとでカスタムプロパティーを使って Service Registry を root 以外のユーザーとして設定する」で編集した install.properties ファイルのコピーのパス名です。
次のコマンドを実行します (すべてを 1 行で入力)。
Ant-base/ant -f build-install.xml Dinstall.properties= props-file backup.db
次のコマンドを実行してドメインを再起動します (すべてを 1 行で入力)。
Ant-base/ant -f build-install.xml Dinstall.properties=props-file appserver.domain.start