[Fedora-xen] i need fedora 9 digit DVD

aswath Aswath sysmandosys at yahoo.co.in
Thu Jun 12 03:44:11 UTC 2008


HI. i need Fedora 9 to free ship it. so send me through post>

--- On Wed, 11/6/08, fedora-xen-request at redhat.com <fedora-xen-request at redhat.com> wrote:
From: fedora-xen-request at redhat.com <fedora-xen-request at redhat.com>
Subject: Fedora-xen Digest, Vol 31, Issue 9
To: fedora-xen at redhat.com
Date: Wednesday, 11 June, 2008, 4:00 PM

Send Fedora-xen mailing list submissions to
	fedora-xen at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/fedora-xen
or, via email, send a message with subject or body 'help' to
	fedora-xen-request at redhat.com

You can reach the person managing the list at
	fedora-xen-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Fedora-xen digest..."


Today's Topics:

   1. Re: Autostart VM on boot ( Marcel Dam?sio )
   2. Installing Para Virtualized guest using ISO file (tournesol)
   3. Re: Installing Para Virtualized guest using ISO file (Akio Takebe)
   4. Re: Installing Para Virtualized guest using ISO file
      (Olivier Renault)
   5. Re: Installing Para Virtualized guest using ISO file
      ( Gast?n Keller )


----------------------------------------------------------------------

Message: 1
Date: Tue, 10 Jun 2008 16:13:56 -0300
From: " Marcel Dam?sio " <marceldamasio at gmail.com>
Subject: Re: [Fedora-xen] Autostart VM on boot
To: "Aaron Metzger" <ametzger at silkspeed.com>
Cc: fedora-xen at redhat.com
Message-ID:
	<386f83ad0806101213u471e59c2s54a42ce8bf1f1f12 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Aaron,

Thanks a lot for helping me. It worked.

I added into *'/var/lib/xend/domains/<UUID>**/config.sxp'  *these
lines:

*   (on_xend_start start)
   (on_xend_stop shutdown)*

Now, the VMs are really auto starting and shutting down!

Thanks for helping me.

On Mon, Jun 9, 2008 at 6:51 PM, Aaron Metzger <ametzger at silkspeed.com>
wrote:

> Marcel Damásio wrote:
>
>> Hi,
>>
>> I'm using Fedora 8 as DOM0.
>> I created my virtual machines using virt-install.
>> Now I want to configure them to autostart on DOM0's boot, but I
can't.
>>
>> I tried a lot of solutions, but none worked.
>>
>> Could somebody help me?
>>
>>
> Marcel:
>
> Do you have domain definitions in:
>
> /var/lib/xend/domains
>
> Shutdown the xend.
>
> Edit
>
> /var/lib/xend/domains/<UUID>/config.sxp
>
>
> Add these two lines to the domain definition:
>
>    (on_xend_start start)
>    (on_xend_stop shutdown)
>
> Make sure that "xend" and "xendomains" start
automatically in your
> "init.d".
>
>
> By the way, I also have these actions in my config.sxp and can't
remember
> if these were the default values after virt-install or not.
>
>   (actions_after_crash restart)
>    (actions_after_shutdown destroy)
>    (actions_after_reboot restart)
>
>
> Let me know how it goes for you.
>
> --
> Good luck,
> Aaron
>
>


-- 
Marcel Damásio Moreira
9º período de Ciência da Computação - UFES
(27) 8128-7105
Estagiário do Suporte - DI/UFES
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://www.redhat.com/archives/fedora-xen/attachments/20080610/0eb4f83b/attachment.html

------------------------------

Message: 2
Date: Wed, 11 Jun 2008 11:54:24 +0900
From: tournesol <tournesol33 at gmail.com>
Subject: [Fedora-xen] Installing Para Virtualized guest using ISO file
To: fedora-xen at redhat.com
Message-ID: <484F3E60.1050105 at gmail.com>
Content-Type: text/plain; charset=ISO-2022-JP

Hi.

Are there any ideas that can use ISO file(ex: Fedora-8-i386-DVD.iso) to
install Para Virtualized guest OS ?

Waiting for your help.




------------------------------

Message: 3
Date: Wed, 11 Jun 2008 12:51:27 +0900
From: Akio Takebe <takebe_akio at jp.fujitsu.com>
Subject: Re: [Fedora-xen] Installing Para Virtualized guest using ISO
	file
To: tournesol <tournesol33 at gmail.com>, fedora-xen at redhat.com
Message-ID: <39C8CB766CF23Etakebe_akio at jp.fujitsu.com>
Content-Type: text/plain; charset=us-ascii

Hi,

>Are there any ideas that can use ISO file(ex: Fedora-8-i386-DVD.iso) to
>install Para Virtualized guest OS ?
>
>Waiting for your help.
Do you install vsftpd? If so, you mount ISO to /var/ftp/pub,
and vsftpd start, then you can install the local ftp server,
I think.

Best Regards,

Akio Takebe



------------------------------

Message: 4
Date: Wed, 11 Jun 2008 14:25:17 +0200
From: Olivier Renault <orenault at redhat.com>
Subject: Re: [Fedora-xen] Installing Para Virtualized guest using ISO
	file
To: Akio Takebe <takebe_akio at jp.fujitsu.com>
Cc: fedora-xen at redhat.com
Message-ID: <484FC42D.9000900 at redhat.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Akio Takebe wrote:
> Hi,
> 
>> Are there any ideas that can use ISO file(ex: Fedora-8-i386-DVD.iso)
to
>> install Para Virtualized guest OS ?
>>
>> Waiting for your help.
> Do you install vsftpd? If so, you mount ISO to /var/ftp/pub,
> and vsftpd start, then you can install the local ftp server,
> I think.
> 
You can not install using the iso as such for a pv system. You will need 
to install it through HTTP / NFS / FTP / ... ( I am normally using http, 
& I am unsure if NFS is now supported ).

Install httpd server
yum -y install httpd

create a directory to mount your iso
mkdir /var/www/html/pub
mount -o loop /path-to-your-iso-image /var/www/html/pub

turn off SELinux & Firewall
setenforce 0
iptables -F
service httpd start

You should now be ready to install your Vm from

http://<ip of dom0>/pub

Hope this help.
Olivier

NB ; do not use localhost for the IP of dom0



------------------------------

Message: 5
Date: Wed, 11 Jun 2008 09:42:55 -0400
From: " Gast?n Keller " <gastonkeller at gmail.com>
Subject: Re: [Fedora-xen] Installing Para Virtualized guest using ISO
	file
To: tournesol <tournesol33 at gmail.com>
Cc: fedora-xen at redhat.com
Message-ID:
	<bd6e1f920806110642g67f32ca5p3bb2e702b73e8ba2 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Jun 10, 2008 at 10:54 PM, tournesol <tournesol33 at gmail.com>
wrote:
> Hi.
>
> Are there any ideas that can use ISO file(ex: Fedora-8-i386-DVD.iso) to
> install Para Virtualized guest OS ?

Here there is a Fedora 8 Quick Start guide to create Xen guests:
http://fedoraproject.org/wiki/Docs/Fedora8VirtQuickStart#Building_a_Fedora_Guest_System_using_virt-install

I have installed guests using NFS and also FTP. If you already have
the ISO, you can do what Olivier mentioned to use HTTP or also mount
the ISO and share it through NFS.

See you,
Gaston
>
> Waiting for your help.
>
>
> --
> Fedora-xen mailing list
> Fedora-xen at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-xen
>



-- 
La única verdad es la realidad.



------------------------------

--
Fedora-xen mailing list
Fedora-xen at redhat.com
https://www.redhat.com/mailman/listinfo/fedora-xen


End of Fedora-xen Digest, Vol 31, Issue 9
*****************************************


      Did you know? You can CHAT without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php/ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-xen/attachments/20080612/5cd51d6d/attachment.htm>


More information about the Fedora-xen mailing list