 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Problems creating a Fedora 14 domU using XCP 1.0 and xe
 On 17/05/11 04:14, Joe Linoff wrote: Hi Folks: I am having trouble creating a Fedora 14 domU on a XCP 1.0 dom0 hypervisor and am hoping that someone can help me figure out what I am doing wrong. It's probably the documentation's fault, not yours ;) Here is what I did (per the user's guide and reference manual): ## Step 1. Create the VM: # uuid=$(xe vm-install template='Other install media' new-name-label='test') ## Note: I also tried CentOS variants RHEL 6 x86_64 may also work, but 'Other install media' is often your best bet. At this point, you'll also need to update other-config:install-methods to include http. Otherwise, it will just try to boot from the cdrom, which is empty. # xe vm-param-set uuid=$uuid other-config:install-methods=cdrom,http If you've got an ISO image on your local network, you can also just boot from that. You can export the directory containing the ISO as an NFS share, and then use `xe-mount-iso-sr host:/ISO-directory`. Once you have the ISO directory mounted as an SR, you can then add the Fedora ISO to the VM as a CD: # xe vm-cd-add vm=test device=3 cd-name='Fedora-14-x86_64-Live-Desktop.iso'While it would work, I wouldn't recommend putting the ISO directly in dom0, because we only give that filesystem 4GiB to use, and it'll ruin your day if you run out of space on dom0. Errata: ## On the XCP server # lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch Distributor ID: XCP Description: XCP release 1.0.0-42052c (xcp) Release: 1.0.0-42052c Codename: xcp # uname -a Linux xenserver-tcc-lab-04 2.6.32.12-0.7.1.xs1.0.0.311.170586xen #1 SMP Tue Feb 1 17:10:20 EST 2011 i686 i686 i386 GNU/Linux Any hints would be greatly appreciated. Thanks, Joe _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |