Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-09 Thread Egoitz Aurrekoetxea
Another little thing... I'm now on holidays and when I opened this scripts I 
was a little busy but I plan to write a port on September/October with them.

Regards,


El 09/08/2012, a las 02:49, moto kawasaki m...@kawasaki3.org escribió:

 
 Hello Mr. Mark Felder,
 
 I'd say thank you again and again for your scripts.
 
 I am running several XenServer machines and dozens of amd64/HVMXEN
 VMs, hence longing to have XenTools for FreeBSD for months.
 
 Now I am going to have a test run of those scripts, and wish to do
 something I can do to make it a ports.
 
 
 Thank you very much.
 
 -- 
 moto kawasaki m...@kawasaki3.org
 ___
 freebsd-xen@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xen
 To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: Q on types of xen virtualization

2012-08-09 Thread Sean Bruno
On Thu, 2012-08-09 at 16:30 -0700, arvind viswanathan wrote:
 Hi,
 
 I use a version of Freebsd 7 for my work and I was able to brint it up in
 Open xen 4.2 However the, OS version I use does not have any xen related
 files in it (no xen device folder, no xen folder in sys.., no change to the
 kernel config either) But the server we use supports virtualization. So is
 the mode that we are currently working in referred to as pure HVM ? I also
 hear about PV HVM and purely PV. I guess in PV HVM, we use a XEN
 configuration file and run on a machine supporting virtualization and
 currently 64 bit machines can only be run this way ? Can some one confirm
 if my understanding is right.
 Thanks
 arvind
 ___

For full PV support, you can only use a 32bit version of FreeBSD 8 and
higher via the XEN kernel config.

For HVM mode you can use 64bit FreeBSD 8 and higher with the XENHVM
kernel config.  There is no PV support in 64bit mode at this time.

Sean

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-09 Thread Mark Felder
On Thu, 09 Aug 2012 13:42:03 -0500, moto kawasaki m...@kawasaki3.org  
wrote:



1) XenCenter shows warning as;
 XenServer Tools out of date (version 6.0 installed)
  Changing MicroVersion from 0 to 2 in xe-update-guest-attr file
   doesn't have effect on this issue.
xenstore_write_cached attr/PVAddons/MicroVersion 2
^^^
   0 to 2


On XenServer 6.0.0 the current settings work fine. I imagine we need to  
investigate what version the tools are on other platforms and emulate that  
version accordingly.



2) Shutdown button on XenCenter works but doesn't complete.
   I guess XenServer/XenCenter expect something like shutdown -p now
   on the FreeBSD VM, but actually it runs like shutdown -h now.
   Thus, FreeBSD VM has shut down, but doesn't cut its power, thus
   XenCenter remains on the way shutting down (VM icon stays in
   green, not goes to red.).


I haven't looked to see how this is handled at all, but I bet it's  
something we can fix.



3) Moving VM from one member host to another in the pool works.
   wow!!


Thanks for giving us another confirmation!
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: Q on types of xen virtualization

2012-08-09 Thread Sean Bruno
On Thu, 2012-08-09 at 17:28 -0700, arvind viswanathan wrote:
 Thanks Sean. the freebsd that I use does not have xen related change set.
 So is it a Xen HVM or is it simply HVM. Also in case of 64 bit, its
 mentioned that if xen drivers are supported performance improves ? Any
 numbers on the improvement on that was achieved with and without the xen
 drivers ?
 Thanks
 Arvind

*IF* you are booting a 64bit FreeBSD vm, it will be HVM until you
recompiled using the XENHVM kernel config to build and install a new
kernel.

Sean

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org