RE: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-21 Thread Jay West
d-xen@freebsd.org Subject: Re: Citrix Xenserver and FreeBSD migration/suspend scripts Hi guys, I've done some recent updates: We're down to a resonable amount of scripts now: %%LOCALBASE%%/etc/rc.d/xe-daemon %%LOCALBASE%%/sbin/xe-daemon %%LOCALBASE%%/sbin/xe-update-guest-attrs %%LOCALBASE%%/

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-18 Thread Mark Felder
Hi guys, I've done some recent updates: We're down to a resonable amount of scripts now: %%LOCALBASE%%/etc/rc.d/xe-daemon %%LOCALBASE%%/sbin/xe-daemon %%LOCALBASE%%/sbin/xe-update-guest-attrs %%LOCALBASE%%/sbin/xe_wrapper Other changes: - Cleaner memory reporting - IPs for your network interf

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-17 Thread Egoitz Aurrekoetxea Aurre
El 17/08/2012, a las 16:07, Mark Felder escribió: > On Thu, 16 Aug 2012 17:01:41 -0500, Egoitz Aurrekoetxea > wrote: > >> Sorry in this last mails I was talking about making a port with my own >> scripts and adaptation >> http://wiki.xen.org/wiki/FreeBSD_9.0_64-bit_HVM_on_XCP_1.1 >> I

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-16 Thread Egoitz Aurrekoetxea
On Fri, 2012-08-10 at 09:31 -0500, Mark Felder wrote: > No more bash > Less scripts > No need for /procfalse or any temp files for IPs or memory usage > rc script rewritten and conforms to normal FreeBSD standards > > It's on my github -- https://github.com/felderado/freebsd-xen-tools-scripts Sor

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-16 Thread Egoitz Aurrekoetxea
On Fri, 2012-08-10 at 10:31 +0200, Egoitz Aurrekoetxea wrote: > Hi!! > > > > El 10/08/2012, a las 03:37, moto kawasaki escribió: > > > > > Hi, > > > > Thank you for your quick reply! > > This is moto again. > > > > From: Egoitz

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-15 Thread Egoitz Aurrekoetxea Aurre
El 15/08/2012, a las 09:33, "Anatoliy.Poloz" escribió: > 15.08.2012 10:25, Egoitz Aurrekoetxea Aurre пишет: >> >> El 14/08/2012, a las 16:10, "Jay West" escribió: >> >>> Mark Felder wrote... >>> -- >>> The xen-tools {port} should include this work. It has nothing to do

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-15 Thread Anatoliy.Poloz
15.08.2012 10:25, Egoitz Aurrekoetxea Aurre пишет: El 14/08/2012, a las 16:10, "Jay West" escribió: Mark Felder wrote... -- The xen-tools {port} should include this work. It has nothing to do with what dom0 you're using -- if you don't have a use for this just don't enabl

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-15 Thread Egoitz Aurrekoetxea Aurre
El 14/08/2012, a las 16:10, "Jay West" escribió: > Mark Felder wrote... > -- > The xen-tools {port} should include this work. It has nothing to do with what > dom0 you're using -- if you don't have a use for this just don't enable it in > rc.conf. We could even make it an

RE: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-14 Thread Jay West
Mark Felder wrote... -- The xen-tools {port} should include this work. It has nothing to do with what dom0 you're using -- if you don't have a use for this just don't enable it in rc.conf. We could even make it an optional KNOB in the port if necessary. There's just no sound

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-14 Thread Mark Felder
On Tue, 14 Aug 2012 02:00:25 -0500, Egoitz Aurrekoetxea Aurre wrote: I suppose should be different ports... Xenstore is a Xen system capability but the Citrix rules for working with the xapi and xencenter are just for Citrix's Xen systems... You don't need them if you're virtualizing in

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-14 Thread Mark Felder
Egoitz, I've included a link to my github repository several times now. I've taken your scripts and made many changes: - no more BASH - some scripts have been completely removed (integrated elsewhere) - no more need for /etc/freebsd-version or temp files in /procfalse - rc script is completely re

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-14 Thread Egoitz Aurrekoetxea Aurre
I was assuming here you were using my script's... Well anyway all right if solved.. But what are you then running now? El 13/08/2012, a las 03:53, moto kawasaki escribió: > > Hi Egoitz-san, > > Thank you very much for your reply!! > > Year, I've tried that in xe-update-guest-attrs: > >

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-14 Thread Egoitz Aurrekoetxea Aurre
El 12/08/2012, a las 18:12, Mark Felder escribió: > On Sun, 12 Aug 2012 07:50:16 -0500, Jay West wrote: > >> Questions: >> 1) on the stock 64bit 9.0 & 9.1-beta XENHVM kernels, we still had the boot >> problem where after installing the kernel and rebooting, the boot failed as >> being unabl

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-12 Thread moto kawasaki
Hi Mark-san, Thank you very much for your patch. I've applied that patch already, and seems fix the problem. Thank you very very much!! Sincerely, >> Let me check this please but surely it would be something easy to >> solve or something that is not complete on the installation > > He'

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-12 Thread moto kawasaki
Hi Egoitz-san, Thank you very much for your reply!! Year, I've tried that in xe-update-guest-attrs: xenstore_write_cached "attr/PVAddons/MajorVersion" "6" xenstore_write_cached "attr/PVAddons/MinorVersion" "0" xenstore_write_cached "attr/PVAddons/MicroVersion" "2" But still XenCent

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-12 Thread Mark Felder
On Sun, 12 Aug 2012 07:50:16 -0500, Jay West wrote: Questions: 1) on the stock 64bit 9.0 & 9.1-beta XENHVM kernels, we still had the boot problem where after installing the kernel and rebooting, the boot failed as being unable to find the boot device. We had to pass a boot string of ad0p2

RE: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-12 Thread Jay West
Just tried the migration scripts on 64bit FreeBSD 9.0-Release & 9.1-Beta XENHVM kernel with PV drivers. Seems to work under Xenserver 6.0 and Xenserver 5.6SP2. I can't say how awesome that is, thank you VERY much to the people who worked on it. Not having stable virtualization with migration for Fr

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Egoitz Aurrekoetxea
If you're using my xenservertools for freebsd version replace as said before... But where I entered a 2 set 0 and viceversa Regards, El 10/08/2012, a las 18:09, Mark Felder escribió: > On Fri, 10 Aug 2012 08:56:30 -0500, Egoitz Aurrekoetxea > wrote: > >> was Xenserver 6.2.0 wasn't it?? >

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Mark Felder
On Fri, 10 Aug 2012 03:31:12 -0500, Egoitz Aurrekoetxea wrote: Aug 10 10:31:28 xenserver xe_daemon[10567]: /usr/local/sbin/xe-update-guest-attrs: cannot open eth0 | 192.168.227.33 Aug 10 10:31:28 xenserver xe_daemon[10567]: eth1 | 192.168.227.161: No such file or directory Aug 10 10:32:15

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Mark Felder
On Fri, 10 Aug 2012 08:56:30 -0500, Egoitz Aurrekoetxea wrote: was Xenserver 6.2.0 wasn't it?? No, it was 6.0.2. I haven't had a chance to figure this out as I don't have a 6.0.2 XenServer available right now. ___ freebsd-xen@freebsd.org mailin

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Egoitz Aurrekoetxea
On Fri, 2012-08-10 at 10:31 +0200, Egoitz Aurrekoetxea wrote: > Hi!! > Hi!! > > > El 10/08/2012, a las 03:37, moto kawasaki escribió: > > > > > Hi, > > > > Thank you for your quick reply! > > This is moto again. > > > > From

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Egoitz Aurrekoetxea
> > > And also, I also want to make them ports package. > If you need tester, just let me know. > > Hi mate, Well in September I'll be able to make a port and later of course a pkg_create -Rb will be able to be launched for building the packages and them dependencies for later to be able t

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Egoitz Aurrekoetxea
Hi, What are you going to develop :) ? El 10/08/2012, a las 04:19, Mark Felder escribió: > On Thu, 09 Aug 2012 12:46:43 -0500, Egoitz Aurrekoetxea > wrote: > >> The license is opened license style, bsd for example for being totally >> unrestrictive. > > Since my work is based on yours I'

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-10 Thread Egoitz Aurrekoetxea
Hi!! El 10/08/2012, a las 03:37, moto kawasaki escribió: > > Hi, > > Thank you for your quick reply! > This is moto again. > > From: Egoitz Aurrekoetxea > Subject: Re: Citrix Xenserver and FreeBSD migration/suspend scripts > Date: Thu, 9 Aug 2012 22:50:18 +020

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-09 Thread moto kawasaki
Hi >> 1) XenCenter shows warning as; >> "XenServer Tools out of date (version 6.0 installed)" > 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. Thanks, and I

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 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/Mi

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-09 Thread moto kawasaki
Hi, I'd just inform you of my first exprience. 0) My environment is: - XenServer 6.0.2 fully patched. - FreeBSD 9.0-RELEASE-p4 amd64 HVMXEN (to which PF entries added) - sysutils/xen-tools-4.0.1 ports installed. 1) XenCenter shows warning as; "XenServer Tools out of date (versi

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-09 Thread Egoitz Aurrekoetxea
Hi all, The Xenserver tools I prepared are for xcp and version specified in : http://wiki.xen.org/wiki/FreeBSD_9.0_64-bit_HVM_on_XCP_1.1 Although it's possible them to work on Xenserver... But are just tested and ported from and for Xcp. Let us know if they work. The license is opened license

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 escribió: > > Hello Mr. Mark Felder, > > I'd say thank you again and again for your sc

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-08 Thread moto kawasaki
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

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-08 Thread Mark Felder
On Wed, 08 Aug 2012 09:41:26 -0500, Gót András wrote: What would you need to host the tarballs? If someone or some company has a vested interest in pushing this and developing it then by all means go ahead and take the current codebase and run with it. Otherwise I think what I'll end up

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-08 Thread Gót András
Hi, Of course this should make into ports and some little news would also be good on the freebsd-stable list and the freebsd website also. This is a very big thing to have FreeBSD working fine under XenServer fine. What would you need to host the tarballs? I'm in a XenServer deployment proje

Re: Citrix Xenserver and FreeBSD migration/suspend scripts

2012-08-08 Thread Mark Felder
I've had a few positive responses off-list about this and the desire to get this into the ports tree somehow. Someone also had the original author's email address (he subscribes to this list), so I'm going to CC him on this email as well. We could probably get this into the ports tree relat