Hi,<br><br>I have tried the template, but no luck. I think there are some issues on emulating iso image on cdrom device. Have any one tried Open Nebula on Fedora 12 x86_64? I have installed OpenNebula from source as the site doesn&#39;t have an rpm for 64 bit Fedora.<br>
<br>Here are my observations.<br><br>1. If I put &quot;sda&quot; and &quot;sdb&quot; in the template file, the qemu boot screen is showing ONLY the CROM device and Says &quot;Boot failed, could not read the boot disk&quot; <br>
<br>2. If I move back to &quot;hda&quot; and &quot;hdb&quot; then I could see three devices, ata0 master (2G qcow2 image), ata0 slave (676M, the iso image) and ata1 master as QEMU CDROM with the same error message - &quot;Boot failed, could not read the boot disk&quot; <br>
<br>3. In my system /usr/bin/kvm is a symlink of /usr/bin/qemu-kvm (fedora system has only qemu-kvm). I could see OpenNebula is trying to execute the following command in the node.<br><br>/usr/bin/kvm -S -M pc-0.11 -m 1024 -smp 1 -name one-23 -uuid 52f1f43c-5f4f-0a60-9037-e2f9e6ad668f -monitor unix:/var/lib/libvirt/qemu/one-23.monitor,server,nowait -boot d -drive file=/srv/cloud/images/23/images/disk.0,if=ide,index=0 -drive file=/srv/cloud/images/23/images/disk.1,if=ide,index=1 -net nic,macaddr=00:03:ac:10:21:5b,vlan=0,name=nic.0 -net tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice tablet -vnc <a href="http://0.0.0.0:38">0.0.0.0:38</a> -vga cirrus<br>
<br>4. Here is my new template<br><br>NAME   = solaris10<br>CPU    = 2<br>MEMORY = 1024<br><br># Disks &amp; NICS<br><br>OS = [ boot=&quot;cdrom&quot; ]<br><br>#adds a empty disk or installed disk<br>DISK = [ clone=no, type=&quot;disk&quot;, source=&quot;/srv/cloud/images/imgs/sol.qcow2&quot;, target=&quot;hda&quot;]<br>
DISK = [ clone=no, type=&quot;cdrom&quot;, source=&quot;/srv/cloud/images/isos/osol-0906-x86.iso&quot;, target=&quot;hdb&quot;]<br><br>NIC = [ NETWORK=&quot;Pcloud Network01&quot;]<br><br>#listen = &quot;0.0.0.0&quot; will listen on any ip<br>
GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;0.0.0.0&quot;, port  = &quot;5938&quot;]<br>INPUT    = [ type = &quot;tablet&quot; ]<br><br><br>Viji<br><br><div class="gmail_quote">On Mon, Jan 25, 2010 at 10:04 AM, Rangababu Chakravarthula <span dir="ltr">&lt;<a href="mailto:rbabu@hexagrid.com">rbabu@hexagrid.com</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;">Viji<br>
<br>
We use the following template and it works fine. Hope it helps.<br>
<br>
NAME   = XYZ<br>
MEMORY= 1024<br>
VCPU   = 2<br>
<br>
# Disks &amp; NICS<br>
OS = [ boot = &quot;cdrom&quot; ]<br>
<br>
#adds a empty disk or installed disk<br>
DISK = [ clone=no, type=&quot;disk&quot;, source=&quot;path_to_qcow_diskfile&quot;, target=&quot;hda&quot;]<br>
DISK = [ clone=no, type=&quot;cdrom&quot;, source=&quot;path_to_iso&quot;, target=&quot;hdb&quot;]<br>
<br>
NIC = [ MAC=&quot;00:b2:42:99:70:b8&quot;, BRIDGE = &quot;br101&quot; ]<br>
NIC = [ MAC=&quot;00:b2:42:99:70:b5&quot;, BRIDGE = &quot;virbr0&quot; ]<br>
<br>
#listen = &quot;0.0.0.0&quot; will listen on any ip<br>
GRAPHICS = [ type    = &quot;vnc&quot;, listen  = &quot;0.0.0.0&quot;, port    = &quot;5938&quot;]<br>
INPUT    = [ type = &quot;tablet&quot; ]<br>
<br>
Ranga<br>
<br>
Viji V Nair wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
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></div>
GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;<a href="http://node02.pcloud.com" target="_blank">node02.pcloud.com</a> &lt;<a href="http://node02.pcloud.com" target="_blank">http://node02.pcloud.com</a>&gt;&quot;, port = &quot;5902&quot;]<br>

<br>
REQUIREMENTS = &quot;HOSTNAME = \&quot;node02*\&quot;&quot;<br>
<br>
Viji<div class="im"><br>
<br>
<br>
On Fri, Jan 22, 2010 at 10:13 PM, Ruben S. Montero &lt;<a href="mailto:rubensm@dacya.ucm.es" target="_blank">rubensm@dacya.ucm.es</a> &lt;mailto:<a href="mailto:rubensm@dacya.ucm.es" target="_blank">rubensm@dacya.ucm.es</a>&gt;&gt; wrote:<br>

<br>
    Hi,<br>
<br>
    Try this in your template<br>
<br>
    OS = [ boot = &quot;cdrom&quot; ]<br>
<br>
<br>
    Cheers!<br>
<br>
    Ruben<br>
<br>
    On Fri, Jan 22, 2010 at 5:26 PM, Viji V Nair<br></div><div><div></div><div class="h5">
    &lt;<a href="mailto:viji@fedoraproject.org" target="_blank">viji@fedoraproject.org</a> &lt;mailto:<a href="mailto:viji@fedoraproject.org" target="_blank">viji@fedoraproject.org</a>&gt;&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<br>
    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<br>
    /srv/cloud/images/&lt;vmid&gt;/disk.1. Then<br>
    &gt; the it tries to boot from the hard drive, I mean disk.0<br>
    (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<br>
    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<br>
    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><br></div></div>
    &lt;<a href="http://node01.pcloud.com" target="_blank">http://node01.pcloud.com</a>&gt;&quot;, port = &quot;5902&quot;]<div class="im"><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<br></div>
    &lt;<a href="mailto:rubensm@dacya.ucm.es" target="_blank">rubensm@dacya.ucm.es</a> &lt;mailto:<a href="mailto:rubensm@dacya.ucm.es" target="_blank">rubensm@dacya.ucm.es</a>&gt;&gt;<div><div></div><div class="h5"><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<br>
    contains :<br>
    &gt;&gt;<br>
    &gt;&gt; 1- Define your main disk as usual, and tell OpenNebula to keep<br>
    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<br>
    the OS<br>
    &gt;&gt; installation...<br>
    &gt;&gt;<br>
    &gt;&gt; 2- Define an additional DISK for the ISO image with the<br>
    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.<br>
    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;,<br>
    port =<br>
    &gt;&gt; &quot;5902&quot;]<br>
    &gt;&gt;<br>
    &gt;&gt; 4.- Tell OpenNebula to place the VM in that clusternode, by<br>
    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<br>
    be able<br>
    &gt;&gt; to see the console at c&lt;cluster_node_name&gt;:5902) NOTE: You can<br>
    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<br>
    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<br>
    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<br></div></div>
    &lt;<a href="mailto:viji@fedoraproject.org" target="_blank">viji@fedoraproject.org</a> &lt;mailto:<a href="mailto:viji@fedoraproject.org" target="_blank">viji@fedoraproject.org</a>&gt;&gt;<div class="im"><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<br>
    and Fedora<br>
    &gt;&gt; &gt; 12<br>
    &gt;&gt; &gt; x86_64. Is it possible to start installation of vms directly<br>
    from an iso<br>
    &gt;&gt; &gt; image other than running virt-install to create the image and<br>
    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></div>
    &gt;&gt; &gt; <a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a> &lt;mailto:<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a>&gt;<div class="im">
<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>
    --<br>
    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>
<br>
<br></div>
------------------------------------------------------------------------<div class="im"><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
  <br>
</div></blockquote>
<br>
</blockquote></div><br>