This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
aix:hmc_upgrade [2021/01/01 21:21] 127.0.0.1 external edit |
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 17: | Line 25: | ||
| If you want to upgrade an HMC with recovery CD from command line, first download the netinstall packages from FTP site | If you want to upgrade an HMC with recovery CD from command line, first download the netinstall packages from FTP site | ||
| - | * First download, and put on an ftp server, the latest version of the following files: **initrd.gz, bzImage, disk1.img, disk2.img, and disk3.img** | + | * First download, and put on an ftp server, the latest version of the following files: **initrd.gz, bzImage, disk1.img, disk2.img, and disk3.img** and also checksums |
| - | On the IBM Web site: http://www14.software.ibm.com/support/customercare/sas/f/netinstall/home.html | + | On the IBM Web site: https://public.dhe.ibm.com/software/server/hmc/network/ |
| * Take a backup on disk of the datas needed for upgrade: | * Take a backup on disk of the datas needed for upgrade: | ||
| 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 | ||