Hi Ori,

ori danus wrote:
Hi

after "panicing" 1 primary domain I'm trying to migrate one of its guest domain 
to another primary domain.
this procedure have been tested before and worked many times.

now when I try to migrate its says :

Migration is disabled because Power Management is active
Set PM policy to performance to enable migration

although when I check in the SP it is on performance like this:

-> ls /SP/powermgmt

/SP/powermgmt
Targets:

Properties:
actual_power = 337
policy = performance

Commands:
cd
set
show


( on both the source and the target machines the policy is performance )

I even tried to powercycle the 2 machines and it didn't change anything.

I use LDom Manager 1.3 , firmware 7.2.7
I noticed there is a new firmware 7.2.8 released 02 Apr 2010, maybe an upgrade 
will solve it?

I doubt it (unless rebooting the SP as part of the upgrade indirectly cleared 
the problem)

any other idea?

Are there any messages in /var/svc/log/ldoms-ldmd:default.log
It could be that the control domain is unable to communicate with
the SP via SNMP

What does this DTrace script show on the source and target machines
while a migration is attempted ?

# dtrace -n 'pid$target::pm_in_performance_mode:return {printf("perfmode=%s, addr=0x%x", arg1 == 1 ? "true" : "false", arg0);}' -p `pgrep ldmd`

Liam
_______________________________________________
ldoms-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/ldoms-discuss

Reply via email to