|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: How to create a Fedora 11 domU under Debian 5 dom0?
On Fri, Mar 19, 2010 at 13:47, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:
Hi All,
I have downloaded a Fedora 11 Xen image from (http://stacklet.com/downloads/images/lister/Fedora); after un-tar in a directory and changing kernel boot and disk location to look for kernel and image; I created an image with file and I can see the output of the command:
#xm create /home/xen-testimages/fedora.11.x86.xen3.cfg
"Using config file "/home/xen-testimages/fedora.11.x86.xen3.cfg".
Started domain fedora.11.x86.img"
But when I try to login into the newly created VM with # xm console /home/xen-testimages/fedora.11.x86.xen3.cfg
The error message says:
Error: Domain
'/home/xen-testimages/fedora.11.x86.xen3.cfg' does not exist."
Even copying those Xen cf and image files to the location where my other VMs reside doesn't solve my problem and I get the same error as above.
Any ideas how I can login into the newly created VM? Or what step I'm missing?
PS: My other xen VMs (based on Debian) are located at some other directory and I can easily login to those.
|
Hello there,
For xm console, you use the hostname, not the config name. e.g xm console node1 , not xm console node1.cfg
--
Costas Drogos
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|