잔글 (Kang님이 시스템 업데이트 문서를 CLI - 시스템 업데이트 문서로 이동했습니다) |
|||
12번째 줄: | 12번째 줄: | ||
-d, --debug debug | -d, --debug debug | ||
</pre> | </pre> | ||
− | + | ||
− | + | ||
− | + | <pre> | |
− | + | LYSH@MyHostName# system update // searches a new update package from the imRAD update server and updates. | |
− | + | LYSH@MyHostName# system update 1.2.3 // immediately update with the package version(i.e. 1.2.3) | |
− | + | </pre> | |
− | + | ||
− | + | imRAD 업데이트 서버에 접근하지 못하면(폐쇠망 등의 사유로 인해) 업데이트 파일을 요청 후 내부 ftp 서버에 파일을 복사한 후 아래 예시와 같은 명령어를 통해 업데이트를 진행 할 수 있습니다. 아래 예시는 | |
+ | <pre> | ||
+ | LYSH@MyHostName# system update 1.2.3 <nowiki>ftp://username@your.ftp.server/userpassword</nowiki> | ||
+ | </pre> | ||
+ | {{note|제공받은 업데이트 파일 이름은 변경하지 마세요. 파일 이름이 변경되면 무결성 오류로 업데이트 과정에서 오류가 발생할 수 있습니다.}} | ||
+ | |||
+ | ftp 포트가 다른 경우 아래와 같은 명령어를 사용하세요. | ||
+ | <pre> | ||
+ | LYSH@MyHostName# system update 1.2.3 <nowiki>ftp://username@your.ftp.server:222/userpassword</nowiki> | ||
+ | </pre> |
2021년 5월 18일 (화) 10:56 판
시스템을 업데이트 하려면 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
LYSH@MyHostName# system update // searches a new update package from the imRAD update server and updates. LYSH@MyHostName# system update 1.2.3 // immediately update with the package version(i.e. 1.2.3)
imRAD 업데이트 서버에 접근하지 못하면(폐쇠망 등의 사유로 인해) 업데이트 파일을 요청 후 내부 ftp 서버에 파일을 복사한 후 아래 예시와 같은 명령어를 통해 업데이트를 진행 할 수 있습니다. 아래 예시는
LYSH@MyHostName# system update 1.2.3 ftp://username@your.ftp.server/userpassword
제공받은 업데이트 파일 이름은 변경하지 마세요. 파일 이름이 변경되면 무결성 오류로 업데이트 과정에서 오류가 발생할 수 있습니다.
ftp 포트가 다른 경우 아래와 같은 명령어를 사용하세요.
LYSH@MyHostName# system update 1.2.3 ftp://username@your.ftp.server:222/userpassword