Tuesday, April 7, 2020

Migration issues - After reboot, The server went to open firmware state in aix?

Migration issues - After reboot, The server went to open firmware state in aix?


After the server reboot, the server went to open firmware state.


When I checked one the console, it look like below.


"testlpar, open firmware, 2"


Solution
========

Power off the server and then power on the server with teh normal mode.  (The issue occured as the server is set with "Open the server in SMS mode")

lssyscfg -r lpar -F name,state,lpar_id
chsysstate -r lapr -o shutdown --id 2
chsysstate -r lpar -o on --id 2 -b norm
mkvt -id 2

(or)

chsysstate -m <frame_name> -r lpar -o shutdown --immed -n <lpar_name>
chsysstate -r lpar -m <frame_name> -o on -f Normal -b norm -n <lpar_name>