installation problem on installation of xen guests


Results 1 to 6 of 6

Thread: installation problem on installation of xen guests

  1. #1
    Join Date
    May 2009
    Posts
    9

    installation problem on installation of xen guests

    I have installed xen on centos and created dom0
    But there is a problem when installing the host os (fedora)

    The installation proceeds as follows

    installation media url : nfs:localhost:/home/vertual

    installation file location : /home/vm/vm01.img (with 2048 size )

    Then comes the Config TCP/IP dialogue box

    I have opted manual and given the ip address 192.168.0.2/255.255.255.0

    Then the message : Waiting for network manager to configure eth0 (eth1 is configured for internet )

    Error:

    That directory could not be mounted from the server

    Then it shows the dialogue box with already filled

    NFS servername : location
    Fedora directory : /home/vertual/images/install.img

  2. #2
    Join Date
    Jan 2004
    Location
    Toronto, Canada
    Posts
    763
    the .img file is an iso of the dvd or cd installation media?
    you can't just point it at the iso. I think you actually have to mount it so that all the files on the disc are actually available. So you may have to mount it as a loopback device. I think it's something along the lines of,

    mount -o loop -t iso9660 fedora.iso /mnt/point

    then export the mount point as an nfs share and then during the installation of the domU select nfs as the source.
    Check out the Unix/Linux Administration Program at Seneca College.
    Thanx to everyone that helped/helps me on this forum!

    t0mmyw on #linuxn00b

  3. #3
    Join Date
    Jan 2004
    Location
    Toronto, Canada
    Posts
    763
    also forgot to add to make sure that you can actually access teh nfs share properly before you even try installing the domU. Make sure your nfs is set up correctly so if you come across any issues with the installation, you can eliminate the problem actually beign your nfs and not the installation it self.
    Check out the Unix/Linux Administration Program at Seneca College.
    Thanx to everyone that helped/helps me on this forum!

    t0mmyw on #linuxn00b

  4. #4
    Join Date
    May 2009
    Posts
    9
    The /home/vertual directory contains the fedora dvd iso image as well as the extracted image. I have already tried the method suggested by Calipse (i.e., by mounting the iso image as a loopback device). All have the same result.. It is to be noted that It starts installation and only when the configuration of network takes place, the message shows "That directory could not be mounted from the server".
    Also note that without the iso image file also it can work. The /home/vertual directory contains extracted cd image.
    The install.img file is the content of the cd and the above two lines are shown by the message.
    The first line "location" is not correct - it is localhost.

  5. #5
    Join Date
    Jan 2004
    Location
    Toronto, Canada
    Posts
    763
    hmm...if you can access the nfs share using a shell and it still doesn't work during the install, then not sure what to suggest.

    Maybe come on irc to #fedora or #centos on irc.freenode.net and bring up your issue there. People are quite helpful there and you'd get an answer sooner there since they're all users/experts with fedora and centos specifically.
    Check out the Unix/Linux Administration Program at Seneca College.
    Thanx to everyone that helped/helps me on this forum!

    t0mmyw on #linuxn00b

  6. #6
    Join Date
    May 2009
    Posts
    9
    Jan 8 21:05:15 centos libvirtd: 21:05:15.682: error : internal error Error adding file to config cache
    Jan 8 21:05:15 centos libvirtd: 21:05:15.683: error : internal error Error adding file to config cache
    Jan 8 21:05:18 centos kernel: blktap: ring-ref 8, event-channel 11, protocol 1 (x86_32-abi)
    Jan 8 21:05:18 centos kernel: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready
    Jan 8 21:05:18 centos kernel: virbr0: topology change detected, propagating
    Jan 8 21:05:18 centos kernel: virbr0: port 1(vif1.0) entering forwarding state
    Jan 8 21:05:24 centos dhclient: DHCPREQUEST on eth1 to 202.88.238.16 port 67
    Jan 8 21:06:12 centos last message repeated 3 times
    Jan 8 21:07:13 centos last message repeated 5 times
    Jan 8 21:08:21 centos last message repeated 5 times
    Jan 8 21:09:35 centos last message repeated 5 times
    Jan 8 21:10:37 centos last message repeated 5 times
    Jan 8 21:11:54 centos last message repeated 5 times
    Jan 8 21:12:23 centos last message repeated 3 times
    Jan 8 21:12:32 centos dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
    Jan 8 21:12:32 centos dhclient: DHCPACK from 10.1.71.1
    Jan 8 21:12:32 centos dhclient: bound to 116.68.82.163 -- renewal in 583 seconds.

    my /var/log/message file

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •