I'm trying with NFS,HTTP to install Fedora 9 DomU on Fedora 8 Dom0 using
"virt-install"......but still not able finish the work sitting whole day !!!
Help me out !!!
These are the various options that i tried for
" disk path ":-----
1. created 4GB image with ext3 ----- did not work and error
"Invalid file location given: No such file or directory" 2. created 4GB LVM partition with ext3----same error
" Sun, 14 Sep 2008 19:26:38 ERROR Invalid file location given: No such file or directory"
3. i thought the problem with the installation source so created NFS share like
"[root@Hadoop10 /]# cat /etc/exports
/F9files/ 192.168.3.173(rw,sync) "
4. /F9files folder contains files copied from Fedora9 DVD.iso loop back mount.
So whether the problem with "disk path" or NFS share. In the past i installed using a Template but i want to install with virt-install and NFS,HTTP like that.....
The output goes here:
===================================START==========================
[root@Hadoop10 /]# virt-install
What is the name of your virtual machine? fc9
How much RAM should be allocated (in megabytes)? 256
What would you like to use as the disk (path)? /dev/Xen/FC9guest
Would you like to enable graphics support? (yes or no) yes
What is the install location? nfs:192.168.3.173:/F9files/
Starting install...
libvir: Xen Daemon error : GET operation failed:
Invalid file location given: No such file or directory
Domain installation may not have been
successful. If it was, you can restart your domain
by running 'virsh start fc9'; otherwise, please
restart your installation.
Sun, 14 Sep 2008 19:26:38 ERROR Invalid file location given: No such file or directory
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 150, in acquireFile
raise ValueError, _("Invalid file location given: ") + msg
ValueError: Invalid file location given: No such file or directory
[root@Hadoop10 /]# cat /etc/exports
/F9files/
192.168.3.173(rw,sync)
===================================END================================================