Download network upgrade image
1 | https://public.dhe.ibm.com/software/server/hmc/network/v1010/x86/ |
Verify the upgrade image
1 | root@temp02:/tmp/vhmc_10.1.1010 # ls -l |
Save Partition Profile of all management servers
1 | hscroot@suapvhmc02:~> lssyscfg -r sys -F type_model*serial_num | while read machine; do bkprofdata -m "$machine" -f Beforeupgrade$(date +%Y%m%d) ; done |
Save vHMC Upgrade Data
1 | hscroot@suapvhmc02:~> saveupgdata -r disk |
Upgrade the vHMC
1 | hscroot@suapvhmc02:~> getupgfiles -r sftp -h 192.168.233.183 -u root --passwd password -d /tmp/vhmc_10.1.1010/ |
Enable alternative boot
1 | hscroot@suapvhmc02:~> chhmc -c altdiskboot -s enable --mode upgrade |
Reboot vHMC
1 | hscroot@suapvhmc02:~> hmcshutdown -t now -r |
Verify the new vHMC version
1 | hscroot@suapvhmc02:~> lshmc -V |