|
hi!
break doesn't work?
Peter Wilson from Sun explains:
This is normal behaviour for Sun4v systems once LDOMs is enabled on
the platform. All platforms are essentially LDOMs aware now so this
is normal default behaviour for all currrently shipping sun4v
systems. Early T2000/T1000s didn't have LDOMs capable firmware and
were able to get back to the OBP and its OK prompt just like
previous sun4u systems.
This change in behaviour was explained to me as follows...
An instance of OBP is initially loaded into RAM (each domain gets
its own copy of OBP, even in the case of a factory fresh system, it
is regarded as a single domain system) and an run from there, once
its' job has been completed and the boot process for Solaris is
underway, the memory used by OBP is freed and handed back to the OS
for its use… OBP ceases to exist.
If you send a break to the OS you now don't have an OBP to get back
to… so no OK prompt. The procedure to get to an OK prompt is to send
the break, respond to the prompt with an 'r' to reboot, and before
the system has proceded far enough for the newly loaded OBP to hand
off execution to Solaris, send another break, since OBP is still
there, you will now get an OK prompt.
So, if you want to get to the OK prompt on a T5120 or T5220, reboot first, then break while OBP is still loaded.
|