어플라이언스 소프트웨어 업데이트

온라인 전송을 지원하는 어플라이언스를 주문한 경우 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 업데이트 후 한 번만 수행할 수 있습니다.

다음 명령어를 실행하여 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