WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] GuestOS Automation

To: "Tom Lanyon" <tom@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] GuestOS Automation
From: "ashok varma" <project.xen@xxxxxxxxx>
Date: Fri, 12 Sep 2008 20:49:18 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 12 Sep 2008 08:19:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=CIJwX5LbLd6NE2/XIciK28hPQngKS2ETUe5uGxkI7DY=; b=TiwGtdGcp69ZFEvGWCGpFJsFRQQyRH1EQxvOoHoGm1IwWyBTsfgJven+Rv8umTNrSy nBymBiG167VyWy3UpkVQu8JCABGzCxOfKxOm8mesViKZyLJ4Nk6HebeGcMbJUl6GNZgc vl/rMiR+VjlhDNUkiko/jvyKAvh6efmRfdi3U=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=kGyj/lx1X2KO2mtkuXFKCqnrKT7VUqT1JN2za+NUPhnwIAtng56EcNzK7xB8c2naSl ZqTjVon5osYkYgpMMa70zUCtuHe08+LI0e1EiRNxFNvoWAE2oqCzmPk/lh3hQeTfSsc7 0CMZ9Y8o2lL1TBRT90FReeYpS6KHXJfV/YzUI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1ff56dbd0809120816p71dcf259n4ebc0faf0d1e0c23@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1ff56dbd0809120333ue175f71v43b08bccc68a1694@xxxxxxxxxxxxxx> <9C1A148C-F75F-4469-8295-9CFB804E2E51@xxxxxxxxxxxxxx> <1ff56dbd0809120816p71dcf259n4ebc0faf0d1e0c23@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I facing one more new problem .....
   I'm trying to install DomU using virt-install through http (localhost) but i'm getting the following error:::-
   Below is log ...........
  
   ===================* Log Starts*===================
[root@Hadoop10 u]# virt-install
What is the name of your virtual machine? test
 How much RAM should be allocated (in megabytes)? 256
 What would you like to use as the disk (path)? /home/hadoop/newguest/test
 How large would you like the disk (/home/hadoop/newguest/test) to be (in gigabytes)? 4
 Would you like to enable graphics support? (yes or no) yes
 What is the install location? http://192.168.3.173/u/
 

Starting install...
libvir: Xen Daemon error : GET operation failed:
Invalid URL location given: [Errno 14] HTTP Error 404: Not Found
Domain installation may not have been
 successful.  If it was, you can restart your domain
 by running 'virsh start test'; otherwise, please
 restart your installation.
Fri, 12 Sep 2008 20:42:37 ERROR    Invalid URL location given: [Errno 14] HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/usr/sbin/virt-install", line 485, in <module>
    main()
  File "/usr/sbin/virt-install", line 449, in main
    dom = guest.start_install(conscb,progresscb)
  File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 722, in start_install
    self._prepare_install(meter)
  File "/usr/lib/python2.5/site-packages/virtinst/ParaVirtGuest.py", line 48, in _prepare_install
    self._installer.prepare(guest = self, meter = meter)
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 681, in prepare
    self._prepare_kernel_and_initrd(guest, distro, meter)
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 651, in _prepare_kernel_and_initrd
    distro = distro)
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 581, in acquireKernel
    progresscb=progresscb, distro=distro, scratchdir=scratchdir)
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 564, in _storeForDistro
    if store.isValidStore(fetcher, progresscb):
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 445, in isValidStore
    ignore = fetcher.acquireFile("directory.yast", progresscb)
  File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 86, in acquireFile
    raise ValueError, _("Invalid URL location given: ") + str(e)
ValueError: Invalid URL location given: [Errno 14] HTTP Error 404: Not Found

===================* End of log*======================================

Any idea ..............

On Fri, Sep 12, 2008 at 8:46 PM, ashok varma <project.xen@xxxxxxxxx> wrote:

Dear Tom Lanyon,

I want to install fedora 8 as DomU . In the past i installed Fedora 8 as DomU on Fedora 8 DomU by manually i.e configuring guestOS config file as kernel,RAM disk, etc....



On Fri, Sep 12, 2008 at 4:50 PM, Tom Lanyon <tom@xxxxxxxxxxxxxx> wrote:
On 12/09/2008, at 8:03 PM, ashok varma wrote:

Hi every one,
I'm ASHOK VARMA


I want to automate the Guest OS installation on many systems (same h/w configuration ) in Paravirtualization mode which inludes the following::

        1. I need a script to achive automation
        2. User has to give target IP address of Dom0
        3. After that general options like RAM,kernel,disk image etc... taken as input
Is there any script that is available already to achive similar task???


You didn't mention what guest OS you're trying to install.

I do the above (if I understand you correctly) for RHEL and CentOS domUs with a combination of DHCP and kickstart files.

-Tom


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users