Hi,<br><br>I have done the changes, still it is not working.<br><br>Pls have a look at the attached screen shot.<br><br>This is the new template  file<br><br># cat solaris10.one<br>NAME   = solaris10<br>CPU    = 0.2<br>MEMORY = 1280<br>
<br>OS = [ boot = &quot;cdrom&quot; ]<br><br>DISK = [<br> source   = &quot;/srv/cloud/images/imgs/sol.img&quot;,<br> target   = &quot;hda&quot;,<br> save     = &quot;yes&quot;,<br> clone    = &quot;no&quot; ]<br><br>DISK = [<br>
 source   = &quot;/srv/cloud/images/isos/osol-0906-x86.iso&quot;,<br> type     = &quot;cdrom&quot;,<br> target   = &quot;hdb&quot;,<br> clone    = &quot;no&quot; ]<br><br>NIC = [ NETWORK=&quot;Pcloud Network01&quot;]<br><br>
GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;<a href="http://node02.pcloud.com">node02.pcloud.com</a>&quot;, port = &quot;5902&quot;]<br><br>REQUIREMENTS = &quot;HOSTNAME = \&quot;node02*\&quot;&quot;<br><br>Viji<br>
<br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 10:13 PM, Ruben S. Montero <span dir="ltr">&lt;<a href="mailto:rubensm@dacya.ucm.es">rubensm@dacya.ucm.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Try this in your template<br>
<br>
OS = [ boot = &quot;cdrom&quot; ]<br>
<br>
<br>
Cheers!<br>
<font color="#888888"><br>
Ruben<br>
</font><div><div></div><div class="h5"><br>
On Fri, Jan 22, 2010 at 5:26 PM, Viji V Nair &lt;<a href="mailto:viji@fedoraproject.org">viji@fedoraproject.org</a>&gt; wrote:<br>
&gt; Hi Ruben,<br>
&gt;<br>
&gt; Thank you so much for your response<br>
&gt;<br>
&gt; I have followed the steps and there are some issues. When I try to do a<br>
&gt; &quot;onevm create solaris10.one&quot;, both the images (sol.img and<br>
&gt; osol-0906-x86.iso) are being copied to the shared storage as<br>
&gt; /srv/cloud/images/&lt;vmid&gt;/disk.0 and /srv/cloud/images/&lt;vmid&gt;/disk.1. Then<br>
&gt; the it tries to boot from the hard drive, I mean disk.0 (sol.img, hda). From<br>
&gt; the VNC console I could see<br>
&gt;<br>
&gt;     1. disk.0 is detected as ata0 - 2G in size (this is the image, sol.img,<br>
&gt; created using dd)<br>
&gt;     2. disk.1 is detected as ata1 - 677M (this is the iso image)<br>
&gt;     3. a cdrom device<br>
&gt;<br>
&gt; VNC is showing the boot error, tried to select F12 and selected cdrom, but<br>
&gt; no luck.<br>
&gt;<br>
&gt;<br>
&gt; # cat solaris10.one<br>
&gt; NAME   = solaris10<br>
&gt; CPU    = 0.2<br>
&gt; MEMORY = 1280<br>
&gt;<br>
&gt; DISK = [<br>
&gt;  source   = &quot;/srv/cloud/images/imgs/sol.img&quot;,<br>
&gt;  target   = &quot;hda&quot;,<br>
&gt;  save     = &quot;yes&quot;,<br>
&gt;  clone    = &quot;no&quot; ]<br>
&gt;<br>
&gt; DISK = [<br>
&gt;  source   = &quot;/srv/cloud/images/isos/osol-0906-x86.iso&quot;,<br>
&gt;  type     = &quot;cdrom&quot;,<br>
&gt;  target   = &quot;hdb&quot;,<br>
&gt;  clone    = &quot;no&quot; ]<br>
&gt;<br>
&gt; NIC = [ NETWORK=&quot;Pcloud Network01&quot;]<br>
&gt;<br>
&gt; GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;<a href="http://node01.pcloud.com" target="_blank">node01.pcloud.com</a>&quot;, port = &quot;5902&quot;]<br>
&gt;<br>
&gt; REQUIREMENTS = &quot;HOSTNAME = \&quot;node01*\&quot;&quot;<br>
&gt;<br>
&gt;<br>
&gt; Thanks &amp; Regards<br>
&gt;<br>
&gt; Viji<br>
&gt;<br>
&gt; On Fri, Jan 22, 2010 at 4:44 AM, Ruben S. Montero &lt;<a href="mailto:rubensm@dacya.ucm.es">rubensm@dacya.ucm.es</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; The procedure should be as follows, create a template that contains :<br>
&gt;&gt;<br>
&gt;&gt; 1- Define your main disk as usual, and tell OpenNebula to keep the changes<br>
&gt;&gt; DISK = [<br>
&gt;&gt;  source   = &quot;/srv/cloud/images/master/fedora_disk.img&quot;,<br>
&gt;&gt;  target   = &quot;hda&quot;,<br>
&gt;&gt;  save     = &quot;yes&quot;<br>
&gt;&gt;  clone    = &quot;no&quot; ]<br>
&gt;&gt; (this assumes that you have a plain file for fedora_disk.img (e.g.<br>
&gt;&gt; with a dd). You can also use separate partitions for swap and the OS<br>
&gt;&gt; installation...<br>
&gt;&gt;<br>
&gt;&gt; 2- Define an additional DISK for the ISO image with the installation CD<br>
&gt;&gt; DISK = [<br>
&gt;&gt;  source   = &quot;/srv/cloud/images/isos/fedora_12.iso&quot;,<br>
&gt;&gt;  type     = &quot;cdrom&quot;,<br>
&gt;&gt;  target   = &quot;hdb&quot;,<br>
&gt;&gt;  clone    = &quot;no&quot; ]<br>
&gt;&gt;<br>
&gt;&gt; 3.- Add a VNC console so you can interact with the installer. And tell<br>
&gt;&gt; to listen in a cluster node hostname, by adding to the template:<br>
&gt;&gt; GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;a_cluster_node_hostname&quot;, port =<br>
&gt;&gt; &quot;5902&quot;]<br>
&gt;&gt;<br>
&gt;&gt; 4.- Tell OpenNebula to place the VM in that clusternode, by adding to<br>
&gt;&gt; the template:<br>
&gt;&gt; REQUIREMENTS=&quot;HOSTNAME=a_cluster_node_hostname&quot;<br>
&gt;&gt;<br>
&gt;&gt; Once you have the template ready....<br>
&gt;&gt;<br>
&gt;&gt; 1.- Create the VM with onevm create<br>
&gt;&gt; 2.- use you favorite VNC client to install the OS (you should be able<br>
&gt;&gt; to see the console at c&lt;cluster_node_name&gt;:5902) NOTE: You can always<br>
&gt;&gt; use 127.0.0.1 for the VNC server but then you have to start the VNC<br>
&gt;&gt; client from the cluster node, but we usually do not have an X server<br>
&gt;&gt; there...<br>
&gt;&gt; 3.- When you are done shutdown the VM. onevm shutdown<br>
&gt;&gt; 4.- The new installed image would be in<br>
&gt;&gt; $ONE_LOCATION/var/&lt;VM_ID&gt;/disk.0 Copy it to a safe location so you can<br>
&gt;&gt; use it later as a master image.<br>
&gt;&gt;<br>
&gt;&gt; Hope it helps<br>
&gt;&gt;<br>
&gt;&gt; Ruben<br>
&gt;&gt; On Thu, Jan 21, 2010 at 5:35 PM, Viji V Nair &lt;<a href="mailto:viji@fedoraproject.org">viji@fedoraproject.org</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a two node cluser with OCFS2 running on OpenNebula 1.4 and Fedora<br>
&gt;&gt; &gt; 12<br>
&gt;&gt; &gt; x86_64. Is it possible to start installation of vms directly from an iso<br>
&gt;&gt; &gt; image other than running virt-install to create the image and then<br>
&gt;&gt; &gt; deploy<br>
&gt;&gt; &gt; the same.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any help of the same greatly appreciated.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Viji<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt;&gt; &gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Dr. Ruben Santiago Montero<br>
&gt;&gt; Associate Professor, Complutense University of Madrid<br>
&gt;&gt;<br>
&gt;&gt; URL:    <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>
&gt;&gt; Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Dr. Ruben Santiago Montero<br>
Associate Professor, Complutense University of Madrid<br>
<br>
URL:    <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>
Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
</div></div></blockquote></div><br>