[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: Reg REMUS on two VMs
Hi Sriram, Once again, thanks for your timely reply.... I tested as your suggesstion and i found that i don't have any file in the location "/var/lib/xen" [root@globushead xen]# pwd /var/lib/xen [root@globushead xen]# ls -ll total 0 Further i tested the command "xm save " and results as follows Terminal 1: xm save -c TestVM1 TestVM1.chkpt Terminal 2 : xm save -c TestVM2 TestVM2.chkpt & issued command simultaneously.. I could able to get those checkpoint files as follows & no error has occured.. [root@globushead ~]# ls -ll TestVM* -rwxr-xr-x 1 root root 134508135 Jul 29 09:05 TestVM1.chkpt -rwxr-xr-x 1 root root 134508135 Jul 29 09:05 TestVM2.chkpt I hereby represents the xend.log as follows for your reference...... ************************************************ [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) Total pages sent= 32768 (0.94x) [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) (of which 0 were fixups) [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) All memory is saved [2011-07-29 09:05:15 5355] DEBUG (XendCheckpoint:124) [xc_save]: /usr/lib64/xen/bin/xc_save 33 4 0 0 0 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) xc_save: failed to get the suspend evtchn port [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) [2011-07-29 09:05:15 5355] DEBUG (XendCheckpoint:394) suspend [2011-07-29 09:05:15 5355] DEBUG (XendCheckpoint:127) In saveInputHandler suspend [2011-07-29 09:05:15 5355] DEBUG (XendCheckpoint:129) Suspending 4 ... [2011-07-29 09:05:15 5355] DEBUG (XendDomainInfo:519) XendDomainInfo.shutdown(suspend) [2011-07-29 09:05:15 5355] DEBUG (XendDomainInfo:1891) XendDomainInfo.handleShutdownWatch [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:135) Domain 4 suspended. [2011-07-29 09:05:15 5355] DEBUG (XendCheckpoint:144) Written done [2011-07-29 09:05:15 5355] DEBUG (XendDomainInfo:1891) XendDomainInfo.handleShutdownWatch [2011-07-29 09:05:15 5355] INFO (XendDomainInfo:2088) Domain has shutdown: name=migrating-TestVM1 id=3 reason=suspend. [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) Had 0 unexplained entries in p2m table [2011-07-29 09:05:15 5355] INFO (XendDomainInfo:2088) Domain has shutdown: name=migrating-TestVM2 id=4 reason=suspend. [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) Saving memory pages: iter 1 0%^H^H^H^H 5%outbuf_write: 4194304 > 4161520@12615696 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 11%^H^H^H^H 20%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 26%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 32%^H^H^H^H 38%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 43%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 49%^H^H^H^H 55%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 61%outbuf_write: 4194304 > 4169716@12607500 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 67%^H^H^H^H 73%outbuf_write: 622592 > 598004@16179212 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 78%^H^H^H^H 84%outbuf_write: 2662400 > 2007024@14770192 [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) ^H^H^H^H 90%^H^H^H^H 97%^M 1: sent 32768, skipped 0, delta 321ms, dom0 12%, target 0%, sent 3344Mb/s, dirtied 1127Mb/s 11049 pages [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) Total pages sent= 32768 (0.94x) [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) (of which 0 were fixups) [2011-07-29 09:05:15 5355] INFO (XendCheckpoint:423) All memory is saved [2011-07-29 09:05:17 5355] INFO (XendCheckpoint:423) Save exit rc=0 [2011-07-29 09:05:17 5355] DEBUG (XendDomainInfo:3117) XendDomainInfo.resumeDomain(3) [2011-07-29 09:05:17 5355] DEBUG (XendDomainInfo:3158) XendDomainInfo.resumeDomain: completed [2011-07-29 09:05:17 5355] INFO (XendCheckpoint:423) Save exit rc=0 [2011-07-29 09:05:17 5355] DEBUG (XendDomainInfo:3117) XendDomainInfo.resumeDomain(4) [2011-07-29 09:05:17 5355] DEBUG (XendDomainInfo:3158) XendDomainInfo.resumeDomain: completed ************************************************ On Thu, Jul 28, 2011 at 7:50 PM, Shriram Rajagopalan <rshriram@xxxxxxxxx> wrote: check /var/lib/xen/suspend_evtchn_*_lock.d -- Raj, CDAC. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |