Originally posted by: unixgrl
For the IBM info go to:
http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/iphcx/updlic.htm That will let you update the firmware from the HMC command line.
Use "lslic" to see what you have.
Otherwise, from HMC GUI, right-click on your frame, select "Updates", "Upgrade Licensed Internal Code" and follow the Wizard. Its always good to do "Check system readiness" first.
An example of CLI based update:
hscroot@hmclab4:~> lslic -t syspower -m VIO_LAB_DAL1
lic_type=Managed System,management_status=Enabled,disabled_reason=,activated_lev
el=320,installed_level=320,accepted_level=284,ecnumber=01SF240,mtms=9117-570*10B
F60C,deferred_level=284,platform_ipl_level=219,curr_level_primary=320,curr_ecnum
ber_primary=01SF240,curr_power_on_side_primary=temp,pend_power_on_side_primary=t
emp,temp_level_primary=320,temp_ecnumber_primary=01SF240,perm_level_primary=284,
perm_ecnumber_primary=01SF240,update_control_primary=HMC
Verify the update is concurrent (if not, you'll need to power-cycle).
hscroot@hmclab4:~> updlic -o a -m VIO_LAB_DAL1 -t all -l latest -r ftp -h <host with firmware image>
-u <user> --passwd <XXXXXX> -d <location of firmware image> -q
All updates are concurrent
hscroot@hmclab4:~> updlic -o a -m VIO_LAB_DAL1 -t all -l latest -r ftp -h <host with firmware image>
-u <user> --passwd <XXXXXX> -d <location of firmware image>
#AIX-Forum