This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:hmc_upgrade [2023/04/06 13:48] manu |
aix:hmc_upgrade [2025/06/10 10:20] (current) manu [HMC Update (new release)] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HMC Upgrade (new level) ====== | ====== HMC Upgrade (new level) ====== | ||
| + | |||
| + | __//Syntax://__ | ||
| + | <code> | ||
| + | getupgfiles -r {disk | ftp | sftp | nfs} | ||
| + | [-h host-name] [-u user-ID] [--passwd password] [-k SSH-private-key] | ||
| + | [-l mount-location] [-o mount-command-options] [-d directory] | ||
| + | [--help] | ||
| + | </code> | ||
| __//Optional://__ | __//Optional://__ | ||
| Line 45: | Line 53: | ||
| ====== HMC Update (new release) ====== | ====== HMC Update (new release) ====== | ||
| + | |||
| + | __//Syntax://__ | ||
| + | <code> | ||
| + | updhmc -t {disk | dvd | ftp | sftp | nfs | usb} | ||
| + | [-h host-name] [-u user-ID] [--passwd password] [-k SSH-private-key] | ||
| + | [-l mount-location] [-o mount-command-options] | ||
| + | [-f file] [-r] [-c] [-n device-name] [--help] | ||
| + | </code> | ||
| The easiest way is to download all latest and recommended fixes, as iso images, and put it into an empty directory on an ftp server. | The easiest way is to download all latest and recommended fixes, as iso images, and put it into an empty directory on an ftp server. | ||
| Using command line on the HMC: | Using command line on the HMC: | ||
| - | <code>updhmc -t s -h <ftpservername> -f </home/updates/corrrective_service.iso> -u <ftpusername> -p <ftppassword> -c -r | + | <code>updhmc -t sftp -h <ftpservername> -f </home/updates/corrrective_service.iso> -u <ftpusername> --passwd <ftppassword> -c -r |
| </code> | </code> | ||
| Line 60: | Line 76: | ||
| If on package failed to installed, it's maybe no more needed. | If on package failed to installed, it's maybe no more needed. | ||
| + | |||
| + | https://www.volubis.fr/news/liens/courshtm/HMC_v9U.htm | ||