Displaying 2 results from an estimated 2 matches for "chi7396".
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
...ailed
(3) Is it bacause of the CPU number (there are only 4 CPU, but there are 5 VM waiting for live migration) ?
Thank you so much for your help!! :)
Best regards,
Yogi Huang
Yogi Huang
-chi7396@hotmail.com
-886-956-730906
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Feb 18
1
about: memory allocation and the balloon list
...m06 pc2 & xm migrate --live vm07 pc2 &)
I have read the book (running XEN) and the past xen-user-list but still can not understand the memory allocation, Could anyone please help to explain these more detail!
And thanks for your patience!!
Best regards,
Yogi Huang
-chi7396@hotmail.com
process//
(setting 1)
xm mem-set Domain-0 40000
xm mem-set Domain-0 128
ssh yogi-pc2 xm mem-set Domain-0 40000
ssh yogi-pc2 xm mem-set Domain-0 128
for (( k=1 ; k<= ${nu} ; k=k+1 ))
{
xm mem-set vm0${k} 128
}
*************************************
yogi-pc1:/home/yogi/Deskt...