시스템을 업데이트 하려면 CLI에서 system update 명령어를 통해서 최신 업데이트 확인 및 업데이트 진행을 할 수 있습니다.

LYSH@MyHostName# system update -h
usage: system update [-h] [-d] [release key] [url/path]

positional arguments:
  [release key]  enter specific release key number
  [url/path]     url or path

optional arguments:
  -h, --help   show this help message and exit
  -d, --debug  debug

Basic Commands

  • LYSH@MyHostName# system update 업데이트 서버에서 가장 최신 release파일로 업데이트를 진행합니다.

After Commands

특정 release 파일로 업데이트를 진행하려면 [release key] 값을 지정하여 업데이트를 진행합니다. 오프라인인 경우 [url/path] 값을 추가로 입력하여 업데이트를 진행합니다.

  • LYSH@MyHostName# system update 1.2.3 "1.2.3" 버전으로 업데이트를 진행합니다.
  • LYSH@MyHostName# system update 1.2.3 ftp://username@ftphost/userpassword ftphost라는 ftp에서 "1.2.3" 버전으로 업데이트를 진행합니다.
  • LYSH@MyHostName# system update 1.2.3 ftp://username@ftphost:222/userpassword ftp서버가 기본포트를 사용하지 않는 경우 ftphost뒤에 :로 구분하여 포트번호를 입력합니다.
  • LYSH@MyHostName# system update -d debug 버전으로 업데이트를 진행합니다.