m (Kang님이 시스템 업데이트 문서를 CLI - 시스템 업데이트 문서로 이동했습니다) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | If you want to update a system, type the <code>system update</code> command. | |
+ | |||
<pre> | <pre> | ||
LYSH@MyHostName# system update -h | LYSH@MyHostName# system update -h | ||
Line 12: | Line 13: | ||
-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> | |
− | + | ||
− | + | If your system can not access the imRAD update server, you must request a update file and save it into your ftp server. | |
− | + | <pre> | |
+ | LYSH@MyHostName# system update 1.2.3 <nowiki>ftp://username@your.ftp.server/userpassword</nowiki> | ||
+ | </pre> | ||
+ | {{note|Note that you should not change the name of a update file.}} | ||
+ | |||
+ | If your FTP server uses another port, try like this. | ||
+ | <pre> | ||
+ | LYSH@MyHostName# system update 1.2.3 <nowiki>ftp://username@your.ftp.server:222/userpassword</nowiki> | ||
+ | </pre> |
Latest revision as of 10:56, 18 May 2021
If you want to update a system, type the system update
command.
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)
If your system can not access the imRAD update server, you must request a update file and save it into your ftp server.
LYSH@MyHostName# system update 1.2.3 ftp://username@your.ftp.server/userpassword
Note that you should not change the name of a update file.
If your FTP server uses another port, try like this.
LYSH@MyHostName# system update 1.2.3 ftp://username@your.ftp.server:222/userpassword