I managed to install the XenServer without any problems. The XenConsole installation went flawlessly as well. But when I tried to create a new VS using the provided templates i run into the desribing problem:
What I did in XenCentre:
- XenCentre
- New VM
- Ubuntu Lucid Lynx 10.04(32 bit)
- Then use the default settings and once you see the screen with the:
You seen on the screen a page where you should select the desired installation source. In my example the option for "Install from ISO library or DVD drive" was grey but you can still select one of the ISO images from your storage pool (if you defined it previously).
Problem:
If you attempt to run the VS to start the installation you will get an error like this:
UNSUPPORTED_INSTALL_METHOD - other-config:install-repository was not set to an appropriate value, and this is required for the selected distribution type
There is not much on the Citrix support/technical knowledge page for this. The solution is here although.
Solution:
- To create VM and start the installation from a ISO file saved on the attached storage (NFS or CIFS) you have to use the correct profile: Other install media
- To use the Ubuntu Lucid Lynx 10.04(32 bit) profile you have to specify an URL for the data to be retrived (for example like http://mirror.clarkson.edu/ubuntu/ )
References:
http://lists.xensource.com/archives/html/xen-users/2011-06/msg00394.html
Hello there,
ReplyDeleteI also stuck at same error. I'm using python script to create VM from template on XenServer, I can see the vm created on xenserver but while
starting that vm it giving me an error message.
Error: Starting VM 'MyVirtualMachine' on 'host15' - UNSUPPORTED_INSTALL_METHOD - other-config:install-repository was not set to an appropriate value, and this is required for the selected distribution type.