Hi All,<br>
<br>
I am installing the RHEL PV through virt-install,<br>
<br>
#virt-install  --name=dom1 --ram=500 --file=/home/disk
--file-size=10 --mac=00:50:56:2d:31:6d --bridge=xenbr2 --nographics
--noautoconsole --paravirt
--location=nfs:server3.domain.com:/vol/vol1/tnuwal/rl5 --debug -x
"ks=<a href="http://khost/ks.cfg">http://khost/ks.cfg</a> ksdevice=eth2"<br>
<br>
<br>
Here  eth2 is my public IP and xenbr2 is bridge over this.<br>
<br>
When i start the install then i got following message on console of this.<br>
<br>
<br>
Starting install...<br>
libvir: Xen Daemon error : GET operation failed:<br>
Domain installation still in progress.  You can reconnect<br>
to the console to complete the installation process.<br>
<br>
Now when i tried to connect the console ...Then it started the
instllation But this stuck that it could not download the kickstart
file <a href="http://khost/ks.cfg">http://khost/ks.cfg</a>. <br>
ks=<a href="http://khost.domain.com/ks.cfg">http://khost.domain.com/ks.cfg</a>.<br>
<br>
Why is it happening as i can download this file on dom0 using wget. Because khost and my machine are well pingable.<br>
<br>
       +-------------+ Error downloading kickstart file +-------------+<br>
       
|                                                             
|<br>
        | Unable to download the kickstart file.  Please modify the    |<br>
        | kickstart parameter below or press Cancel to proceed as an   |<br>
        | interactive
installation.                           
                   
               |<br>
       
|                                                           
                   
                   
  |<br>
        |
<a href="http:///khost.domain.com/ks.cfg__________________">http:///khost.domain.com/ks.cfg__________________</a>           
__ |<br>
       
|                                                                                                     
|<br>
       
|           
+----+                     
+--------+                                         
|<br>
       
|            |
OK
|                     
| Cancel
|                                           
|<br>
       
|           
+----+                     
+--------+                                          
|<br>
       
|                                                                                                      
|<br>
       
|                                                                                                    
|<br>
        +--------------------------------------------------------------+<br>
<br>
<br>
# Contents of the file are <br>
lang en_US.UTF-8<br>
langsupport --default=en_US.UTF-8 en_US.UTF-8<br>
keyboard us<br>
skipx<br>
network --device eth2 --bootproto static --ip <a href="http://139.185.48.217">139.185.48.217</a> --netmask
<a href="http://255.255.252.0">255.255.252.0</a> --gateway <a href="http://139.185.48.1">139.185.48.1</a> --nameserver <a href="http://130.35.249.41">130.35.249.41</a>
--hostname <a href="http://os217.domain.com">os217.domain.com</a><br>
rootpw root<br>
firewall --disabled<br>
selinux --disabled<br>
authconfig --enableshadow --enablemd5<br>
timezone America/Los_Angeles<br>
text<br>
reboot<br>
<br>
<br>
.....Could u please tell me where i am doing wrong.<br>
<br>
Thanks,<br>
Trilok Nuwal<br>
<br>
<br>
<br>
<br>