アプライアンス ソフトウェアの更新

オンライン転送をサポートするアプライアンスを注文された場合は、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