<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>I'm making pretty good strides at understanding OpenNebula, but it seems the more a learn, the more I discover I don't understand.  Here's the next area I'm hoping someone can point me in the right direction again.  The context cdrom device is never getting
 mounted on my virts, so things like the hostname are never being set.  I can see it's defined:</div>
<div><br>
</div>
<div>root     11229     1  6 16:02 ?        00:00:42 /usr/bin/kvm -S -M rhel5.4.0 -m 32768 -smp 4 -name one-58 -uuid 4bae869f-3e93-1e4a-0224-2c01cf4610fd -no-kvm-pit-reinjection -monitor pty -pidfile /var/run/libvirt/qemu//one-58.pid -no-acpi -boot c -drive
 file=/srv/cloud/one/var/58/images/disk.0,if=ide,index=0,boot=on,format=qcow2 -drive file=/srv/cloud/one/var/58/images/disk.1,if=ide,media=cdrom,index=1,format=raw -net nic,macaddr=02:00:c0:a8:a8:02,vlan=0 -net tap,fd=18,script=,vlan=0,ifname=vnet1 -serial
 none -parallel none -usb -vnc localhost:58</div>
<div><br>
</div>
<div>-drive file=/srv/cloud/one/var/58/images/disk.1,if=ide,media=cdrom,index=1,format=raw    </div>
<div><br>
</div>
<div>The deploy.0 says:</div>
<div><br>
</div>
<div>                 <disk type='file' device='cdrom'></div>
<div>                        <source file='/srv/cloud/one/var/58/images/disk.1'/></div>
<div>                        <target dev='hdb'/></div>
<div>                        <readonly/></div>
<div>                        <driver name='qemu' type='raw'/></div>
<div>                </disk></div>
<div><br>
</div>
<div>I also see this device being created in the oned log but /dev/sdb doesn't show up as a device on the machine via fdisk or other methods.   So there's something off about either my virts or the disk definition in the deploy.0.  Not sure how to troubleshoot
 this.    One thing that would be helpful to me, would be a way to manually envoke a virt the same way oned does.  How can I run the one/vmm/kvm/deploy commands by hand so I could kill and relauch the kvm processes?  (It's a pain to wait for the control box
 to SCP the 60gb disk.0 file).</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Rich</div>
<div><br>
</div>
</div>
</div>
</body>
</html>