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] Fwd: Virt-install with CD

To: "Nathan Widmyer" <lighthousej@xxxxxxxxx>
Subject: Re: [Xen-users] Fwd: Virt-install with CD
From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
Date: Mon, 13 Aug 2007 11:33:44 +0530
Cc: Xen list <Xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 12 Aug 2007 23:04:17 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tyqxc8lbMQ9rooWKCE0klduKJeedi064P7IxDgsxYWffpaD77F+kwnnpFRGTw+I7fQ3QsacuG0L2ElN43ji0Eu5YNbBWie4mzRrsuc1d5/OJ2TTrmd1Wx+rC2VHdpOtCv0eytxt3mSVuPlM5MReICCBfakqL0GIT4meiM4VIaHU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MB+kHYT6mKNud1mFNjX6+DWoilFEdXwK1r49Dj672oeIDEzOMVH39OyDG4+ZNl1dsSwcB6mNPw3wZT6143aLHV1mfsB8wg3ub2d5qGq/znEwfDqQXT4DWygjvVpMLTZdfXH58C+5gyAOtE0Ti/VpLjIZ3RAHyQpalnoNT52zPh8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <db4f7fd10707270818o2094980ci55c5b163d81aecc8@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <f58fc26d0707262330o730b7af0ld7e366e66ebbce1c@xxxxxxxxxxxxxx> <f58fc26d0707270015o145aeca9s2c31622a6c15f13@xxxxxxxxxxxxxx> <46A9D31C.6000702@xxxxxxxxx> <db4f7fd10707270501y34637d76gdf1fa31c574594c@xxxxxxxxxxxxxx> <f58fc26d0707270603t6f60f2e1xbfc647519536d82a@xxxxxxxxxxxxxx> <db4f7fd10707270632o816ebfrb1d535cab9760c71@xxxxxxxxxxxxxx> <f58fc26d0707270717t5153d0a8q2c73fc3bae577702@xxxxxxxxxxxxxx> <db4f7fd10707270818o2094980ci55c5b163d81aecc8@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

In virt-insall i want to pass the kickstart configuration file as an argument.

Form the virt-install helps, it look like -x options is available for paravirt domain only not for HVM domain. Is it correct ?

-x EXTRA, --extra-args=EXTRA      Additional arguments to pass to the installer with paravirt guests

Second Can we pass this configuration file at NFS location  or http only ?. Beacuse i found problem in passing the file at nfs location to make my installation as silent install.

I think you are clear what i want.

Trilok

On 7/27/07, Nathan Widmyer <lighthousej@xxxxxxxxx> wrote:
This kind of got me initially too.
If you can open a web browser to that http://host/rhel5/disc1 and get the first disc, your hostname is just going to be what you put for 'host' and your path is just going to be 'rhel5'.  The installer will construct the url (including the disc1) for you.

Take a look at part 2.5.1 of the RHEL 5 install guide:
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Installation_Guide-en-US/s1-steps-network-installs-x86.html

For more information but what I told you will get you off the ground.

Good luck,
Nathan


On 7/27/07, trilok nuwal < tc.nuwal@xxxxxxxxx> wrote:
That i got, but tell me how i specify the cd location its like http://host/rhel5/disc1 or some thing different.


On 7/27/07, Nathan Widmyer <lighthousej@xxxxxxxxx> wrote:
oops, I did not mention it (and hopefully you realized) that you'll have to actually mount the iso's to the mount points before you open a web browser and check that you can read the discs.


On 7/27/07, trilok nuwal <tc.nuwal@xxxxxxxxx> wrote:
Thanks Nathan, I could try this one.
-Trilok


On 7/27/07, Nathan Widmyer < lighthousej@xxxxxxxxx> wrote:

I recently installed RHEL 5 (fully-virtual though) using the 6-CD's with the HTTP install method.

I used the Xen hosts' httpd instance, created a rhel5 directory in /var/www/html (default HTTP root location).  Inside the rhel5, I made 6 directories named disc1, disc2, etc... to use as mount points.  Open a web browser and make sure you can open the location first.  I booted up the VM with the first disc ISO.  At the boot: menu, type "linux askmethod" and it'll ask in the text-mode area of the installer what method you want to install using.  Select HTTP and tell it the hostname and directory of where the discs can be found.  The system should boot into anaconda and finish fine.

Good luck


trilok nuwal wrote:
Hi Xen Users,

I am using virt-install for HVM domain instllation. Form DVD it is
fine, but how I can use virt-install with cds. How  i can give all CDs
location to virt-install.
 

#virt-install --debug --name=el5 --ram=400 --vcpus=8 -c
/tmp/el5-dvd.iso  --file=/tmp/el5 -s 10 --vnc  --hvm 2>&1 | tee virt.log
Anybody have idea. would be a great help.






_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Fwd: Virt-install with CD, trilok nuwal <=