Re: Running FreeBSD as a guest under xen

2010-03-07 Thread Sam Fourman Jr.
On Sun, Mar 7, 2010 at 1:49 PM, Witold Baryluk  wrote:
> On 03-04 15:08, kevin wrote:
>> Hello,
>>
>>
>>
>> I've just joined this list and am interested in the viability of running a
>> Xen Guest (non HVM) of FreeBSD (7.2 or 8.0). I understand that 8.0-Current
>> has limited support for xen, however  I would like to know if this is
>> possible to run FreeBSD as a paravirtualized  Xen Guest.
>>
>>
>>
>> Much appreciated!
>
> I have sucesfully run debian kfreebsd and freebsd as paravaritualized Xen 
> Guest.
> Networking is working corectly. Still it is quite unstable to be usefull.
> I can have big uptime, but under a stress there are many crashes.
>

is the FreeBSD HEAD? RELENG_8? amd64?

Sam
___
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: Running FreeBSD as a guest under xen

2010-03-07 Thread Witold Baryluk
On 03-04 15:08, kevin wrote:
> Hello,
> 
>  
> 
> I've just joined this list and am interested in the viability of running a
> Xen Guest (non HVM) of FreeBSD (7.2 or 8.0). I understand that 8.0-Current
> has limited support for xen, however  I would like to know if this is
> possible to run FreeBSD as a paravirtualized  Xen Guest.
> 
>  
> 
> Much appreciated!

I have sucesfully run debian kfreebsd and freebsd as paravaritualized Xen Guest.
Networking is working corectly. Still it is quite unstable to be usefull.
I can have big uptime, but under a stress there are many crashes.

take look at:

http://smp.if.uj.edu.pl/~baryluk/kfreebsd-xen/

-- 
Witold Baryluk
JID: witold.baryluk // jabster.pl


signature.asc
Description: Digital signature


RE: Running FreeBSD as a guest under xen

2010-03-05 Thread Anthony Francis
Hi Andras,

Thank you for the prompt response.

I have managed to install both 32b and 64b VMs in HVM mode but I am lacking to 
the knowledge and understand to compile the XEN and XENHVM kernels.  Is this 
something you can tell me how to do?

Are both XEN and XENHVM paravirtualised kernels or are there other options for 
FreeBSD 8.0?

If I got answers to these questions I will try this very soon.

Best regards,

Anthony

-Original Message-
From: Gót András [mailto:got.and...@deployis.eu] 
Sent: 05 March 2010 14:16
To: Anthony Francis
Cc: freebsd-xen@freebsd.org
Subject: Re: Running FreeBSD as a guest under xen

Hi Anthony,

We figured out the following method for doing automated FreeBSD installs:

- Make a HVM installation of a FreeBSD 8, download source and compile 
XEN or XENHVM kernels (XEN on i386 and XENHVM on amd64 in the kernel 
config directory). Install, reboot and that's it, the next steps are for 
automating and other features. I didn't do any benchmarks but both way 
was very usable the OS.

- Make another BSD install (appr. a 300-500MB partition) and copy the 
compiled BSD kernel, which boots off but the kernel will use an other 
partition for the rootfs.

- The "boot install" is an oldschool bsd slice with labels, as I 
couldn't yet figure out booting it somehow else. (Suggestions are 
welcome, of course.)

- The real root file system could be easily set up with and installworld 
just from compiled system above. This extra setup is a must have for us 
as this way I was able to do lvm snapshots of UFS.


On the i386 I finished testing off quite soon as SMP is simple does not 
work and there were maybe some other issues. The amd64 is promising with 
a 2 way SMP working well but a reliable 4 would be nicer of course.

Keep in mind, that with i386 you'll also get xenconsole, but it didn't 
worked with amd64 sot the VNC console was used.

I'll continue testing later this month (I hope...).

Best regards,
Andras




Anthony Francis wrote:
> Hi Andras,
> 
> For those of us that are new to FreeBSD, can you please point or provide us 
> with some basic instructions for enabling the PV support on 32-bit and 64-bit 
> 8-Release?
> 
> Best regards,
> 
> Anthony
> ___
> 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: Running FreeBSD as a guest under xen

2010-03-05 Thread Gót András

Hi Anthony,

We figured out the following method for doing automated FreeBSD installs:

- Make a HVM installation of a FreeBSD 8, download source and compile 
XEN or XENHVM kernels (XEN on i386 and XENHVM on amd64 in the kernel 
config directory). Install, reboot and that's it, the next steps are for 
automating and other features. I didn't do any benchmarks but both way 
was very usable the OS.


- Make another BSD install (appr. a 300-500MB partition) and copy the 
compiled BSD kernel, which boots off but the kernel will use an other 
partition for the rootfs.


- The "boot install" is an oldschool bsd slice with labels, as I 
couldn't yet figure out booting it somehow else. (Suggestions are 
welcome, of course.)


- The real root file system could be easily set up with and installworld 
just from compiled system above. This extra setup is a must have for us 
as this way I was able to do lvm snapshots of UFS.



On the i386 I finished testing off quite soon as SMP is simple does not 
work and there were maybe some other issues. The amd64 is promising with 
a 2 way SMP working well but a reliable 4 would be nicer of course.


Keep in mind, that with i386 you'll also get xenconsole, but it didn't 
worked with amd64 sot the VNC console was used.


I'll continue testing later this month (I hope...).

Best regards,
Andras




Anthony Francis wrote:

Hi Andras,

For those of us that are new to FreeBSD, can you please point or provide us 
with some basic instructions for enabling the PV support on 32-bit and 64-bit 
8-Release?

Best regards,

Anthony
___
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: Running FreeBSD as a guest under xen

2010-03-04 Thread kevin
Thanks for the response. Pass a message my way on this list as soon as your
tests are complete! I'd like to know as well for similar reasons.


Thanks again.



-Original Message-
From: Deploy IS INFO [mailto:i...@deployis.eu] 
Sent: Thursday, March 04, 2010 3:41 PM
To: kevin
Cc: freebsd-xen@freebsd.org
Subject: Re: Running FreeBSD as a guest under xen

Hi,

I've made test with 8-RELEASE and 32bit pv support works with only 
single cpu and there problems with network iirc. The 64bit hvm with pv 
driver works well and tested with 2 and 4 vpcpus. However with 4 cpus it 
got paniced at rc status. More tests will come as we'd like to give 
customers FreeBSD as an OS option on our VPS service.

Regards,
Andras


kevin wrote:
> Hello,
> 
>  
> 
> I've just joined this list and am interested in the viability of running a
> Xen Guest (non HVM) of FreeBSD (7.2 or 8.0). I understand that 8.0-Current
> has limited support for xen, however  I would like to know if this is
> possible to run FreeBSD as a paravirtualized  Xen Guest.
> 
>  
> 
> Much appreciated!
> 
>  
> 
>  
> 
>  
> 
> ___
> 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: Running FreeBSD as a guest under xen

2010-03-04 Thread Deploy IS INFO

Hi,

I've made test with 8-RELEASE and 32bit pv support works with only 
single cpu and there problems with network iirc. The 64bit hvm with pv 
driver works well and tested with 2 and 4 vpcpus. However with 4 cpus it 
got paniced at rc status. More tests will come as we'd like to give 
customers FreeBSD as an OS option on our VPS service.


Regards,
Andras


kevin wrote:

Hello,

 


I've just joined this list and am interested in the viability of running a
Xen Guest (non HVM) of FreeBSD (7.2 or 8.0). I understand that 8.0-Current
has limited support for xen, however  I would like to know if this is
possible to run FreeBSD as a paravirtualized  Xen Guest.

 


Much appreciated!

 

 

 


___
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"