オンライン転送をサポートするアプライアンスを注文した場合は、Transfer Appliance ソフトウェアを更新できます。
開始する前に、オンライン転送用のサービス アカウント キーの準備の手順に沿ってください。
ソフトウェアを更新すると、オンライン転送も再開されます。
ta update
を実行して、次のソフトウェアを更新します。
- オペレーティング システム
- バイナリ
- Docker コンテナ
適切なフラグを ta update
に渡すことで、各項目を個別に更新できます。
ta update --os --binaries --containers
正常なレスポンスは、次の例のようになります。
Updating containers on the appliance... This may take several minutes to finish... Online containers are updated successfully on the appliance. Updating binaries on the appliance... This may take several minutes to finish... Binaries are updated successfully on the appliance. Updating Operating System on the appliance... This may take several minutes to finish… Operating System was updated successfully. Appliance will now reboot in a minute. The boot up process after reboot may take several minutes.
オンライン転送が有効になっていない場合は、次のサンプル レスポンスが返されます。
Appliance is not configured for online mode, thus not updating online containers. Updating binaries on the appliance... This may take several minutes to finish... Binaries are updated successfully on the appliance. Updating Operating System on the appliance... This may take several minutes to finish… Operating System was updated successfully. Appliance will now reboot in a minute. The boot up process after reboot may take several minutes.
OS ロールバック
更新されたオペレーティング システムに問題がある場合は、OS のロールバックを行うことができます。OS のロールバックを使用すると、更新前に、アプライアンスの OS を更新された OS から OS にロールバックできます。
- OS のロールバックを行うには、OS がすでに更新されている必要があります。
- OS ロールバックを行うには、現在の OS のバージョンが以前の OS のバージョンよりも大きい必要があります。
- OS のロールバックは、OS のアップデートごとに 1 回のみ行えます。
OS のロールバックを行うには、次のコマンドを実行します。
ta os rollback
正常なレスポンスは、次の例のようになります。
Operating System was rollbacked successfully. Appliance will now reboot in a minute. The boot up process after reboot may take several minutes. Please do not run any additional commands until the appliance has finished rebooting