From acraft at cgsinc.ca Thu Apr 1 08:03:24 2010 From: acraft at cgsinc.ca (Andrew Craft) Date: Thu, 01 Apr 2010 12:03:24 -0300 Subject: [one-users] Integration with java web application In-Reply-To: References: Message-ID: <4BB4B5BC.8060902@cgsinc.ca> I am doing the same thing. Used the apache xmlrpc library. Works great. On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s > wrote: > > Did any one tried openenubla by Integration with java web application > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From florian.kruse at tu-dortmund.de Thu Apr 1 08:15:50 2010 From: florian.kruse at tu-dortmund.de (Florian Kruse) Date: Thu, 1 Apr 2010 17:15:50 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database Message-ID: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Hi! We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? Thanks for help in advance! Greetings, Florian From rbabu at hexagrid.com Fri Apr 2 10:15:47 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:15:47 -0600 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan < Stefan.Harder at fokus.fraunhofer.de> wrote: > Hi Javier, > > thanks for your answer. > > The state in virsh on the node we livemigrate the VM to is "running". And > on the old node the VM disappears. There are no logs which show some unusual > behavior inside the VM. > > If we do suspend via OpenNebula the VM goes into susp state but the log > shows an error: > > *****BEGIN***** > Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh > --connect qemu:///system save one-111 > /srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: failed to create > '/srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - > *****END***** > > > > > If we then try to resume the VM the state changes to fail and the log > shows: > > > > > > *****BEGIN***** > Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: virsh --connect qemu:///system restore > /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: cannot read domain image > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Deleting /srv/cloud/one/var/111/images > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Executed "rm -rf /srv/cloud/one/var/111/images". > *****END***** > > > > If we do it directly via virsh the VM resumes and it runs like before. This > is not a VNC issue since if we ping the machine the whole time it answers > not until suspending and resuming it via virsh on the physical node. > > We faced some other problems compiling a newer version of the libvirt from > sources (since we thought the ubuntu packaged version may be too old). Which > system configuration and package versions do you use? We thought about a > clean new installation on Ubuntu 9.04 since we use 9.10 now. > > Best, > > Stefan > > > > -----Urspr?ngliche Nachricht----- > > Von: Javier Fontan [mailto:jfontan at gmail.com] > > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] VMs freezing after livemigrating > > > > Hello, > > > > I never had that problem myself. Can you check that the state in vish > > is running? I suppose you check that the VM is frozen connecting using > > VNC. Can you also check in your unfrozen machine logs for any strange > > message dealing with cpu or something that can be stopping it from > > awaking again? > > > > Bye > > > > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > > wrote: > > > Hi, > > > > > > after solving some issues livemigrating works in my testenvironment > > (3 > > > servers, one of them is the cloud controller and node at the same > > time > > > and the other two are only nodes). The problem I have now is that the > > > VMs freeze after livemigrating. The only way to get them back alive > > is > > > to do a "virsh suspend " and "virsh resume " on the > > physical > > > node where the VM was migrated to. Is this issue or even a solution > > > known to you? > > > > > > Best regards, > > > > > > Stefan > > > _______________________________________________ > > > Users mailing list > > > Users at lists.opennebula.org > > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > > > > -- > > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > > DSA Research Group: http://dsa-research.org > > Globus GridWay Metascheduler: http://www.GridWay.org > > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Fri Apr 2 10:52:12 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:52:12 -0600 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Tino I think the original problem was, we were sharing only the NFS path where disk images are stored but not the /images directory. After we changed that and defined the path in VM_DIR in oned.conf, suspend and resume is working good. Since /images is accessible by all hosts and even when it gets resumed on different machine, that host is able to access the /images directory. However the checkpoint file is still getting created. Is there a way to have Opennebula not create the checkpoint file. Ranga On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: > Hi there, > > Sorry, but I'm failing to see the > > tm_mv.sh: Will not move, is not saving image > > message anywhere in your logs. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula > wrote: > > Thank you Tino. Sorry for the late reply. Here are the detailed logs. Any > > help is appreciated. > > > > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir > > > > Contents of ONED.CONF > > > > VM_DIR=/mnt/sharedimagesdir > > IM_MAD = [ > > name = "im_kvm", > > executable = "one_im_ssh", > > arguments = "im_kvm/im_kvm.conf", > > default = "im_kvm/im_kvm.conf" ] > > VM_MAD = [ > > name = "vmm_kvm", > > executable = "one_vmm_kvm", > > default = "vmm_kvm/vmm_kvm.conf", > > type = "kvm" ] > > TM_MAD = [ > > name = "tm_nfs", > > executable = "one_tm", > > arguments = "tm_nfs/tm_nfs.conf", > > default = "tm_nfs/tm_nfs.conf" ] > > > > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH > > > > > > SUBMITTED NEW VM > > > > onevm show 433 > > > > VID : 433 UID : 0 > > STATE : ACTIVE LCM STATE : RUNNING > > DEPLOY ID : one-433 MEMORY : 262144 > CPU > > : 0 LAST POLL : 1267828125 START > > TIME : 03/05 16:12:02 STOP TIME : 12/31 18:00:00 NET TX > > : 0 NET RX : 0 > > ....: Template :.... > > DISK : > > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk > > GRAPHICS : LISTEN=0.0.0.0,PORT=6003,TYPE=vnc > > INPUT : TYPE=tablet MEMORY : 256 > > NAME : onetest NIC : > > BRIDGE=br171,MAC=00:04:c9:5b:44:8a > > OS : BOOT=hd VCPU : 1 > > > > > > ON THE MANAGEMENT NODE > > > > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ > > total 24 > > drwxrwxrwx 2 oneadmin nogroup 4096 2010-03-05 16:12 . > > drwxr-xr-x 437 oneadmin root 12288 2010-03-05 16:26 .. > > -rw-r--r-- 1 oneadmin nogroup 549 2010-03-05 16:12 deployment.0 > > -rw-r--r-- 1 oneadmin nogroup 89 2010-03-05 16:12 transfer.0 > > > > /var/log/one/433.log > > > > Fri Mar 5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory > > /mnt/sharedimagesdir/433/images > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > mkdir > > -p /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > chmod > > a+w /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Link > > /mnt/sharedimagesdir/images/onetest0 > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 ln > -s > > /mnt/sharedimagesdir/images/onetest0 > > /mnt/sharedimagesdir/433/images/disk.0". > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is BOOT > > Fri Mar 5 16:12:11 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/433/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Command: scp > > /var/lib/one/433/deployment.0 > > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Copy success > > Fri Mar 5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:12:12 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:12:12 2010 [LCM][I]: New VM state is RUNNING > > > > > > onevm list > > > > 433 onetest runn 0 262144 10.10.20.190 00 00:16:44 > > > > > > > > > > > > ON THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr > > /mnt/sharedimagesdir/433/images/ > > total 2 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > root at 00238bbda914:/mnt/sharedimagesdir# > > > > > > /var/log/libvirt/qemu/433.log on HOST > > > > LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid > > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor > > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive > > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net > > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net > > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice > > tablet -vnc 0.0.0.0:103 -vga cirrus > > > > deployment.0 file on HOST > > > > > > one-433 > > 1 > > 262144 > > > > hvm > > > > > > > > /usr/bin/kvm > > > > > file='/mnt/sharedimagesdir/433/images/disk.0'/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > SUSPEND INVOKED > > > > > > onevm list > > > > 433 onetest susp 0 262144 10.10.20.190 00 00:25:08 > > > > 433.log > > > > Fri Mar 5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND > > Fri Mar 5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:35:29 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED > > > > Oned.log > > > > Fri Mar 5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked > > Fri Mar 5 16:35:28 2010 [DiM][D]: Suspending VM 433 > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 Connecting > to > > uri: qemu:///system > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: > 0 > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 > > > > ONE THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr > > total 3 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > -rw-------+ 1 root root 940894 2010-03-05 22:31 checkpoint > > > > > > > > > > > > > > Tino Vazquez wrote: > >> > >> Hi Ranga, > >> > >> If you are using a shared repository (i'll assume you use NFS or a > >> similar distributed FS), then the "/images/" is shared between > >> all the remote hosts, so there is no need to move the checkpoint files > >> and they should be available in all the nodes. > >> > >> Please send us the log of the VM that is failing so we can try and > >> reproduce the problem. > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula > >> wrote: > >> > >>> > >>> We are using shared storage as defined here > >>> > >>> > >>> > http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository > >>> > >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and > >>> SAVE_SUSPEND and creates a checkpoint file on the host > >>> /var/lib/one//images/ > >>> > >>> and in the logs we see > >>> tm_mv.sh: Will not move, is not saving image > >>> > >>> I think it is trying to move the checkpoint file back to the management > >>> node > >>> and based on logic in tm_mv.sh it is not moving. > >>> > >>> Later when we try to do onevm resume , one picks a different host and > >>> tries > >>> to move the checkpoint file from the management node to the new host > and > >>> again says "Will not move, is not saving image" and on the host it > fails > >>> to > >>> bring the VM since there is no checkpoint file on the new host. > >>> > >>> How can we ask ONE to not resume from checkpoint file but instead load > >>> from > >>> the disk file that is in the template. > >>> > >>> Ranga > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >>> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brittocan at gmail.com Sat Apr 3 00:29:47 2010 From: brittocan at gmail.com (Britto I) Date: Sat, 3 Apr 2010 12:59:47 +0530 Subject: [one-users] onvm create results VM State unknown Message-ID: Hi Folks, After submitting the vm for deployement it turns into UNKNOWN state after running state. Here is the log Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart and delete actions available or try to recover it manually Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN And my template is .. NAME = Centos-base CPU = 1 MEMORY = 512 OS = [ kernel = "/boot/vmlinuz-2.6.18-164.el5xen", ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", root = "hda" ] DISK = [ source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", target = "hda", readonly = "no" ] NIC = [ NETWORK = "labnet" ] ip_public=192.168.1.2 FEATURES=[ acpi="no" ] GRAPHICS = [ type = "vnc", listen = "localhost", port = "5902" ] CONTEXT = [ hostname = "$NAME", # ip_public = "192.168.1.13", files = "/srv/cloud/one/one-templates/init.sh /srv/cloud/one/.ssh/id_rsa.pub", target = "hdc", root_pubkey = "id_dsa.pub", username = "oneadmin", user_pubkey = "id_dsa.pub" ] Anything am i missing here ? -- Brittto -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Sat Apr 3 06:45:19 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Sat, 3 Apr 2010 15:45:19 +0200 Subject: [one-users] onevm delete vs onevm cancel In-Reply-To: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> References: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> Message-ID: Hi In OpenNebula you can terminate a VM with three different methods: shutdown: Similar to a proper machine shutdown, it waits for the shutdown process so the VM disks are left in a clean state. Then VM images are deleted or copied back to $ONE_LOCATION/var/$VMID if save="yes" has been defined. cancel: The VM is killed, but the process is checked by OpenNebula, so if the process fails the VM remains in runn. So you can free the used resources. Also if cancel succeeds the VMDIR in the remote machine is not deleted delete: Similar to a hard kill, the cancel and TM delete commands are executed but their result is not checked (well, the output of the cancel and TM delete operation are in vm.log, but you have to check the file to find out). The VM is directly deleted from the database. So there is a risk of not really freeing resources with the delete operation. So the thumb rule: use cancel when you'd do kill, and delete when you'd like to do a kill -9. Cheers Ruben On Thu, Mar 25, 2010 at 9:59 PM, Shi Jin wrote: > Hi there, > > Could anyone explain to what the differences between the commands "onevm > delete" and "onevm cancel"? > I understand they both call the cancel() function of the one_vmm_kvm.rb > code, right? > The cancel() function in turn calls the "virsh destory" command to unplug > the power for the VM, correct? > > I guess they are different from "onevm shutdown", which calls the shutdown() > function in the VMM and in turn calls the "virsh shutdown" command. This > way, the VM are shutdown gratefully rather the sudden death of the previous > two cases.? Am I understanding things properly? > > Is there any difference betweehn "onevm delete" and "onevm cancel"? > Thank you very much. > > -- > Shi Jin, Ph.D. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From ameseacla at gmail.com Sat Apr 3 12:23:51 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:23:51 -0400 Subject: [one-users] about setup a cloud with ONE and KVM Message-ID: <4BB795C7.9000602@gmail.com> Hi all: I have a server with 8 intel cpus supporting Virtualization. I want to ask a naive question. Can I install both OpenNebula and KVM on this server to create a cloud? Thanks. From mfairchild at attinteractive.com Sat Apr 3 12:34:26 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 12:34:26 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB795C7.9000602@gmail.com> References: <4BB795C7.9000602@gmail.com> Message-ID: Yes Sent from my iPhone On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > Hi all: > I have a server with 8 intel cpus supporting Virtualization. > I want to ask a naive question. Can I install both OpenNebula and > KVM on > this server to create a cloud? Thanks. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From ameseacla at gmail.com Sat Apr 3 12:44:16 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:44:16 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB79A90.3030700@gmail.com> Thanks, Michael I try to add this server using "onehost create myHost im_kvm vmm_kvm tm_nfs". How comes the cpu and memory are both zeros? The info from "onehost list" is: ID NAME RVM TCPU FCPU ACPU TMEM FMEM STAT 0 myHost 0 0 0 100 0 0 on and after "onehost show myHost": HOST 1 INFORMATION ID : 1 NAME : myHost STATE : MONITORING IM_MAD : im_kvm VM_MAD : vmm_kvm TM_MAD : tm_nfs HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 MONITORING INFORMATION Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From ameseacla at gmail.com Sat Apr 3 13:20:21 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 16:20:21 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB7A305.9020808@gmail.com> I have a question about onevm create. When we use the command "onevm create myVM.one", does this command mean the ONE front-end ask the node to create a VM according to the template "myVM.one"? Or the VM has beed created by nodes and is ready for use. Thanks. Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From mfairchild at attinteractive.com Sat Apr 3 17:36:09 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 17:36:09 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB7A305.9020808@gmail.com> References: <4BB795C7.9000602@gmail.com> <4BB7A305.9020808@gmail.com> Message-ID: <9AC11941-C564-4135-9A5D-DF3AB1238FFF@attinteractive.com> It means create a new vm from the template. On Apr 3, 2010, at 1:20 PM, "Eddie Liu" wrote: > I have a question about onevm create. > When we use the command "onevm create myVM.one", does this command > mean > the ONE front-end ask the node to create a VM according to the > template Basicly, Yes, with Some subtlty on who does what. Could be summarized as ones, execute the tm script, then execute the vmm script to start the instance. > > "myVM.one"? Or the VM has beed created by nodes and is ready for use. No > Thanks. Yer welcome :-) > > Michael Fairchild wrote: >> Yes >> >> Sent from my iPhone >> >> On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: >> >> >>> Hi all: >>> I have a server with 8 intel cpus supporting Virtualization. >>> I want to ask a naive question. Can I install both OpenNebula and >>> KVM on >>> this server to create a cloud? Thanks. >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From sandeep at kqinfotech.com Mon Apr 5 03:23:40 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Mon, 5 Apr 2010 15:53:40 +0530 Subject: [one-users] Query regarding error log message Message-ID: Hi, I am using openbebula as a Virtual Infrastructure Manager on Ubuntu 9.10 ( kernel : 2.6.32-16-generic arch:x86_64 ) Currently i am using kvm hyperwiser. I have one front-end and two worker nodes in cloud ( private ). When i submit the vm using ( at front end ) " onevm create myfirstVM.template " After few time shows the status as ID NAME STAT CPU MEM HOSTNAME TIME 11 vm-examp prol 0 0 192.168.1.193 03 19:20:21 18 vm-examp fail 0 0 192.168.1.193 00 00:31:29 the error log is as follow ( /var/log/one/18.log ) : Mon Apr 5 14:22:41 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 5 14:22:41 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: DST: /var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Creating directory /var/lib/one//18/images Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Cloning sandeep-laptop:/tmp/disk.img Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "scp sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0". Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.0". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Creating 1024Mb image in /var/lib/one//18/images/disk.1 Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 dd if=/dev/zero of=/var/lib/one//18/images/disk.1 bs=1 count=1 seek=1024M". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Initializing swap space Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 /sbin/mkswap /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [LCM][I]: New VM state is BOOT Mon Apr 5 14:53:26 2010 [VMM][I]: Generating deployment file: /var/lib/one/18/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Command: scp /var/lib/one/18/deployment.0 192.168.1.193:/var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Copy success Mon Apr 5 14:53:57 2010 [VMM][I]: Connecting to uri: qemu:///system Mon Apr 5 14:53:57 2010 [VMM][I]: error: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [VMM][I]: error: monitor socket did not show up.: Connection refused Mon Apr 5 14:53:57 2010 [VMM][I]: ExitCode: 1 Mon Apr 5 14:53:57 2010 [VMM][E]: Error deploying virtual machine: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [LCM][I]: Fail to boot VM. Mon Apr 5 14:53:57 2010 [DiM][I]: New VM state is FAILED I am not getting the exact reason of the error message. KVM hyperwiser is running at both worker node. So, What should I do to avoid this error message. I am using the following template files : myfirstVM.template NAME = vm-example CPU = 0.5 MEMORY = 1024 OS = [ kernel = "/boot/vmlinuz-2.6.32-16-generic", initrd = "/boot/initrd.img-2.6.32-16-generic", root = "sda1" ] DISK = [ source = "/tmp/disk.img", target = "sda", readonly = "no" ] DISK = [ type = "swap", size = 1024, target = "sdb"] NIC = [ NETWORK = "Private LAN" ] vmnet.template NAME = "Private LAN" TYPE = FIXED BRIDGE = virbr0 LEASES = [IP=192.166.122.1] Can someone suggest the any modification so as to overcome the error message. -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Mon Apr 5 04:38:34 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Mon, 05 Apr 2010 06:38:34 -0500 Subject: [one-users] Query regarding error log message In-Reply-To: References: Message-ID: <4BB9CBBA.1000705@hexagrid.com> An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 5 06:21:19 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 5 Apr 2010 18:51:19 +0530 Subject: [one-users] vmware driver installation Message-ID: Hi All, i am trying to setup a nebula cloud, i have performed system wide installation, now i am trying to install VMware drivers, whenever i tried to run ./install-vmware.sh ONE_LOCATION is not defined. Don't know where to copy, aborting. In the system-wide installation not sure which path we need to set for "ONE_LOCATION" Env. Any comment on this... thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 08:10:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:10:15 +0200 Subject: [one-users] Information driver crashing when monitoring VMWare ESX Host In-Reply-To: References: Message-ID: Hi there, Does anything show in the drivers log file ($ONE_LOCATION/var/im_vmware.log) ? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Feb 1, 2010 at 3:37 PM, wrote: > Hi OpenNebula team, > We are using the current stable release 1.4. > We?find?the following message in oned.log file when Opennebula is > monitoring?ESX 3i host. > "Information driver crashed, recovering..." > > When this happens the deployed VMs remain in pending state and do not move > on to prolog state. > > Please let us know?during what scenarios this can happen and how to resolve > the information driver crash. > > Thanks and Regards, > Senthil Kumaran R > > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Mon Apr 5 08:26:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:26:08 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BB0BB50.6090202@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> Message-ID: Hi Tobias, This is not possible at the moment, the XMLRPC API just returns the last sequence of history. We can extend this, could you please elaborate on why this functionality is interesting for you? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler wrote: > hi all, > > I want to get detailed information about a VM's history like it is in > the history table in the Open Nebula Database. > In my case, I want to access these data via the XML RPC API. > > With the one.vm.info method, I only get the current sequence of the VM > History, but I want to get all sequences. > Is this possible via the XML RPC API ? > > Thanks a lot in advance, > cheers Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 08:53:04 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:53:04 +0200 Subject: [one-users] first step of installing ONE In-Reply-To: <4BB106B0.7070203@gmail.com> References: <4BB106B0.7070203@gmail.com> Message-ID: Hi Eddie, It would be nice to install Xen first and then OpenNebula. Ubuntu is a great choice since it comes with OpenNebula packages. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 9:59 PM, Eddie Liu wrote: > I plan to install OpenNebula and Xen on my machine with Ubuntu 9.10. > The first question I have is if there is an order to install OpenNebula > and Xen. > The other question is if Ubuntu 9.10 is a good choice to install them. > > Thanks in advance. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 09:49:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 18:49:47 +0200 Subject: [one-users] help In-Reply-To: <245245.69644.qm@web50704.mail.re2.yahoo.com> References: <245245.69644.qm@web50704.mail.re2.yahoo.com> Message-ID: Hi Bathina, You can achieve this functionality through the use of any of the two cloud interfaces offered by OpenNebula: EC2 [1] and OCCI [2]. OpenNebula will implement natively an Image Repository [3] in v1.6. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:ec2qcg [2] http://opennebula.org/documentation:rel1.4:occicg [3] http://dev.opennebula.org/issues/200 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Mar 23, 2010 at 10:35 AM, bathina nageswararao wrote: > Hi, > > We need cloud computing in the following scenario. > > On top of physical infrastructure we need virtualization(KVM,XEN,VMWARE) these virtual images should be available to users through web application per user wise. > > Example : If user1 requests 5 images then he can see only those images. > > Please let us know our requirement is possible with opennebula. > > Regards, > Nagesh. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From hoefler.tobias at googlemail.com Mon Apr 5 09:55:14 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 05 Apr 2010 18:55:14 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: References: <4BB0BB50.6090202@googlemail.com> Message-ID: <4BBA15F2.7050302@googlemail.com> Hi Tino, thanks for your answer. I'm programming a billing and accounting program, which needs among other things the runtime of a VM. To get this, it is necessary to have the whole history of the VM, as a suspend- time should not be taken into account for example. I have thought of accessing the OpenNebula database directly, but if you could implements this, I still can use the XML RPC API which would be great. When could you do this and how would you release this extension ? Best regards, Tobias Tino Vazquez wrote: > Hi Tobias, > > This is not possible at the moment, the XMLRPC API just returns the > last sequence of history. We can extend this, could you please > elaborate on why this functionality is interesting for you? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler > wrote: > >> hi all, >> >> I want to get detailed information about a VM's history like it is in >> the history table in the Open Nebula Database. >> In my case, I want to access these data via the XML RPC API. >> >> With the one.vm.info method, I only get the current sequence of the VM >> History, but I want to get all sequences. >> Is this possible via the XML RPC API ? >> >> Thanks a lot in advance, >> cheers Tobias >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> From jcclouduser at gmail.com Mon Apr 5 10:04:31 2010 From: jcclouduser at gmail.com (clouduser s) Date: Mon, 5 Apr 2010 22:34:31 +0530 Subject: [one-users] Image portability Message-ID: How to convert the image from 1) XEN to VMware 2) VMware to XEN 3) XEN to EC2 4) VMware tp EC2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 10:43:09 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 19:43:09 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi manjunath, VMware drivers can be installed only in standalone mode (i.e., not system wide ONE installation). This is not ideal, I've opened a ticket [1] to fix this for next release. Regards, -Tino [1] http://dev.opennebula.org/issues/209 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > Hi All, > > ?i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers,? whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 5 13:29:03 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:29:03 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database In-Reply-To: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> References: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Message-ID: Hi Florian That is the expected behavior. Some thoughts: * The VM is not deleted from the database is moved to DONE state and hence not shown in onevm list. However it is available in the DB for accounting purposes. * You can use suspend, this will generate a checkpoint and recover the VM in the original host. However I guess this is not what you are looking for... (note also that capacity for the VM is not freed in that host.) * Usually people makes some modifications to the SSH driver. You can make a very simple cache by copying the images to a cache dir in the cluster nodes and then link to the location OpenNebula will look for it. In this way you can just see if the file exists before copying it again. The TM scripts should be very readable so you can easily adapt them to the cloud your architecting... (come back if you need help with the TM scripts). If the images are more or less stable you can look at the LVM backend... Cheers Ruben On Thu, Apr 1, 2010 at 5:15 PM, Florian Kruse wrote: > Hi! > > We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. > > In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. > > Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? > > Thanks for help in advance! Greetings, > > Florian > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Mon Apr 5 13:38:06 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:38:06 +0200 Subject: [one-users] Integration with java web application In-Reply-To: <4BB4B5BC.8060902@cgsinc.ca> References: <4BB4B5BC.8060902@cgsinc.ca> Message-ID: Hi Andrew, Rangababu, As you probably know, we've released some Java bindings for the OpenNebula's XML-RPC interface[1,2]. As you have developed something similar, could you take a look at the API, and check if we are missing something? Thanks in advance Ruben REFS [1] http://opennebula.org/doc/oca/java/ [2] http://dev.opennebula.org/attachments/download/127/one-java-api.tgz On Thu, Apr 1, 2010 at 5:03 PM, Andrew Craft wrote: > I am doing the same thing. Used the apache xmlrpc library. Works great. > > On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s wrote: >> >> Did any one tried openenubla by Integration with java web application >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From stefan.harder at fokus.fraunhofer.de Tue Apr 6 03:52:03 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 12:52:03 +0200 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA10339971D@EXCHSRV.fokus.fraunhofer.de> Hi Ranga, we set up our environment again with Ubuntu Server 9.04 64bit since we?ve read that these freezing issues only come up with Ubuntu 9.10 (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674). Then we installed OpenNebula from source (one-1.4.0.tar.gz) and before that all needed packages and now it works. We have two machines one is the cloud controller and node at the same time, the other one is only a node. Here some details: Kernel: 2.6.28-11-server libvirt-bin: 0.6.1-0ubuntu5.1 libvirt-ruby1.8: 0.0.7-1 Maybe this will work for you too. Regards, Stefan Von: Rangababu Chakravarthula [mailto:rbabu at hexagrid.com] Gesendet: Freitag, 2. April 2010 19:16 An: Harder, Stefan Cc: Javier Fontan; users at lists.opennebula.org Betreff: Re: [one-users] VMs freezing after livemigrating Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan wrote: Hi Javier, thanks for your answer. The state in virsh on the node we livemigrate the VM to is "running". And on the old node the VM disappears. There are no logs which show some unusual behavior inside the VM. If we do suspend via OpenNebula the VM goes into susp state but the log shows an error: *****BEGIN***** Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh --connect qemu:///system save one-111 /srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: failed to create '/srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - *****END***** If we then try to resume the VM the state changes to fail and the log shows: *****BEGIN***** Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: virsh --connect qemu:///system restore /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: cannot read domain image Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Deleting /srv/cloud/one/var/111/images Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/111/images". *****END***** If we do it directly via virsh the VM resumes and it runs like before. This is not a VNC issue since if we ping the machine the whole time it answers not until suspending and resuming it via virsh on the physical node. We faced some other problems compiling a newer version of the libvirt from sources (since we thought the ubuntu packaged version may be too old). Which system configuration and package versions do you use? We thought about a clean new installation on Ubuntu 9.04 since we use 9.10 now. Best, Stefan > -----Urspr?ngliche Nachricht----- > Von: Javier Fontan [mailto:jfontan at gmail.com] > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] VMs freezing after livemigrating > > Hello, > > I never had that problem myself. Can you check that the state in vish > is running? I suppose you check that the VM is frozen connecting using > VNC. Can you also check in your unfrozen machine logs for any strange > message dealing with cpu or something that can be stopping it from > awaking again? > > Bye > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > wrote: > > Hi, > > > > after solving some issues livemigrating works in my testenvironment > (3 > > servers, one of them is the cloud controller and node at the same > time > > and the other two are only nodes). The problem I have now is that the > > VMs freeze after livemigrating. The only way to get them back alive > is > > to do a "virsh suspend " and "virsh resume " on the > physical > > node where the VM was migrated to. Is this issue or even a solution > > known to you? > > > > Best regards, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 7099 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 6 04:45:16 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 6 Apr 2010 17:15:16 +0530 Subject: [one-users] opennebulla installation error Message-ID: Hi All, i am trying to install opennebulla on ubuntu, when i am trying to build/compile using scons, i am getting below error . src/um/User.cc: In static member function 'static std::string User::sha1_digest( const std::string&)': src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope src/um/User.cc:381: error: expected ';' before 'mdctx' src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this scope src/um/User.cc:386: error: 'mdctx' was not declared in this scope src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this scope src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this scope src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this scope src/um/User.cc:391: error: 'md_value' was not declared in this scope src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this scope src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this scope scons: *** [src/um/User.o] Error 1 scons: building terminated because of errors. Any idea on this ???? thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Tue Apr 6 07:41:02 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 16:41:02 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Hi, is there any way to change a VMs configuration while it is running? Livemigrating is good when physical hosts reach their threshold so that you can migrate some VMs to other physical nodes. But what if the VMs themselves need more than the allocated hardware from the *.one template file. Is there any approach to do something like VMwares hot-add and hot-plug features for RAM and CPU with OpenNebula? Regards, Stefan From marimuthu.balasubramanian at wipro.com Tue Apr 6 07:48:25 2010 From: marimuthu.balasubramanian at wipro.com (marimuthu.balasubramanian at wipro.com) Date: Tue, 6 Apr 2010 20:18:25 +0530 Subject: [one-users] Opennebula 1.4 information manager is not responding Message-ID: Hi, We had setup opennebula 1.4 with vmware. we are able to create host and virtual machines. Information manager is not responding, when opennebula contionusly runs more then day. Please help us to resolve the issue. Regards Marimuthu Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Tue Apr 6 20:39:22 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Wed, 7 Apr 2010 11:39:22 +0800 Subject: [one-users] Question about failing to deploy VM Message-ID: Hi, I have two questions about deploying the VM. Environment I used is: Ubuntu 9.10 KVM First is about the status: The detail of the log is: Tue Apr 6 23:23:58 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: front-end:/srv/cloud/one-templates/ttylinux.img 192.168.112.5: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one-templates/7/images Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/one-templates/ttylinux.img Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/one-templates/ttylinux.img /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is BOOT Tue Apr 6 23:23:59 2010 [VMM][I]: Generating deployment file: /var/lib/one/7/deployment.0 Tue Apr 6 23:23:59 2010 [VMM][I]: Command: scp /var/lib/one/7/deployment.0 192.168.112.5:/srv/cloud/one-templates/7/images/deployment.0 Tue Apr 6 23:24:09 2010 [VMM][I]: Copy success Tue Apr 6 23:24:20 2010 [VMM][I]: Connecting to uri: qemu:///system Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? ??? /srv/cloud/one-templates/7/images/deployment.0 ??????????????? Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? could not remove profile for 'libvirt-499c5447-95d5-79ba-e32b-ee779efdbd39' Tue Apr 6 23:24:20 2010 [VMM][I]: ExitCode: 1 Tue Apr 6 23:24:20 2010 [VMM][E]: Error deploying virtual machine: Unknown error Tue Apr 6 23:24:20 2010 [LCM][I]: Fail to boot VM. Tue Apr 6 23:24:20 2010 [DiM][I]: New VM state is FAILED the next one is still about SSH. I used the method of making SSH keys by SSH-keygen and it seems OK. But I found that opennebula damon try to modify the keys from"root at front-end" to "oneadmin at front-end" and I have to modify it always to gurantee it can work regularly. Anybody could give a help? Thank you so much~~ Best Wishes~ Huiyang Xu China Mobile Research Institute ??: xuhuiyang at chinamobile.com ??:+86 13810485177 -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 04:09:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 16:39:33 +0530 Subject: [one-users] opennebulla installation error In-Reply-To: References: Message-ID: On Wed, Apr 7, 2010 at 4:38 PM, manju a wrote: > Hi Stefan, > > YUP your guess is right, i was missing opessl-devel package, i am able to > build the package successfully. > > i am trying to install VMware drivers i am getting below error, any IDEA > ???? > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > ^ > > thanks, > manjunath A > > > > > > On Tue, Apr 6, 2010 at 5:39 PM, Stefan Freitag wrote: > >> Hi Manju, >> >> just a guess: >> >> could you please check if you installed the openssl devel packages? >> >> Kind regards >> Stefan >> >> manju a schrieb: >> > Hi All, >> > >> > i am trying to install opennebulla on ubuntu, when i am trying to >> > build/compile using scons, i am getting below error . >> > >> > src/um/User.cc: In static member function 'static std::string >> > User::sha1_digest( const std::string&)': >> > src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope >> > src/um/User.cc:381: error: expected ';' before 'mdctx' >> > src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this >> > scope >> > src/um/User.cc:386: error: 'mdctx' was not declared in this scope >> > src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this >> > scope >> > src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope >> > src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this >> > scope >> > src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this >> > scope >> > src/um/User.cc:391: error: 'md_value' was not declared in this scope >> > src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this >> > scope >> > src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this >> > scope >> > scons: *** [src/um/User.o] Error 1 >> > scons: building terminated because of errors. >> > >> > >> > Any idea on this ???? >> > >> > thanks, >> > manjunath A >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> >> >> -- >> Dipl.-Inform. Stefan Freitag >> Institut f?r Roboterforschung - Abteilung Informationstechnik >> Universitaet Dortmund | phone: +49 (0)231-755-7009 >> Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 >> 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 >> www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 7 04:25:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 13:25:54 +0200 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Hi, The checkpoint file is needed to resume the VM from the point where it has been stopped. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 2, 2010 at 7:52 PM, Rangababu Chakravarthula wrote: > Tino > I think the original problem was, we were sharing only the NFS path where > disk images are stored but not the /images directory. After we changed > that and defined the path in VM_DIR in oned.conf, suspend and resume is > working good. > > Since /images is accessible by all hosts and even when it gets resumed > on different machine, that host is able to access the /images > directory. > > However the checkpoint file is still getting created. Is there a way to have > Opennebula not create the checkpoint file. > > Ranga > > On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: >> >> Hi there, >> >> Sorry, but I'm failing to see the >> >> tm_mv.sh: Will not move, is not saving image >> >> message anywhere in your logs. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula >> wrote: >> > Thank you Tino. Sorry for the late reply. Here are the detailed logs. >> > Any >> > help is appreciated. >> > >> > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir >> > >> > Contents of ONED.CONF >> > >> > VM_DIR=/mnt/sharedimagesdir >> > IM_MAD = [ >> > ? name ? ? ? = "im_kvm", >> > ? executable = "one_im_ssh", >> > ? arguments ?= "im_kvm/im_kvm.conf", >> > ? default ? ?= "im_kvm/im_kvm.conf" ] >> > VM_MAD = [ >> > ? ?name ? ? ? = "vmm_kvm", >> > ? ?executable = "one_vmm_kvm", >> > ? ?default ? ?= "vmm_kvm/vmm_kvm.conf", >> > ? ?type ? ? ? = "kvm" ] >> > TM_MAD = [ >> > ? ? ? name ? ? ? = "tm_nfs", >> > ? ? ? executable = "one_tm", >> > ? ? ? arguments ?= "tm_nfs/tm_nfs.conf", >> > ? ? ? default ? ?= "tm_nfs/tm_nfs.conf" ] >> > >> > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH >> > >> > >> > SUBMITTED NEW VM >> > >> > onevm show 433 >> > >> > VID ? ? ? ? ? ?: 433 ? ? ? ? ? ? ? ?UID ? ? ? ? ? ?: 0 >> > ?STATE ? ? ? ? ?: ACTIVE ? ? ? ? ? ? LCM STATE ? ? ?: RUNNING >> > ?DEPLOY ID ? ? ?: one-433 ? ? ? ? ? ?MEMORY ? ? ? ? : 262144 >> > CPU >> > ? ? ? ? ? ?: 0 ? ? ? ? ? ? ? ? ?LAST POLL ? ? ?: 1267828125 >> > START >> > TIME ? ? : 03/05 16:12:02 ? ? STOP TIME ? ? ?: 12/31 18:00:00 ? ? NET TX >> > ? ? : 0 ? ? ? ? ? ? ? ? ?NET RX ? ? ? ? : 0 >> > ....: Template :.... >> > ? DISK ? ? ? ? ? ?: >> > >> > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk >> > ? GRAPHICS ? ? ? ?: LISTEN=0.0.0.0,PORT=6003,TYPE=vnc >> > ? INPUT ? ? ? ? ? : TYPE=tablet ? ? ? ? ? MEMORY ? ? ? ? ?: 256 >> > ? ? ? NAME ? ? ? ? ? ?: onetest ? ? ? ? ? ? ? NIC ? ? ? ? ? ? : >> > BRIDGE=br171,MAC=00:04:c9:5b:44:8a >> > ? OS ? ? ? ? ? ? ?: BOOT=hd ? ? ? ? ? ? ? VCPU ? ? ? ? ? ?: 1 >> > >> > >> > ON THE MANAGEMENT NODE >> > >> > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ >> > total 24 >> > drwxrwxrwx ? 2 oneadmin nogroup ?4096 2010-03-05 16:12 . >> > drwxr-xr-x 437 oneadmin root ? ?12288 2010-03-05 16:26 .. >> > -rw-r--r-- ? 1 oneadmin nogroup ? 549 2010-03-05 16:12 deployment.0 >> > -rw-r--r-- ? 1 oneadmin nogroup ? ?89 2010-03-05 16:12 transfer.0 >> > >> > /var/log/one/433.log >> > >> > Fri Mar ?5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory >> > /mnt/sharedimagesdir/433/images >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > mkdir >> > -p /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > chmod >> > a+w /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Link >> > /mnt/sharedimagesdir/images/onetest0 >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > ln -s >> > /mnt/sharedimagesdir/images/onetest0 >> > /mnt/sharedimagesdir/433/images/disk.0". >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is BOOT >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/433/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Command: scp >> > /var/lib/one/433/deployment.0 >> > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Copy success >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:12:12 2010 [LCM][I]: New VM state is RUNNING >> > >> > >> > onevm list >> > >> > 433 ?onetest runn ? 0 ?262144 ? ?10.10.20.190 00 00:16:44 >> > >> > >> > >> > >> > >> > ON THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr >> > /mnt/sharedimagesdir/433/images/ >> > total 2 >> > lrwxrwxrwx ?1 oneadmin nogroup ?32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 >> > root at 00238bbda914:/mnt/sharedimagesdir# >> > >> > >> > /var/log/libvirt/qemu/433.log on HOST >> > >> > LC_ALL=C >> > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin >> > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid >> > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor >> > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive >> > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net >> > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net >> > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice >> > tablet -vnc 0.0.0.0:103 -vga cirrus >> > >> > deployment.0 file on HOST >> > >> > >> > ? ? ? one-433 >> > ? ? ? 1 >> > ? ? ? 262144 >> > ? ? ? >> > ? ? ? ? ? ? ? hvm >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? /usr/bin/kvm >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? > > file='/mnt/sharedimagesdir/433/images/disk.0'/> >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > >> > >> > >> > SUSPEND INVOKED >> > >> > >> > onevm list >> > >> > 433 ?onetest susp ? 0 ?262144 ? ?10.10.20.190 00 00:25:08 >> > >> > 433.log >> > >> > Fri Mar ?5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED >> > >> > Oned.log >> > >> > Fri Mar ?5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked >> > Fri Mar ?5 16:35:28 2010 [DiM][D]: Suspending VM 433 >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 >> > Connecting to >> > uri: qemu:///system >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: >> > 0 >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 >> > >> > ONE THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr >> > total 3 >> > lrwxrwxrwx ?1 oneadmin nogroup ? ? 32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup ? ?549 2010-03-05 22:08 deployment.0 >> > -rw-------+ 1 root ? ? root ? ?940894 2010-03-05 22:31 checkpoint >> > >> > >> > >> > >> > >> > >> > Tino Vazquez wrote: >> >> >> >> Hi Ranga, >> >> >> >> If you are using a shared repository (i'll assume you use NFS or a >> >> similar distributed FS), then the "/images/" is shared between >> >> all the remote hosts, so there is no need to move the checkpoint files >> >> and they should be available in all the nodes. >> >> >> >> Please send us the log of the VM that is failing so we can try and >> >> reproduce the problem. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula >> >> wrote: >> >> >> >>> >> >>> We are using shared storage as defined here >> >>> >> >>> >> >>> >> >>> http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository >> >>> >> >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and >> >>> SAVE_SUSPEND and creates a checkpoint file on the host >> >>> /var/lib/one//images/ >> >>> >> >>> and in the logs we see >> >>> tm_mv.sh: Will not move, is not saving image >> >>> >> >>> I think it is trying to move the checkpoint file back to the >> >>> management >> >>> node >> >>> and based on logic in tm_mv.sh it is not moving. >> >>> >> >>> Later when we try to do onevm resume , one picks a different host and >> >>> tries >> >>> to move the checkpoint file from the management node to the new host >> >>> and >> >>> again says "Will not move, is not saving image" and on the host it >> >>> fails >> >>> to >> >>> bring the VM ?since there is no checkpoint file on the new host. >> >>> >> >>> How can we ask ONE to not resume from checkpoint file but instead load >> >>> from >> >>> the disk file that is in the template. >> >>> >> >>> Ranga >> >>> _______________________________________________ >> >>> Users mailing list >> >>> Users at lists.opennebula.org >> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >> >>> >> > >> > > > From tinova at fdi.ucm.es Wed Apr 7 06:01:38 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 15:01:38 +0200 Subject: [one-users] Problem deploying VM in opennebula 1.4 In-Reply-To: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> References: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> Message-ID: Hi Harish, Can you send through the contents of $ONE_LOCATION/var/13/vm.log? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Mar 18, 2010 at 2:21 PM, Harishbabu Nagaraj wrote: > Dear All, > > ???????????? I am able to create a private cloud using opennebula 1.2 on > Fedora core 8 with KVM.? Now I am trying to use opennebula 1.4 on Fedora > Core 12 with KVM. I could able to add the host machine using onehost command > successfully. When I tried to deploy the VM using ?onevm create config.txt?, > oned.log shows VM deployed but after sometime status is fail. oned.log is > not showing any error message. > > Config.txt file is as follows, > > NAME=Linux > > CPU=0.25 > > MEMORY=128 > > OS=[type=hvm, boot=hd] > > DISK =[source=?/root/teaas/images/Vyatta.img?, clone=yes, target=hda, > readonly=no] > > NIC=[network =?Private_VLAN?] > > GRAPHICS =[type =?vnc?,listen =?127.0.0.1?, port = ?1?] > > > > The oned.log log details is as follows, > > Allocating a new VM > > Deploying ?VM 13 > > After this message VM fails to boot up. onevm list shows fail. > > > > Is there any issues with the configurations used. Please help me to resolve > the issue. > > > > > > Thanks in Advance. > > > > Thanks and Advance, > > Harish > > > > ________________________________ > http://www.mindtree.com/email/disclaimer.html > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 7 06:05:03 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 18:35:03 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Tino, i am able to install using -d option, i am trying to install vmware drivers, getting below error. Any suggestion please Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not exist import com.vmware.vim.*; ^ DeployVM.java:20: package com.vmware.apputils does not exist import com.vmware.apputils.*; ^ DeployVM.java:21: package com.vmware.apputils.vim does not exist import com.vmware.apputils.vim.*; ^ DeployVM.java:41: cannot find symbol symbol : class ServiceContent location: class DeployVM private static ServiceContent content; ^ DeployVM.java:42: cannot find symbol symbol : class AppUtil location: class DeployVM static AppUtil cb = null; ^ DeployVM.java:43: cannot find symbol symbol : class VimPortType location: class DeployVM private static VimPortType service; thanks, manjunath A On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > Hi there, > > You may want to take a look to option "-d" of the "install.sh" script [1]. > > Regards, > > -Tino > > [1] http://opennebula.org/documentation:rel1.4:ignc > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: > > HI Tino, > > > > Thanks for the info, is there any good documentation available for > > standalone mode installation!! > > > > Regards, > > manjunath A > > > > > > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez wrote: > >> > >> Hi manjunath, > >> > >> VMware drivers can be installed only in standalone mode (i.e., not > >> system wide ONE installation). This is not ideal, I've opened a ticket > >> [1] to fix this for next release. > >> > >> Regards, > >> > >> -Tino > >> > >> [1] http://dev.opennebula.org/issues/209 > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > >> > Hi All, > >> > > >> > i am trying to setup a nebula cloud, i have performed system wide > >> > installation, now i am trying to install VMware drivers, whenever i > >> > tried > >> > to run > >> > > >> > ./install-vmware.sh > >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. > >> > > >> > In the system-wide installation not sure which path we need to set for > >> > "ONE_LOCATION" Env. > >> > > >> > Any comment on this... > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tiagosbatista at gmail.com Wed Apr 7 07:15:46 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Wed, 7 Apr 2010 15:15:46 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Have you added the vi-sdk binaries to your classpath? my bashrc from when I used the vmware driver is bellow. I am shure that not all of the variables were required, but this worked for me! Try uncommenting the commented lines and ajusting the paths... (sorry for the linewrapping) export ONE_AUTH="/home/tsbatista/.one_auth" export ONE_LOCATION="/opt/one-instalation" #export VMWARE_DATASTORE="one-datastore" #export VMWARE_DATACENTER="ha-datacenter" #export DATASTORE_PATH="/home/tsbatista/datastore" export PATH="$PATH:$ONE_LOCATION/bin" #export AXISHOME="/usr/share/java/axis/" #export SDKHOME="/home/tsbatista/vi-sdk" #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" #export VMWARE_TRUSTORE="$VMKEYSTORE" #export JAVAHOME="$JAVA_HOME" #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" #JAVA_SHARE="/usr/share/java" #SDK_HOME="/home/tsbatista/vi-sdk" #SAMPLES="$SDK_HOME/samples/Axis/java" #export CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" #for i in `ls $SAMPLES/lib`; do # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" #done On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > Hi Tino, > > i am able to install using -d option, i am trying to install vmware > drivers, getting below error. > > Any suggestion please > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > >> Hi there, >> >> You may want to take a look to option "-d" of the "install.sh" script [1]. >> >> Regards, >> >> -Tino >> >> [1] http://opennebula.org/documentation:rel1.4:ignc >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >> > HI Tino, >> > >> > Thanks for the info, is there any good documentation available for >> > standalone mode installation!! >> > >> > Regards, >> > manjunath A >> >> > >> > >> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >> wrote: >> >> >> >> Hi manjunath, >> >> >> >> VMware drivers can be installed only in standalone mode (i.e., not >> >> system wide ONE installation). This is not ideal, I've opened a ticket >> >> [1] to fix this for next release. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> [1] http://dev.opennebula.org/issues/209 >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >> >> > Hi All, >> >> > >> >> > i am trying to setup a nebula cloud, i have performed system wide >> >> > installation, now i am trying to install VMware drivers, whenever i >> >> > tried >> >> > to run >> >> > >> >> > ./install-vmware.sh >> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> > >> >> > In the system-wide installation not sure which path we need to set >> for >> >> > "ONE_LOCATION" Env. >> >> > >> >> > Any comment on this... >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 11:25:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 23:55:33 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info, let me give it a try... manju On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > Have you added the vi-sdk binaries to your classpath? > > my bashrc from when I used the vmware driver is bellow. I am shure that not > all of the variables were required, but this worked for me! Try uncommenting > the commented lines and ajusting the paths... (sorry for the linewrapping) > > export ONE_AUTH="/home/tsbatista/.one_auth" > export ONE_LOCATION="/opt/one-instalation" > #export VMWARE_DATASTORE="one-datastore" > #export VMWARE_DATACENTER="ha-datacenter" > #export DATASTORE_PATH="/home/tsbatista/datastore" > > export PATH="$PATH:$ONE_LOCATION/bin" > #export AXISHOME="/usr/share/java/axis/" > #export SDKHOME="/home/tsbatista/vi-sdk" > #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > #export VMWARE_TRUSTORE="$VMKEYSTORE" > #export JAVAHOME="$JAVA_HOME" > #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > #JAVA_SHARE="/usr/share/java" > #SDK_HOME="/home/tsbatista/vi-sdk" > #SAMPLES="$SDK_HOME/samples/Axis/java" > #export > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > > #for i in `ls $SAMPLES/lib`; do > # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > #done > > > > On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > >> Hi Tino, >> >> i am able to install using -d option, i am trying to install vmware >> drivers, getting below error. >> >> Any suggestion please >> >> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >> not exist >> import com.vmware.vim.*; >> ^ >> DeployVM.java:20: package com.vmware.apputils does not exist >> import com.vmware.apputils.*; >> ^ >> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> import com.vmware.apputils.vim.*; >> ^ >> DeployVM.java:41: cannot find symbol >> symbol : class ServiceContent >> location: class DeployVM >> private static ServiceContent content; >> ^ >> DeployVM.java:42: cannot find symbol >> symbol : class AppUtil >> location: class DeployVM >> static AppUtil cb = null; >> ^ >> DeployVM.java:43: cannot find symbol >> symbol : class VimPortType >> location: class DeployVM >> private static VimPortType service; >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >> >>> Hi there, >>> >>> You may want to take a look to option "-d" of the "install.sh" script >>> [1]. >>> >>> Regards, >>> >>> -Tino >>> >>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>> > HI Tino, >>> > >>> > Thanks for the info, is there any good documentation available for >>> > standalone mode installation!! >>> > >>> > Regards, >>> > manjunath A >>> >>> > >>> > >>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>> wrote: >>> >> >>> >> Hi manjunath, >>> >> >>> >> VMware drivers can be installed only in standalone mode (i.e., not >>> >> system wide ONE installation). This is not ideal, I've opened a ticket >>> >> [1] to fix this for next release. >>> >> >>> >> Regards, >>> >> >>> >> -Tino >>> >> >>> >> [1] http://dev.opennebula.org/issues/209 >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >>> >> > Hi All, >>> >> > >>> >> > i am trying to setup a nebula cloud, i have performed system wide >>> >> > installation, now i am trying to install VMware drivers, whenever i >>> >> > tried >>> >> > to run >>> >> > >>> >> > ./install-vmware.sh >>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>> >> > >>> >> > In the system-wide installation not sure which path we need to set >>> for >>> >> > "ONE_LOCATION" Env. >>> >> > >>> >> > Any comment on this... >>> >> > >>> >> > thanks, >>> >> > manjunath A >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > _______________________________________________ >>> >> > Users mailing list >>> >> > Users at lists.opennebula.org >>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> > >>> >> > >>> > >>> > >>> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cherishlxy at gmail.com Wed Apr 7 21:13:27 2010 From: cherishlxy at gmail.com (=?GB2312?B?wrPQodLa?=) Date: Thu, 8 Apr 2010 12:13:27 +0800 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? Message-ID: Hi, all, As the title said, I want to know the answer? Packing Policy or Striping Policy or Load-aware Policy? Thanks. Xiaoyi * * -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Thu Apr 8 02:38:16 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:08:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi , yes ENV looks same as below but No Luck yet !! do we need to install any java related packages ??? nebulla running on ubuntu. thanks, manjunath A On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > Thanks for the info, let me give it a try... > > manju > > On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > >> Have you added the vi-sdk binaries to your classpath? >> >> my bashrc from when I used the vmware driver is bellow. I am shure that >> not all of the variables were required, but this worked for me! Try >> uncommenting the commented lines and ajusting the paths... (sorry for the >> linewrapping) >> >> export ONE_AUTH="/home/tsbatista/.one_auth" >> export ONE_LOCATION="/opt/one-instalation" >> #export VMWARE_DATASTORE="one-datastore" >> #export VMWARE_DATACENTER="ha-datacenter" >> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >> export PATH="$PATH:$ONE_LOCATION/bin" >> #export AXISHOME="/usr/share/java/axis/" >> #export SDKHOME="/home/tsbatista/vi-sdk" >> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> #export JAVAHOME="$JAVA_HOME" >> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> #JAVA_SHARE="/usr/share/java" >> #SDK_HOME="/home/tsbatista/vi-sdk" >> #SAMPLES="$SDK_HOME/samples/Axis/java" >> #export >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >> #for i in `ls $SAMPLES/lib`; do >> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> #done >> >> >> >> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >> >>> Hi Tino, >>> >>> i am able to install using -d option, i am trying to install vmware >>> drivers, getting below error. >>> >>> Any suggestion please >>> >>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>> not exist >>> import com.vmware.vim.*; >>> ^ >>> DeployVM.java:20: package com.vmware.apputils does not exist >>> import com.vmware.apputils.*; >>> ^ >>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> import com.vmware.apputils.vim.*; >>> ^ >>> DeployVM.java:41: cannot find symbol >>> symbol : class ServiceContent >>> location: class DeployVM >>> private static ServiceContent content; >>> ^ >>> DeployVM.java:42: cannot find symbol >>> symbol : class AppUtil >>> location: class DeployVM >>> static AppUtil cb = null; >>> ^ >>> DeployVM.java:43: cannot find symbol >>> symbol : class VimPortType >>> location: class DeployVM >>> private static VimPortType service; >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>> >>>> Hi there, >>>> >>>> You may want to take a look to option "-d" of the "install.sh" script >>>> [1]. >>>> >>>> Regards, >>>> >>>> -Tino >>>> >>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>> -- >>>> Constantino V?zquez, Grid & Virtualization Technology >>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> DSA Research Group: http://dsa-research.org >>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >>>> >>>> >>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>> > HI Tino, >>>> > >>>> > Thanks for the info, is there any good documentation available for >>>> > standalone mode installation!! >>>> > >>>> > Regards, >>>> > manjunath A >>>> >>>> > >>>> > >>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>> wrote: >>>> >> >>>> >> Hi manjunath, >>>> >> >>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>> >> system wide ONE installation). This is not ideal, I've opened a >>>> ticket >>>> >> [1] to fix this for next release. >>>> >> >>>> >> Regards, >>>> >> >>>> >> -Tino >>>> >> >>>> >> [1] http://dev.opennebula.org/issues/209 >>>> >> >>>> >> -- >>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> >> DSA Research Group: http://dsa-research.org >>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >> >>>> >> >>>> >> >>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>> wrote: >>>> >> > Hi All, >>>> >> > >>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>> >> > installation, now i am trying to install VMware drivers, whenever >>>> i >>>> >> > tried >>>> >> > to run >>>> >> > >>>> >> > ./install-vmware.sh >>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>> >> > >>>> >> > In the system-wide installation not sure which path we need to set >>>> for >>>> >> > "ONE_LOCATION" Env. >>>> >> > >>>> >> > Any comment on this... >>>> >> > >>>> >> > thanks, >>>> >> > manjunath A >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > _______________________________________________ >>>> >> > Users mailing list >>>> >> > Users at lists.opennebula.org >>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >> > >>>> >> > >>>> > >>>> > >>>> >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 02:56:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 11:56:42 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Have you install these: http://www.vmware.com/support/developer/vc-sdk/ http://ws.apache.org/axis/ This are all the java dependencies you need. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 11:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >> wrote: >>> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol? : class ServiceContent >>>> location: class DeployVM >>>> ??? private static? ServiceContent content; >>>> ??????????????????? ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol? : class AppUtil >>>> location: class DeployVM >>>> ??? static? AppUtil cb = null; >>>> ??????????? ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol? : class VimPortType >>>> location: class DeployVM >>>> ??? private static? VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> > wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> >> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> >> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > ?i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers,? whenever >>>>> >> > i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> >> > for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>> >> > > From tiagosbatista at gmail.com Thu Apr 8 03:04:04 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Thu, 8 Apr 2010 11:04:04 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: To be honnest, I am at a loss. The only time I saw those errors was when I tried to compile the vmware driver without properly compiling the visdk first.... The errors you are seeing are related to missing classes on com.vmware, wich is part of the visdk. I just wrote a paper where I said that installing the visdk is the hardest part of getting the vmware driver working. This is confirmation that I am not the only one who faced this problem! Tiago On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol : class ServiceContent >>>> location: class DeployVM >>>> private static ServiceContent content; >>>> ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol : class AppUtil >>>> location: class DeployVM >>>> static AppUtil cb = null; >>>> ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol : class VimPortType >>>> location: class DeployVM >>>> private static VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers, whenever >>>>> i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:14:25 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:14:25 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Try adding to your classpath all the jars found in /samples/Axis/java/lib Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:04 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>> wrote: >>>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol? : class ServiceContent >>>>> location: class DeployVM >>>>> ??? private static? ServiceContent content; >>>>> ??????????????????? ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol? : class AppUtil >>>>> location: class DeployVM >>>>> ??? static? AppUtil cb = null; >>>>> ??????????? ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol? : class VimPortType >>>>> location: class DeployVM >>>>> ??? private static? VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> > wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> >> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> >> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>> >> > wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> >> > whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> >> > set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:16:50 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:46:50 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hmmm i am getting below messages now, is it okay to ignore... Installing VMWare drivers.Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .done thanks, manjunath A On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol : class ServiceContent >>>>> location: class DeployVM >>>>> private static ServiceContent content; >>>>> ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol : class AppUtil >>>>> location: class DeployVM >>>>> static AppUtil cb = null; >>>>> ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol : class VimPortType >>>>> location: class DeployVM >>>>> private static VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>> http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > i am trying to setup a nebula cloud, i have performed system >>>>>> wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:21:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:21:15 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Yes, this is a known issue that will be eventually solved, but it is safe for know to ignore those warnings. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > Hmmm i am getting below messages now, is it okay to ignore... > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > operations. > Note: Recompile with -Xlint:unchecked for details. > .Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > .done > > thanks, > manjunath A > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > wrote: >> >> To be honnest, I am at a loss. The only time I saw those errors was when I >> tried to compile the vmware driver without properly compiling the visdk >> first.... The errors you are seeing are related to missing classes on >> com.vmware, wich is part of the visdk. >> >> I just wrote a paper where I said that installing the visdk is the hardest >> part of getting the vmware driver working. This is confirmation that I am >> not the only one who faced this problem! >> >> Tiago >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >>> >>> Hi , >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install any >>> java related packages ??? nebulla running on ubuntu. >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>>> >>>> Thanks for the info, let me give it a try... >>>> >>>> manju >>>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>>> wrote: >>>>> >>>>> Have you added the vi-sdk binaries to your classpath? >>>>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>>> not all of the variables were required, but this worked for me! Try >>>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>>> linewrapping) >>>>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>>> export ONE_LOCATION="/opt/one-instalation" >>>>> #export VMWARE_DATASTORE="one-datastore" >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>>> #export AXISHOME="/usr/share/java/axis/" >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>>> #export JAVAHOME="$JAVA_HOME" >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>>> #JAVA_SHARE="/usr/share/java" >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>>> #export >>>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>>> >>>>> #for i in `ls $SAMPLES/lib`; do >>>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>>> #done >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>>> >>>>>> Hi Tino, >>>>>> >>>>>> i am able to install using -d option, i am trying to install vmware >>>>>> drivers, getting below error. >>>>>> >>>>>> Any suggestion please >>>>>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>>>>> does not exist >>>>>> import com.vmware.vim.*; >>>>>> ^ >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>>> import com.vmware.apputils.*; >>>>>> ^ >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>>> import com.vmware.apputils.vim.*; >>>>>> ^ >>>>>> DeployVM.java:41: cannot find symbol >>>>>> symbol? : class ServiceContent >>>>>> location: class DeployVM >>>>>> ??? private static? ServiceContent content; >>>>>> ??????????????????? ^ >>>>>> DeployVM.java:42: cannot find symbol >>>>>> symbol? : class AppUtil >>>>>> location: class DeployVM >>>>>> ??? static? AppUtil cb = null; >>>>>> ??????????? ^ >>>>>> DeployVM.java:43: cannot find symbol >>>>>> symbol? : class VimPortType >>>>>> location: class DeployVM >>>>>> ??? private static? VimPortType service; >>>>>> >>>>>> thanks, >>>>>> manjunath A >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>>>>> wrote: >>>>>>> >>>>>>> Hi there, >>>>>>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>>> [1]. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> -Tino >>>>>>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>>> -- >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> DSA Research Group: http://dsa-research.org >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>>> > HI Tino, >>>>>>> > >>>>>>> > Thanks for the info, is there any good documentation available for >>>>>>> > standalone mode installation!! >>>>>>> > >>>>>>> > Regards, >>>>>>> > manjunath A >>>>>>> > >>>>>>> > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>>> > wrote: >>>>>>> >> >>>>>>> >> Hi manjunath, >>>>>>> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>>> >> ticket >>>>>>> >> [1] to fix this for next release. >>>>>>> >> >>>>>>> >> Regards, >>>>>>> >> >>>>>>> >> -Tino >>>>>>> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>>> >> >>>>>>> >> -- >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> >> DSA Research Group: http://dsa-research.org >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>>> >> http://www.OpenNebula.org >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>>> >> wrote: >>>>>>> >> > Hi All, >>>>>>> >> > >>>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>>> >> > wide >>>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>>> >> > whenever i >>>>>>> >> > tried >>>>>>> >> > to run >>>>>>> >> > >>>>>>> >> > ./install-vmware.sh >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>>> >> > >>>>>>> >> > In the system-wide installation not sure which path we need to >>>>>>> >> > set for >>>>>>> >> > "ONE_LOCATION" Env. >>>>>>> >> > >>>>>>> >> > Any comment on this... >>>>>>> >> > >>>>>>> >> > thanks, >>>>>>> >> > manjunath A >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > _______________________________________________ >>>>>>> >> > Users mailing list >>>>>>> >> > Users at lists.opennebula.org >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>>> >> > >>>>>>> >> > >>>>>>> > >>>>>>> > >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Users mailing list >>>>>> Users at lists.opennebula.org >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:24:06 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:54:06 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info and help "Tiago" and "Tino" Regards Manjunath a On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > Hi Manju, > > Yes, this is a known issue that will be eventually solved, but it is > safe for know to ignore those warnings. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > > Hmmm i am getting below messages now, is it okay to ignore... > > > > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > > operations. > > Note: Recompile with -Xlint:unchecked for details. > > .Note: Some input files use unchecked or unsafe operations. > > Note: Recompile with -Xlint:unchecked for details. > > .done > > > > thanks, > > manjunath A > > > > > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > > wrote: > >> > >> To be honnest, I am at a loss. The only time I saw those errors was when > I > >> tried to compile the vmware driver without properly compiling the visdk > >> first.... The errors you are seeing are related to missing classes on > >> com.vmware, wich is part of the visdk. > >> > >> I just wrote a paper where I said that installing the visdk is the > hardest > >> part of getting the vmware driver working. This is confirmation that I > am > >> not the only one who faced this problem! > >> > >> Tiago > >> > >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >>> > >>> Hi , > >>> > >>> yes ENV looks same as below but No Luck yet !! do we need to install > any > >>> java related packages ??? nebulla running on ubuntu. > >>> > >>> thanks, > >>> manjunath A > >>> > >>> > >>> > >>> > >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >>>> > >>>> Thanks for the info, let me give it a try... > >>>> > >>>> manju > >>>> > >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < > tiagosbatista at gmail.com> > >>>> wrote: > >>>>> > >>>>> Have you added the vi-sdk binaries to your classpath? > >>>>> > >>>>> my bashrc from when I used the vmware driver is bellow. I am shure > that > >>>>> not all of the variables were required, but this worked for me! Try > >>>>> uncommenting the commented lines and ajusting the paths... (sorry for > the > >>>>> linewrapping) > >>>>> > >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" > >>>>> export ONE_LOCATION="/opt/one-instalation" > >>>>> #export VMWARE_DATASTORE="one-datastore" > >>>>> #export VMWARE_DATACENTER="ha-datacenter" > >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" > >>>>> > >>>>> export PATH="$PATH:$ONE_LOCATION/bin" > >>>>> #export AXISHOME="/usr/share/java/axis/" > >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" > >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" > >>>>> #export JAVAHOME="$JAVA_HOME" > >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > >>>>> #JAVA_SHARE="/usr/share/java" > >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" > >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" > >>>>> #export > >>>>> > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > >>>>> > >>>>> #for i in `ls $SAMPLES/lib`; do > >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > >>>>> #done > >>>>> > >>>>> > >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a > wrote: > >>>>>> > >>>>>> Hi Tino, > >>>>>> > >>>>>> i am able to install using -d option, i am trying to install vmware > >>>>>> drivers, getting below error. > >>>>>> > >>>>>> Any suggestion please > >>>>>> > >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim > >>>>>> does not exist > >>>>>> import com.vmware.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist > >>>>>> import com.vmware.apputils.*; > >>>>>> ^ > >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist > >>>>>> import com.vmware.apputils.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:41: cannot find symbol > >>>>>> symbol : class ServiceContent > >>>>>> location: class DeployVM > >>>>>> private static ServiceContent content; > >>>>>> ^ > >>>>>> DeployVM.java:42: cannot find symbol > >>>>>> symbol : class AppUtil > >>>>>> location: class DeployVM > >>>>>> static AppUtil cb = null; > >>>>>> ^ > >>>>>> DeployVM.java:43: cannot find symbol > >>>>>> symbol : class VimPortType > >>>>>> location: class DeployVM > >>>>>> private static VimPortType service; > >>>>>> > >>>>>> thanks, > >>>>>> manjunath A > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez > >>>>>> wrote: > >>>>>>> > >>>>>>> Hi there, > >>>>>>> > >>>>>>> You may want to take a look to option "-d" of the "install.sh" > script > >>>>>>> [1]. > >>>>>>> > >>>>>>> Regards, > >>>>>>> > >>>>>>> -Tino > >>>>>>> > >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc > >>>>>>> -- > >>>>>>> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> DSA Research Group: http://dsa-research.org > >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> OpenNebula Virtual Infrastructure Engine: > http://www.OpenNebula.org > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a > wrote: > >>>>>>> > HI Tino, > >>>>>>> > > >>>>>>> > Thanks for the info, is there any good documentation available > for > >>>>>>> > standalone mode installation!! > >>>>>>> > > >>>>>>> > Regards, > >>>>>>> > manjunath A > >>>>>>> > > >>>>>>> > > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez > > >>>>>>> > wrote: > >>>>>>> >> > >>>>>>> >> Hi manjunath, > >>>>>>> >> > >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., > not > >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a > >>>>>>> >> ticket > >>>>>>> >> [1] to fix this for next release. > >>>>>>> >> > >>>>>>> >> Regards, > >>>>>>> >> > >>>>>>> >> -Tino > >>>>>>> >> > >>>>>>> >> [1] http://dev.opennebula.org/issues/209 > >>>>>>> >> > >>>>>>> >> -- > >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> >> DSA Research Group: http://dsa-research.org > >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> >> OpenNebula Virtual Infrastructure Engine: > >>>>>>> >> http://www.OpenNebula.org > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a > >>>>>>> >> wrote: > >>>>>>> >> > Hi All, > >>>>>>> >> > > >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system > >>>>>>> >> > wide > >>>>>>> >> > installation, now i am trying to install VMware drivers, > >>>>>>> >> > whenever i > >>>>>>> >> > tried > >>>>>>> >> > to run > >>>>>>> >> > > >>>>>>> >> > ./install-vmware.sh > >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, > aborting. > >>>>>>> >> > > >>>>>>> >> > In the system-wide installation not sure which path we need to > >>>>>>> >> > set for > >>>>>>> >> > "ONE_LOCATION" Env. > >>>>>>> >> > > >>>>>>> >> > Any comment on this... > >>>>>>> >> > > >>>>>>> >> > thanks, > >>>>>>> >> > manjunath A > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > _______________________________________________ > >>>>>>> >> > Users mailing list > >>>>>>> >> > Users at lists.opennebula.org > >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> > > >>>>>>> > > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Users mailing list > >>>>>> Users at lists.opennebula.org > >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>> > >>>>> > >>>> > >>> > >> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Thu Apr 8 20:54:02 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Thu, 08 Apr 2010 23:54:02 -0400 Subject: [one-users] question about creating VMs Message-ID: <4BBEA4DA.7070708@gmail.com> Hi all, I have some questions about creating VMs. Can any of you help me with them? Thanks in advance. In the vm.template, NAME = vm01 CPU = 0.5 MEMORY = 512 DISK = [ source = "/var/lib/one/images/vm1.qcow2", target = "hda", readonly = "no" ] Does this mean the KVM (I intall this virtualizer) has to create an image "vm1.qcow2" beforehand and this image is stored at /var/lib/one/images/? Once the we run "onevm create vm.template", this image will be retrieved by ONE. Another question: In vm.template, MEMORY is defined. But when using KVM to create VMs, memory is also defined. any conflict? One more question: In oned.conf, we need to define VM_DIR, and in vm.template, we need to define Disk source. What are they? From manju.kudu at gmail.com Fri Apr 9 01:28:51 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 9 Apr 2010 13:58:51 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi, I am trying to add esxi host using onehost add command, i m getting below info ID : 0 NAME : hostname STATE : ERROR IM_MAD : im_vmware VM_MAD : vmm_vmware TM_MAD : tm_vmware HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 when i see the oned.log i am able to see Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver im_vmware Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below output. INIT INIT SUCCESS Any thing wrong here ???? thanks, manjunath A On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > Thanks for the info and help "Tiago" and "Tino" > > Regards > Manjunath a > > > > > > On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > >> Hi Manju, >> >> Yes, this is a known issue that will be eventually solved, but it is >> safe for know to ignore those warnings. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >> > Hmmm i am getting below messages now, is it okay to ignore... >> > >> > >> > Installing VMWare drivers.Note: Some input files use unchecked or unsafe >> > operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .Note: Some input files use unchecked or unsafe operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .done >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > wrote: >> >> >> >> To be honnest, I am at a loss. The only time I saw those errors was >> when I >> >> tried to compile the vmware driver without properly compiling the visdk >> >> first.... The errors you are seeing are related to missing classes on >> >> com.vmware, wich is part of the visdk. >> >> >> >> I just wrote a paper where I said that installing the visdk is the >> hardest >> >> part of getting the vmware driver working. This is confirmation that I >> am >> >> not the only one who faced this problem! >> >> >> >> Tiago >> >> >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >>> >> >>> Hi , >> >>> >> >>> yes ENV looks same as below but No Luck yet !! do we need to install >> any >> >>> java related packages ??? nebulla running on ubuntu. >> >>> >> >>> thanks, >> >>> manjunath A >> >>> >> >>> >> >>> >> >>> >> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >> wrote: >> >>>> >> >>>> Thanks for the info, let me give it a try... >> >>>> >> >>>> manju >> >>>> >> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >> tiagosbatista at gmail.com> >> >>>> wrote: >> >>>>> >> >>>>> Have you added the vi-sdk binaries to your classpath? >> >>>>> >> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >> that >> >>>>> not all of the variables were required, but this worked for me! Try >> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >> for the >> >>>>> linewrapping) >> >>>>> >> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >> >>>>> export ONE_LOCATION="/opt/one-instalation" >> >>>>> #export VMWARE_DATASTORE="one-datastore" >> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >>>>> >> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >> >>>>> #export AXISHOME="/usr/share/java/axis/" >> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> >>>>> #export JAVAHOME="$JAVA_HOME" >> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> >>>>> #JAVA_SHARE="/usr/share/java" >> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >> >>>>> #export >> >>>>> >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >>>>> >> >>>>> #for i in `ls $SAMPLES/lib`; do >> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> >>>>> #done >> >>>>> >> >>>>> >> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >> wrote: >> >>>>>> >> >>>>>> Hi Tino, >> >>>>>> >> >>>>>> i am able to install using -d option, i am trying to install vmware >> >>>>>> drivers, getting below error. >> >>>>>> >> >>>>>> Any suggestion please >> >>>>>> >> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >> >>>>>> does not exist >> >>>>>> import com.vmware.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >> >>>>>> import com.vmware.apputils.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> >>>>>> import com.vmware.apputils.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:41: cannot find symbol >> >>>>>> symbol : class ServiceContent >> >>>>>> location: class DeployVM >> >>>>>> private static ServiceContent content; >> >>>>>> ^ >> >>>>>> DeployVM.java:42: cannot find symbol >> >>>>>> symbol : class AppUtil >> >>>>>> location: class DeployVM >> >>>>>> static AppUtil cb = null; >> >>>>>> ^ >> >>>>>> DeployVM.java:43: cannot find symbol >> >>>>>> symbol : class VimPortType >> >>>>>> location: class DeployVM >> >>>>>> private static VimPortType service; >> >>>>>> >> >>>>>> thanks, >> >>>>>> manjunath A >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> Hi there, >> >>>>>>> >> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >> script >> >>>>>>> [1]. >> >>>>>>> >> >>>>>>> Regards, >> >>>>>>> >> >>>>>>> -Tino >> >>>>>>> >> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >> >>>>>>> -- >> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> DSA Research Group: http://dsa-research.org >> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> OpenNebula Virtual Infrastructure Engine: >> http://www.OpenNebula.org >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >> wrote: >> >>>>>>> > HI Tino, >> >>>>>>> > >> >>>>>>> > Thanks for the info, is there any good documentation available >> for >> >>>>>>> > standalone mode installation!! >> >>>>>>> > >> >>>>>>> > Regards, >> >>>>>>> > manjunath A >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >> tinova at fdi.ucm.es> >> >>>>>>> > wrote: >> >>>>>>> >> >> >>>>>>> >> Hi manjunath, >> >>>>>>> >> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >> not >> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >> >>>>>>> >> ticket >> >>>>>>> >> [1] to fix this for next release. >> >>>>>>> >> >> >>>>>>> >> Regards, >> >>>>>>> >> >> >>>>>>> >> -Tino >> >>>>>>> >> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >> >>>>>>> >> >> >>>>>>> >> -- >> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> >> DSA Research Group: http://dsa-research.org >> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >> >>>>>>> >> http://www.OpenNebula.org >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> >>>>>>> >> wrote: >> >>>>>>> >> > Hi All, >> >>>>>>> >> > >> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system >> >>>>>>> >> > wide >> >>>>>>> >> > installation, now i am trying to install VMware drivers, >> >>>>>>> >> > whenever i >> >>>>>>> >> > tried >> >>>>>>> >> > to run >> >>>>>>> >> > >> >>>>>>> >> > ./install-vmware.sh >> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >> aborting. >> >>>>>>> >> > >> >>>>>>> >> > In the system-wide installation not sure which path we need >> to >> >>>>>>> >> > set for >> >>>>>>> >> > "ONE_LOCATION" Env. >> >>>>>>> >> > >> >>>>>>> >> > Any comment on this... >> >>>>>>> >> > >> >>>>>>> >> > thanks, >> >>>>>>> >> > manjunath A >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > _______________________________________________ >> >>>>>>> >> > Users mailing list >> >>>>>>> >> > Users at lists.opennebula.org >> >>>>>>> >> > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> > >> >>>>>>> > >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Users mailing list >> >>>>>> Users at lists.opennebula.org >> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>> >> >>>>> >> >>>> >> >>> >> >> >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Fri Apr 9 22:59:44 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 10 Apr 2010 01:59:44 -0400 Subject: [one-users] creating VM failure Message-ID: <4BC013D0.5000206@gmail.com> Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet the following error. Here is the vm.log file. Can you help fix it? Thanks. Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: maxwell:/home/liu/cloud/images/ttylinux.img localhost:~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: ~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory ~/vmpool//7/images Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning /home/liu/cloud/images/ttylinux.img Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: /home/liu/cloud/one/var/7/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh --connect qemu:///system create ~/vmpool//7/images/deployment.0' Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from /home/liu/vmpool//7/images/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Deleting ~/vmpool//7/images Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Executed "rm -rf ~/vmpool//7/images". Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - From mattieu.puel at cc.in2p3.fr Sun Apr 11 15:43:32 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 00:43:32 +0200 Subject: [one-users] Live guest state saving Message-ID: <20100411224332.GA7704@in2p3.fr> Hello everyone, is there any way of using the qemu/KVM snapshotting feature (savevm/loadvm) within an OpenNebula platform ? I am looking for something like "onevm snapshot vm_id snapfile" on the front-end. From ameseacla at gmail.com Sun Apr 11 21:31:41 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Mon, 12 Apr 2010 00:31:41 -0400 Subject: [one-users] problem running "onevm show" Message-ID: <4BC2A22D.8020301@gmail.com> Hi all: When I run "onevm show 10" to indicate the information of one of VMs, the following warning and errors appeared. WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 VIRTUAL MACHINE 10 INFORMATION ID : 10 NAME : ttylinuxttylinux STATE : ACTIVE LCM_STATE : RUNNING /home/liu/cloud/one/bin/onevm:701:in `at': bignum too big to convert into `long' (RangeError) from /home/liu/cloud/one/bin/onevm:701 from /home/liu/cloud/one/bin/onevm:679:in `each' from /home/liu/cloud/one/bin/onevm:679 Can anyone tell me how to fix these problems? Thanks. From manju.kudu at gmail.com Mon Apr 12 00:48:16 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 13:18:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i can see below error in the log "Can not load driver /src/cloud/lib/mads/$ONE_LOCATION/lib/mads/one_vmm_vmware, No such file or directory" basically its looking for the wrong path, it needs to look for $ONE_LOCATION/lib/mads/one_vmm_vmware. $ONE_LOCATION is set to /src/cloud/ in the .bashrc. any thing i am missing here, if i do $ONE_LOCATION/lib/mads/one_im_vmware INIT INIT SUCCESS Any suggestions please... thanks, manjunath A On Fri, Apr 9, 2010 at 1:58 PM, manju a wrote: > Hi, > > I am trying to add esxi host using onehost add command, i m getting below > info > > ID : 0 > NAME : hostname > STATE : ERROR > IM_MAD : im_vmware > VM_MAD : vmm_vmware > TM_MAD : tm_vmware > > HOST SHARES > MAX MEM : 0 > USED MEM (REAL) : 0 > USED MEM (ALLOCATED) : 0 > MAX CPU : 0 > USED CPU (REAL) : 0 > USED CPU (ALLOCATED) : 0 > RUNNING VMS : 0 > > when i see the oned.log i am able to see > > Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver > im_vmware > Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked > > When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below > output. > INIT > INIT SUCCESS > > Any thing wrong here ???? > > thanks, > manjunath A > > > > > > On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > >> Thanks for the info and help "Tiago" and "Tino" >> >> Regards >> Manjunath a >> >> >> >> >> >> On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: >> >>> Hi Manju, >>> >>> Yes, this is a known issue that will be eventually solved, but it is >>> safe for know to ignore those warnings. >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >>> > Hmmm i am getting below messages now, is it okay to ignore... >>> > >>> > >>> > Installing VMWare drivers.Note: Some input files use unchecked or >>> unsafe >>> > operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .Note: Some input files use unchecked or unsafe operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .done >>> > >>> > thanks, >>> > manjunath A >>> > >>> > >>> > >>> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > >>> > wrote: >>> >> >>> >> To be honnest, I am at a loss. The only time I saw those errors was >>> when I >>> >> tried to compile the vmware driver without properly compiling the >>> visdk >>> >> first.... The errors you are seeing are related to missing classes on >>> >> com.vmware, wich is part of the visdk. >>> >> >>> >> I just wrote a paper where I said that installing the visdk is the >>> hardest >>> >> part of getting the vmware driver working. This is confirmation that I >>> am >>> >> not the only one who faced this problem! >>> >> >>> >> Tiago >>> >> >>> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a >>> wrote: >>> >>> >>> >>> Hi , >>> >>> >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install >>> any >>> >>> java related packages ??? nebulla running on ubuntu. >>> >>> >>> >>> thanks, >>> >>> manjunath A >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >>> wrote: >>> >>>> >>> >>>> Thanks for the info, let me give it a try... >>> >>>> >>> >>>> manju >>> >>>> >>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >>> tiagosbatista at gmail.com> >>> >>>> wrote: >>> >>>>> >>> >>>>> Have you added the vi-sdk binaries to your classpath? >>> >>>>> >>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >>> that >>> >>>>> not all of the variables were required, but this worked for me! Try >>> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >>> for the >>> >>>>> linewrapping) >>> >>>>> >>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> >>>>> export ONE_LOCATION="/opt/one-instalation" >>> >>>>> #export VMWARE_DATASTORE="one-datastore" >>> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>>>> >>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>> >>>>> #export AXISHOME="/usr/share/java/axis/" >>> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> >>>>> #export JAVAHOME="$JAVA_HOME" >>> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> >>>>> #JAVA_SHARE="/usr/share/java" >>> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> >>>>> #export >>> >>>>> >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>>>> >>> >>>>> #for i in `ls $SAMPLES/lib`; do >>> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> >>>>> #done >>> >>>>> >>> >>>>> >>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >>> wrote: >>> >>>>>> >>> >>>>>> Hi Tino, >>> >>>>>> >>> >>>>>> i am able to install using -d option, i am trying to install >>> vmware >>> >>>>>> drivers, getting below error. >>> >>>>>> >>> >>>>>> Any suggestion please >>> >>>>>> >>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>> >>>>>> does not exist >>> >>>>>> import com.vmware.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>> >>>>>> import com.vmware.apputils.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> >>>>>> import com.vmware.apputils.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:41: cannot find symbol >>> >>>>>> symbol : class ServiceContent >>> >>>>>> location: class DeployVM >>> >>>>>> private static ServiceContent content; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:42: cannot find symbol >>> >>>>>> symbol : class AppUtil >>> >>>>>> location: class DeployVM >>> >>>>>> static AppUtil cb = null; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:43: cannot find symbol >>> >>>>>> symbol : class VimPortType >>> >>>>>> location: class DeployVM >>> >>>>>> private static VimPortType service; >>> >>>>>> >>> >>>>>> thanks, >>> >>>>>> manjunath A >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>> >>>>>> wrote: >>> >>>>>>> >>> >>>>>>> Hi there, >>> >>>>>>> >>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >>> script >>> >>>>>>> [1]. >>> >>>>>>> >>> >>>>>>> Regards, >>> >>>>>>> >>> >>>>>>> -Tino >>> >>>>>>> >>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> >>>>>>> -- >>> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> DSA Research Group: http://dsa-research.org >>> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> OpenNebula Virtual Infrastructure Engine: >>> http://www.OpenNebula.org >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >>> wrote: >>> >>>>>>> > HI Tino, >>> >>>>>>> > >>> >>>>>>> > Thanks for the info, is there any good documentation available >>> for >>> >>>>>>> > standalone mode installation!! >>> >>>>>>> > >>> >>>>>>> > Regards, >>> >>>>>>> > manjunath A >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >>> tinova at fdi.ucm.es> >>> >>>>>>> > wrote: >>> >>>>>>> >> >>> >>>>>>> >> Hi manjunath, >>> >>>>>>> >> >>> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >>> not >>> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened >>> a >>> >>>>>>> >> ticket >>> >>>>>>> >> [1] to fix this for next release. >>> >>>>>>> >> >>> >>>>>>> >> Regards, >>> >>>>>>> >> >>> >>>>>>> >> -Tino >>> >>>>>>> >> >>> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>> >>>>>>> >> >>> >>>>>>> >> -- >>> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> >> DSA Research Group: http://dsa-research.org >>> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>> >>>>>>> >> http://www.OpenNebula.org >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> > >>> >>>>>>> >> wrote: >>> >>>>>>> >> > Hi All, >>> >>>>>>> >> > >>> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed >>> system >>> >>>>>>> >> > wide >>> >>>>>>> >> > installation, now i am trying to install VMware drivers, >>> >>>>>>> >> > whenever i >>> >>>>>>> >> > tried >>> >>>>>>> >> > to run >>> >>>>>>> >> > >>> >>>>>>> >> > ./install-vmware.sh >>> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >>> aborting. >>> >>>>>>> >> > >>> >>>>>>> >> > In the system-wide installation not sure which path we need >>> to >>> >>>>>>> >> > set for >>> >>>>>>> >> > "ONE_LOCATION" Env. >>> >>>>>>> >> > >>> >>>>>>> >> > Any comment on this... >>> >>>>>>> >> > >>> >>>>>>> >> > thanks, >>> >>>>>>> >> > manjunath A >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > _______________________________________________ >>> >>>>>>> >> > Users mailing list >>> >>>>>>> >> > Users at lists.opennebula.org >>> >>>>>>> >> > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>> >>> >>>>>> >>> >>>>>> _______________________________________________ >>> >>>>>> Users mailing list >>> >>>>>> Users at lists.opennebula.org >>> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>> >>> >>>>> >>> >>>> >>> >>> >>> >> >>> > >>> > >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 12 05:49:05 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 18:19:05 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i am able to get rid of all driver load issue.. now i am seeing below error Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE 5 Failed monitoring host oneadmin is in /etc/sudoers file, any thing i am missing here... i am trying to add ESXI(free) host without a success. thanks, manjunath A On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: > Hi All, > > i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers, whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 12 05:54:56 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 12 Apr 2010 14:54:56 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Are you using the full FQDN of the ESXi host? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 2:49 PM, manju a wrote: > i am able to get rid of all driver load issue.. now i am seeing below error > > Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE > 5 Failed monitoring host > > oneadmin is in /etc/sudoers file, any thing i am missing here... > > i am trying to add ESXI(free) host without a success. > > thanks, > manjunath A > > > On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: >> >> Hi All, >> >> ?i am trying to setup a nebula cloud, i have performed system wide >> installation, now i am trying to install VMware drivers,? whenever i tried >> to run >> >> ./install-vmware.sh >> ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> In the system-wide installation not sure which path we need to set for >> "ONE_LOCATION" Env. >> >> Any comment on this... >> >> thanks, >> manjunath A >> >> >> >> >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 12 06:49:22 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 12 Apr 2010 15:49:22 +0200 Subject: [one-users] Live guest state saving In-Reply-To: <20100411224332.GA7704@in2p3.fr> References: <20100411224332.GA7704@in2p3.fr> Message-ID: Hi onevm stop does that, the snapfile file (checkpoint) should be in $ONE_LOCATION/var/ you can restore the VM with onevm resume Cheers On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > Hello everyone, > > is there any way of using the qemu/KVM snapshotting feature > (savevm/loadvm) within an OpenNebula platform ? I am looking for > something like "onevm snapshot vm_id snapfile" on the front-end. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mattieu.puel at cc.in2p3.fr Mon Apr 12 06:57:37 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 15:57:37 +0200 Subject: [one-users] Live guest state saving In-Reply-To: References: <20100411224332.GA7704@in2p3.fr> Message-ID: <20100412135737.GM6819@in2p3.fr> Well, savevm does not shutdown the guest system. This provides an excellent way of backing up critical systems from time to time, without interrupting production. Ruben S. Montero> > Hi > > onevm stop does that, the snapfile file (checkpoint) should be in > $ONE_LOCATION/var/ you can restore the VM with onevm resume > > Cheers > > On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > > Hello everyone, > > > > is there any way of using the qemu/KVM snapshotting feature > > (savevm/loadvm) within an OpenNebula platform ? I am looking for > > something like "onevm snapshot vm_id snapfile" on the front-end. > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 -- Mattieu Puel Administrateur syst?me Centre de Calcul de l'IN2P3 http://cc.in2p3.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2757 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 13 05:02:21 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 13 Apr 2010 17:32:21 +0530 Subject: [one-users] creating new VM Message-ID: Hi All, I am trying to create a VM, when i do onevm create template.vm, its getting failed, i can see below error oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: nb-cloud:/home/one/datastore/win esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning nb-cloud:/home/one/datastore/win Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: /src/cloud/var/8/deployment.0 Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed deploying VM in host esxinebula Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed "rm -rf /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - Any idea on this.. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 10:08:05 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Tue, 13 Apr 2010 13:08:05 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: That looks a lot like your kernel/initrd aren't good for the vm and the vm host. Check your xen/kvm logs and see what's reported. On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > Hi All, > > I am trying to create a VM, when i do > > onevm create template.vm, its getting failed, i can see below error > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > nb-cloud:/home/one/datastore/win > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > nb-cloud:/home/one/datastore/win > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > /src/cloud/var/8/deployment.0 > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed > deploying VM in host esxinebula > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > "rm -rf > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > Any idea on this.. > > thanks, > manjunath A > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Tue Apr 13 21:55:02 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 10:25:02 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Hi Keith, I am trying to host it an ESXI.Any comment on this.. thanks, manjunath A On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins wrote: > That looks a lot like your kernel/initrd aren't good for the vm and > the vm host. Check your xen/kvm logs and see what's reported. > > > > On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > > Hi All, > > > > I am trying to create a VM, when i do > > > > onevm create template.vm, its getting failed, i can see below error > > > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > > nb-cloud:/home/one/datastore/win > > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > > nb-cloud:/home/one/datastore/win > > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > > /src/cloud/var/8/deployment.0 > > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > Failed > > deploying VM in host esxinebula > > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > > "rm -rf > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > > > Any idea on this.. > > > > thanks, > > manjunath A > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 22:05:46 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Wed, 14 Apr 2010 01:05:46 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Try booting the vmdx directly on esx first, and see what happens. On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > Hi Keith, > > I am trying to host it an ESXI.Any comment on this.. > > thanks, > manjunath A > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > wrote: >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> > Hi All, >> > >> > I am trying to create a VM, when i do >> > >> > onevm create template.vm, its getting failed, i can see below error >> > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> > nb-cloud:/home/one/datastore/win >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> > nb-cloud:/home/one/datastore/win >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> > /src/cloud/var/8/deployment.0 >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> > Failed >> > deploying VM in host esxinebula >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Deleting >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Executed >> > "rm -rf >> > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> > >> > Any idea on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From manju.kudu at gmail.com Tue Apr 13 23:13:31 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 11:43:31 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Its Even worse now, its not even creating a directory under DATASTORE path. my diskfile has 20GB, does it make any difference, its setting on NFS path. same path should be accessible via ESXI as well as Front end Server . oneadmin at nb-cloud:/vmfs/volumes/vmimages$ /vmfs/volumes/697a3795-0a4f59dc # pwd /vmfs/volumes/vmimages /vmfs/volumes/697a3795-0a4f59dc # thanks, manjunath A On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > Try booting the vmdx directly on esx first, and see what happens. > > On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > > Hi Keith, > > > > I am trying to host it an ESXI.Any comment on this.. > > > > thanks, > > manjunath A > > > > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > wrote: > >> > >> That looks a lot like your kernel/initrd aren't good for the vm and > >> the vm host. Check your xen/kvm logs and see what's reported. > >> > >> > >> > >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > >> > Hi All, > >> > > >> > I am trying to create a VM, when i do > >> > > >> > onevm create template.vm, its getting failed, i can see below error > >> > > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > >> > nb-cloud:/home/one/datastore/win > >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > >> > nb-cloud:/home/one/datastore/win > >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > >> > /src/cloud/var/8/deployment.0 > >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > >> > Failed > >> > deploying VM in host esxinebula > >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Deleting > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Executed > >> > "rm -rf > >> > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > >> > > >> > Any idea on this.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 13 23:44:01 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 12:14:01 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: now VM folder is being created in the DATASTORE path but its not hosting.. On Wed, Apr 14, 2010 at 11:43 AM, manju a wrote: > Its Even worse now, its not even creating a directory under DATASTORE path. > my diskfile has 20GB, does it make any difference, its setting on NFS path. > same path should be accessible via ESXI as well as Front end Server . > > oneadmin at nb-cloud:/vmfs/volumes/vmimages$ > > /vmfs/volumes/697a3795-0a4f59dc # pwd > /vmfs/volumes/vmimages > /vmfs/volumes/697a3795-0a4f59dc # > > thanks, > manjunath A > > > > > > > On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > >> Try booting the vmdx directly on esx first, and see what happens. >> >> On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: >> > Hi Keith, >> > >> > I am trying to host it an ESXI.Any comment on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > >> > wrote: >> >> >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > I am trying to create a VM, when i do >> >> > >> >> > onevm create template.vm, its getting failed, i can see below error >> >> > >> >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> >> > nb-cloud:/home/one/datastore/win >> >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> >> > nb-cloud:/home/one/datastore/win >> >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> >> > /src/cloud/var/8/deployment.0 >> >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> >> > Failed >> >> > deploying VM in host esxinebula >> >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Deleting >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Executed >> >> > "rm -rf >> >> > >> /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> >> > >> >> > Any idea on this.. >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Wed Apr 14 06:28:39 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Wed, 14 Apr 2010 15:28:39 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan From mvnli_giang at yahoo.com Wed Apr 14 21:06:16 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Thu, 15 Apr 2010 12:06:16 +0800 (SGT) Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. Message-ID: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Thu Apr 15 00:25:50 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Thu, 15 Apr 2010 15:25:50 +0800 Subject: [one-users] About OVF Message-ID: Hi all, does openneula support OVF or decide to support? Thanks so much~~ -- Best Wishes~ Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Thu Apr 15 01:57:51 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Thu, 15 Apr 2010 10:57:51 +0200 Subject: [one-users] Host monitoring with snmp ? Message-ID: <4BC6D50F.2000106@sara.nl> Hi All, I had some problems with host monitoring, namely that I could not decrease the cycle time to monitor a host. It is my understanding that we might need to monitor our hosts more often to get better / fairer scheduling. I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could not realise a cycle time of less than 30 seconds... oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization # VM_POLLING_INTERVAL: Time in seconds between virtual machine monitorization HOST_MONITORING_INTERVAL = 10 VM_POLLING_INTERVAL = 60 I wrote a script that tries to emulate the ruby monitoring script, but pulls the information directly from system snmp counters to This should mean a more real time status of each host and avoids parsing out, scp and ssh of the ruby script. Is host monitoring via snmp a good idea ? Perhaps its faster / more scalable ? Example output using the ruby script from ONE: oneadmin at node15-one:~$ time /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2261 TOTALMEMORY=24735424 USEDMEMORY=10151572 FREEMEMORY=24159416 FREECPU=770.4 USEDCPU=29.6 NETRX=18837297726 NETTX=328653416717 Example output from my snmp script: real 0m3.531s user 0m0.000s sys 0m0.028s oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=18889772 FREEMEMORY=5845652 FREECPU=0.00 USEDCPU=800.00 NETRX=513353459 NETTX=3422880146 real 0m0.039s user 0m0.012s sys 0m0.048s oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=9011744 FREEMEMORY=15723680 FREECPU=792.00 USEDCPU=8.00 NETRX=513356316 NETTX=3422883584 real 0m0.039s user 0m0.020s sys 0m0.040s oneadmin at node15-one:~$ Cheers Neil From tinova at fdi.ucm.es Thu Apr 15 03:27:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 12:27:42 +0200 Subject: [one-users] creating VM failure In-Reply-To: <4BC013D0.5000206@gmail.com> References: <4BC013D0.5000206@gmail.com> Message-ID: Hi Eddie, I've got this sometimes --- Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory ---- when the libvirt daemon is busy or stuck. Did you try restarting it? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 10, 2010 at 7:59 AM, Eddie Liu wrote: > Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet > the following error. Here is the vm.log file. Can you help fix it? Thanks. > > Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. > Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: > maxwell:/home/liu/cloud/images/ttylinux.img > localhost:~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: > ~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory > ~/vmpool//7/images > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning > /home/liu/cloud/images/ttylinux.img > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp > /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT > Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: > /home/liu/cloud/one/var/7/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p > ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh > --connect qemu:///system create ~/vmpool//7/images/deployment.0' > Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. > Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system > Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from > /home/liu/vmpool//7/images/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show > up.: No such file or directory > Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 > Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine > Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Deleting ~/vmpool//7/images > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Executed "rm -rf ~/vmpool//7/images". > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From j.melis at fdi.ucm.es Thu Apr 15 03:38:30 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:38:30 +0200 Subject: [one-users] question about creating VMs In-Reply-To: <4BBEA4DA.7070708@gmail.com> References: <4BBEA4DA.7070708@gmail.com> Message-ID: Hi Eddie, Does this mean the KVM (I intall this virtualizer) has to create an > image "vm1.qcow2" beforehand and this image is stored at > /var/lib/one/images/? > Yes, that image has to exist beforehand. > Another question: > In vm.template, MEMORY is defined. But when using KVM to create VMs, > memory is also defined. any conflict? > If you're talking about the KVM configuration file, the memory directive will be the default value, used if it's not specified in the vm template. > > One more question: > In oned.conf, we need to define VM_DIR, and in vm.template, we need to > define Disk source. What are they? > >From the documentation: *VM_DIR* : Remote path to store the VM images, it should be shared between all the cluster nodes to perform live migrations. This path will be used for all the cluster nodes. whereas the Disk source is the image location in the server node. regards, Jaime > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.melis at fdi.ucm.es Thu Apr 15 03:42:07 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:42:07 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < stefan.harder at fokus.fraunhofer.de> wrote: > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.freitag at udo.edu Thu Apr 15 03:50:57 2010 From: stefan.freitag at udo.edu (Stefan Freitag) Date: Thu, 15 Apr 2010 12:50:57 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <95345ed7fbe16cb7d5b74545e77040af.squirrel@webmail.tu-dortmund.de> Hi Jaime, I think I got the same error on my machine if trying to ask ONE via OCCI for the available networks. The ruby version I use is ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] Kind regards Stefan Jaime Melis schrieb: > Hi, > > what ruby version are you using? > > regards, > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < > stefan.harder at fokus.fraunhofer.de> wrote: > >> Hi, >> >> we set up the OCCI interface for our OpenNebula test einvironment as >> described in http://www.opennebula.org/documentation:rel1.4:occicg. If >> we now do a get on http://servername:4567/compute/0 then we receive the >> XML representation of the VM with the id 0. But if we ask for our >> network with the id 0 (http://servername:4567/network/0) then we receive >> a ruby error: >> >> undefined method `strip' for nil:NilClass >> >> This sounds like an empty string somewhere. >> >> occi-server.log only prints: >> [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 >> >> Do you have any ideas? >> >> Thanks, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dipl.-Inform. Stefan Freitag Institut f?r Roboterforschung - Abteilung Informationstechnik Universitaet Dortmund | phone: +49 (0)231-755-7009 Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu From stefan.harder at fokus.fraunhofer.de Thu Apr 15 04:24:04 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Thu, 15 Apr 2010 13:24:04 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] Regards, Stefan Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis Gesendet: Donnerstag, 15. April 2010 12:42 An: Harder, Stefan Cc: users at lists.opennebula.org Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI interface Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan wrote: Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From lhaig at haigmail.com Thu Apr 15 05:02:22 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:02:22 +0100 Subject: [one-users] Virtual Install Message-ID: <4BC7004E.7090701@haigmail.com> Hi, I have been tasked with testing interfaces to our virtual infrastructures and have been following opennebula for a while as a lurker on this list. Is there a VM we can download that we can use to be able to test ON? Regards Lance -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From lhaig at haigmail.com Thu Apr 15 05:41:41 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:41:41 +0100 Subject: [one-users] Virtual Install In-Reply-To: References: <4BC7004E.7090701@haigmail.com> Message-ID: <4BC70985.7090507@haigmail.com> Hi Joseph, Thanks for the help. I would love to see what this does in a demo. it seems that Opennebula and Eucalyptus could be complementary to each other. Regards Lance On 15/04/2010 13:09, Joseph Glanville wrote: > I believe there is a TTYLinux image hanging around on the OpenNebula > documentation somewhere. > Failing that generating a config file for an existing Xen VM is not > all that difficult. > Goodluck. > > Kind regards, > > Joseph Glanville > > GPG Key ID: A5FC8BE3 > > > > On Thu, Apr 15, 2010 at 10:02 PM, Lance Haig wrote: > >> Hi, >> >> I have been tasked with testing interfaces to our virtual infrastructures >> and have been following opennebula for a while as a lurker on this list. >> >> Is there a VM we can download that we can use to be able to test ON? >> >> Regards >> >> Lance >> >> -- >> This message was scanned by Better Hosted and is believed to be clean. >> http://www.betterhosted.com >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -- > This message was scanned by Better Hosted and is believed to be clean. > Click here to report this message as spam. > http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=DCED19FB4D.A65D3 > > > -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From tinova at fdi.ucm.es Thu Apr 15 06:43:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 15:43:42 +0200 Subject: [one-users] Question about failing to deploy VM In-Reply-To: References: Message-ID: Hi Huiyang, Could be that the error you are getting is related to [1]? Also, please elaborate a bit more on the opennebula daemon trying to modify the ssh keys, since I don't clearly understand the problem. Best regards, -Tino [1] https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/517714 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 7, 2010 at 5:39 AM, hy xu wrote: > ould not remove profile for 'libvirt-49 From tinova at fdi.ucm.es Thu Apr 15 09:59:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 18:59:08 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, This feature depends mostly on the hypervisor (xen and kvm doesn't allow this). It will be possible to implement it for the vmware driver, i'll put that alongside the improvements plan for the vmware support. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan wrote: > Hi, > > is there any way to change a VMs configuration while it is running? > Livemigrating is good when physical hosts reach their threshold so that > you can migrate some VMs to other physical nodes. But what if the VMs > themselves need more than the allocated hardware from the *.one template > file. > > Is there any approach to do something like VMwares hot-add and hot-plug > features for RAM and CPU with OpenNebula? > > Regards, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 15 10:29:21 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 19:29:21 +0200 Subject: [one-users] Opennebula 1.4 information manager is not responding In-Reply-To: References: Message-ID: Hi there, Is there any useful information in the im_vmware.log file? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:48 PM, wrote: > Hi, > > ??We had setup opennebula 1.4 with vmware. we are able to create host and > virtual machines. Information manager is not responding, when opennebula > contionusly runs more then day.??Please help us to resolve the issue. > > Regards > Marimuthu > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Thu Apr 15 23:53:21 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 08:53:21 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Could you send us the output of onevnet list and onevnet show commands for the networks defined in your setup... Note also that through OCCI you can only create (and therefore list) Ranged networks. On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan wrote: > Hi Jaime, > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > Regards, > > > > Stefan > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis > Gesendet: Donnerstag, 15. April 2010 12:42 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > > > Hi, > > > > what ruby version are you using? > > > > regards, > > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > wrote: > > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Fri Apr 16 00:00:38 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 09:00:38 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BC6D50F.2000106@sara.nl> References: <4BC6D50F.2000106@sara.nl> Message-ID: Hi This is a great idea indeed, and a great contribution for the ecosystem ;) . Just a few thoughts about monitoring... The MONITORING_INTERVAL is the time between to monitor actions in OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts monitored by the system. So if you have more than 10 hosts the hosts are going to be monitored in approx ((num_hosts mod 10) + 1) * monitoring_interval. If that is not your case, please send us the output of oned.log... Cheers Ruben On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > Hi All, > > I had some problems with host monitoring, namely that I could not > decrease the cycle time to monitor a host. > It is my understanding that we might need to monitor our hosts more > often to get better / fairer scheduling. > > I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could > not realise a cycle time of less than 30 seconds... > > oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf > # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization > # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine > monitorization > HOST_MONITORING_INTERVAL = 10 > VM_POLLING_INTERVAL ? ? ?= 60 > > I wrote a script that tries to emulate the ruby monitoring script, but > pulls the information directly from system snmp counters to > This should mean a more real time status of each host and avoids parsing > out, scp and ssh of the ruby script. > > Is host monitoring via snmp a good idea ? Perhaps its ?faster / more > scalable ? > > Example output using the ruby script from ONE: > > oneadmin at node15-one:~$ time > /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2261 > TOTALMEMORY=24735424 > USEDMEMORY=10151572 > FREEMEMORY=24159416 > FREECPU=770.4 > USEDCPU=29.6 > NETRX=18837297726 > NETTX=328653416717 > > Example output from my snmp script: > > real ? ?0m3.531s > user ? ?0m0.000s > sys ? ? 0m0.028s > oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=18889772 > FREEMEMORY=5845652 > FREECPU=0.00 > USEDCPU=800.00 > NETRX=513353459 > NETTX=3422880146 > > real ? ?0m0.039s > user ? ?0m0.012s > sys ? ? 0m0.048s > oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=9011744 > FREEMEMORY=15723680 > FREECPU=792.00 > USEDCPU=8.00 > NETRX=513356316 > NETTX=3422883584 > > real ? ?0m0.039s > user ? ?0m0.020s > sys ? ? 0m0.040s > oneadmin at node15-one:~$ > > Cheers > > Neil > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From juliencohen5 at hotmail.fr Fri Apr 16 02:23:36 2010 From: juliencohen5 at hotmail.fr (julien cohen) Date: Fri, 16 Apr 2010 11:23:36 +0200 Subject: [one-users] I want to post to the user list Message-ID: Julien Cohen +33613795037 _________________________________________________________________ D?couvrez comment SURFER DISCRETEMENT sur un site de rencontres ! http://clk.atdmt.com/FRM/go/206608211/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Fri Apr 16 02:29:59 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Fri, 16 Apr 2010 11:29:59 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA1034C90B5@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, these are the outputs. Our network is fixed, but why can we create and list only ranged ones via OCCI? Regards, Stefan $ onevnet list ID USER NAME TYPE BRIDGE #LEASES 0 oneadmin network Fixed br0 2 $ onevnet show 0 VIRTUAL NETWORK 0 INFORMATION ID: : 0 UID: : 0 VIRTUAL NETWORK TEMPLATE BRIDGE=br0 LEASES=[ IP=xxx.xxx.xxx.203 ] LEASES=[ IP=xxx.xxx.xxx.202 ] NAME=network TYPE=FIXED LEASES INFORMATION LEASE=[ IP=xxx.xxx.xxx.202, MAC=xx:xx:xx:xx:xx:ca, USED=1, VID=6 ] LEASE=[ IP=xxx.xxx.xxx.203, MAC=xx:xx:xx:xx:xx:cb, USED=1, VID=5 ] > -----Urspr?ngliche Nachricht----- > Von: rsmontero at gmail.com [mailto:rsmontero at gmail.com] Im Auftrag von > Ruben S. Montero > Gesendet: Freitag, 16. April 2010 08:53 > An: Harder, Stefan > Cc: Jaime Melis; users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > Hi > > Could you send us the output of onevnet list and onevnet show commands > for the networks defined in your setup... Note also that through OCCI > you can only create (and therefore list) Ranged networks. > > On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan > wrote: > > Hi Jaime, > > > > > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > > > > > Regards, > > > > > > > > Stefan > > > > > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von > Jaime Melis > > Gesendet: Donnerstag, 15. April 2010 12:42 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > > interface > > > > > > > > Hi, > > > > > > > > what ruby version are you using? > > > > > > > > regards, > > > > Jaime > > > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > > wrote: > > > > Hi, > > > > we set up the OCCI interface for our OpenNebula test einvironment as > > described in http://www.opennebula.org/documentation:rel1.4:occicg. > If > > we now do a get on http://servername:4567/compute/0 then we receive > the > > XML representation of the VM with the id 0. But if we ask for our > > network with the id 0 (http://servername:4567/network/0) then we > receive > > a ruby error: > > > > undefined method `strip' for nil:NilClass > > > > This sounds like an empty string somewhere. > > > > occi-server.log only prints: > > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > > > Do you have any ideas? > > > > Thanks, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of > Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 From manju.kudu at gmail.com Fri Apr 16 03:42:38 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 16 Apr 2010 16:12:38 +0530 Subject: [one-users] VM Creation Error on ESXi Message-ID: Hi Experts, I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to create a VM, I am getting below error, i can see from VIC it will try to register the the machine, once its done below error will popup. Error 1 ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine Specified. Failed to Configure Ethernet0 I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template Above error is common on ESXI (Free) and ESX (which has foundation Lic) Error 2 I added another ESXI server (Free 3.5U4 version) When I am trying to create a vm, it got failed, from the log file(vmm_vmware.log) I can see below message. [15.04.2010 22:32:29] INIT SUCCESS [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host esxiserver [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null ---- Debug stack trace ---- AxisFault faultCode: ServerFaultCode faultSubcode: faultString: fault.RestrictedVersion.summary faultActor: faultNode: faultDetail: {urn:vim2}SecurityErrorFault:null fault.RestrictedVersion.summary at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) Any hint or help will be greatly appreciated. Thanks, Manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 06:18:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:18:12 +0200 Subject: [one-users] problem running "onevm show" In-Reply-To: <4BC2A22D.8020301@gmail.com> References: <4BC2A22D.8020301@gmail.com> Message-ID: Hi Eddie, Could you please send the output of onevm show 0 -x Let's see what is the value of stime, that seems to be upsetting the onevm command. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > bignum too big to convert > into `long' From jeroen.nijhof at sara.nl Fri Apr 16 06:54:05 2010 From: jeroen.nijhof at sara.nl (Jeroen Nijhof) Date: Fri, 16 Apr 2010 15:54:05 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released Message-ID: <4BC86BFD.6040407@sara.nl> Hi, I'm pleased to announce onemc version 1.0.0 has finally been released: * Uses XMLRPC2 to talk with one * Create and remove templates * Deploying VM's based on earlier created templates * Manage, create and remove hosts * Manage, create and remove networks * Create, remove and edit users * ACL support * Theme support * Support for global and user disk images * Upload images to global or user directory * VNC support auto and manual, auto port assignment needs ONE patch available at the file section of this project. * Generic database support by using adodb for the ACL's and templates. For more information take a look at: http://dev.opennebula.org/projects/management-console/wiki -- Kind regards, Jeroen Nijhof From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:59:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:59:42 +0200 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi Britto, Does this happen with just one VM or with the system under big workload? Also, are you using libvirt? The template looks correct. Probably, if you just restart the VM with "onevm restart", you will make ONE to poll the VM again, and if it is there, it will recover the control. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: > Hi Folks, > > After submitting the vm for deployement it turns into UNKNOWN state after > running state. > > Here is the log > > Sat Apr? 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart > and delete actions available or try to recover it manually > Sat Apr? 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN > > > And my template is .. > > NAME?? = Centos-base > CPU??? = 1 > MEMORY = 512 > > OS = [ > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", > root = "hda" ] > > DISK?? = [ > ? source?? = "/srv/cloud/one/one-templates/VMs/centos5-base.img", > ? target?? = "hda", > ? readonly = "no" ] > > NIC??? = [ NETWORK = "labnet" ] > ip_public=192.168.1.2 > > FEATURES=[ acpi="no" ] > > GRAPHICS = [ > type = "vnc", > listen = "localhost", > port = "5902" ] > > CONTEXT = [ > ??? hostname??? = "$NAME", > ?#?? ip_public?? = "192.168.1.13", > ??? files????? = "/srv/cloud/one/one-templates/init.sh > /srv/cloud/one/.ssh/id_rsa.pub", > ??? target????? = "hdc", > ??? root_pubkey = "id_dsa.pub", > ??? username??? = "oneadmin", > ??? user_pubkey = "id_dsa.pub" > ] > > > > Anything am i missing here? ? > > -- > Brittto > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From cherishlxy at gmail.com Fri Apr 16 07:55:20 2010 From: cherishlxy at gmail.com (Xiaoyi Lu) Date: Fri, 16 Apr 2010 22:55:20 +0800 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi, I also meet this problem with One 1.21 when the load is heavy. It looks like a bug of One. Xiaoyi Lu 2010/4/16 Xiaoyi Lu > Hi, > I also meet this problem with One 1.21 when the load is heavy. > > It looks like a bug of One. > > Xiaoyi Lu > > 2010/4/16 Tino Vazquez > > Hi Britto, >> >> Does this happen with just one VM or with the system under big >> workload? Also, are you using libvirt? >> >> The template looks correct. Probably, if you just restart the VM with >> "onevm restart", you will make ONE to poll the VM again, and if it is >> there, it will recover the control. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: >> > Hi Folks, >> > >> > After submitting the vm for deployement it turns into UNKNOWN state >> after >> > running state. >> > >> > Here is the log >> > >> > Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. >> Restart >> > and delete actions available or try to recover it manually >> > Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN >> > >> > >> > And my template is .. >> > >> > NAME = Centos-base >> > CPU = 1 >> > MEMORY = 512 >> > >> > OS = [ >> > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", >> > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", >> > root = "hda" ] >> > >> > DISK = [ >> > source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", >> > target = "hda", >> > readonly = "no" ] >> > >> > NIC = [ NETWORK = "labnet" ] >> > ip_public=192.168.1.2 >> > >> > FEATURES=[ acpi="no" ] >> > >> > GRAPHICS = [ >> > type = "vnc", >> > listen = "localhost", >> > port = "5902" ] >> > >> > CONTEXT = [ >> > hostname = "$NAME", >> > # ip_public = "192.168.1.13", >> > files = "/srv/cloud/one/one-templates/init.sh >> > /srv/cloud/one/.ssh/id_rsa.pub", >> > target = "hdc", >> > root_pubkey = "id_dsa.pub", >> > username = "oneadmin", >> > user_pubkey = "id_dsa.pub" >> > ] >> > >> > >> > >> > Anything am i missing here ? >> > >> > -- >> > Brittto >> > >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Fri Apr 16 08:15:49 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 17:15:49 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released In-Reply-To: <4BC86BFD.6040407@sara.nl> References: <4BC86BFD.6040407@sara.nl> Message-ID: NICE!!!!, Congrats :) On Fri, Apr 16, 2010 at 3:54 PM, Jeroen Nijhof wrote: > Hi, > > I'm pleased to announce onemc version 1.0.0 has finally been released: > > * Uses XMLRPC2 to talk with one > * Create and remove templates > * Deploying VM's based on earlier created templates > * Manage, create and remove hosts > * Manage, create and remove networks > * Create, remove and edit users > * ACL support > * Theme support > * Support for global and user disk images > * Upload images to global or user directory > * VNC support auto and manual, auto port assignment needs ONE patch > available at the file section of this project. > * Generic database support by using adodb for the ACL's and templates. > > For more information take a look at: > http://dev.opennebula.org/projects/management-console/wiki > > -- > Kind regards, > > Jeroen Nijhof > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Fri Apr 16 08:56:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:56:24 +0200 Subject: [one-users] Is there an offline version of the documentation? In-Reply-To: <610033.99035.qm@web110202.mail.gq1.yahoo.com> References: <610033.99035.qm@web110202.mail.gq1.yahoo.com> Message-ID: Hi Doug, We don't have an offline version of the documentation, but it is an excellent idea, I am noting this down for next releases. thanks a lot for the feedback, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 1, 2010 at 6:18 AM, Doug Bunger wrote: > If there an offline version of the documentation? Perhaps a PDF that > combines all the pages of the documentation? > > -- Doug Bunger > -- dougbunger at yahoo.com > -- > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 08:57:55 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:57:55 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BBA15F2.7050302@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> <4BBA15F2.7050302@googlemail.com> Message-ID: Hi Tobias, We wil think about this in the next release, it involves a non trivial change in the code. Meanwhile, the DB approach sounds like a good idea. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 6:55 PM, Tobias H?fler wrote: > Hi Tino, > > thanks for your answer. > I'm programming a billing and accounting program, which needs among > other things the runtime of a VM. > To get this, it is necessary to have the whole history of the VM, as a > suspend- time should not be taken into account for example. > I have thought of accessing the OpenNebula database directly, but if you > could implements this, I still can use the XML RPC API which would be great. > When could you do this and how would you release this extension ? > > Best regards, > Tobias > > > > Tino Vazquez wrote: >> Hi Tobias, >> >> This is not possible at the moment, the XMLRPC API just returns the >> last sequence of history. We can extend this, could you please >> elaborate on why this functionality is interesting for you? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler >> wrote: >> >>> hi all, >>> >>> I want to get detailed information about a VM's history like it is in >>> the history table in the Open Nebula Database. >>> In my case, I want to access these data via the XML RPC API. >>> >>> With the one.vm.info method, I only get the current sequence of the VM >>> History, but I want to get all sequences. >>> Is this possible via the XML RPC API ? >>> >>> Thanks a lot in advance, >>> cheers Tobias >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > > From tinova at fdi.ucm.es Fri Apr 16 09:04:51 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 18:04:51 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: <201004121644.27306.baun@kit.edu> References: <201004121644.27306.baun@kit.edu> Message-ID: Hi Chritian, I'm CCing OpenNebula's user list in case someone has the same problem. Can you execute the command with "ruby -dw" and send us the output? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > Hi Tino, > > I tried to start an instance as decribed here: > http://opennebula.org/cloud:cloud > > > $ env | grep EC > EC2_SECRET_KEY=c14ud5sky > EC2_URL=https://devel.cloud.opennebula.org > EC2_ACCESS_KEY=christian > > $ econe-describe-images -H > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > ------------------------------------------------------------------------------ > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > $ econe-run-instances -H 1 > econe-run-instances: undefined method `elements' for nil:NilClass > > > Did I something wrong? > > Best Regards, > ? Christian > > > -- > --------- > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > From rbabu at hexagrid.com Sat Apr 17 11:08:04 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Sat, 17 Apr 2010 13:08:04 -0500 Subject: [one-users] Onehost list output Message-ID: ONE Version 1.2 The value shown in the Total Memory and Free Memory columns of onehost list command are only 7 digits. When I have a host with more than 10 gig memory the value displayed is misleading making the user assume its 1 gig. Has this been addressed in 1.4? If not, can this be addressed in future? Ranga -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Sat Apr 17 23:50:53 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sun, 18 Apr 2010 02:50:53 -0400 Subject: [one-users] problem running "onevm show" In-Reply-To: References: <4BC2A22D.8020301@gmail.com> Message-ID: <4BCAABCD.20002@gmail.com> Hi Tino: Here is the output of "onevm show 0 -x". Thanks! WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 0 0 vm1 0 6 0 1270236661 1270781455 0 0 0 0 0 localhost 0 1270781455 1270781455 1270781455 1270781455 0 0 0 0 1 Tino Vazquez wrote: > Hi Eddie, > > Could you please send the output of > > onevm show 0 -x > > Let's see what is the value of stime, that seems to be upsetting the > onevm command. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > >> bignum too big to convert >> into `long' >> From runseb at gmail.com Sun Apr 18 18:25:37 2010 From: runseb at gmail.com (sebastien goasguen) Date: Sun, 18 Apr 2010 21:25:37 -0400 Subject: [one-users] Message from CERN Message-ID: Dear opennebula team, we have been testing opennebula, along with other solutions, extensively over the last 6 months at CERN, and we would like to give you a quick update of where we are with it now. Over the whole time period, we've experienced an excellent and competent support by the developers. We have demonstrated that we can manage more than 1,000 virtual machines with it, and have reached up to 7,500 Virtual Machines running on approximately 400 physical hosts. Our hosts run Xen and are managed by our proven configuration management system Quattor; we added functionality to our hosts so that when they go through their own lifecycle (testing, production, maintenance etc..), they automatically notify opennebula and disable or enable themselves using the One XML-RPC server. This has added some autonomic property to our environment with self-notificiation of hosts in opennebula. We also use the XML-RPC server to self-delete VMs and autonomically manage the shares of various VM types. Programming using your API has proven quite useful and easy. We are also using the MAC pinning solution that you developed for us. Each host maintains a list of available MAC adresses for VMs running on that particular host. A One probe is setup to check this list and schedule VMs only on hosts that have obtained a MAC lease that matches one of the MAC in the list. This was required by our networking infrastructure to be able to track the VMs properly. In terms of image transfer we are using your LVM transfer scripts that we helped to develop and test. These are working quite nicely and allow us to start VMs extremely quickly. We pre-stage a base image on all the nodes, and the transfer script creates LVM snapshots. This way we demonstrated that we can handle 20 snapshots on each host easily, and ONE cleans up everything when VMs are deleted. Since we don't have a shared file system that is usable for this, we have tested a simple parallel scp program to push the images to all the hosts. This enables us to push a ~10GB image to ~500 hosts in about one hour. We are also currently testing a bittorrent network between all our hosts, early testing is very promising and we are confident to have some performance numbers soon for this system. Currently we are pushing your VM scheduler quite hard, trying to dispatch over 8,000 VMs every 3 hours, it seems that the scheduler can achieve 1VM/sec which is quite good but not yet fast enough for us. We look forward for improvements in this area, and count on your continued support to improve and harden the nice bit of free software. -Sebastien Goasguen for the CERN batch virtualization team -- --- Sebastien Goasguen Assistant Professor and CERN scientific associate School of Computing Clemson University 864-553-4734 http://sites.google.com/site/runseb/ From mvnli_giang at yahoo.com Sun Apr 18 22:53:55 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 13:53:55 +0800 (SGT) Subject: [one-users] TTYLinux example: Cannot copy Deployment file. Message-ID: <530533.14741.qm@web76303.mail.sg1.yahoo.com> ----- Th? ?? chuy?n ti?p ---- T?: GIANG NGUYENVAN ??n: users at lists.opennebula.org G?i ng?y: 0:06:16, Th? N?m, 15 th?ng 4 2010 Ch? ??: TTYLinux ecample: Cannot copy Deployment file. Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mvnli_giang at yahoo.com Sun Apr 18 23:41:42 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 14:41:42 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 19 02:39:17 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 19 Apr 2010 15:09:17 +0530 Subject: [one-users] VM Creation Error on ESXi In-Reply-To: References: Message-ID: Hi All, As far as i observed ESXI4.0 free version is not working, if we enable with Evaluation Mode, we are able to create a VM using "onevm create templ.vm" thanks, Manjunath A On Fri, Apr 16, 2010 at 4:12 PM, manju a wrote: > Hi Experts, > > I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to > create a VM, I am getting below error, i can see from VIC it will try to > register the the machine, once its done below error will popup. > > Error 1 > > ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine > Specified. Failed to Configure Ethernet0 > > I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template > > Above error is common on ESXI (Free) and ESX (which has foundation Lic) > > Error 2 > > I added another ESXI server (Free 3.5U4 version) > > When I am trying to create a vm, it got failed, from the log > file(vmm_vmware.log) I can see below message. > > > > [15.04.2010 22:32:29] INIT SUCCESS > > [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host > esxiserver > > [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null > > ---- Debug stack trace ---- > > AxisFault > > faultCode: ServerFaultCode > > faultSubcode: > > faultString: fault.RestrictedVersion.summary > > faultActor: > > faultNode: > > faultDetail: > > {urn:vim2}SecurityErrorFault:null > > > > fault.RestrictedVersion.summary > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > > at java.lang.Class.newInstance0(Class.java:355) > > Any hint or help will be greatly appreciated. > > Thanks, > > Manjunath A > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssysun at gmail.com Mon Apr 19 05:27:48 2010 From: ssysun at gmail.com (Sun) Date: Mon, 19 Apr 2010 13:27:48 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT Message-ID: Unable to deploy/start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Artem.Harutyunyan at cern.ch Mon Apr 19 06:38:11 2010 From: Artem.Harutyunyan at cern.ch (Artem Harutyunyan) Date: Mon, 19 Apr 2010 15:38:11 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org Message-ID: <4BCC5CC3.6050101@cern.ch> Hi, When I do econe-describe-instances or econe-describe-images I get hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one ./econe-describe-images --access-key=cernvm --secret-key=**** --url=https://cloud.opennebula.org econe-describe-images: undefined method `elements' for nil:NilClass hartem at pcphsft38:/opt/one/bin$ Is that OK (the output does not change if I supply the wrong password)? Also, could you please tell me what kind of image can I upload to the cloud (VMware, KVM, or Xen), and is there a limit on image size? Thanks for your help! Cheers, Artem. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6007 bytes Desc: S/MIME Cryptographic Signature URL: From tinova at fdi.ucm.es Mon Apr 19 09:35:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 19 Apr 2010 18:35:12 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, FYI, Jordi Guijarro, from CESCA, wrote me offline to point me out a nice feature present in Xen 4.0 RAS features: physical cpu/memory hotplug ( from [1] ). We definitely hold this in mind for future releases. Regards, -Tino [1] http://wiki.xensource.com/xenwiki/Xen4.0 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:59 PM, Tino Vazquez wrote: > Hi Stefan, > > This feature depends mostly on the hypervisor (xen and kvm doesn't > allow this). It will be possible to implement it for the vmware > driver, i'll put that alongside the improvements plan for the vmware > support. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan > wrote: >> Hi, >> >> is there any way to change a VMs configuration while it is running? >> Livemigrating is good when physical hosts reach their threshold so that >> you can migrate some VMs to other physical nodes. But what if the VMs >> themselves need more than the allocated hardware from the *.one template >> file. >> >> Is there any approach to do something like VMwares hot-add and hot-plug >> features for RAM and CPU with OpenNebula? >> >> Regards, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > From jfontan at gmail.com Mon Apr 19 09:41:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:41:59 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org In-Reply-To: <4BCC5CC3.6050101@cern.ch> References: <4BCC5CC3.6050101@cern.ch> Message-ID: Hello, Unfortunately actual EC2 interface is not as robust and complete as it should be desired. We plan to have a better implementation in the future. The colleague that manages this told me that you only have an account in devel.opennebula.org, that is a dummy installation, that is, the VMs started are not really running, are simulated with special hypervisor drivers. Unfortunately at this very moment we are using all our machines and we don't have enough resources to start real VMs in cloud.opennebula.org. If you need assistance to configure EC2 layer in your machines we will try to help you. Sorry for all the troubles On Mon, Apr 19, 2010 at 3:38 PM, Artem Harutyunyan wrote: > Hi, > > When I do econe-describe-instances or econe-describe-images I get > > hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one > ./econe-describe-images --access-key=cernvm --secret-key=**** > --url=https://cloud.opennebula.org > econe-describe-images: undefined method `elements' for nil:NilClass > hartem at pcphsft38:/opt/one/bin$ > > Is that OK (the output does not change if I supply the wrong password)? > > Also, could you please tell me what kind of image can I upload to the cloud > (VMware, KVM, or Xen), and is there a limit on image size? > > Thanks for your help! > > Cheers, > Artem. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 19 09:43:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:43:59 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <295517.33481.qm@web76316.mail.sg1.yahoo.com> References: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Message-ID: Hello, It seems that you are using tm_nfs drivers, is that correct? If that is the case it seems that the directory /srv/cloud/one//var is not shared to the execution nodes. Check that the execution nodes hace this dir mounted by nfs so they can see what the frontend node had put there. Bye On Mon, Apr 19, 2010 at 8:41 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From szekelyi at niif.hu Mon Apr 19 18:36:14 2010 From: szekelyi at niif.hu (=?iso-8859-1?q?SZ=C9KELYI_Szabolcs?=) Date: Tue, 20 Apr 2010 03:36:14 +0200 Subject: [one-users] Accessing custom attributes from drivers Message-ID: <201004200336.14321.szekelyi@niif.hu> Hi ONE world, the ability of adding user-defined attributes to VM configuration is a nice feature, but... Suppose I need the value of a custom attribute in a TM script. Currently the only way of accessing it is to parse the command line parameters to determine the VID then feeding it to onevm, parsing its output as well, looking for the attribute name. This method, in my opinion, can be called anything but fancy and reliable. Is there a better way of accessing there parameters from drivers and MADs? Thanks, -- cc From mvnli_giang at yahoo.com Mon Apr 19 20:07:10 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Tue, 20 Apr 2010 11:07:10 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Hello. I have already mouted this directory (/srv/cloud/one/var) to share to execution nodes. But the same error happened. It seem that OpenNebula created the deployment file deployment.0 in the different directory it looks up for. > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory Can you show me where can i put some code to change the directory that OpenNebula generate deployment file, or where it look up this file. I think the problem is around that. -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Wed Apr 21 00:19:39 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Wed, 21 Apr 2010 09:19:39 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: References: <4BC6D50F.2000106@sara.nl> Message-ID: <4BCEA70B.3020406@sara.nl> Excellent , I will package up the snmp information manager scripts and post them to the ecosystem. Regarding the monitoring interval, I am a little confused ... perhaps there is a reason but I cant fathom it , it seems if you don't have multiples of 10 nodes then your monitoring interval will grow ... **((2 nodes mod 10) + 1) * 10 = 30 second interval** **((10 nodes mod 10) + 1) * 10 = 10** second interval**** **((26 nodes mod 10) + 1) * 10 = 70** second interval ******((260 nodes mod 10) + 1) * 10 = 10 second interval ** Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? Cheers Neil Ruben S. Montero wrote: > Hi > > This is a great idea indeed, and a great contribution for the > ecosystem ;) . Just a few thoughts about monitoring... > > The MONITORING_INTERVAL is the time between to monitor actions in > OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts > monitored by the system. So if you have more than 10 hosts the hosts > are going to be monitored in approx ((num_hosts mod 10) + 1) * > monitoring_interval. > > If that is not your case, please send us the output of oned.log... > > > Cheers > > Ruben > > On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > >> Hi All, >> >> I had some problems with host monitoring, namely that I could not >> decrease the cycle time to monitor a host. >> It is my understanding that we might need to monitor our hosts more >> often to get better / fairer scheduling. >> >> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >> not realise a cycle time of less than 30 seconds... >> >> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >> # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >> # VM_POLLING_INTERVAL: Time in seconds between virtual machine >> monitorization >> HOST_MONITORING_INTERVAL = 10 >> VM_POLLING_INTERVAL = 60 >> >> I wrote a script that tries to emulate the ruby monitoring script, but >> pulls the information directly from system snmp counters to >> This should mean a more real time status of each host and avoids parsing >> out, scp and ssh of the ruby script. >> >> Is host monitoring via snmp a good idea ? Perhaps its faster / more >> scalable ? >> >> Example output using the ruby script from ONE: >> >> oneadmin at node15-one:~$ time >> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2261 >> TOTALMEMORY=24735424 >> USEDMEMORY=10151572 >> FREEMEMORY=24159416 >> FREECPU=770.4 >> USEDCPU=29.6 >> NETRX=18837297726 >> NETTX=328653416717 >> >> Example output from my snmp script: >> >> real 0m3.531s >> user 0m0.000s >> sys 0m0.028s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=18889772 >> FREEMEMORY=5845652 >> FREECPU=0.00 >> USEDCPU=800.00 >> NETRX=513353459 >> NETTX=3422880146 >> >> real 0m0.039s >> user 0m0.012s >> sys 0m0.048s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=9011744 >> FREEMEMORY=15723680 >> FREECPU=792.00 >> USEDCPU=8.00 >> NETRX=513356316 >> NETTX=3422883584 >> >> real 0m0.039s >> user 0m0.020s >> sys 0m0.040s >> oneadmin at node15-one:~$ >> >> Cheers >> >> Neil >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > > > > From manju.kudu at gmail.com Wed Apr 21 00:27:55 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 21 Apr 2010 12:57:55 +0530 Subject: [one-users] econe commands Message-ID: Hi All, We are running Virtual machines on top of ESXI , when we do econe-upload, which file extension we need to give for uploading vmware based images, do we need give ".vmx" ?? i am able to upload ".vmx" (not sure whether its right or wrong) econe-describe-images oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 when i do econe-run-instances 5 econe-run-instances: undefined method `elements' for nil:NilClass i think i am missing some thing here.. please advise !! thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandeep at kqinfotech.com Wed Apr 21 00:42:52 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Wed, 21 Apr 2010 13:12:52 +0530 Subject: [one-users] Query about Opennebula + libvirt Message-ID: Hi, I am experimenting with opennebulea. I am successful to form simple private cloud with two worker node and one front node. I did deployment operations with command line (CUI). Now, I need to use libvirt for the same purpose. I tried with this at front end : *virsh -c one:///* and it gives me error : * error: no hypervisor driver available for one:///* * * Two things that I am able to do are : 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula doesn't comes into picture ) Actually, I am confused because three things has to be integrated to form a system i.e. 1) opennebula, 2) kvm hyperwiser, 3) libvirt APIs Can someone clear the picture, so that i can proceed with further things? I have few doubts like which daemons should be running on front-node and worker node, what configuration settings should be done to specify hyperwiser driver for *one:///* -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 21 00:54:26 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 21 Apr 2010 09:54:26 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BCEA70B.3020406@sara.nl> References: <4BC6D50F.2000106@sara.nl> <4BCEA70B.3020406@sara.nl> Message-ID: Hi, Excellent! Thanks for your contribution. Sorry I mixed up the operators, I meant the integer division instead of mod On Wed, Apr 21, 2010 at 9:19 AM, Neil Mooney wrote: > Excellent , ?I will package up the snmp information manager scripts and > post them to the ecosystem. > > Regarding the monitoring interval, I am a little confused ... perhaps > there is a reason but I cant fathom it , it seems if you don't have > multiples of 10 nodes then your monitoring interval will grow ... > > > **((2 nodes mod 10) + 1) * 10 = 30 second interval** > > **((10 nodes mod 10) + 1) * 10 = 10** second interval**** > > **((26 nodes mod 10) + 1) * 10 = 70** second interval > > ******((260 nodes mod 10) + 1) * 10 = 10 second interval > ** > Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? > > Cheers > > Neil > > > Ruben S. Montero wrote: >> Hi >> >> This is a great idea indeed, and a great contribution for the >> ecosystem ;) . Just a few thoughts about monitoring... >> >> The MONITORING_INTERVAL is the time between to monitor actions in >> OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts >> monitored by the system. So if you have more than 10 hosts the hosts >> are going to be monitored in approx ((num_hosts mod 10) + 1) * >> monitoring_interval. >> >> If that is not your case, please send us the output of oned.log... >> >> >> Cheers >> >> Ruben >> >> On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: >> >>> Hi All, >>> >>> I had some problems with host monitoring, namely that I could not >>> decrease the cycle time to monitor a host. >>> It is my understanding that we might need to monitor our hosts more >>> often to get better / fairer scheduling. >>> >>> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >>> not realise a cycle time of less than 30 seconds... >>> >>> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >>> # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >>> # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine >>> monitorization >>> HOST_MONITORING_INTERVAL = 10 >>> VM_POLLING_INTERVAL ? ? ?= 60 >>> >>> I wrote a script that tries to emulate the ruby monitoring script, but >>> pulls the information directly from system snmp counters to >>> This should mean a more real time status of each host and avoids parsing >>> out, scp and ssh of the ruby script. >>> >>> Is host monitoring via snmp a good idea ? Perhaps its ?faster / more >>> scalable ? >>> >>> Example output using the ruby script from ONE: >>> >>> oneadmin at node15-one:~$ time >>> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2261 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=10151572 >>> FREEMEMORY=24159416 >>> FREECPU=770.4 >>> USEDCPU=29.6 >>> NETRX=18837297726 >>> NETTX=328653416717 >>> >>> Example output from my snmp script: >>> >>> real ? ?0m3.531s >>> user ? ?0m0.000s >>> sys ? ? 0m0.028s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=18889772 >>> FREEMEMORY=5845652 >>> FREECPU=0.00 >>> USEDCPU=800.00 >>> NETRX=513353459 >>> NETTX=3422880146 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.012s >>> sys ? ? 0m0.048s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=9011744 >>> FREEMEMORY=15723680 >>> FREECPU=792.00 >>> USEDCPU=8.00 >>> NETRX=513356316 >>> NETTX=3422883584 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.020s >>> sys ? ? 0m0.040s >>> oneadmin at node15-one:~$ >>> >>> Cheers >>> >>> Neil >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Wed Apr 21 02:28:26 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 11:28:26 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Sun, If you connect to the VMware host, can you see the machine running? Or is it registered at least (you should see a one-13 machine)? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > Unable to deploy/start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ > ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From nuno_carlos at yahoo.co.uk Wed Apr 21 08:18:25 2010 From: nuno_carlos at yahoo.co.uk (Carlos Nuno) Date: Wed, 21 Apr 2010 08:18:25 -0700 (PDT) Subject: [one-users] Opennebula - VMWare Adapter Message-ID: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Opennebula's documents says that we need to install vmware sdk and apache axis. however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. I am confused. Please help. Thank You. From baun at kit.edu Fri Apr 16 10:26:00 2010 From: baun at kit.edu (Christian Baun) Date: Fri, 16 Apr 2010 19:26:00 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: References: <201004121644.27306.baun@kit.edu> Message-ID: <201004161926.00524.baun@kit.edu> Hi Tino, This is the output: $ ruby -dw /usr/bin/econe-run-instances -H 1 /usr/bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:38 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass Best Regards, Christian Am Freitag, 16. April 2010 schrieb Tino Vazquez: > Hi Chritian, > > I'm CCing OpenNebula's user list in case someone has the same problem. > > Can you execute the command with "ruby -dw" and send us the output? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > > Hi Tino, > > > > I tried to start an instance as decribed here: > > http://opennebula.org/cloud:cloud > > > > > > $ env | grep EC > > EC2_SECRET_KEY=c14ud5sky > > EC2_URL=https://devel.cloud.opennebula.org > > EC2_ACCESS_KEY=christian > > > > $ econe-describe-images -H > > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > > ------------------------------------------------------------------------------ > > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > > > $ econe-run-instances -H 1 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > > > Did I something wrong? > > > > Best Regards, > > ? Christian > > > > > > -- > > --------- > > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > > > From samuelrh at infomed.sld.cu Tue Apr 13 21:28:38 2010 From: samuelrh at infomed.sld.cu (Samuel Rguez) Date: Tue, 13 Apr 2010 23:28:38 -0500 Subject: [one-users] Hello Message-ID: <001201cadb8a$f73d25f0$e5b771d0$@sld.cu> I would like to know how works the Fault Tolerance System in OpenNebula and how it works the detection and recovery of failures. I also want to know if OpenNebula allows automatic save of virtual machines. If you could answer me in Spanish I would appreciate it Thank you very much, Anet -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas Infomed: http://www.sld.cu/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From yl.sun at besc.ac.uk Mon Apr 19 05:12:51 2010 From: yl.sun at besc.ac.uk (Yih Leong Sun) Date: Mon, 19 Apr 2010 13:12:51 +0100 Subject: [one-users] OpenNebula VMWare Message-ID: Unable to start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Wed Apr 21 02:45:42 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Wed, 21 Apr 2010 10:45:42 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). It is not registered at all. I'm using VMWare Server 2.0. However, I can see the vmware template is already copied. And I can run register and start this one-13 from the vmware console. But not from the OpenNebula. On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > Hi Sun, > > If you connect to the VMware host, can you see the machine running? Or > is it registered at least (you should see a one-13 machine)? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > > Unable to deploy/start vmware using OpenNebula. > > The LCM state stopped at BOOT state. > > > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > > my-desktop:/vmware/store/ > > ubuntu > > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/13/deployment.0 > > > > It stop here and VM never go into active state. > > > > VIRTUAL MACHINE 13 INFORMATION > > ID : 13 > > NAME : VMwareVM > > STATE : ACTIVE > > LCM_STATE : BOOT > > START TIME : 04/19 12:46:36 > > END TIME : - > > DEPLOY ID: : > > > > VIRTUAL MACHINE TEMPLATE > > CPU=1 > > DISK=[ > > CLONE=yes, > > SAVE=no, > > SOURCE=/vmware/store/ubuntu ] > > MEMORY=1024 > > NAME=VMwareVM > > NIC=[ > > BRIDGE=vbr0, > > IP=192.168.0.2, > > MAC=00:03:c0:a8:00:02, > > NETWORK=VMWareNet, > > VNID=0 ] > > VMID=13 > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 21 14:47:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 23:47:47 +0200 Subject: [one-users] OpenNebula VMWare In-Reply-To: References: Message-ID: Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:12 PM, Yih Leong Sun wrote: > Unable to start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From yihleong at gmail.com Thu Apr 22 04:47:43 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Thu, 22 Apr 2010 12:47:43 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I'm not getting File<..> not found error. And there is no other folder in the datastore. This is how i create and deploy the vm. 1. onevm create vmware.template 2. onevm deploy The oned.log shows that the vm cloning is successful. And i can see that it is renaming the vmx file to one-.vmx. Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and nothing else. The .log shows the following: Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: yl-desktop:/vmware/store/ubuntu_template yl.desktop:/var/lib/one/17/images/disk.0 Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning yl-desktop:/vmware/store/ubuntu_template Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: /var/lib/one/17/deployment.0 The process stop here and nothing else happen, and the VM info shows LCM_STATE as BOOT. It seems like the vm doesn't get kick start at all. ID : 17 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/22 12:29:30 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu_template ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.1, MAC=00:03:c0:a8:00:01, NETWORK=VMWareNet, VNID=0 ] VMID=17 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. wrote: > Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). > It is not registered at all. > > I'm using VMWare Server 2.0. > > However, I can see the vmware template is already copied. And I can run > register and start this one-13 from the vmware console. > But not from the OpenNebula. > > > On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > >> Hi Sun, >> >> If you connect to the VMware host, can you see the machine running? Or >> is it registered at least (you should see a one-13 machine)? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> > Unable to deploy/start vmware using OpenNebula. >> > The LCM state stopped at BOOT state. >> > >> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> > my-desktop:/vmware/store/ >> > ubuntu >> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/13/deployment.0 >> > >> > It stop here and VM never go into active state. >> > >> > VIRTUAL MACHINE 13 INFORMATION >> > ID : 13 >> > NAME : VMwareVM >> > STATE : ACTIVE >> > LCM_STATE : BOOT >> > START TIME : 04/19 12:46:36 >> > END TIME : - >> > DEPLOY ID: : >> > >> > VIRTUAL MACHINE TEMPLATE >> > CPU=1 >> > DISK=[ >> > CLONE=yes, >> > SAVE=no, >> > SOURCE=/vmware/store/ubuntu ] >> > MEMORY=1024 >> > NAME=VMwareVM >> > NIC=[ >> > BRIDGE=vbr0, >> > IP=192.168.0.2, >> > MAC=00:03:c0:a8:00:02, >> > NETWORK=VMWareNet, >> > VNID=0 ] >> > VMID=13 >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 22 05:04:40 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 14:04:40 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi, Do you get the host monitorized with "onehost"? It seems like the connection to the server is never made, are you using the FQDN? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. wrote: > Nope. I'm not getting File<..> not found error. > And there is no other folder in the datastore. > > This is how i create and deploy the vm. > 1. onevm create vmware.template > 2. onevm deploy > > The oned.log shows that the vm cloning is successful. > And i can see that it is renaming the vmx file to one-.vmx. > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and > nothing else. > > The .log shows the following: > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: > yl-desktop:/vmware/store/ubuntu_template > yl.desktop:/var/lib/one/17/images/disk.0 > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning > yl-desktop:/vmware/store/ubuntu_template > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: > /var/lib/one/17/deployment.0 > > The process stop here and nothing else happen, and the VM info shows > LCM_STATE as BOOT. > It seems like the vm doesn't get kick start at all. > > ID???????????? : 17 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/22 12:29:30 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu_template ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.1, > ? MAC=00:03:c0:a8:00:01, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=17 > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > Hi, > > Are you getting a Filenot found error in your VI > client? > > In that case, try removing in the shared datastore all the ? folders. > > Regards, > > -Tino > > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. > wrote: >> >> Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). >> It is not registered at all. >> I'm using VMWare Server 2.0. >> However, I can see the vmware template is already copied. And I can run >> register and start this one-13 from the vmware console. >> But not from the OpenNebula. >> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: >>> >>> Hi Sun, >>> >>> If you connect to the VMware host, can you see the machine running? Or >>> is it registered at least (you should see a one-13 machine)? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> > Unable to deploy/start vmware using OpenNebula. >>> > The LCM state stopped at BOOT state. >>> > >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> > my-desktop:/vmware/store/ >>> > ubuntu >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/13/deployment.0 >>> > >>> > It stop here and VM never go into active state. >>> > >>> > VIRTUAL MACHINE 13 INFORMATION >>> > ID???????????? : 13 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/19 12:46:36 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.2, >>> > ? MAC=00:03:c0:a8:00:02, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=13 >>> > _______________________________________________ >>> > Users mailing list >>> > Users at lists.opennebula.org >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 06:24:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 15:24:24 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, It creates the image file to the $DATASTORE_PATH, which is supposed to be a NFS or VMFS share exported by the OpenNebula fornt-end to the nodes holding the hypervisors. This variable is set in $ONE_LOCATIONtm_vmware/tm_vmwarerc. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. wrote: > Is it suppose to create any image files? > When i delete the vm, the logs shows: > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > However, I can't find any file/folders > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" > > > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. wrote: >> >> I have tried both FQDN and non-FQDN and still the same result. >> The LCM_STATE still remains "BOOT". >> >> onehost show 1: >> ID??????????????????? : 1 >> NAME????????????????? : yl-desktop.besc.ac.uk >> STATE???????????????? : MONITORING >> IM_MAD??????????????? : im_vmware >> VM_MAD??????????????? : vmm_vmware >> TM_MAD??????????????? : tm_vmware >> >> HOST SHARES >> MAX MEM?????????????? : 0 >> USED MEM (REAL)?????? : 0 >> USED MEM (ALLOCATED)? : 524288 >> MAX CPU?????????????? : 0 >> USED CPU (REAL)?????? : 0 >> USED CPU (ALLOCATED)? : 100 >> RUNNING VMS?????????? : 1 >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez wrote: >>> >>> Hi, >>> >>> Do you get the host monitorized with "onehost"? It seems like the >>> connection to the server is never made, are you using the FQDN? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> wrote: >>> > Nope. I'm not getting File<..> not found error. >>> > And there is no other folder in the datastore. >>> > >>> > This is how i create and deploy the vm. >>> > 1. onevm create vmware.template >>> > 2. onevm deploy >>> > >>> > The oned.log shows that the vm cloning is successful. >>> > And i can see that it is renaming the vmx file to one-.vmx. >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and >>> > nothing else. >>> > >>> > The .log shows the following: >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> > yl-desktop:/vmware/store/ubuntu_template >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> > yl-desktop:/vmware/store/ubuntu_template >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/17/deployment.0 >>> > >>> > The process stop here and nothing else happen, and the VM info shows >>> > LCM_STATE as BOOT. >>> > It seems like the vm doesn't get kick start at all. >>> > >>> > ID???????????? : 17 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/22 12:29:30 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.1, >>> > ? MAC=00:03:c0:a8:00:01, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=17 >>> > >>> > >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> > Hi, >>> > >>> > Are you getting a Filenot found error in your VI >>> > client? >>> > >>> > In that case, try removing in the shared datastore all the ? >>> > folders. >>> > >>> > Regards, >>> > >>> > -Tino >>> > >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> > wrote: >>> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> (http://localhost:8222/ui). >>> >> It is not registered at all. >>> >> I'm using VMWare Server 2.0. >>> >> However, I can see the vmware template is already copied. And I can >>> >> run >>> >> register and start this one-13 from the vmware console. >>> >> But not from the OpenNebula. >>> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> wrote: >>> >>> >>> >>> Hi Sun, >>> >>> >>> >>> If you connect to the VMware host, can you see the machine running? >>> >>> Or >>> >>> is it registered at least (you should see a one-13 machine)? >>> >>> >>> >>> Regards, >>> >>> >>> >>> -Tino >>> >>> >>> >>> -- >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>> DSA Research Group: http://dsa-research.org >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >>> > The LCM state stopped at BOOT state. >>> >>> > >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >>> > my-desktop:/vmware/store/ >>> >>> > ubuntu >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> >>> > /var/lib/one/13/deployment.0 >>> >>> > >>> >>> > It stop here and VM never go into active state. >>> >>> > >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >>> > ID???????????? : 13 >>> >>> > NAME?????????? : VMwareVM >>> >>> > STATE????????? : ACTIVE >>> >>> > LCM_STATE????? : BOOT >>> >>> > START TIME???? : 04/19 12:46:36 >>> >>> > END TIME?????? : - >>> >>> > DEPLOY ID:???? : >>> >>> > >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >>> > CPU=1 >>> >>> > DISK=[ >>> >>> > ? CLONE=yes, >>> >>> > ? SAVE=no, >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >>> > MEMORY=1024 >>> >>> > NAME=VMwareVM >>> >>> > NIC=[ >>> >>> > ? BRIDGE=vbr0, >>> >>> > ? IP=192.168.0.2, >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >>> > ? NETWORK=VMWareNet, >>> >>> > ? VNID=0 ] >>> >>> > VMID=13 >>> >>> > _______________________________________________ >>> >>> > Users mailing list >>> >>> > Users at lists.opennebula.org >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > >>> >>> > >>> >> >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 07:52:05 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 16:52:05 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: The tm_delete.sh from the vmware tm scripts suite tries to ---8<---- exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" --->8---- >From the info provided, seems like the $DATASTORE_PATH should be set to "/vmware/store/one-21" Best, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. wrote: > What i can see is that "one-21" folder is created in the datastore which > contains all the vmx files. > i.e. /vmware/store/one-21. > > It is not the one in the tm_delete.sh: > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images > > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> Hi Yih, >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> nodes holding the hypervisors. This variable is set in >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> wrote: >> > Is it suppose to create any image files? >> > When i delete the vm, the logs shows: >> > tm_delete.sh: Executed "rm -rf >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> > >> > However, I can't find any file/folders >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> > >> > >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> > wrote: >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> The LCM_STATE still remains "BOOT". >> >> >> >> onehost show 1: >> >> ID??????????????????? : 1 >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> STATE???????????????? : MONITORING >> >> IM_MAD??????????????? : im_vmware >> >> VM_MAD??????????????? : vmm_vmware >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> HOST SHARES >> >> MAX MEM?????????????? : 0 >> >> USED MEM (REAL)?????? : 0 >> >> USED MEM (ALLOCATED)? : 524288 >> >> MAX CPU?????????????? : 0 >> >> USED CPU (REAL)?????? : 0 >> >> USED CPU (ALLOCATED)? : 100 >> >> RUNNING VMS?????????? : 1 >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> wrote: >> >>> >> >>> Hi, >> >>> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >>> connection to the server is never made, are you using the FQDN? >> >>> >> >>> Regards, >> >>> >> >>> -Tino >> >>> >> >>> -- >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> DSA Research Group: http://dsa-research.org >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >>> >> >>> >> >>> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >>> wrote: >> >>> > Nope. I'm not getting File<..> not found error. >> >>> > And there is no other folder in the datastore. >> >>> > >> >>> > This is how i create and deploy the vm. >> >>> > 1. onevm create vmware.template >> >>> > 2. onevm deploy >> >>> > >> >>> > The oned.log shows that the vm cloning is successful. >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >>> > and >> >>> > nothing else. >> >>> > >> >>> > The .log shows the following: >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >>> > /var/lib/one/17/deployment.0 >> >>> > >> >>> > The process stop here and nothing else happen, and the VM info shows >> >>> > LCM_STATE as BOOT. >> >>> > It seems like the vm doesn't get kick start at all. >> >>> > >> >>> > ID???????????? : 17 >> >>> > NAME?????????? : VMwareVM >> >>> > STATE????????? : ACTIVE >> >>> > LCM_STATE????? : BOOT >> >>> > START TIME???? : 04/22 12:29:30 >> >>> > END TIME?????? : - >> >>> > DEPLOY ID:???? : >> >>> > >> >>> > VIRTUAL MACHINE TEMPLATE >> >>> > CPU=1 >> >>> > DISK=[ >> >>> > ? CLONE=yes, >> >>> > ? SAVE=no, >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >>> > MEMORY=1024 >> >>> > NAME=VMwareVM >> >>> > NIC=[ >> >>> > ? BRIDGE=vbr0, >> >>> > ? IP=192.168.0.1, >> >>> > ? MAC=00:03:c0:a8:00:01, >> >>> > ? NETWORK=VMWareNet, >> >>> > ? VNID=0 ] >> >>> > VMID=17 >> >>> > >> >>> > >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >>> > Hi, >> >>> > >> >>> > Are you getting a Filenot found error in your >> >>> > VI >> >>> > client? >> >>> > >> >>> > In that case, try removing in the shared datastore all the ? >> >>> > folders. >> >>> > >> >>> > Regards, >> >>> > >> >>> > -Tino >> >>> > >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >>> > >> >>> > wrote: >> >>> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >>> >> (http://localhost:8222/ui). >> >>> >> It is not registered at all. >> >>> >> I'm using VMWare Server 2.0. >> >>> >> However, I can see the vmware template is already copied. And I can >> >>> >> run >> >>> >> register and start this one-13 from the vmware console. >> >>> >> But not from the OpenNebula. >> >>> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >>> >> wrote: >> >>> >>> >> >>> >>> Hi Sun, >> >>> >>> >> >>> >>> If you connect to the VMware host, can you see the machine >> >>> >>> running? >> >>> >>> Or >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >>> >>> >> >>> >>> Regards, >> >>> >>> >> >>> >>> -Tino >> >>> >>> >> >>> >>> -- >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> >>> DSA Research Group: http://dsa-research.org >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >>> >>> http://www.OpenNebula.org >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >>> >>> > The LCM state stopped at BOOT state. >> >>> >>> > >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >>> >>> > my-desktop:/vmware/store/ >> >>> >>> > ubuntu >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> >>> >>> > /var/lib/one/13/deployment.0 >> >>> >>> > >> >>> >>> > It stop here and VM never go into active state. >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >>> >>> > ID???????????? : 13 >> >>> >>> > NAME?????????? : VMwareVM >> >>> >>> > STATE????????? : ACTIVE >> >>> >>> > LCM_STATE????? : BOOT >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >>> >>> > END TIME?????? : - >> >>> >>> > DEPLOY ID:???? : >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >>> >>> > CPU=1 >> >>> >>> > DISK=[ >> >>> >>> > ? CLONE=yes, >> >>> >>> > ? SAVE=no, >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >>> >>> > MEMORY=1024 >> >>> >>> > NAME=VMwareVM >> >>> >>> > NIC=[ >> >>> >>> > ? BRIDGE=vbr0, >> >>> >>> > ? IP=192.168.0.2, >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >>> >>> > ? NETWORK=VMWareNet, >> >>> >>> > ? VNID=0 ] >> >>> >>> > VMID=13 >> >>> >>> > _______________________________________________ >> >>> >>> > Users mailing list >> >>> >>> > Users at lists.opennebula.org >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >>> > >> >>> >>> > >> >>> >> >> >>> > >> >>> > >> >> >> > >> > > > From tinova at fdi.ucm.es Thu Apr 22 08:36:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 17:36:54 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Oops, my mistake, i meant "/vmware/store/" -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. wrote: > No. > one-21, the "21" is the vm id generated by the opennebula. > > > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez wrote: >> >> The tm_delete.sh from the vmware tm scripts suite tries to >> >> ---8<---- >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >> --->8---- >> >> From the info provided, seems like the $DATASTORE_PATH should be set >> to "/vmware/store/one-21" >> >> Best, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >> wrote: >> > What i can see is that "one-21" folder is created in the datastore which >> > contains all the vmx files. >> > i.e. /vmware/store/one-21. >> > >> > It is not the one in the tm_delete.sh: >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >> > >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> >> >> Hi Yih, >> >> >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> >> nodes holding the hypervisors. This variable is set in >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> >> wrote: >> >> > Is it suppose to create any image files? >> >> > When i delete the vm, the logs shows: >> >> > tm_delete.sh: Executed "rm -rf >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> >> > >> >> > However, I can't find any file/folders >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> >> > >> >> > >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> >> > wrote: >> >> >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> >> The LCM_STATE still remains "BOOT". >> >> >> >> >> >> onehost show 1: >> >> >> ID??????????????????? : 1 >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> >> STATE???????????????? : MONITORING >> >> >> IM_MAD??????????????? : im_vmware >> >> >> VM_MAD??????????????? : vmm_vmware >> >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> >> >> HOST SHARES >> >> >> MAX MEM?????????????? : 0 >> >> >> USED MEM (REAL)?????? : 0 >> >> >> USED MEM (ALLOCATED)? : 524288 >> >> >> MAX CPU?????????????? : 0 >> >> >> USED CPU (REAL)?????? : 0 >> >> >> USED CPU (ALLOCATED)? : 100 >> >> >> RUNNING VMS?????????? : 1 >> >> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> >> wrote: >> >> >>> >> >> >>> Hi, >> >> >>> >> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >> >>> connection to the server is never made, are you using the FQDN? >> >> >>> >> >> >>> Regards, >> >> >>> >> >> >>> -Tino >> >> >>> >> >> >>> -- >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> DSA Research Group: http://dsa-research.org >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >>> >> >> >>> >> >> >>> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >> >>> >> >> >>> wrote: >> >> >>> > Nope. I'm not getting File<..> not found error. >> >> >>> > And there is no other folder in the datastore. >> >> >>> > >> >> >>> > This is how i create and deploy the vm. >> >> >>> > 1. onevm create vmware.template >> >> >>> > 2. onevm deploy >> >> >>> > >> >> >>> > The oned.log shows that the vm cloning is successful. >> >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >> >>> > and >> >> >>> > nothing else. >> >> >>> > >> >> >>> > The .log shows the following: >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >> >>> > /var/lib/one/17/deployment.0 >> >> >>> > >> >> >>> > The process stop here and nothing else happen, and the VM info >> >> >>> > shows >> >> >>> > LCM_STATE as BOOT. >> >> >>> > It seems like the vm doesn't get kick start at all. >> >> >>> > >> >> >>> > ID???????????? : 17 >> >> >>> > NAME?????????? : VMwareVM >> >> >>> > STATE????????? : ACTIVE >> >> >>> > LCM_STATE????? : BOOT >> >> >>> > START TIME???? : 04/22 12:29:30 >> >> >>> > END TIME?????? : - >> >> >>> > DEPLOY ID:???? : >> >> >>> > >> >> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> > CPU=1 >> >> >>> > DISK=[ >> >> >>> > ? CLONE=yes, >> >> >>> > ? SAVE=no, >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >> >>> > MEMORY=1024 >> >> >>> > NAME=VMwareVM >> >> >>> > NIC=[ >> >> >>> > ? BRIDGE=vbr0, >> >> >>> > ? IP=192.168.0.1, >> >> >>> > ? MAC=00:03:c0:a8:00:01, >> >> >>> > ? NETWORK=VMWareNet, >> >> >>> > ? VNID=0 ] >> >> >>> > VMID=17 >> >> >>> > >> >> >>> > >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >> >>> > Hi, >> >> >>> > >> >> >>> > Are you getting a Filenot found error in >> >> >>> > your >> >> >>> > VI >> >> >>> > client? >> >> >>> > >> >> >>> > In that case, try removing in the shared datastore all the >> >> >>> > ? >> >> >>> > folders. >> >> >>> > >> >> >>> > Regards, >> >> >>> > >> >> >>> > -Tino >> >> >>> > >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >> >>> > >> >> >>> > wrote: >> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >> >>> >> (http://localhost:8222/ui). >> >> >>> >> It is not registered at all. >> >> >>> >> I'm using VMWare Server 2.0. >> >> >>> >> However, I can see the vmware template is already copied. And I >> >> >>> >> can >> >> >>> >> run >> >> >>> >> register and start this one-13 from the vmware console. >> >> >>> >> But not from the OpenNebula. >> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >> >>> >> >> >> >>> >> wrote: >> >> >>> >>> >> >> >>> >>> Hi Sun, >> >> >>> >>> >> >> >>> >>> If you connect to the VMware host, can you see the machine >> >> >>> >>> running? >> >> >>> >>> Or >> >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >> >>> >>> >> >> >>> >>> Regards, >> >> >>> >>> >> >> >>> >>> -Tino >> >> >>> >>> >> >> >>> >>> -- >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> >>> DSA Research Group: http://dsa-research.org >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >> >>> >>> http://www.OpenNebula.org >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >> >>> >>> > The LCM state stopped at BOOT state. >> >> >>> >>> > >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no >> >> >>> >>> > context >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> >>> > my-desktop:/vmware/store/ >> >> >>> >>> > ubuntu >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment >> >> >>> >>> > file: >> >> >>> >>> > /var/lib/one/13/deployment.0 >> >> >>> >>> > >> >> >>> >>> > It stop here and VM never go into active state. >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >> >>> >>> > ID???????????? : 13 >> >> >>> >>> > NAME?????????? : VMwareVM >> >> >>> >>> > STATE????????? : ACTIVE >> >> >>> >>> > LCM_STATE????? : BOOT >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >> >>> >>> > END TIME?????? : - >> >> >>> >>> > DEPLOY ID:???? : >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> >>> > CPU=1 >> >> >>> >>> > DISK=[ >> >> >>> >>> > ? CLONE=yes, >> >> >>> >>> > ? SAVE=no, >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >> >>> >>> > MEMORY=1024 >> >> >>> >>> > NAME=VMwareVM >> >> >>> >>> > NIC=[ >> >> >>> >>> > ? BRIDGE=vbr0, >> >> >>> >>> > ? IP=192.168.0.2, >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >> >>> >>> > ? NETWORK=VMWareNet, >> >> >>> >>> > ? VNID=0 ] >> >> >>> >>> > VMID=13 >> >> >>> >>> > _______________________________________________ >> >> >>> >>> > Users mailing list >> >> >>> >>> > Users at lists.opennebula.org >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> >>> >>> > >> >> >>> >>> > >> >> >>> >> >> >> >>> > >> >> >>> > >> >> >> >> >> > >> >> > >> > >> > > > From makhanmail at gmail.com Thu Apr 22 13:31:20 2010 From: makhanmail at gmail.com (makhanmail) Date: Thu, 22 Apr 2010 23:31:20 +0300 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? Message-ID: Hello, I'd like to ask why kernel and ramdisk have to be present locally on the hosts? What's the reason for that? I know they are small, so it's not really a problem to keep all kernels we're using directly on hosts, but so it wouldn't be a problem to just copy them from repository whenever we need. Maciej From shortstuff92 at gmail.com Thu Apr 22 17:24:08 2010 From: shortstuff92 at gmail.com (Joseph Glanville) Date: Fri, 23 Apr 2010 10:24:08 +1000 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? In-Reply-To: References: Message-ID: Hi there. :) Depends on your hypervisor enviroment etc. If you use a stubdom loader like pygrub or pv-grub (for Xen) then the kernels and ramdisks can be self contained within the VM images. Hope that helps. :) Kind regards, Joseph Glanville GPG Key ID: A5FC8BE3 On Fri, Apr 23, 2010 at 6:31 AM, makhanmail wrote: > > Hello, > > I'd like to ask why kernel and ramdisk have to be present locally on the > hosts? What's the reason for that? I know they are small, so it's not really > a problem to keep all kernels we're using directly on hosts, but so it > wouldn't be a problem to just copy them from repository whenever we need. > > Maciej > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From ameseacla at gmail.com Thu Apr 22 21:51:07 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Fri, 23 Apr 2010 00:51:07 -0400 Subject: [one-users] port forwarding Message-ID: <4BD1273B.40802@gmail.com> Hi all: I want to set the port forwarding on front-end so that I can access the VMs from internet. Does anyone have the similar experience to share? Thanks in advance! / / From toens.bueker at lists0903.nurfuerspam.neuroserve.de Fri Apr 23 01:32:46 2010 From: toens.bueker at lists0903.nurfuerspam.neuroserve.de (Toens Bueker) Date: Fri, 23 Apr 2010 10:32:46 +0200 Subject: [one-users] High-availability included? Message-ID: <20100423083246.GL20225@neteligent.de> Hi *, as I understand, oned is monitoring all VMs, which are running in an opennebula grid. What I could not determine by reading the docs is: will oned restart VMs on another physical host, if their physical host crashes? If yes, it should be mentioned in the docs as "HA" or "high-availability". If not, is it possible to implement this feature (it seems to me that all required components are available to do that)? Kind regards, T?ns -- There is no safe distance. From wasimbari at gmail.com Fri Apr 23 07:44:11 2010 From: wasimbari at gmail.com (Wasim Bari) Date: Fri, 23 Apr 2010 15:44:11 +0100 Subject: [one-users] fault tolerance in OpenNebula Message-ID: Hi All, I am interested to know if OpenNebula has any plans in their roadmap, near future, adding fault tolerance capabilities into toolkit? something like BFT or other similar way ? Cheers, Wasim -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeroen at nijhofnet.nl Fri Apr 23 12:07:21 2010 From: jeroen at nijhofnet.nl (Jeroen Nijhof) Date: Fri, 23 Apr 2010 21:07:21 +0200 Subject: [one-users] port forwarding In-Reply-To: <4BD1273B.40802@gmail.com> References: <4BD1273B.40802@gmail.com> Message-ID: <1272049641.3120.8.camel@tux> Hi, You can use iptables for portforwarding i.e. ssh: # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to :22 Just keep in mind that the ssh connection should go back as well so check the routes/firewall's... Regards, Jeroen On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > Hi all: > I want to set the port forwarding on front-end so that I can access the VMs from internet. > Does anyone have the similar experience to share? Thanks in advance! > > > / > / > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From florianchazal at gmail.com Mon Apr 26 06:37:38 2010 From: florianchazal at gmail.com (florian chazal) Date: Mon, 26 Apr 2010 15:37:38 +0200 Subject: [one-users] OpenNebula Management Console : Bug Message-ID: Hi, This mesage is more for the developpers : I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the > VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From llorente at dacya.ucm.es Mon Apr 26 06:57:54 2010 From: llorente at dacya.ucm.es (Ignacio Martin Llorente) Date: Mon, 26 Apr 2010 15:57:54 +0200 Subject: [one-users] OpenNebula Management Console : Bug In-Reply-To: References: Message-ID: <8BD97721-2A3A-4871-B3FF-81F064652E95@dacya.ucm.es> Hi Florian, I am forwarding your email to the ecosystem mailing list. Cheers, -- Ignacio M. Llorente, Full Professor (Catedratico): http://dsa-research.org/llorente DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org RESERVOIR European Project in Cloud Computing: http://www.reservoir-fp7.eu On 26/04/2010, at 15:37, florian chazal wrote: > Hi, > > This mesage is more for the developpers : > I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : > Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... > > > 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > Florian Chazal > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From jfontan at gmail.com Mon Apr 26 08:24:38 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:24:38 +0200 Subject: [one-users] About OVF In-Reply-To: References: Message-ID: Hello, There is no plan to natively support OVF. This feature can be implemented as a layer over OpenNebula. Take a look at this project: http://claudia.morfeo-project.org/ Bye On Thu, Apr 15, 2010 at 9:25 AM, hy xu wrote: > Hi all, > > does openneula support OVF or decide to support? > > Thanks so much~~ > > -- > Best Wishes~ > > Alex > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:31:21 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:31:21 +0200 Subject: [one-users] Onehost list output In-Reply-To: References: Message-ID: Hello, This problem was still not addressed but you can easily change column sizes. Edit onehost script, at the top of the code there is a table (hash) describing each column. You can change size of the affected columns. Negative numbers mean that the column is right justified. Bye On Sat, Apr 17, 2010 at 8:08 PM, Rangababu Chakravarthula wrote: > ONE Version 1.2 > > The value shown in the Total Memory and Free Memory columns of onehost list > command are only 7 digits. When I have a host with more than 10 gig memory > the value displayed is misleading making the user assume its 1 gig. Has this > been addressed in 1.4? If not, can this be addressed in future? > > > Ranga > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:33:44 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:33:44 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <285760.11931.qm@web76302.mail.sg1.yahoo.com> References: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Message-ID: Hello, After the machine is submited and failed (before deleting it) can you check that /srv/cloud/one/var//images exists in the execution host? On Tue, Apr 20, 2010 at 5:07 AM, GIANG NGUYENVAN wrote: > Hello. > I have already mouted this directory (/srv/cloud/one/var) to share to > execution nodes. But the same error happened. > It seem that OpenNebula created the deployment file deployment.0 in the > different directory it looks up for. > >> Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: >> /srv/cloud/one/var/1/deployment.0 >> Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred >> -d >> one-1 -w 26' >> Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. >> Thu Apr 15 10:47:38 2010 [VMM][I]: > bash: >> /srv/cloud/one/var/1/images/deployment.0: No such file or directory > > Can you show me where can i put some code to change the directory that > OpenNebula generate deployment file, or where it look > up this file. I think the problem is around that. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:38:00 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:38:00 +0200 Subject: [one-users] Query about Opennebula + libvirt In-Reply-To: References: Message-ID: Hello, It seems that libvirt was not compiled with one support. Can you check it? Bye On Wed, Apr 21, 2010 at 9:42 AM, Sandeep at kqinfotech.com wrote: > Hi, > ??I am?experimenting with opennebulea. I am successful to form simple > private cloud with two worker node and > one front node. I did deployment operations with command line (CUI). Now, I > need to use libvirt for the same purpose. > I tried with this at front end : > ?? ? ? ? ??virsh -c one:/// > and it gives me error : > ?? ? ? ? ? error: no hypervisor driver available for one:/// > Two things that I am able to do are : > 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. > 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula > doesn't comes into picture ) > Actually, I am confused because three things has to be integrated to form a > system i.e. > 1) opennebula, > 2) kvm hyperwiser, > 3) libvirt APIs > Can someone clear the picture, so that i can proceed with further things? > I have few doubts like which daemons should be running on front-node and > worker node, what configuration settings should be done to specify > hyperwiser driver for one:/// > > > -- > Thanks & Regards, > Sandeep Kapse > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From rdiez at cesga.es Mon Apr 26 09:57:14 2010 From: rdiez at cesga.es (Ruben Diez) Date: Mon, 26 Apr 2010 18:57:14 +0200 Subject: [one-users] one compilation on Centos 5.4 Message-ID: <4BD5C5EA.60308@cesga.es> Hi: I'm try to compile one on a centos 5.4.... I am follow the steps specified at http://www.opennebula.org/documentation:rel1.4:notes for the centos 5/RLE 5 case.... But, after make all the specified stuff, i get the follow error when i run the "scons" command: ------------ BEGIN CODE ----------------- [root at nuba-cesga-1b one-1.4]# scons scons: Reading SConscript files ... Testing recipe: pkg-config Error calling pkg-config xmlrpc_server_abyss++ --static --libs Testing recipe: xmlrpc-c-config Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian lenny) Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: hardcoded libraries for Mac OS X (installed using port) g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 Error searching for xmlrpc-c libraries. Please check this things: * You have installed development libraries for xmlrpc-c. One way to check this is calling xmlrpc-c-config that is provided with the development package. * Check that the version of xmlrpc-c is at least 1.06. You can do this also calling: $ xmlrpc-c-config --version * If all this requirements are already met please send log files located in .xmlrpc_test to the mailing list. TypeError: 'str' object is not callable: File "/root/one-1.4/SConstruct", line 114: exit(-1) --------- END CODE --------------- Anybody knows what is failing??? Regards. From makhanmail at gmail.com Mon Apr 26 09:40:28 2010 From: makhanmail at gmail.com (makhanmail) Date: Mon, 26 Apr 2010 19:40:28 +0300 Subject: [one-users] one compilation on Centos 5.4 In-Reply-To: <4BD5C5EA.60308@cesga.es> References: <4BD5C5EA.60308@cesga.es> Message-ID: Hi Do you have the right version of xmlrpc-c installed? Is your system 32- or 64-bit? Don't know how it's on CentOS, but I had problems with xmlrpc-c - it was 32 bit and I needed 64 bit. Commands I used to install dependencies on Scientific Linux: yum -y install yum-conf-epel.noarch yum -y install ruby ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc sqlite-devel xmlrpc rubygems openssl openssl-devel openssh scons gcc flex bison make rubygem-rake.noarch gem install nokogiri rake xmlparser wget http://prdownloads.sourceforge.net/scons/scons-1.2.0-1.noarch.rpm rpm -Uvh scons-1.2.0-1.noarch.rpm wget http://centos.karan.org/el5/extras/testing/SRPMS/xmlrpc-c-1.06.18-1.el5.kb.src.rpm yum -y install cmake rpmbuild --rebuild xmlrpc-c-1.06.18-1.el5.kb.src.rpm cd /usr/src/redhat/RPMS/x86_64/ rpm -i xmlrpc-c-1.06.18-1.x86_64.rpm rpm -i xmlrpc-c-devel-1.06.18-1.x86_64.rpm wget http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz tar xvzf sqlite-amalgamation-3.6.17.tar.gz cd sqlite-3.6.17/ ./configure make make install Regards, Maciej Kruk Dnia 26-04-2010 o 19:57:14 Ruben Diez napisa?(a): > Hi: > > I'm try to compile one on a centos 5.4.... > > I am follow the steps specified at > http://www.opennebula.org/documentation:rel1.4:notes for the centos > 5/RLE 5 case.... > > But, after make all the specified stuff, i get the follow error when i > run the "scons" command: > > ------------ BEGIN CODE ----------------- > [root at nuba-cesga-1b one-1.4]# scons > scons: Reading SConscript files ... > Testing recipe: pkg-config > Error calling pkg-config xmlrpc_server_abyss++ --static --libs > Testing recipe: xmlrpc-c-config > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian > lenny) > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: hardcoded libraries for Mac OS X (installed using port) > g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o > .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include > -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit > -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher > -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans > -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ > -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse > -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ > -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss > 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 > > > Error searching for xmlrpc-c libraries. Please check this things: > > * You have installed development libraries for xmlrpc-c. One way to > check > this is calling xmlrpc-c-config that is provided with the development > package. > * Check that the version of xmlrpc-c is at least 1.06. You can do this > also > calling: > $ xmlrpc-c-config --version > * If all this requirements are already met please send log files > located in > .xmlrpc_test to the mailing list. > > TypeError: 'str' object is not callable: > File "/root/one-1.4/SConstruct", line 114: > exit(-1) > --------- END CODE --------------- > > Anybody knows what is failing??? > > Regards. > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From hoefler.tobias at googlemail.com Mon Apr 26 12:51:24 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 26 Apr 2010 21:51:24 +0200 Subject: [one-users] "reason" column in history table Message-ID: <4BD5EEBC.8000600@googlemail.com> Hi all, there are some different numbers within the reason column in the history table of the OpenNebula database. What exactly does each number in there mean ? Thanks a lot in advance, cheers, Tobias From tinova at fdi.ucm.es Mon Apr 26 15:03:58 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Tue, 27 Apr 2010 00:03:58 +0200 Subject: [one-users] "reason" column in history table In-Reply-To: <4BD5EEBC.8000600@googlemail.com> References: <4BD5EEBC.8000600@googlemail.com> Message-ID: Hi Tobias, The reason column logs the circumstances of the termination of the VM in its host: 0 NONE, /** < Normal termination in host */ 1 ERROR, /** < The VM was migrated because of an error */ 2 STOP_RESUME,/** < The VM was migrated because of a stop/resume request*/ 3 USER, /** < The VM was migrated because of an explicit request */ 4 CANCEL /** < The VM was migrated because of an explicit cancel */ The above is taken from the History object header [1]. Regards, -Tino [1] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/entry/include/History.h -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 26, 2010 at 9:51 PM, Tobias H?fler wrote: > Hi all, > > there are some different numbers within the reason column in the history > table of the OpenNebula database. > What exactly does each number in there mean ? > > Thanks a lot in advance, > cheers, > Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From jinzishuai at gmail.com Mon Apr 26 16:35:03 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:35:03 -0600 Subject: [one-users] resume a suspended VM in a different host Message-ID: Hi there, I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. However, I find that the resumed VM always runs on the same host where it was running before. This pauses a problem if the original host became fully occupied. The VM will resume any ways, causing degradation of performance of other VMs and might even cause error due to lack of memory. On the other hand, I think this can be fixed, especially if we are using a shared storage driver such as the tm_nfs. I can imagine that the to be resumed VM is actually put into the queue asking for resources from the scheduler. Once a proper host is selected for it, it can then easily be resume from the other host. I guess we don't really have to have a shared storage, just like migrate works on ssh drivers as well. Do you think this is a reasonable suggestion? -- Shi Jin, Ph.D. From jinzishuai at gmail.com Mon Apr 26 16:38:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:38:37 -0600 Subject: [one-users] migrate causes VM to reboot Message-ID: Hi there, I am able to call "onevm migrate" to move a VM from one host to another. However, it seems that after each migration, the VM was started from the XML deployment file again. What is interesting is that a checkpoint has already been made. However, it does not seem to be used? I think this is a bug, isn't it? Thanks a lot. -- Shi Jin, Ph.D. From rajendra at kqinfotech.com Mon Apr 26 23:23:50 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:53:50 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Tue Apr 27 00:22:33 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Tue, 27 Apr 2010 09:22:33 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: Message-ID: <4BD690B9.3030408@sara.nl> Hi Shi For the machine to transfer without reboot, you probably need to use livemigrate instead. Do you have shared storage already ? The checkpoint file is probably redundant in a non live migration.(not sure). cheers Neil -- * livemigrate (Migrates a running VM to another host without downtime) onevm livemigrate Shi Jin wrote: > Hi there, > > I am able to call "onevm migrate" to move a VM from one host to another. > However, it seems that after each migration, the VM was started from > the XML deployment file again. > > What is interesting is that a checkpoint has already been made. > However, it does not seem to be used? > > I think this is a bug, isn't it? > Thanks a lot. > > From mehdi.alishahi at gmail.com Tue Apr 27 00:25:42 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 09:25:42 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: <4AC59736.9070003@gmail.com> References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi All, I'd like to work with OpenNebula in dummy mode (simulated). Would you please let me know about the status of this and how can I start to work with it? Regards, Mehdi On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: > Hi Ruben, > > Thansk this works well. It will give me a leg up before I hook into the > cluster. > > cheers, -g > > Ruben S. Montero wrote: >> >> Morning Gary, >> >> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >> a try. Let us know >> if it is good for your purposes. >> >> Cheers! >> >> Ruben >> >> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >> wrote: >> >>> >>> Hi, >>> >>> I think this would work for the initial development, ?I think the >>> simulated >>> time, especially for provisioning and startup is important. It allows my >>> work out the "remote aspects" of the http protocol. A settable in a conf >>> file would be great. >>> >>> Its 3:30 am by me, need some sleep... :-) >>> >>> -gary >>> >>> Borja Sotomayor wrote: >>> >>>> >>>> Hi, >>>> >>>> >>>>> >>>>> Well in fact this may be quite straight forward if we assume that all >>>>> operations always succeed and we do not need to model the behavior of >>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>> we can use this as a very simple development backend. >>>>> >>>> >>>> To be more specific, I think this 'test adapter' would have to provide >>>> the >>>> following features: >>>> >>>> - Allow specification of a number of physical hosts with specific >>>> capacities using a configuration file. >>>> >>>> - Internally keep track of what VMs are running and respond to >>>> monitoring >>>> command with predictable values. For simplicity, a simple starting point >>>> could be to make all VMs say that they are using 0% of their allocated >>>> CPU >>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>> complex models, to replicate real workloads). >>>> >>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>> points out, a simple starting point is to assume that all operations >>>> complete successfully and instantly. In the future, it would be nice to >>>> also >>>> configure delays (most importantly, suspension/resumption shouldn't be >>>> done >>>> instantaneously; the test driver should try to replicate that there's a >>>> delay while the VM suspends/resumes, and that is should remain in the >>>> "suspending" state for some time before transitioning to "suspended") >>>> and >>>> even failures (e.g., I want to add error handling code in Haizea, but >>>> doing >>>> this with a real testbed is messy, since it involves somehow provoking >>>> the >>>> VMs to fail). >>>> >>>> - As a starting point, this test adapter should operate in "real time". >>>> For simulations, it would be nice to have "simulated time" (so we can >>>> fast-forward through a lot of requests) but since the core and the >>>> scheduler >>>> are separate processes, it would involve coordinating this simulated >>>> time >>>> between the two components. This is doable, but we would to think about >>>> what's the best way of doing this. >>>> >>>> >>>> Gary: Would the above meet your requirements? >>>> >>>> >>>> Cheers! >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From rubensm at dacya.ucm.es Tue Apr 27 02:59:53 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Tue, 27 Apr 2010 11:59:53 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi, The URL for the dummy backend: http://dev.opennebula.org/projects/onesim/wiki Cheers Ruben On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi wrote: > Hi All, > > I'd like to work with OpenNebula in dummy mode (simulated). Would you > please let me know about the status of this and how can I start to > work with it? > > Regards, > Mehdi > > On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >> Hi Ruben, >> >> Thansk this works well. It will give me a leg up before I hook into the >> cluster. >> >> cheers, -g >> >> Ruben S. Montero wrote: >>> >>> Morning Gary, >>> >>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>> a try. Let us know >>> if it is good for your purposes. >>> >>> Cheers! >>> >>> Ruben >>> >>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>> wrote: >>> >>>> >>>> Hi, >>>> >>>> I think this would work for the initial development, ?I think the >>>> simulated >>>> time, especially for provisioning and startup is important. It allows my >>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>> file would be great. >>>> >>>> Its 3:30 am by me, need some sleep... :-) >>>> >>>> -gary >>>> >>>> Borja Sotomayor wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> >>>>>> >>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>> operations always succeed and we do not need to model the behavior of >>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>> we can use this as a very simple development backend. >>>>>> >>>>> >>>>> To be more specific, I think this 'test adapter' would have to provide >>>>> the >>>>> following features: >>>>> >>>>> - Allow specification of a number of physical hosts with specific >>>>> capacities using a configuration file. >>>>> >>>>> - Internally keep track of what VMs are running and respond to >>>>> monitoring >>>>> command with predictable values. For simplicity, a simple starting point >>>>> could be to make all VMs say that they are using 0% of their allocated >>>>> CPU >>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>> complex models, to replicate real workloads). >>>>> >>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>> points out, a simple starting point is to assume that all operations >>>>> complete successfully and instantly. In the future, it would be nice to >>>>> also >>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>> done >>>>> instantaneously; the test driver should try to replicate that there's a >>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>> "suspending" state for some time before transitioning to "suspended") >>>>> and >>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>> doing >>>>> this with a real testbed is messy, since it involves somehow provoking >>>>> the >>>>> VMs to fail). >>>>> >>>>> - As a starting point, this test adapter should operate in "real time". >>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>> fast-forward through a lot of requests) but since the core and the >>>>> scheduler >>>>> are separate processes, it would involve coordinating this simulated >>>>> time >>>>> between the two components. This is doable, but we would to think about >>>>> what's the best way of doing this. >>>>> >>>>> >>>>> Gary: Would the above meet your requirements? >>>>> >>>>> >>>>> Cheers! >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >>> >>> >>> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mehdi.alishahi at gmail.com Tue Apr 27 05:55:04 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 14:55:04 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Thanks Ruben, this feature is very interesting in OpenNebula. I've installed it and tried to test it, when I submit a VM, VM cannot be executed. The following are commands and logs. oneadmin at one:~/working> onevm list ?ID ? ? USER ? ? NAME STAT CPU ? ? MEM ? ? ? ?HOSTNAME ? ? ? ?TIME ? 2 oneadmin vm-examp fail ? 0 ? ? ? 0 ? ? ?dummyHost5 00 00:00:16 oneadmin at one:~/var/2> cat vm.log Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver vmm_dummy Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - ---And log files Tue Apr 27 14:44:23 2010 [ONE][I]: ? ? ? ?OpenNebula Configuration File Tue Apr 27 14:44:23 2010 [ONE][I]: ---------------------------------------------- Tue Apr 27 14:44:23 2010 [ONE][I]: -------------------------------------------- ? ? ? ?DEBUG_LEVEL=3 ? ? ? ?HM_MAD=EXECUTABLE=one_hm ? ? ? ?HOST_MONITORING_INTERVAL=5 ? ? ? ?IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy ? ? ? ?MAC_PREFIX=00:03 ? ? ? ?MANAGER_TIMER=30 ? ? ? ?NETWORK_SIZE=254 ? ? ? ?PORT=2633 ? ? ? ?TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy ? ? ? ?VM_DIR=/srv/cloud/one/var/ ? ? ? ?VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml ? ? ? ?VM_POLLING_INTERVAL=60 Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. Tue Apr 27 14:44:25 2010 [VMM][I]: ? ? ?Loading driver: vmm_dummy (XML) Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command Regards, Mehdi On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero wrote: > Hi, > > The URL for the dummy backend: > > http://dev.opennebula.org/projects/onesim/wiki > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > wrote: >> Hi All, >> >> I'd like to work with OpenNebula in dummy mode (simulated). Would you >> please let me know about the status of this and how can I start to >> work with it? >> >> Regards, >> Mehdi >> >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >>> Hi Ruben, >>> >>> Thansk this works well. It will give me a leg up before I hook into the >>> cluster. >>> >>> cheers, -g >>> >>> Ruben S. Montero wrote: >>>> >>>> Morning Gary, >>>> >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>>> a try. Let us know >>>> if it is good for your purposes. >>>> >>>> Cheers! >>>> >>>> Ruben >>>> >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>>> wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> I think this would work for the initial development, ?I think the >>>>> simulated >>>>> time, especially for provisioning and startup is important. It allows my >>>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>>> file would be great. >>>>> >>>>> Its 3:30 am by me, need some sleep... :-) >>>>> >>>>> -gary >>>>> >>>>> Borja Sotomayor wrote: >>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> >>>>>>> >>>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>>> operations always succeed and we do not need to model the behavior of >>>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>>> we can use this as a very simple development backend. >>>>>>> >>>>>> >>>>>> To be more specific, I think this 'test adapter' would have to provide >>>>>> the >>>>>> following features: >>>>>> >>>>>> - Allow specification of a number of physical hosts with specific >>>>>> capacities using a configuration file. >>>>>> >>>>>> - Internally keep track of what VMs are running and respond to >>>>>> monitoring >>>>>> command with predictable values. For simplicity, a simple starting point >>>>>> could be to make all VMs say that they are using 0% of their allocated >>>>>> CPU >>>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>>> complex models, to replicate real workloads). >>>>>> >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>>> points out, a simple starting point is to assume that all operations >>>>>> complete successfully and instantly. In the future, it would be nice to >>>>>> also >>>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>>> done >>>>>> instantaneously; the test driver should try to replicate that there's a >>>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>>> "suspending" state for some time before transitioning to "suspended") >>>>>> and >>>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>>> doing >>>>>> this with a real testbed is messy, since it involves somehow provoking >>>>>> the >>>>>> VMs to fail). >>>>>> >>>>>> - As a starting point, this test adapter should operate in "real time". >>>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>>> fast-forward through a lot of requests) but since the core and the >>>>>> scheduler >>>>>> are separate processes, it would involve coordinating this simulated >>>>>> time >>>>>> between the two components. This is doable, but we would to think about >>>>>> what's the best way of doing this. >>>>>> >>>>>> >>>>>> Gary: Would the above meet your requirements? >>>>>> >>>>>> >>>>>> Cheers! >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>>> >>>> >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > From nadinunes at gmail.com Tue Apr 27 06:13:39 2010 From: nadinunes at gmail.com (Nadilma Nunes) Date: Tue, 27 Apr 2010 10:13:39 -0300 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi all, I want to use OpenNebula and I saw OneSim can be used as simulator. So, I don't know how can I use the OneSim, because when I access the page ( http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: 403 You are not authorized to access this page. So, what should I do? I hope somebody help me. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 27 06:44:42 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 27 Apr 2010 19:14:42 +0530 Subject: [one-users] ec2 tools command Message-ID: Hi, I am bit confused about ec2 command on open-nebula , is it possible to use below commands in opennebula cloud.. example :- ec2-run-instances ec2-run-instances.cmd ec2-start-instances ec2-start-instances.cmd ec2-stop-instances ec2-stop-instances.cmd ec2-terminate-instances ec2-terminate-instances.cmd ec2-unmonitor-instances ec2-unmonitor-instances.cmd i believe we can use only econe commands, please correct me if i am wrong. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Tue Apr 27 06:49:08 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Tue, 27 Apr 2010 07:49:08 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: <4BD690B9.3030408@sara.nl> References: <4BD690B9.3030408@sara.nl> Message-ID: Neil. Thanks for the reply. Yes, livemigration does not reboot. However, it seems quite easy to do a cold migrate without the need to reboot, why not do it? In the current way, the VM will be shutdown improperly. For the case of Windows, it might cause lengthy disk check upon boot. In the worst case, it might generate disk failure (I haven't had it yet. Maybe the checkpoint flushes the cache thus is better than a power lose). Just my thoughts. Shi On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: > > Hi Shi > > For the machine to transfer without reboot, you probably need to use > livemigrate instead. > Do you have shared storage already ? > > The checkpoint file is probably redundant in a non live migration.(not > sure). > > cheers > > Neil > > -- > * livemigrate (Migrates a running VM to another host without downtime) > ? ?onevm livemigrate > > Shi Jin wrote: >> Hi there, >> >> I am able to call "onevm migrate" to move a VM from one host to another. >> However, it seems that after each migration, the VM was started from >> the XML deployment file again. >> >> What is interesting is that a checkpoint has already been made. >> However, it does not seem to be used? >> >> I think this is a bug, isn't it? >> Thanks a lot. >> >> > > -- Shi Jin, Ph.D. From danmolin at pdi.ucm.es Tue Apr 27 06:57:24 2010 From: danmolin at pdi.ucm.es (Daniel Molina Aranda) Date: Tue, 27 Apr 2010 15:57:24 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi Mehdi, You have to change the permissions for $ONE_LOCATION+ "/lib/mads/one_vmm_dummy.rb", allowing the execution of this file. Regards. On 27 April 2010 14:55, Mehdi Sheikhalishahi wrote: > Thanks Ruben, this feature is very interesting in OpenNebula. > I've installed it and tried to test it, when I submit a VM, VM cannot > be executed. The following are commands and logs. > > oneadmin at one:~/working> onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 2 oneadmin vm-examp fail 0 0 dummyHost5 00 00:00:16 > > oneadmin at one:~/var/2> cat vm.log > Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context > Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT > Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver > vmm_dummy > Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED > Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - > > ---And log files > Tue Apr 27 14:44:23 2010 [ONE][I]: OpenNebula Configuration > File > Tue Apr 27 14:44:23 2010 [ONE][I]: > ---------------------------------------------- > Tue Apr 27 14:44:23 2010 [ONE][I]: > -------------------------------------------- > DEBUG_LEVEL=3 > HM_MAD=EXECUTABLE=one_hm > HOST_MONITORING_INTERVAL=5 > IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy > MAC_PREFIX=00:03 > MANAGER_TIMER=30 > NETWORK_SIZE=254 > PORT=2633 > > TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy > VM_DIR=/srv/cloud/one/var/ > VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml > VM_POLLING_INTERVAL=60 > > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading driver: vmm_dummy (XML) > Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command > > Regards, > Mehdi > > On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero > wrote: > > Hi, > > > > The URL for the dummy backend: > > > > http://dev.opennebula.org/projects/onesim/wiki > > > > Cheers > > > > Ruben > > > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > > wrote: > >> Hi All, > >> > >> I'd like to work with OpenNebula in dummy mode (simulated). Would you > >> please let me know about the status of this and how can I start to > >> work with it? > >> > >> Regards, > >> Mehdi > >> > >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz > wrote: > >>> Hi Ruben, > >>> > >>> Thansk this works well. It will give me a leg up before I hook into the > >>> cluster. > >>> > >>> cheers, -g > >>> > >>> Ruben S. Montero wrote: > >>>> > >>>> Morning Gary, > >>>> > >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it > >>>> a try. Let us know > >>>> if it is good for your purposes. > >>>> > >>>> Cheers! > >>>> > >>>> Ruben > >>>> > >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz > > >>>> wrote: > >>>> > >>>>> > >>>>> Hi, > >>>>> > >>>>> I think this would work for the initial development, I think the > >>>>> simulated > >>>>> time, especially for provisioning and startup is important. It allows > my > >>>>> work out the "remote aspects" of the http protocol. A settable in a > conf > >>>>> file would be great. > >>>>> > >>>>> Its 3:30 am by me, need some sleep... :-) > >>>>> > >>>>> -gary > >>>>> > >>>>> Borja Sotomayor wrote: > >>>>> > >>>>>> > >>>>>> Hi, > >>>>>> > >>>>>> > >>>>>>> > >>>>>>> Well in fact this may be quite straight forward if we assume that > all > >>>>>>> operations always succeed and we do not need to model the behavior > of > >>>>>>> the hosts. Gary, let me know if this would work for your demo. > Borja, > >>>>>>> we can use this as a very simple development backend. > >>>>>>> > >>>>>> > >>>>>> To be more specific, I think this 'test adapter' would have to > provide > >>>>>> the > >>>>>> following features: > >>>>>> > >>>>>> - Allow specification of a number of physical hosts with specific > >>>>>> capacities using a configuration file. > >>>>>> > >>>>>> - Internally keep track of what VMs are running and respond to > >>>>>> monitoring > >>>>>> command with predictable values. For simplicity, a simple starting > point > >>>>>> could be to make all VMs say that they are using 0% of their > allocated > >>>>>> CPU > >>>>>> or 100% of their allocated CPU (maybe in the future allowing for > more > >>>>>> complex models, to replicate real workloads). > >>>>>> > >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as > Ruben > >>>>>> points out, a simple starting point is to assume that all operations > >>>>>> complete successfully and instantly. In the future, it would be nice > to > >>>>>> also > >>>>>> configure delays (most importantly, suspension/resumption shouldn't > be > >>>>>> done > >>>>>> instantaneously; the test driver should try to replicate that > there's a > >>>>>> delay while the VM suspends/resumes, and that is should remain in > the > >>>>>> "suspending" state for some time before transitioning to > "suspended") > >>>>>> and > >>>>>> even failures (e.g., I want to add error handling code in Haizea, > but > >>>>>> doing > >>>>>> this with a real testbed is messy, since it involves somehow > provoking > >>>>>> the > >>>>>> VMs to fail). > >>>>>> > >>>>>> - As a starting point, this test adapter should operate in "real > time". > >>>>>> For simulations, it would be nice to have "simulated time" (so we > can > >>>>>> fast-forward through a lot of requests) but since the core and the > >>>>>> scheduler > >>>>>> are separate processes, it would involve coordinating this simulated > >>>>>> time > >>>>>> between the two components. This is doable, but we would to think > about > >>>>>> what's the best way of doing this. > >>>>>> > >>>>>> > >>>>>> Gary: Would the above meet your requirements? > >>>>>> > >>>>>> > >>>>>> Cheers! > >>>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Users mailing list > >>>>> Users at lists.opennebula.org > >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >> _______________________________________________ > >> Users mailing list > >> Users at lists.opennebula.org > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > > > > > > > -- > > Dr. Ruben Santiago Montero > > Associate Professor (Profesor Titular), Complutense University of Madrid > > > > URL: http://dsa-research.org/doku.php?id=people:ruben > > Weblog: http://blog.dsa-research.org/?author=7 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajendra at kqinfotech.com Mon Apr 26 23:19:14 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:49:14 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Wed Apr 28 02:39:27 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Wed, 28 Apr 2010 15:09:27 +0530 Subject: [one-users] Java OCA code dependency Message-ID: Hi I have noticed the following while using Java OCA with Nebula 1.4. Client oneClient = new Client("shashank:shashank"," http://localhost:2633/RPC2"); VirtualMachine vm = new VirtualMachine(1,oneClient); vm.info(); System.out.println(vm.getName()); Host host = new Host(4,oneClient); host.info(); System.out.println(host.getName()); In the above code, vm.getName() has a dependency on vm.info(). If vm.info() is not invoked prior to it then the attributes of VirtualMachine object are null. The same dependency can be seen with Host releated invocation. Is this dependency required or can it be reported as a bug ? I have also noticed that the code was functional for any username:password specified as secret. -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From florianchazal at gmail.com Wed Apr 28 05:59:30 2010 From: florianchazal at gmail.com (florian chazal) Date: Wed, 28 Apr 2010 14:59:30 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... Message-ID: Hi all, I don't if I guess well but I did some test of CPU varaible and I obtain this result : - CPU = 25%, VCPU = 1 (default value) : VM has 1 CPU and can use 100\% of it, - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 200%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%, - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%. Therefore I conclued that the manager is ont using the variable or is not able to limit the CPU comsuption of one vm on a single processor. Am I right? Is it a bug? Thanks in advance . ps : I did this test with a c script with an infinite loop launch on the vm and I check the result on the node with a htop command. -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 28 06:38:14 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 28 Apr 2010 15:38:14 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: Hi CPU capacity is a hint for the scheduler. If a physical host has 2 CPU (200), means that OpenNebula would not allocate VMs whose aggregated capacity is greater than 200. Now, the actual sharing of the physical CPU's is managed by the hypervisor. Currently we are using the credit scheduler in Xen so the CPU usage of VMs tends to that in CPU value, see [1] for more info. KVM is using the kernel process scheduler, and currently we do not set priorities or any other scheduling attribute. So I'd say that is the expected behavior. Cheers Ruben [1] http://wiki.xensource.com/xenwiki/CreditScheduler On Wed, Apr 28, 2010 at 2:59 PM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From jinzishuai at gmail.com Wed Apr 28 06:41:20 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Wed, 28 Apr 2010 07:41:20 -0600 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: HI Florian, I assume you are using KVM. My understanding is that CPU does not directly control how much real CPU power the VM gets. If your physical host has enough cores, you always have VCPU number of cores equivalent of power, just like shown in your test. CPU comes into play only as a scheduling variable. For example, you have only 1 physical cpu and 1 core, if you set CPU=25%, you can deploy 4 similar VM on this host. Since there are 4 VM processes sharing a single physical core, each VM only gets 25% of the power of a single core. If you set CPU=100%, the scheduler will only allow no more than 1 VM. This setup has a fundamental limitation in the sense that we cannot have mixed CPU numbers and assure fair power distribution according to their CPU value. I am also looking for a more accurate way to assure quality of service for KVM VMs. Shi On Wed, Apr 28, 2010 at 6:59 AM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Shi Jin, Ph.D. From tinova at fdi.ucm.es Wed Apr 28 06:56:36 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 15:56:36 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, That is interesting, I've opened a ticket [1] to fix the tm_delete.sh bug, please feel free to annotate your patch in the ticket comments. Regarding the malfunction of the "one_vmm_vmware", can you check the log of vmware server to see if the connection is attempted? Is the port 443 accessible from the OpenNebula server (you may want to try telnet into it). Best regards, -Tino [1] http://dev.opennebula.org/issues/225 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 12:30 PM, Yih Leong, Sun. wrote: > With regards to the tm_delete.sh, there seems to be a bug in the script. > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > in tm_delete.sh, it tried to grep the VM_ID=`echo $1 | sed -e > 's/.*\/\([0-9]\+\)\/images\/.*/\1/'` > However, $1 is passed in as > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images without > trailing slash. > So the sed is not succeeded. I have modifed the tm_delete.sh to exclude the > trailing slash so there is no problem on tm_delete.sh anymore. > > However, it still doesn't solve my problem. The vm is still in boot state. > >> $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > MONITOR 0 > > This doesn't return anything. Nothing happened. > It seems like ONE is not communicating with vmware server. > The vmware server is setup using default configuration. > > > On Tue, Apr 27, 2010 at 11:21 AM, Yih Leong, Sun. > wrote: >> >> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > >> MONITOR 0 >> >> It shows nothing. Nothing happen. >> It seems like ONE is not communicating with vmware server. >> The vmware server is setup using default configuration. >> >> >> >> >> On Tue, Apr 27, 2010 at 11:09 AM, Tino Vazquez wrote: >>> >>> Hi Yih, >>> >>> Strange, I just can't figure out how you can have the >>> >>> --- >>> tm_delete.sh: Executed "rm -rf >>> /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> --- >>> >>> log message with the DATASTORE_PATH set to "/vmware/store/"? Take a >>> look at etc/tm_vmware/tm_vwmare.conf to ensure you are running the >>> right tm_delete.sh. >>> >>> Also, I am wary about the connection of the drivers to the VMware >>> server. Let's try the monitoring mad by hand, the driver will expect >>> an input from stdin, like: >>> >>> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >>> > >>> MONITOR 0 >>> >>> >>> You should receive a MONITOR SUCESS . >>> >>> Best regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Fri, Apr 23, 2010 at 9:36 AM, Yih Leong, Sun. >>> wrote: >>> > Yes. that's what i've set it to. >>> > >>> > >>> > On Thu, Apr 22, 2010 at 4:36 PM, Tino Vazquez >>> > wrote: >>> >> >>> >> Oops, my mistake, i meant "/vmware/store/" >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. >>> >> wrote: >>> >> > No. >>> >> > one-21, the "21" is the vm id generated by the opennebula. >>> >> > >>> >> > >>> >> > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez >>> >> > wrote: >>> >> >> >>> >> >> The tm_delete.sh from the vmware tm scripts suite tries to >>> >> >> >>> >> >> ---8<---- >>> >> >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >>> >> >> --->8---- >>> >> >> >>> >> >> From the info provided, seems like the $DATASTORE_PATH should be >>> >> >> set >>> >> >> to "/vmware/store/one-21" >>> >> >> >>> >> >> Best, >>> >> >> >>> >> >> -Tino >>> >> >> >>> >> >> -- >>> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> DSA Research Group: http://dsa-research.org >>> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >> >>> >> >> >>> >> >> >>> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >>> >> >> >>> >> >> wrote: >>> >> >> > What i can see is that "one-21" folder is created in the >>> >> >> > datastore >>> >> >> > which >>> >> >> > contains all the vmx files. >>> >> >> > i.e. /vmware/store/one-21. >>> >> >> > >>> >> >> > It is not the one in the tm_delete.sh: >>> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >>> >> >> > >>> >> >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez >>> >> >> > wrote: >>> >> >> >> >>> >> >> >> Hi Yih, >>> >> >> >> >>> >> >> >> It creates the image file to the $DATASTORE_PATH, which is >>> >> >> >> supposed >>> >> >> >> to >>> >> >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to >>> >> >> >> the >>> >> >> >> nodes holding the hypervisors. This variable is set in >>> >> >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >>> >> >> >> >>> >> >> >> Regards, >>> >> >> >> >>> >> >> >> -Tino >>> >> >> >> >>> >> >> >> -- >>> >> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> DSA Research Group: http://dsa-research.org >>> >> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> http://www.OpenNebula.org >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >>> >> >> >> >>> >> >> >> wrote: >>> >> >> >> > Is it suppose to create any image files? >>> >> >> >> > When i delete the vm, the logs shows: >>> >> >> >> > tm_delete.sh: Executed "rm -rf >>> >> >> >> > >>> >> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> >> >> >> > >>> >> >> >> > However, I can't find any file/folders >>> >> >> >> > >>> >> >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >>> >> >> >> > >>> >> >> >> > >>> >> >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >>> >> >> >> > >>> >> >> >> > wrote: >>> >> >> >> >> >>> >> >> >> >> I have tried both FQDN and non-FQDN and still the same >>> >> >> >> >> result. >>> >> >> >> >> The LCM_STATE still remains "BOOT". >>> >> >> >> >> >>> >> >> >> >> onehost show 1: >>> >> >> >> >> ID??????????????????? : 1 >>> >> >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >>> >> >> >> >> STATE???????????????? : MONITORING >>> >> >> >> >> IM_MAD??????????????? : im_vmware >>> >> >> >> >> VM_MAD??????????????? : vmm_vmware >>> >> >> >> >> TM_MAD??????????????? : tm_vmware >>> >> >> >> >> >>> >> >> >> >> HOST SHARES >>> >> >> >> >> MAX MEM?????????????? : 0 >>> >> >> >> >> USED MEM (REAL)?????? : 0 >>> >> >> >> >> USED MEM (ALLOCATED)? : 524288 >>> >> >> >> >> MAX CPU?????????????? : 0 >>> >> >> >> >> USED CPU (REAL)?????? : 0 >>> >> >> >> >> USED CPU (ALLOCATED)? : 100 >>> >> >> >> >> RUNNING VMS?????????? : 1 >>> >> >> >> >> >>> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >>> >> >> >> >> >>> >> >> >> >> wrote: >>> >> >> >> >>> >>> >> >> >> >>> Hi, >>> >> >> >> >>> >>> >> >> >> >>> Do you get the host monitorized with "onehost"? It seems >>> >> >> >> >>> like >>> >> >> >> >>> the >>> >> >> >> >>> connection to the server is never made, are you using the >>> >> >> >> >>> FQDN? >>> >> >> >> >>> >>> >> >> >> >>> Regards, >>> >> >> >> >>> >>> >> >> >> >>> -Tino >>> >> >> >> >>> >>> >> >> >> >>> -- >>> >> >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> >> >> >> >>> >>> >> >> >> >>> wrote: >>> >> >> >> >>> > Nope. I'm not getting File<..> not found error. >>> >> >> >> >>> > And there is no other folder in the datastore. >>> >> >> >> >>> > >>> >> >> >> >>> > This is how i create and deploy the vm. >>> >> >> >> >>> > 1. onevm create vmware.template >>> >> >> >> >>> > 2. onevm deploy >>> >> >> >> >>> > >>> >> >> >> >>> > The oned.log shows that the vm cloning is successful. >>> >> >> >> >>> > And i can see that it is renaming the vmx file to >>> >> >> >> >>> > one-.vmx. >>> >> >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT >>> >> >> >> >>> > SUCCESS >>> >> >> >> >>> > and >>> >> >> >> >>> > nothing else. >>> >> >> >> >>> > >>> >> >> >> >>> > The .log shows the following: >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no >>> >> >> >> >>> > context >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment >>> >> >> >> >>> > file: >>> >> >> >> >>> > /var/lib/one/17/deployment.0 >>> >> >> >> >>> > >>> >> >> >> >>> > The process stop here and nothing else happen, and the VM >>> >> >> >> >>> > info >>> >> >> >> >>> > shows >>> >> >> >> >>> > LCM_STATE as BOOT. >>> >> >> >> >>> > It seems like the vm doesn't get kick start at all. >>> >> >> >> >>> > >>> >> >> >> >>> > ID???????????? : 17 >>> >> >> >> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> > START TIME???? : 04/22 12:29:30 >>> >> >> >> >>> > END TIME?????? : - >>> >> >> >> >>> > DEPLOY ID:???? : >>> >> >> >> >>> > >>> >> >> >> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> > CPU=1 >>> >> >> >> >>> > DISK=[ >>> >> >> >> >>> > ? CLONE=yes, >>> >> >> >> >>> > ? SAVE=no, >>> >> >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> >> >> >> >>> > MEMORY=1024 >>> >> >> >> >>> > NAME=VMwareVM >>> >> >> >> >>> > NIC=[ >>> >> >> >> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> > ? IP=192.168.0.1, >>> >> >> >> >>> > ? MAC=00:03:c0:a8:00:01, >>> >> >> >> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> > ? VNID=0 ] >>> >> >> >> >>> > VMID=17 >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> >> >> >> >>> > Hi, >>> >> >> >> >>> > >>> >> >> >> >>> > Are you getting a Filenot found error >>> >> >> >> >>> > in >>> >> >> >> >>> > your >>> >> >> >> >>> > VI >>> >> >> >> >>> > client? >>> >> >> >> >>> > >>> >> >> >> >>> > In that case, try removing in the shared datastore all the >>> >> >> >> >>> > ? >>> >> >> >> >>> > folders. >>> >> >> >> >>> > >>> >> >> >> >>> > Regards, >>> >> >> >> >>> > >>> >> >> >> >>> > -Tino >>> >> >> >> >>> > >>> >> >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> >> >> >> >>> > >>> >> >> >> >>> > wrote: >>> >> >> >> >>> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> >> >> >>> >> (http://localhost:8222/ui). >>> >> >> >> >>> >> It is not registered at all. >>> >> >> >> >>> >> I'm using VMWare Server 2.0. >>> >> >> >> >>> >> However, I can see the vmware template is already copied. >>> >> >> >> >>> >> And >>> >> >> >> >>> >> I >>> >> >> >> >>> >> can >>> >> >> >> >>> >> run >>> >> >> >> >>> >> register and start this one-13 from the vmware console. >>> >> >> >> >>> >> But not from the OpenNebula. >>> >> >> >> >>> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> >> >> >>> >> >>> >> >> >> >>> >> wrote: >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Hi Sun, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> If you connect to the VMware host, can you see the >>> >> >> >> >>> >>> machine >>> >> >> >> >>> >>> running? >>> >> >> >> >>> >>> Or >>> >> >> >> >>> >>> is it registered at least (you should see a one-13 >>> >> >> >> >>> >>> machine)? >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Regards, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -Tino >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -- >>> >> >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun >>> >> >> >> >>> >>> wrote: >>> >> >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >> >> >> >>> >>> > The LCM state stopped at BOOT state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is >>> >> >> >> >>> >>> > ACTIVE. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > PROLOG. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has >>> >> >> >> >>> >>> > no >>> >> >> >> >>> >>> > context >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> >>> > my-desktop:/vmware/store/ >>> >> >> >> >>> >>> > ubuntu >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > BOOT >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating >>> >> >> >> >>> >>> > deployment >>> >> >> >> >>> >>> > file: >>> >> >> >> >>> >>> > /var/lib/one/13/deployment.0 >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > It stop here and VM never go into active state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >> >> >> >>> >>> > ID???????????? : 13 >>> >> >> >> >>> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >>> >> >> >> >>> >>> > END TIME?????? : - >>> >> >> >> >>> >>> > DEPLOY ID:???? : >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> >>> > CPU=1 >>> >> >> >> >>> >>> > DISK=[ >>> >> >> >> >>> >>> > ? CLONE=yes, >>> >> >> >> >>> >>> > ? SAVE=no, >>> >> >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >> >> >> >>> >>> > MEMORY=1024 >>> >> >> >> >>> >>> > NAME=VMwareVM >>> >> >> >> >>> >>> > NIC=[ >>> >> >> >> >>> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> >>> > ? IP=192.168.0.2, >>> >> >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >> >> >> >>> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> >>> > ? VNID=0 ] >>> >> >> >> >>> >>> > VMID=13 >>> >> >> >> >>> >>> > _______________________________________________ >>> >> >> >> >>> >>> > Users mailing list >>> >> >> >> >>> >>> > Users at lists.opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >> >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >> >>> >> >> >> > >>> >> >> >> > >>> >> >> > >>> >> >> > >>> >> > >>> >> > >>> > >>> > >> > > From cmartins at fdi.ucm.es Wed Apr 28 07:28:16 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Wed, 28 Apr 2010 16:28:16 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hello Shashank. Keep in mind that underneath, the java OCA is an XMLRPC interface to OpenNebula. That's why you need to retrieve the information from ONE with the info() method first. We tried to make the code flow clear by creating some examples[0], you may find them more helpful than the javadoc. About the username:password string: Do you mean that you could interact with OpenNebula with a non-existing user? [0] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/oca/java/share/examples Best regards, Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org 2010/4/28 Shashank Rachamalla > Hi > > I have noticed the following while using Java OCA with Nebula 1.4. > > Client oneClient = new Client("shashank:shashank"," > http://localhost:2633/RPC2"); > VirtualMachine vm = new VirtualMachine(1,oneClient); > vm.info(); > System.out.println(vm.getName()); > > Host host = new Host(4,oneClient); > host.info(); > System.out.println(host.getName()); > > In the above code, vm.getName() has a dependency on vm.info(). If vm.info() > is not invoked prior to it then the attributes of VirtualMachine object are > null. The same dependency can be seen with Host releated invocation. Is this > dependency required or can it be reported as a bug ? > > > I have also noticed that the code was functional for any username:password > specified as secret. > > -- > Regards, > Shashank Rachamalla > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 28 09:21:57 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 18:21:57 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Unfortunetely, for vmware VMs you need more than one file, basically you need to upload a folder, and that, for the moment, is not possible with econe-upload. You can modify slightly the EC2QueryServer to untar a tar.gz on the server, and you will have the desired functionality, uploading the folder as a tar.gz file. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > Hi All, > > We are running Virtual machines on top of ESXI , when we do econe-upload, > which file extension we need to give for uploading vmware based images,? do > we need give? ".vmx" ?? > > i am able to upload ".vmx" (not sure whether its right or wrong) > > econe-describe-images > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > > when i do > > econe-run-instances 5 > econe-run-instances: undefined method `elements' for nil:NilClass > > i think i am missing some thing here.. please advise !! > > thanks, > manjunath A > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 28 23:32:11 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 12:02:11 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, okay, i tired with .img file, i was able to upload and register but cant run the instance i always get below message econe-run-instances: undefined method `elements' for nil:NilClass if i do econe-describe-images, i am able to get the result.. oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 oneadmin 6 /vmfs/voulmes/vmimages/6 oneadmin 7 /vmfs/voulmes/vmimages/kvm/7 Any idea on this error.. thanks, manjunath A On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > Hi Manju, > > Unfortunetely, for vmware VMs you need more than one file, basically > you need to upload a folder, and that, for the moment, is not possible > with econe-upload. You can modify slightly the EC2QueryServer to untar > a tar.gz on the server, and you will have the desired functionality, > uploading the folder as a tar.gz file. > > Regards, > > -Tino > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > > Hi All, > > > > We are running Virtual machines on top of ESXI , when we do econe-upload, > > which file extension we need to give for uploading vmware based images, > do > > we need give ".vmx" ?? > > > > i am able to upload ".vmx" (not sure whether its right or wrong) > > > > econe-describe-images > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > > > when i do > > > > econe-run-instances 5 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > i think i am missing some thing here.. please advise !! > > > > thanks, > > manjunath A > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 29 02:33:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:33:24 +0200 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi, Are you still experiencing this? I've tried it out and works for me.... Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 3:13 PM, Nadilma Nunes wrote: > Hi all, > > I want to use OpenNebula and I saw OneSim can be used as simulator. So, I > don't know how can I use the OneSim, because when I access the page > (http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: > > 403 > > You are not authorized to access this page. > > So, what should I do? > > I hope somebody help me. > Thanks. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Thu Apr 29 02:36:01 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:36:01 +0200 Subject: [one-users] Opennebula - VMWare Adapter In-Reply-To: <555378.51600.qm@web28411.mail.ukl.yahoo.com> References: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Message-ID: Hi Carlos, You can install the VMware SDK anywhere, I've always place it in /opt. Same thing goes for Apache Axis. The important thing is to reference their jars correctly (full path) from the CLASSPATH. This is just necessary for the OpenNebula server. Hope it helps, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 5:18 PM, Carlos Nuno wrote: > Opennebula's documents says that we need to install vmware sdk and apache axis. > > however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. > > I am confused. Please help. > > Thank You. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 29 02:43:29 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:43:29 +0200 Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. In-Reply-To: <168814.15324.qm@web76301.mail.sg1.yahoo.com> References: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Message-ID: Hi Giang, I am assuming you are using NFS for storage. Is the "/srv/cloud/one" available in the execution nodes (ie, is it exported by the OpenNebula server, does it get mounted by, for instance, 172.29.70.92, and in that exact path?). Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:06 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manish at gslab.com Thu Apr 29 03:14:19 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 15:44:19 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor Message-ID: <4BD95BFB.5070907@gslab.com> Hi, I am trying to configure opennebula, using VMWare server as Hypervisor. The document says that configure uid in VIC. However when I connect VIC to the VMWare console, I can add/manage role, however could not find any place where I can set the UID for that role/user. Am I missing anything? =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== All the VMware hypervisors (that will be accessed by the same set of drivers) needs to share the same user with the same password. This user can be created through the VMware Infrastructure Client (VIC), in the User & Groups. This user needs to have the same UID as the oneadmin user has in the OpenNebula front-end, and this can be set through the VIC as well. ========= -- Thanks and Regards, Manish Office Phone : 46711053 Extension : #1053 From manju.kudu at gmail.com Thu Apr 29 04:21:33 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 16:51:33 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: <4BD95BFB.5070907@gslab.com> References: <4BD95BFB.5070907@gslab.com> Message-ID: Hi, When you add a username, there will be a Field to enter "UID" (in the right side) . thanks, manjunath A On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya wrote: > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This user can > be created through the VMware Infrastructure Client (VIC), in the User & > Groups. This user needs to have the same UID as the oneadmin user has in the > OpenNebula front-end, and this can be set through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manish at gslab.com Thu Apr 29 04:37:36 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 17:07:36 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: References: <4BD95BFB.5070907@gslab.com> Message-ID: <4BD96F80.7040403@gslab.com> Thanks, however I don't see any such field. All I can do is add a role and select permissions for that user. I am using VMWare Server : 2.0 VMWare Infrastructure Client : 2.5.0 Regards, Manish Office Phone : 46711053 Extension : #1053 On 4/29/2010 4:51 PM, manju a wrote: > Hi, > > When you add a username, there will be a Field to enter "UID" (in the > right side) . > > thanks, > manjunath A > > > > > On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya > wrote: > > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This > user can be created through the VMware Infrastructure Client (VIC), > in the User & Groups. This user needs to have the same UID as the > oneadmin user has in the OpenNebula front-end, and this can be set > through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. From rubensm at dacya.ucm.es Thu Apr 29 06:00:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:00:01 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Hi Actually OpenNebula do a restore from the checkpoint file when the VM is "cold" migrated. It should not be restarted from the plain deployment file. This looks like a bug. Please Shi could you send us the vm.log file for this case (i.e. doing a migrate between two hosts). Thanks in advance! Cheers Ruben On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: > Neil. > Thanks for the reply. > Yes, livemigration does not reboot. > However, it seems quite easy to do a cold migrate without the need to > reboot, why not do it? > In the current way, the VM will be shutdown improperly. For the case > of Windows, it might cause lengthy disk check upon boot. > In the worst case, it might generate disk failure (I haven't had it > yet. Maybe the checkpoint flushes the cache thus is better than a > power lose). > > Just my thoughts. > Shi > > On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >> >> Hi Shi >> >> For the machine to transfer without reboot, you probably need to use >> livemigrate instead. >> Do you have shared storage already ? >> >> The checkpoint file is probably redundant in a non live migration.(not >> sure). >> >> cheers >> >> Neil >> >> -- >> * livemigrate (Migrates a running VM to another host without downtime) >> ? ?onevm livemigrate >> >> Shi Jin wrote: >>> Hi there, >>> >>> I am able to call "onevm migrate" to move a VM from one host to another. >>> However, it seems that after each migration, the VM was started from >>> the XML deployment file again. >>> >>> What is interesting is that a checkpoint has already been made. >>> However, it does not seem to be used? >>> >>> I think this is a bug, isn't it? >>> Thanks a lot. >>> >>> >> >> > > > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:06:23 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:06:23 +0200 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Hi There are two different ways to stop a VM: suspend: It leaves the images and checkpoint files in the running host, as you describe in your email. When you resume the VM all the files are already there and it should be fast. You usually want to use suspend for short suspend cycles. stop: It moves the files back to the VM_DIR. When you resume a stopped VM it will be re-scheduled and likely it will be re-started in other host. Note that is a more expensive process as images have to be moved between hosts. I think that stop is the behavior you were looking for... Cheers Ruben On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: > Hi there, > > I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. > However, I find that the resumed VM always runs on the same host where > it was running before. > This pauses a problem if the original host became fully occupied. The > VM will resume any ways, causing degradation of performance of other > VMs and might even cause error due to lack of memory. > On the other hand, I think this can be fixed, especially if we are > using a shared storage driver such as the tm_nfs. > I can imagine that the to be resumed VM is actually put into the queue > asking for resources from the scheduler. > Once a proper host is selected for it, it can then easily be resume > from the other host. > > I guess we don't really have to have a shared storage, just like > migrate works on ssh drivers as well. > > Do you think this is a reasonable suggestion? > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:11:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:11:01 +0200 Subject: [one-users] onevm - zombie vm In-Reply-To: <4B8F8825.7010706@srce.hr> References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Hi, Just a quick update on this issue. It seems that the source of the problems is a locking issue with sqlite, when the oned and scheduler processes are both accessing the DB. We are addressing this by: * add support for other DB backends (MySQL) * Move the scheduler to the XML-RPC interface instead of direct accessing the DB Cheers Ruben On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic wrote: > Hello, my answers are inline. > > Tino Vazquez wrote: >> >> Hi Shi Jin, Nikola, >> >> ?This seems like a bug, we will need more info to address the problem. >> We would appreciate it if you'll be so kind to provide more feedback >> on: >> >> * Which driver are you using (xen,kvm,vmware)? > > xen > >> >> * In what state was the VM prior to the delete action? > > runn(ing) > >> * If the machine has a network lease, can you check directly in the >> network to see if the lease has been released? > > Lease has been released > >> >> * Did the VM generate a transfer.prolog and/or transfer.epilog in >> $ONE_LOCATION/var// ? >> > > I only have empty vm.log file. I deleted all vm files due to image using > free space, sorry. > >> >> * Is the vm.log not showing relevant info or completely empty? > > My vm.log is completely empty. I did restart one few times after my VMs > stuck. Then I went and delete files, and now only have empty vm.log. > > Regards, > Nikola > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From florianchazal at gmail.com Thu Apr 29 08:55:34 2010 From: florianchazal at gmail.com (florian chazal) Date: Thu, 29 Apr 2010 17:55:34 +0200 Subject: [one-users] Storage and Service management Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Thu Apr 29 09:15:59 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:15:59 -0600 Subject: [one-users] onevm - zombie vm In-Reply-To: References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Thank you very much. Very good to know. Shi On Thu, Apr 29, 2010 at 7:11 AM, Ruben S. Montero wrote: > Hi, > > Just a quick update on this issue. It seems that the source of the > problems is a locking issue with sqlite, when the oned and scheduler > processes are both accessing the DB. We are addressing this by: > > * add support for other DB backends (MySQL) > * Move the scheduler to the XML-RPC interface instead of direct accessing the DB > > Cheers > > Ruben > > On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic > wrote: >> Hello, my answers are inline. >> >> Tino Vazquez wrote: >>> >>> Hi Shi Jin, Nikola, >>> >>> ?This seems like a bug, we will need more info to address the problem. >>> We would appreciate it if you'll be so kind to provide more feedback >>> on: >>> >>> * Which driver are you using (xen,kvm,vmware)? >> >> xen >> >>> >>> * In what state was the VM prior to the delete action? >> >> runn(ing) >> >>> * If the machine has a network lease, can you check directly in the >>> network to see if the lease has been released? >> >> Lease has been released >> >>> >>> * Did the VM generate a transfer.prolog and/or transfer.epilog in >>> $ONE_LOCATION/var// ? >>> >> >> I only have empty vm.log file. I deleted all vm files due to image using >> free space, sorry. >> >>> >>> * Is the vm.log not showing relevant info or completely empty? >> >> My vm.log is completely empty. I did restart one few times after my VMs >> stuck. Then I went and delete files, and now only have empty vm.log. >> >> Regards, >> Nikola >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 09:18:50 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:18:50 -0600 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Very helpful information. And I should add a comment that with shared storage (NFS), the stop/resume is also very fast. Thanks a lot. Shi On Thu, Apr 29, 2010 at 7:06 AM, Ruben S. Montero wrote: > Hi > > There are two different ways to stop a VM: > > suspend: It leaves the images and checkpoint files in the running > host, as you describe in your email. When you resume the VM all the > files are already there and it should be fast. You usually want to use > suspend for short suspend cycles. > > stop: It moves the files back to the VM_DIR. When you resume a stopped > VM it will be re-scheduled and likely it will be re-started in other > host. Note that is a more expensive process as images have to be moved > between hosts. > > I think that stop is the behavior you were looking for... > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: >> Hi there, >> >> I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. >> However, I find that the resumed VM always runs on the same host where >> it was running before. >> This pauses a problem if the original host became fully occupied. The >> VM will resume any ways, causing degradation of performance of other >> VMs and might even cause error due to lack of memory. >> On the other hand, I think this can be fixed, especially if we are >> using a shared storage driver such as the tm_nfs. >> I can imagine that the to be resumed VM is actually put into the queue >> asking for resources from the scheduler. >> Once a proper host is selected for it, it can then easily be resume >> from the other host. >> >> I guess we don't really have to have a shared storage, just like >> migrate works on ssh drivers as well. >> >> Do you think this is a reasonable suggestion? >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 13:33:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 14:33:37 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Actually, after some digging around, it turned out to be the libvirt problem running on my RHEl-5.4 host. No memory data was written to the checkpoint file (only 1.2KB in size) and thus resulting in a reboot at restore. I simply did an yum update and rebooted the server, they now seem to work fine. Thanks. Shi On Thu, Apr 29, 2010 at 7:00 AM, Ruben S. Montero wrote: > Hi > > Actually OpenNebula do a restore from the checkpoint file when the VM > is "cold" migrated. It should not be restarted from the plain > deployment file. This looks like a bug. > > Please Shi could you send us the vm.log file for this case (i.e. doing > a migrate between two hosts). Thanks in advance! > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: >> Neil. >> Thanks for the reply. >> Yes, livemigration does not reboot. >> However, it seems quite easy to do a cold migrate without the need to >> reboot, why not do it? >> In the current way, the VM will be shutdown improperly. For the case >> of Windows, it might cause lengthy disk check upon boot. >> In the worst case, it might generate disk failure (I haven't had it >> yet. Maybe the checkpoint flushes the cache thus is better than a >> power lose). >> >> Just my thoughts. >> Shi >> >> On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >>> >>> Hi Shi >>> >>> For the machine to transfer without reboot, you probably need to use >>> livemigrate instead. >>> Do you have shared storage already ? >>> >>> The checkpoint file is probably redundant in a non live migration.(not >>> sure). >>> >>> cheers >>> >>> Neil >>> >>> -- >>> * livemigrate (Migrates a running VM to another host without downtime) >>> ? ?onevm livemigrate >>> >>> Shi Jin wrote: >>>> Hi there, >>>> >>>> I am able to call "onevm migrate" to move a VM from one host to another. >>>> However, it seems that after each migration, the VM was started from >>>> the XML deployment file again. >>>> >>>> What is interesting is that a checkpoint has already been made. >>>> However, it does not seem to be used? >>>> >>>> I think this is a bug, isn't it? >>>> Thanks a lot. >>>> >>>> >>> >>> >> >> >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From florianchazal at gmail.com Fri Apr 30 01:33:52 2010 From: florianchazal at gmail.com (florian chazal) Date: Fri, 30 Apr 2010 10:33:52 +0200 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 01:46:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 10:46:24 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Can you send us the output of: > ruby -dw econe-run-instances 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > Hi Tino, > > okay, i tired with .img file, i was able to upload and register but cant run > the instance > > i always get below message > > econe-run-instances: undefined method `elements' for nil:NilClass > > ?if i do econe-describe-images, i am able to get the result.. > > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 > oneadmin? 7???????????????????????????????????? /vmfs/voulmes/vmimages/kvm/7 > > Any idea on this error.. > > thanks, > manjunath A > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> you need to upload a folder, and that, for the moment, is not possible >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> a tar.gz on the server, and you will have the desired functionality, >> uploading the folder as a tar.gz file. >> >> Regards, >> >> -Tino >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> > Hi All, >> > >> > We are running Virtual machines on top of ESXI , when we do >> > econe-upload, >> > which file extension we need to give for uploading vmware based images, >> > do >> > we need give? ".vmx" ?? >> > >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> > >> > econe-describe-images >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > >> > when i do >> > >> > econe-run-instances 5 >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > i think i am missing some thing here.. please advise !! >> > >> > thanks, >> > manjunath A >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From cmartins at fdi.ucm.es Fri Apr 30 02:18:37 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Fri, 30 Apr 2010 11:18:37 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Shashank, I'm copying your email to the list (I guess you meant to send it here): Hi > > Thanks for guiding me through the examples. I will go through them to gain > a better understanding. Consider the following code where I am able to fetch > information w.r.t Virtual Machines providing invalid user name and password. > > Client oneClient = new Client("someuser:password"," > http://localhost:2633/RPC2"); > int vmID = 2; > > VirtualMachine vm = new VirtualMachine(vmID,oneClient); > > vm.info(); > System.out.println(vm.getName()); > System.out.println(vm.stateStr()); > > The output of the above code is: > ReactOS > DONE > > Please note that there is only one valid user with name shashank as shown > below. > > Also, I have noticed that operations which tend to change the state of > cloud entity objects are not allowed with these invalid credentials. Only > operations which involve fetching state information are allowed. Is this a > desired behavior ? > > root at shashank:/# oneuser list > ID USER PASSWORD > ENABLE > 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 > True > root at shashank:/# onehost list > ID NAME RVM TCPU FCPU ACPU TMEM FMEM > STAT > 4 localhost 1 200 78 78 1801900 1256364 > on > root at shashank:/# onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 > root at shashank:/# > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in the ONE core, allows information request for some pools without checking who is asking. If you need to change this behaviour for some reason, let us know and we'll help you to narrow down the c++ methods you have to modify. Regards, Carlos. Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Fri Apr 30 02:32:42 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 15:02:42 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, Here is the output Exception `LoadError' at ruby:0 - No such file or directory -- econe-run-instances ruby: No such file or directory -- econe-run-instances (LoadError) thanks, manjunath A On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > Hi Manju, > > Can you send us the output of: > > > ruby -dw econe-run-instances 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > > Hi Tino, > > > > okay, i tired with .img file, i was able to upload and register but cant > run > > the instance > > > > i always get below message > > > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > if i do econe-describe-images, i am able to get the result.. > > > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > oneadmin 6 /vmfs/voulmes/vmimages/6 > > oneadmin 7 > /vmfs/voulmes/vmimages/kvm/7 > > > > Any idea on this error.. > > > > thanks, > > manjunath A > > > > > > > > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Unfortunetely, for vmware VMs you need more than one file, basically > >> you need to upload a folder, and that, for the moment, is not possible > >> with econe-upload. You can modify slightly the EC2QueryServer to untar > >> a tar.gz on the server, and you will have the desired functionality, > >> uploading the folder as a tar.gz file. > >> > >> Regards, > >> > >> -Tino > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > >> > Hi All, > >> > > >> > We are running Virtual machines on top of ESXI , when we do > >> > econe-upload, > >> > which file extension we need to give for uploading vmware based > images, > >> > do > >> > we need give ".vmx" ?? > >> > > >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> > > >> > econe-describe-images > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > > >> > when i do > >> > > >> > econe-run-instances 5 > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > i think i am missing some thing here.. please advise !! > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Fri Apr 30 02:47:52 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Fri, 30 Apr 2010 15:17:52 +0530 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Carlos, Thanks for the inputs. I don't think there will any problems with the current behavior. Is there any way I can get the Host Name for the Host on which a Virtual Machine is currently running ( given the Virtual Machine ID ) ? The following is the XML output returned by vm.info().getMessage() for a particular VM whose ID is 23. I don't see Host information listed anywhere except in the HISTORY section. If the VM is running, can the value of vm.xpath("/VM/HISTORY/HOSTNAME") be considered as the Host Name of Host the VM is currently running on ? 23 0 ReactOS 0 3 3 1272620457 0 one-23 0 0 0 0 0 localhost 4 1272620486 0 1272620486 1272620486 1272620486 0 0 0 0 2010/4/30 Carlos Mart?n S?nchez > Hi Shashank, I'm copying your email to the list (I guess you meant to send > it here): > > > Hi >> >> Thanks for guiding me through the examples. I will go through them to gain >> a better understanding. Consider the following code where I am able to fetch >> information w.r.t Virtual Machines providing invalid user name and password. >> >> Client oneClient = new Client("someuser:password"," >> http://localhost:2633/RPC2"); >> int vmID = 2; >> >> VirtualMachine vm = new VirtualMachine(vmID,oneClient); >> >> vm.info(); >> System.out.println(vm.getName()); >> System.out.println(vm.stateStr()); >> >> The output of the above code is: >> ReactOS >> DONE >> >> Please note that there is only one valid user with name shashank as shown >> below. >> >> Also, I have noticed that operations which tend to change the state of >> cloud entity objects are not allowed with these invalid credentials. Only >> operations which involve fetching state information are allowed. Is this a >> desired behavior ? >> >> root at shashank:/# oneuser list >> ID USER PASSWORD >> ENABLE >> 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 >> True >> root at shashank:/# onehost list >> ID NAME RVM TCPU FCPU ACPU TMEM FMEM >> STAT >> 4 localhost 1 200 78 78 1801900 1256364 >> on >> root at shashank:/# onevm list >> ID USER NAME STAT CPU MEM HOSTNAME TIME >> 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 >> root at shashank:/# >> >> > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in > the ONE core, allows information request for some pools without checking who > is asking. > If you need to change this behaviour for some reason, let us know and we'll > help you to narrow down the c++ methods you have to modify. > > Regards, > Carlos. > > > Carlos Mart?n, Cloud Technology Engineer/Researcher > DSA Research Group: web http://dsa-research.org and blog > http://blog.dsa-research.org > OpenNebula Open Source Toolkit for Cloud Computing: > http://www.OpenNebula.org > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 02:48:43 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 11:48:43 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Ok, is not finding the script. Let's try this: > ruby -dw `which econe-run-instances` 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > Hi Tino, > > Here is the output > > Exception `LoadError' at ruby:0 - No such file or directory -- > econe-run-instances > ruby: No such file or directory -- econe-run-instances (LoadError) > > thanks, > manjunath A > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Can you send us the output of: >> >> > ruby -dw econe-run-instances 7 >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: >> > Hi Tino, >> > >> > okay, i tired with .img file, i was able to upload and register but cant >> > run >> > the instance >> > >> > i always get below message >> > >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > ?if i do econe-describe-images, i am able to get the result.. >> > >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 >> > oneadmin? 7 >> > /vmfs/voulmes/vmimages/kvm/7 >> > >> > Any idea on this error.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > >> > >> > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> >> >> Hi Manju, >> >> >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> >> you need to upload a folder, and that, for the moment, is not possible >> >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> >> a tar.gz on the server, and you will have the desired functionality, >> >> uploading the folder as a tar.gz file. >> >> >> >> Regards, >> >> >> >> -Tino >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > We are running Virtual machines on top of ESXI , when we do >> >> > econe-upload, >> >> > which file extension we need to give for uploading vmware based >> >> > images, >> >> > do >> >> > we need give? ".vmx" ?? >> >> > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> >> > >> >> > econe-describe-images >> >> > oneadmin? 1 >> >> > /vmfs/voulmes/vmimages/1 >> >> > oneadmin? 2 >> >> > /vmfs/voulmes/vmimages/2 >> >> > oneadmin? 3 >> >> > /vmfs/voulmes/vmimages/3 >> >> > oneadmin? 4 >> >> > /vmfs/voulmes/vmimages/4 >> >> > oneadmin? 5 >> >> > /vmfs/voulmes/vmimages/5 >> >> > >> >> > when i do >> >> > >> >> > econe-run-instances 5 >> >> > econe-run-instances: undefined method `elements' for nil:NilClass >> >> > >> >> > i think i am missing some thing here.. please advise !! >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > > > From manju.kudu at gmail.com Fri Apr 30 04:01:08 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 16:31:08 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi, Here is the output /src/cloud//bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass thanks, manjunath A On Fri, Apr 30, 2010 at 3:18 PM, Tino Vazquez wrote: > Hi Manju, > > Ok, is not finding the script. Let's try this: > > > ruby -dw `which econe-run-instances` 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > > Hi Tino, > > > > Here is the output > > > > Exception `LoadError' at ruby:0 - No such file or directory -- > > econe-run-instances > > ruby: No such file or directory -- econe-run-instances (LoadError) > > > > thanks, > > manjunath A > > > > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Can you send us the output of: > >> > >> > ruby -dw econe-run-instances 7 > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > >> > Hi Tino, > >> > > >> > okay, i tired with .img file, i was able to upload and register but > cant > >> > run > >> > the instance > >> > > >> > i always get below message > >> > > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > if i do econe-describe-images, i am able to get the result.. > >> > > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > oneadmin 6 > /vmfs/voulmes/vmimages/6 > >> > oneadmin 7 > >> > /vmfs/voulmes/vmimages/kvm/7 > >> > > >> > Any idea on this error.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez > wrote: > >> >> > >> >> Hi Manju, > >> >> > >> >> Unfortunetely, for vmware VMs you need more than one file, basically > >> >> you need to upload a folder, and that, for the moment, is not > possible > >> >> with econe-upload. You can modify slightly the EC2QueryServer to > untar > >> >> a tar.gz on the server, and you will have the desired functionality, > >> >> uploading the folder as a tar.gz file. > >> >> > >> >> Regards, > >> >> > >> >> -Tino > >> >> -- > >> >> Constantino V?zquez, Grid & Virtualization Technology > >> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> >> DSA Research Group: http://dsa-research.org > >> >> Globus GridWay Metascheduler: http://www.GridWay.org > >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> >> > >> >> > >> >> > >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a > wrote: > >> >> > Hi All, > >> >> > > >> >> > We are running Virtual machines on top of ESXI , when we do > >> >> > econe-upload, > >> >> > which file extension we need to give for uploading vmware based > >> >> > images, > >> >> > do > >> >> > we need give ".vmx" ?? > >> >> > > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> >> > > >> >> > econe-describe-images > >> >> > oneadmin 1 > >> >> > /vmfs/voulmes/vmimages/1 > >> >> > oneadmin 2 > >> >> > /vmfs/voulmes/vmimages/2 > >> >> > oneadmin 3 > >> >> > /vmfs/voulmes/vmimages/3 > >> >> > oneadmin 4 > >> >> > /vmfs/voulmes/vmimages/4 > >> >> > oneadmin 5 > >> >> > /vmfs/voulmes/vmimages/5 > >> >> > > >> >> > when i do > >> >> > > >> >> > econe-run-instances 5 > >> >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> >> > > >> >> > i think i am missing some thing here.. please advise !! > >> >> > > >> >> > thanks, > >> >> > manjunath A > >> >> > > >> >> > > >> >> > _______________________________________________ > >> >> > Users mailing list > >> >> > Users at lists.opennebula.org > >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> >> > > >> >> > > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Fri Apr 30 06:46:54 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Fri, 30 Apr 2010 14:46:54 +0100 Subject: [one-users] Command execution fail (KVM) Message-ID: I'm trying to install OpenNebula with KVM adapter. I'm getting "Command execution fail" error when trying to create the vm. Fri Apr 30 14:39:32 2010 [LCM][I]: New VM state is BOOT Fri Apr 30 14:39:32 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/5/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: Command execution fail: 'mkdir -p /srv/cloud/one/var/5/images && cat > /srv/cloud/one/var/5/images/deployment.0 && virsh --connect qemu:///system create /srv/cloud/one/var/5/images/deployment.0' Fri Apr 30 14:40:02 2010 [VMM][I]: STDERR follows. Fri Apr 30 14:40:02 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 30 14:40:02 2010 [VMM][I]: error: Failed to create domain from /srv/cloud/one/var/5/images/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Fri Apr 30 14:40:02 2010 [VMM][I]: ExitCode: 1 Fri Apr 30 14:40:02 2010 [VMM][E]: Error deploying virtual machine Fri Apr 30 14:40:03 2010 [DiM][I]: New VM state is FAILED Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Deleting /srv/cloud/one/var/5/images Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/5/images". I can see that a deployment.0 file is created at the cluster node. -------------- next part -------------- An HTML attachment was scrubbed... URL: From borja at cs.uchicago.edu Fri Apr 30 07:47:44 2010 From: borja at cs.uchicago.edu (Borja Sotomayor) Date: Fri, 30 Apr 2010 09:47:44 -0500 Subject: [one-users] Let us know about your OpenNebula success stories Message-ID: <4BDAED90.1010509@cs.uchicago.edu> Hi everyone, As Community Manager for OpenNebula, I'm in the process of preparing a presentation highlighting how OpenNebula is being used "in the wild", highlighting several success stories (successful deployments of OpenNebula on large number of nodes, innovative use cases involving OpenNebula, interesting solutions developed on top of OpenNebula, etc.) Although I know of a couple such stories myself, I'd like to hear more from the community at large. So, if you have a particular success story you'd like to share, please contact me off-list and let me know about it. The more data, links, references, etc. you can provide, the better. Right now, I am planning on delivering this presentation at the University of Chicago and at Northwestern University, both universities with strong distributed systems research groups. So, inclusion in this presentation can give you a chance to advertise your work more widely. I will also make the presentation available to anyone who wants to use it (and we hope to deliver it at other venues), and it is likely we will add a "Success Stories" section to our website based on the information we receive. Cheers! -- Borja Sotomayor PhD Candidate in Computer Science, University of Chicago http://people.cs.uchicago.edu/~borja/ From rbabu at hexagrid.com Fri Apr 30 14:08:21 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 30 Apr 2010 16:08:21 -0500 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Florian, My 2 cents. I think these are two separate things. Building a storage solution and having VM's accessing the shared storage. You can probably use contextualization and at the time when VM comes up, you can mount the storage on to the VM. ZFS definitely gives redundancy, snapshots, deduplication etc. On a different note, you can also have shared storage directly mounted to the compute nodes and have the VM disk files reside on shared storage. You can still apply ZFS at the VM disk file level . Ranga On Fri, Apr 30, 2010 at 3:33 AM, florian chazal wrote: > > Hi all, > > I'm sorry if these questions shouldn't be asked here but I'm a bit lost : > I currently have a kind of IaaS which works, that is to say 3 nodes (with > kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management > console (1.0.1). We can say that I have a basic private cloud compute > service. Therefore I want to reach the next step, that is to say : > - A service enabling to attach storage volume to an vm instance (like > the walrus module of eucalyptus, I guess) > What I want to build is a storage Infrastructure which enable to store > files, with authentification, encryption and autonomic redundancy services, > on distributed storage equipment. But I'm a bit lost in wich kind of product > I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, > TwistedCloud .... I'm completly lost about the architecture of the cloud > storage) > - A service manager such as Claudia > > To sum up : > Anyone has already tried to create a Storage service ? Or any body has any > idea of what I need to build this ? > > Anyone has already tried to use Claudia ? with open nebula? > > Is another Service manager based on OCCI ? > > I'm looking for ideas ... > Thanks in advance. > > Thanks a lot to the open nebula developpers, this an owesome project ! > -- > Florian Chazal > > > > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From acraft at cgsinc.ca Thu Apr 1 08:03:24 2010 From: acraft at cgsinc.ca (Andrew Craft) Date: Thu, 01 Apr 2010 12:03:24 -0300 Subject: [one-users] Integration with java web application In-Reply-To: References: Message-ID: <4BB4B5BC.8060902@cgsinc.ca> I am doing the same thing. Used the apache xmlrpc library. Works great. On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s > wrote: > > Did any one tried openenubla by Integration with java web application > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From florian.kruse at tu-dortmund.de Thu Apr 1 08:15:50 2010 From: florian.kruse at tu-dortmund.de (Florian Kruse) Date: Thu, 1 Apr 2010 17:15:50 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database Message-ID: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Hi! We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? Thanks for help in advance! Greetings, Florian From rbabu at hexagrid.com Fri Apr 2 10:15:47 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:15:47 -0600 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan < Stefan.Harder at fokus.fraunhofer.de> wrote: > Hi Javier, > > thanks for your answer. > > The state in virsh on the node we livemigrate the VM to is "running". And > on the old node the VM disappears. There are no logs which show some unusual > behavior inside the VM. > > If we do suspend via OpenNebula the VM goes into susp state but the log > shows an error: > > *****BEGIN***** > Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh > --connect qemu:///system save one-111 > /srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: failed to create > '/srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - > *****END***** > > > > > If we then try to resume the VM the state changes to fail and the log > shows: > > > > > > *****BEGIN***** > Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: virsh --connect qemu:///system restore > /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: cannot read domain image > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Deleting /srv/cloud/one/var/111/images > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Executed "rm -rf /srv/cloud/one/var/111/images". > *****END***** > > > > If we do it directly via virsh the VM resumes and it runs like before. This > is not a VNC issue since if we ping the machine the whole time it answers > not until suspending and resuming it via virsh on the physical node. > > We faced some other problems compiling a newer version of the libvirt from > sources (since we thought the ubuntu packaged version may be too old). Which > system configuration and package versions do you use? We thought about a > clean new installation on Ubuntu 9.04 since we use 9.10 now. > > Best, > > Stefan > > > > -----Urspr?ngliche Nachricht----- > > Von: Javier Fontan [mailto:jfontan at gmail.com] > > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] VMs freezing after livemigrating > > > > Hello, > > > > I never had that problem myself. Can you check that the state in vish > > is running? I suppose you check that the VM is frozen connecting using > > VNC. Can you also check in your unfrozen machine logs for any strange > > message dealing with cpu or something that can be stopping it from > > awaking again? > > > > Bye > > > > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > > wrote: > > > Hi, > > > > > > after solving some issues livemigrating works in my testenvironment > > (3 > > > servers, one of them is the cloud controller and node at the same > > time > > > and the other two are only nodes). The problem I have now is that the > > > VMs freeze after livemigrating. The only way to get them back alive > > is > > > to do a "virsh suspend " and "virsh resume " on the > > physical > > > node where the VM was migrated to. Is this issue or even a solution > > > known to you? > > > > > > Best regards, > > > > > > Stefan > > > _______________________________________________ > > > Users mailing list > > > Users at lists.opennebula.org > > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > > > > -- > > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > > DSA Research Group: http://dsa-research.org > > Globus GridWay Metascheduler: http://www.GridWay.org > > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Fri Apr 2 10:52:12 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:52:12 -0600 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Tino I think the original problem was, we were sharing only the NFS path where disk images are stored but not the /images directory. After we changed that and defined the path in VM_DIR in oned.conf, suspend and resume is working good. Since /images is accessible by all hosts and even when it gets resumed on different machine, that host is able to access the /images directory. However the checkpoint file is still getting created. Is there a way to have Opennebula not create the checkpoint file. Ranga On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: > Hi there, > > Sorry, but I'm failing to see the > > tm_mv.sh: Will not move, is not saving image > > message anywhere in your logs. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula > wrote: > > Thank you Tino. Sorry for the late reply. Here are the detailed logs. Any > > help is appreciated. > > > > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir > > > > Contents of ONED.CONF > > > > VM_DIR=/mnt/sharedimagesdir > > IM_MAD = [ > > name = "im_kvm", > > executable = "one_im_ssh", > > arguments = "im_kvm/im_kvm.conf", > > default = "im_kvm/im_kvm.conf" ] > > VM_MAD = [ > > name = "vmm_kvm", > > executable = "one_vmm_kvm", > > default = "vmm_kvm/vmm_kvm.conf", > > type = "kvm" ] > > TM_MAD = [ > > name = "tm_nfs", > > executable = "one_tm", > > arguments = "tm_nfs/tm_nfs.conf", > > default = "tm_nfs/tm_nfs.conf" ] > > > > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH > > > > > > SUBMITTED NEW VM > > > > onevm show 433 > > > > VID : 433 UID : 0 > > STATE : ACTIVE LCM STATE : RUNNING > > DEPLOY ID : one-433 MEMORY : 262144 > CPU > > : 0 LAST POLL : 1267828125 START > > TIME : 03/05 16:12:02 STOP TIME : 12/31 18:00:00 NET TX > > : 0 NET RX : 0 > > ....: Template :.... > > DISK : > > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk > > GRAPHICS : LISTEN=0.0.0.0,PORT=6003,TYPE=vnc > > INPUT : TYPE=tablet MEMORY : 256 > > NAME : onetest NIC : > > BRIDGE=br171,MAC=00:04:c9:5b:44:8a > > OS : BOOT=hd VCPU : 1 > > > > > > ON THE MANAGEMENT NODE > > > > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ > > total 24 > > drwxrwxrwx 2 oneadmin nogroup 4096 2010-03-05 16:12 . > > drwxr-xr-x 437 oneadmin root 12288 2010-03-05 16:26 .. > > -rw-r--r-- 1 oneadmin nogroup 549 2010-03-05 16:12 deployment.0 > > -rw-r--r-- 1 oneadmin nogroup 89 2010-03-05 16:12 transfer.0 > > > > /var/log/one/433.log > > > > Fri Mar 5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory > > /mnt/sharedimagesdir/433/images > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > mkdir > > -p /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > chmod > > a+w /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Link > > /mnt/sharedimagesdir/images/onetest0 > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 ln > -s > > /mnt/sharedimagesdir/images/onetest0 > > /mnt/sharedimagesdir/433/images/disk.0". > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is BOOT > > Fri Mar 5 16:12:11 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/433/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Command: scp > > /var/lib/one/433/deployment.0 > > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Copy success > > Fri Mar 5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:12:12 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:12:12 2010 [LCM][I]: New VM state is RUNNING > > > > > > onevm list > > > > 433 onetest runn 0 262144 10.10.20.190 00 00:16:44 > > > > > > > > > > > > ON THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr > > /mnt/sharedimagesdir/433/images/ > > total 2 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > root at 00238bbda914:/mnt/sharedimagesdir# > > > > > > /var/log/libvirt/qemu/433.log on HOST > > > > LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid > > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor > > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive > > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net > > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net > > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice > > tablet -vnc 0.0.0.0:103 -vga cirrus > > > > deployment.0 file on HOST > > > > > > one-433 > > 1 > > 262144 > > > > hvm > > > > > > > > /usr/bin/kvm > > > > > file='/mnt/sharedimagesdir/433/images/disk.0'/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > SUSPEND INVOKED > > > > > > onevm list > > > > 433 onetest susp 0 262144 10.10.20.190 00 00:25:08 > > > > 433.log > > > > Fri Mar 5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND > > Fri Mar 5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:35:29 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED > > > > Oned.log > > > > Fri Mar 5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked > > Fri Mar 5 16:35:28 2010 [DiM][D]: Suspending VM 433 > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 Connecting > to > > uri: qemu:///system > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: > 0 > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 > > > > ONE THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr > > total 3 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > -rw-------+ 1 root root 940894 2010-03-05 22:31 checkpoint > > > > > > > > > > > > > > Tino Vazquez wrote: > >> > >> Hi Ranga, > >> > >> If you are using a shared repository (i'll assume you use NFS or a > >> similar distributed FS), then the "/images/" is shared between > >> all the remote hosts, so there is no need to move the checkpoint files > >> and they should be available in all the nodes. > >> > >> Please send us the log of the VM that is failing so we can try and > >> reproduce the problem. > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula > >> wrote: > >> > >>> > >>> We are using shared storage as defined here > >>> > >>> > >>> > http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository > >>> > >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and > >>> SAVE_SUSPEND and creates a checkpoint file on the host > >>> /var/lib/one//images/ > >>> > >>> and in the logs we see > >>> tm_mv.sh: Will not move, is not saving image > >>> > >>> I think it is trying to move the checkpoint file back to the management > >>> node > >>> and based on logic in tm_mv.sh it is not moving. > >>> > >>> Later when we try to do onevm resume , one picks a different host and > >>> tries > >>> to move the checkpoint file from the management node to the new host > and > >>> again says "Will not move, is not saving image" and on the host it > fails > >>> to > >>> bring the VM since there is no checkpoint file on the new host. > >>> > >>> How can we ask ONE to not resume from checkpoint file but instead load > >>> from > >>> the disk file that is in the template. > >>> > >>> Ranga > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >>> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brittocan at gmail.com Sat Apr 3 00:29:47 2010 From: brittocan at gmail.com (Britto I) Date: Sat, 3 Apr 2010 12:59:47 +0530 Subject: [one-users] onvm create results VM State unknown Message-ID: Hi Folks, After submitting the vm for deployement it turns into UNKNOWN state after running state. Here is the log Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart and delete actions available or try to recover it manually Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN And my template is .. NAME = Centos-base CPU = 1 MEMORY = 512 OS = [ kernel = "/boot/vmlinuz-2.6.18-164.el5xen", ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", root = "hda" ] DISK = [ source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", target = "hda", readonly = "no" ] NIC = [ NETWORK = "labnet" ] ip_public=192.168.1.2 FEATURES=[ acpi="no" ] GRAPHICS = [ type = "vnc", listen = "localhost", port = "5902" ] CONTEXT = [ hostname = "$NAME", # ip_public = "192.168.1.13", files = "/srv/cloud/one/one-templates/init.sh /srv/cloud/one/.ssh/id_rsa.pub", target = "hdc", root_pubkey = "id_dsa.pub", username = "oneadmin", user_pubkey = "id_dsa.pub" ] Anything am i missing here ? -- Brittto -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Sat Apr 3 06:45:19 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Sat, 3 Apr 2010 15:45:19 +0200 Subject: [one-users] onevm delete vs onevm cancel In-Reply-To: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> References: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> Message-ID: Hi In OpenNebula you can terminate a VM with three different methods: shutdown: Similar to a proper machine shutdown, it waits for the shutdown process so the VM disks are left in a clean state. Then VM images are deleted or copied back to $ONE_LOCATION/var/$VMID if save="yes" has been defined. cancel: The VM is killed, but the process is checked by OpenNebula, so if the process fails the VM remains in runn. So you can free the used resources. Also if cancel succeeds the VMDIR in the remote machine is not deleted delete: Similar to a hard kill, the cancel and TM delete commands are executed but their result is not checked (well, the output of the cancel and TM delete operation are in vm.log, but you have to check the file to find out). The VM is directly deleted from the database. So there is a risk of not really freeing resources with the delete operation. So the thumb rule: use cancel when you'd do kill, and delete when you'd like to do a kill -9. Cheers Ruben On Thu, Mar 25, 2010 at 9:59 PM, Shi Jin wrote: > Hi there, > > Could anyone explain to what the differences between the commands "onevm > delete" and "onevm cancel"? > I understand they both call the cancel() function of the one_vmm_kvm.rb > code, right? > The cancel() function in turn calls the "virsh destory" command to unplug > the power for the VM, correct? > > I guess they are different from "onevm shutdown", which calls the shutdown() > function in the VMM and in turn calls the "virsh shutdown" command. This > way, the VM are shutdown gratefully rather the sudden death of the previous > two cases.? Am I understanding things properly? > > Is there any difference betweehn "onevm delete" and "onevm cancel"? > Thank you very much. > > -- > Shi Jin, Ph.D. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From ameseacla at gmail.com Sat Apr 3 12:23:51 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:23:51 -0400 Subject: [one-users] about setup a cloud with ONE and KVM Message-ID: <4BB795C7.9000602@gmail.com> Hi all: I have a server with 8 intel cpus supporting Virtualization. I want to ask a naive question. Can I install both OpenNebula and KVM on this server to create a cloud? Thanks. From mfairchild at attinteractive.com Sat Apr 3 12:34:26 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 12:34:26 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB795C7.9000602@gmail.com> References: <4BB795C7.9000602@gmail.com> Message-ID: Yes Sent from my iPhone On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > Hi all: > I have a server with 8 intel cpus supporting Virtualization. > I want to ask a naive question. Can I install both OpenNebula and > KVM on > this server to create a cloud? Thanks. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From ameseacla at gmail.com Sat Apr 3 12:44:16 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:44:16 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB79A90.3030700@gmail.com> Thanks, Michael I try to add this server using "onehost create myHost im_kvm vmm_kvm tm_nfs". How comes the cpu and memory are both zeros? The info from "onehost list" is: ID NAME RVM TCPU FCPU ACPU TMEM FMEM STAT 0 myHost 0 0 0 100 0 0 on and after "onehost show myHost": HOST 1 INFORMATION ID : 1 NAME : myHost STATE : MONITORING IM_MAD : im_kvm VM_MAD : vmm_kvm TM_MAD : tm_nfs HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 MONITORING INFORMATION Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From ameseacla at gmail.com Sat Apr 3 13:20:21 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 16:20:21 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB7A305.9020808@gmail.com> I have a question about onevm create. When we use the command "onevm create myVM.one", does this command mean the ONE front-end ask the node to create a VM according to the template "myVM.one"? Or the VM has beed created by nodes and is ready for use. Thanks. Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From mfairchild at attinteractive.com Sat Apr 3 17:36:09 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 17:36:09 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB7A305.9020808@gmail.com> References: <4BB795C7.9000602@gmail.com> <4BB7A305.9020808@gmail.com> Message-ID: <9AC11941-C564-4135-9A5D-DF3AB1238FFF@attinteractive.com> It means create a new vm from the template. On Apr 3, 2010, at 1:20 PM, "Eddie Liu" wrote: > I have a question about onevm create. > When we use the command "onevm create myVM.one", does this command > mean > the ONE front-end ask the node to create a VM according to the > template Basicly, Yes, with Some subtlty on who does what. Could be summarized as ones, execute the tm script, then execute the vmm script to start the instance. > > "myVM.one"? Or the VM has beed created by nodes and is ready for use. No > Thanks. Yer welcome :-) > > Michael Fairchild wrote: >> Yes >> >> Sent from my iPhone >> >> On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: >> >> >>> Hi all: >>> I have a server with 8 intel cpus supporting Virtualization. >>> I want to ask a naive question. Can I install both OpenNebula and >>> KVM on >>> this server to create a cloud? Thanks. >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From sandeep at kqinfotech.com Mon Apr 5 03:23:40 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Mon, 5 Apr 2010 15:53:40 +0530 Subject: [one-users] Query regarding error log message Message-ID: Hi, I am using openbebula as a Virtual Infrastructure Manager on Ubuntu 9.10 ( kernel : 2.6.32-16-generic arch:x86_64 ) Currently i am using kvm hyperwiser. I have one front-end and two worker nodes in cloud ( private ). When i submit the vm using ( at front end ) " onevm create myfirstVM.template " After few time shows the status as ID NAME STAT CPU MEM HOSTNAME TIME 11 vm-examp prol 0 0 192.168.1.193 03 19:20:21 18 vm-examp fail 0 0 192.168.1.193 00 00:31:29 the error log is as follow ( /var/log/one/18.log ) : Mon Apr 5 14:22:41 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 5 14:22:41 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: DST: /var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Creating directory /var/lib/one//18/images Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Cloning sandeep-laptop:/tmp/disk.img Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "scp sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0". Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.0". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Creating 1024Mb image in /var/lib/one//18/images/disk.1 Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 dd if=/dev/zero of=/var/lib/one//18/images/disk.1 bs=1 count=1 seek=1024M". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Initializing swap space Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 /sbin/mkswap /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [LCM][I]: New VM state is BOOT Mon Apr 5 14:53:26 2010 [VMM][I]: Generating deployment file: /var/lib/one/18/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Command: scp /var/lib/one/18/deployment.0 192.168.1.193:/var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Copy success Mon Apr 5 14:53:57 2010 [VMM][I]: Connecting to uri: qemu:///system Mon Apr 5 14:53:57 2010 [VMM][I]: error: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [VMM][I]: error: monitor socket did not show up.: Connection refused Mon Apr 5 14:53:57 2010 [VMM][I]: ExitCode: 1 Mon Apr 5 14:53:57 2010 [VMM][E]: Error deploying virtual machine: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [LCM][I]: Fail to boot VM. Mon Apr 5 14:53:57 2010 [DiM][I]: New VM state is FAILED I am not getting the exact reason of the error message. KVM hyperwiser is running at both worker node. So, What should I do to avoid this error message. I am using the following template files : myfirstVM.template NAME = vm-example CPU = 0.5 MEMORY = 1024 OS = [ kernel = "/boot/vmlinuz-2.6.32-16-generic", initrd = "/boot/initrd.img-2.6.32-16-generic", root = "sda1" ] DISK = [ source = "/tmp/disk.img", target = "sda", readonly = "no" ] DISK = [ type = "swap", size = 1024, target = "sdb"] NIC = [ NETWORK = "Private LAN" ] vmnet.template NAME = "Private LAN" TYPE = FIXED BRIDGE = virbr0 LEASES = [IP=192.166.122.1] Can someone suggest the any modification so as to overcome the error message. -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Mon Apr 5 04:38:34 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Mon, 05 Apr 2010 06:38:34 -0500 Subject: [one-users] Query regarding error log message In-Reply-To: References: Message-ID: <4BB9CBBA.1000705@hexagrid.com> An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 5 06:21:19 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 5 Apr 2010 18:51:19 +0530 Subject: [one-users] vmware driver installation Message-ID: Hi All, i am trying to setup a nebula cloud, i have performed system wide installation, now i am trying to install VMware drivers, whenever i tried to run ./install-vmware.sh ONE_LOCATION is not defined. Don't know where to copy, aborting. In the system-wide installation not sure which path we need to set for "ONE_LOCATION" Env. Any comment on this... thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 08:10:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:10:15 +0200 Subject: [one-users] Information driver crashing when monitoring VMWare ESX Host In-Reply-To: References: Message-ID: Hi there, Does anything show in the drivers log file ($ONE_LOCATION/var/im_vmware.log) ? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Feb 1, 2010 at 3:37 PM, wrote: > Hi OpenNebula team, > We are using the current stable release 1.4. > We?find?the following message in oned.log file when Opennebula is > monitoring?ESX 3i host. > "Information driver crashed, recovering..." > > When this happens the deployed VMs remain in pending state and do not move > on to prolog state. > > Please let us know?during what scenarios this can happen and how to resolve > the information driver crash. > > Thanks and Regards, > Senthil Kumaran R > > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Mon Apr 5 08:26:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:26:08 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BB0BB50.6090202@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> Message-ID: Hi Tobias, This is not possible at the moment, the XMLRPC API just returns the last sequence of history. We can extend this, could you please elaborate on why this functionality is interesting for you? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler wrote: > hi all, > > I want to get detailed information about a VM's history like it is in > the history table in the Open Nebula Database. > In my case, I want to access these data via the XML RPC API. > > With the one.vm.info method, I only get the current sequence of the VM > History, but I want to get all sequences. > Is this possible via the XML RPC API ? > > Thanks a lot in advance, > cheers Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 08:53:04 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:53:04 +0200 Subject: [one-users] first step of installing ONE In-Reply-To: <4BB106B0.7070203@gmail.com> References: <4BB106B0.7070203@gmail.com> Message-ID: Hi Eddie, It would be nice to install Xen first and then OpenNebula. Ubuntu is a great choice since it comes with OpenNebula packages. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 9:59 PM, Eddie Liu wrote: > I plan to install OpenNebula and Xen on my machine with Ubuntu 9.10. > The first question I have is if there is an order to install OpenNebula > and Xen. > The other question is if Ubuntu 9.10 is a good choice to install them. > > Thanks in advance. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 09:49:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 18:49:47 +0200 Subject: [one-users] help In-Reply-To: <245245.69644.qm@web50704.mail.re2.yahoo.com> References: <245245.69644.qm@web50704.mail.re2.yahoo.com> Message-ID: Hi Bathina, You can achieve this functionality through the use of any of the two cloud interfaces offered by OpenNebula: EC2 [1] and OCCI [2]. OpenNebula will implement natively an Image Repository [3] in v1.6. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:ec2qcg [2] http://opennebula.org/documentation:rel1.4:occicg [3] http://dev.opennebula.org/issues/200 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Mar 23, 2010 at 10:35 AM, bathina nageswararao wrote: > Hi, > > We need cloud computing in the following scenario. > > On top of physical infrastructure we need virtualization(KVM,XEN,VMWARE) these virtual images should be available to users through web application per user wise. > > Example : If user1 requests 5 images then he can see only those images. > > Please let us know our requirement is possible with opennebula. > > Regards, > Nagesh. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From hoefler.tobias at googlemail.com Mon Apr 5 09:55:14 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 05 Apr 2010 18:55:14 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: References: <4BB0BB50.6090202@googlemail.com> Message-ID: <4BBA15F2.7050302@googlemail.com> Hi Tino, thanks for your answer. I'm programming a billing and accounting program, which needs among other things the runtime of a VM. To get this, it is necessary to have the whole history of the VM, as a suspend- time should not be taken into account for example. I have thought of accessing the OpenNebula database directly, but if you could implements this, I still can use the XML RPC API which would be great. When could you do this and how would you release this extension ? Best regards, Tobias Tino Vazquez wrote: > Hi Tobias, > > This is not possible at the moment, the XMLRPC API just returns the > last sequence of history. We can extend this, could you please > elaborate on why this functionality is interesting for you? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler > wrote: > >> hi all, >> >> I want to get detailed information about a VM's history like it is in >> the history table in the Open Nebula Database. >> In my case, I want to access these data via the XML RPC API. >> >> With the one.vm.info method, I only get the current sequence of the VM >> History, but I want to get all sequences. >> Is this possible via the XML RPC API ? >> >> Thanks a lot in advance, >> cheers Tobias >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> From jcclouduser at gmail.com Mon Apr 5 10:04:31 2010 From: jcclouduser at gmail.com (clouduser s) Date: Mon, 5 Apr 2010 22:34:31 +0530 Subject: [one-users] Image portability Message-ID: How to convert the image from 1) XEN to VMware 2) VMware to XEN 3) XEN to EC2 4) VMware tp EC2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 10:43:09 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 19:43:09 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi manjunath, VMware drivers can be installed only in standalone mode (i.e., not system wide ONE installation). This is not ideal, I've opened a ticket [1] to fix this for next release. Regards, -Tino [1] http://dev.opennebula.org/issues/209 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > Hi All, > > ?i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers,? whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 5 13:29:03 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:29:03 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database In-Reply-To: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> References: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Message-ID: Hi Florian That is the expected behavior. Some thoughts: * The VM is not deleted from the database is moved to DONE state and hence not shown in onevm list. However it is available in the DB for accounting purposes. * You can use suspend, this will generate a checkpoint and recover the VM in the original host. However I guess this is not what you are looking for... (note also that capacity for the VM is not freed in that host.) * Usually people makes some modifications to the SSH driver. You can make a very simple cache by copying the images to a cache dir in the cluster nodes and then link to the location OpenNebula will look for it. In this way you can just see if the file exists before copying it again. The TM scripts should be very readable so you can easily adapt them to the cloud your architecting... (come back if you need help with the TM scripts). If the images are more or less stable you can look at the LVM backend... Cheers Ruben On Thu, Apr 1, 2010 at 5:15 PM, Florian Kruse wrote: > Hi! > > We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. > > In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. > > Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? > > Thanks for help in advance! Greetings, > > Florian > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Mon Apr 5 13:38:06 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:38:06 +0200 Subject: [one-users] Integration with java web application In-Reply-To: <4BB4B5BC.8060902@cgsinc.ca> References: <4BB4B5BC.8060902@cgsinc.ca> Message-ID: Hi Andrew, Rangababu, As you probably know, we've released some Java bindings for the OpenNebula's XML-RPC interface[1,2]. As you have developed something similar, could you take a look at the API, and check if we are missing something? Thanks in advance Ruben REFS [1] http://opennebula.org/doc/oca/java/ [2] http://dev.opennebula.org/attachments/download/127/one-java-api.tgz On Thu, Apr 1, 2010 at 5:03 PM, Andrew Craft wrote: > I am doing the same thing. Used the apache xmlrpc library. Works great. > > On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s wrote: >> >> Did any one tried openenubla by Integration with java web application >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From stefan.harder at fokus.fraunhofer.de Tue Apr 6 03:52:03 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 12:52:03 +0200 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA10339971D@EXCHSRV.fokus.fraunhofer.de> Hi Ranga, we set up our environment again with Ubuntu Server 9.04 64bit since we?ve read that these freezing issues only come up with Ubuntu 9.10 (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674). Then we installed OpenNebula from source (one-1.4.0.tar.gz) and before that all needed packages and now it works. We have two machines one is the cloud controller and node at the same time, the other one is only a node. Here some details: Kernel: 2.6.28-11-server libvirt-bin: 0.6.1-0ubuntu5.1 libvirt-ruby1.8: 0.0.7-1 Maybe this will work for you too. Regards, Stefan Von: Rangababu Chakravarthula [mailto:rbabu at hexagrid.com] Gesendet: Freitag, 2. April 2010 19:16 An: Harder, Stefan Cc: Javier Fontan; users at lists.opennebula.org Betreff: Re: [one-users] VMs freezing after livemigrating Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan wrote: Hi Javier, thanks for your answer. The state in virsh on the node we livemigrate the VM to is "running". And on the old node the VM disappears. There are no logs which show some unusual behavior inside the VM. If we do suspend via OpenNebula the VM goes into susp state but the log shows an error: *****BEGIN***** Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh --connect qemu:///system save one-111 /srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: failed to create '/srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - *****END***** If we then try to resume the VM the state changes to fail and the log shows: *****BEGIN***** Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: virsh --connect qemu:///system restore /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: cannot read domain image Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Deleting /srv/cloud/one/var/111/images Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/111/images". *****END***** If we do it directly via virsh the VM resumes and it runs like before. This is not a VNC issue since if we ping the machine the whole time it answers not until suspending and resuming it via virsh on the physical node. We faced some other problems compiling a newer version of the libvirt from sources (since we thought the ubuntu packaged version may be too old). Which system configuration and package versions do you use? We thought about a clean new installation on Ubuntu 9.04 since we use 9.10 now. Best, Stefan > -----Urspr?ngliche Nachricht----- > Von: Javier Fontan [mailto:jfontan at gmail.com] > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] VMs freezing after livemigrating > > Hello, > > I never had that problem myself. Can you check that the state in vish > is running? I suppose you check that the VM is frozen connecting using > VNC. Can you also check in your unfrozen machine logs for any strange > message dealing with cpu or something that can be stopping it from > awaking again? > > Bye > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > wrote: > > Hi, > > > > after solving some issues livemigrating works in my testenvironment > (3 > > servers, one of them is the cloud controller and node at the same > time > > and the other two are only nodes). The problem I have now is that the > > VMs freeze after livemigrating. The only way to get them back alive > is > > to do a "virsh suspend " and "virsh resume " on the > physical > > node where the VM was migrated to. Is this issue or even a solution > > known to you? > > > > Best regards, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 7099 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 6 04:45:16 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 6 Apr 2010 17:15:16 +0530 Subject: [one-users] opennebulla installation error Message-ID: Hi All, i am trying to install opennebulla on ubuntu, when i am trying to build/compile using scons, i am getting below error . src/um/User.cc: In static member function 'static std::string User::sha1_digest( const std::string&)': src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope src/um/User.cc:381: error: expected ';' before 'mdctx' src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this scope src/um/User.cc:386: error: 'mdctx' was not declared in this scope src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this scope src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this scope src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this scope src/um/User.cc:391: error: 'md_value' was not declared in this scope src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this scope src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this scope scons: *** [src/um/User.o] Error 1 scons: building terminated because of errors. Any idea on this ???? thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Tue Apr 6 07:41:02 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 16:41:02 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Hi, is there any way to change a VMs configuration while it is running? Livemigrating is good when physical hosts reach their threshold so that you can migrate some VMs to other physical nodes. But what if the VMs themselves need more than the allocated hardware from the *.one template file. Is there any approach to do something like VMwares hot-add and hot-plug features for RAM and CPU with OpenNebula? Regards, Stefan From marimuthu.balasubramanian at wipro.com Tue Apr 6 07:48:25 2010 From: marimuthu.balasubramanian at wipro.com (marimuthu.balasubramanian at wipro.com) Date: Tue, 6 Apr 2010 20:18:25 +0530 Subject: [one-users] Opennebula 1.4 information manager is not responding Message-ID: Hi, We had setup opennebula 1.4 with vmware. we are able to create host and virtual machines. Information manager is not responding, when opennebula contionusly runs more then day. Please help us to resolve the issue. Regards Marimuthu Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Tue Apr 6 20:39:22 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Wed, 7 Apr 2010 11:39:22 +0800 Subject: [one-users] Question about failing to deploy VM Message-ID: Hi, I have two questions about deploying the VM. Environment I used is: Ubuntu 9.10 KVM First is about the status: The detail of the log is: Tue Apr 6 23:23:58 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: front-end:/srv/cloud/one-templates/ttylinux.img 192.168.112.5: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one-templates/7/images Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/one-templates/ttylinux.img Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/one-templates/ttylinux.img /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is BOOT Tue Apr 6 23:23:59 2010 [VMM][I]: Generating deployment file: /var/lib/one/7/deployment.0 Tue Apr 6 23:23:59 2010 [VMM][I]: Command: scp /var/lib/one/7/deployment.0 192.168.112.5:/srv/cloud/one-templates/7/images/deployment.0 Tue Apr 6 23:24:09 2010 [VMM][I]: Copy success Tue Apr 6 23:24:20 2010 [VMM][I]: Connecting to uri: qemu:///system Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? ??? /srv/cloud/one-templates/7/images/deployment.0 ??????????????? Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? could not remove profile for 'libvirt-499c5447-95d5-79ba-e32b-ee779efdbd39' Tue Apr 6 23:24:20 2010 [VMM][I]: ExitCode: 1 Tue Apr 6 23:24:20 2010 [VMM][E]: Error deploying virtual machine: Unknown error Tue Apr 6 23:24:20 2010 [LCM][I]: Fail to boot VM. Tue Apr 6 23:24:20 2010 [DiM][I]: New VM state is FAILED the next one is still about SSH. I used the method of making SSH keys by SSH-keygen and it seems OK. But I found that opennebula damon try to modify the keys from"root at front-end" to "oneadmin at front-end" and I have to modify it always to gurantee it can work regularly. Anybody could give a help? Thank you so much~~ Best Wishes~ Huiyang Xu China Mobile Research Institute ??: xuhuiyang at chinamobile.com ??:+86 13810485177 -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 04:09:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 16:39:33 +0530 Subject: [one-users] opennebulla installation error In-Reply-To: References: Message-ID: On Wed, Apr 7, 2010 at 4:38 PM, manju a wrote: > Hi Stefan, > > YUP your guess is right, i was missing opessl-devel package, i am able to > build the package successfully. > > i am trying to install VMware drivers i am getting below error, any IDEA > ???? > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > ^ > > thanks, > manjunath A > > > > > > On Tue, Apr 6, 2010 at 5:39 PM, Stefan Freitag wrote: > >> Hi Manju, >> >> just a guess: >> >> could you please check if you installed the openssl devel packages? >> >> Kind regards >> Stefan >> >> manju a schrieb: >> > Hi All, >> > >> > i am trying to install opennebulla on ubuntu, when i am trying to >> > build/compile using scons, i am getting below error . >> > >> > src/um/User.cc: In static member function 'static std::string >> > User::sha1_digest( const std::string&)': >> > src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope >> > src/um/User.cc:381: error: expected ';' before 'mdctx' >> > src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this >> > scope >> > src/um/User.cc:386: error: 'mdctx' was not declared in this scope >> > src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this >> > scope >> > src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope >> > src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this >> > scope >> > src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this >> > scope >> > src/um/User.cc:391: error: 'md_value' was not declared in this scope >> > src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this >> > scope >> > src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this >> > scope >> > scons: *** [src/um/User.o] Error 1 >> > scons: building terminated because of errors. >> > >> > >> > Any idea on this ???? >> > >> > thanks, >> > manjunath A >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> >> >> -- >> Dipl.-Inform. Stefan Freitag >> Institut f?r Roboterforschung - Abteilung Informationstechnik >> Universitaet Dortmund | phone: +49 (0)231-755-7009 >> Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 >> 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 >> www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 7 04:25:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 13:25:54 +0200 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Hi, The checkpoint file is needed to resume the VM from the point where it has been stopped. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 2, 2010 at 7:52 PM, Rangababu Chakravarthula wrote: > Tino > I think the original problem was, we were sharing only the NFS path where > disk images are stored but not the /images directory. After we changed > that and defined the path in VM_DIR in oned.conf, suspend and resume is > working good. > > Since /images is accessible by all hosts and even when it gets resumed > on different machine, that host is able to access the /images > directory. > > However the checkpoint file is still getting created. Is there a way to have > Opennebula not create the checkpoint file. > > Ranga > > On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: >> >> Hi there, >> >> Sorry, but I'm failing to see the >> >> tm_mv.sh: Will not move, is not saving image >> >> message anywhere in your logs. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula >> wrote: >> > Thank you Tino. Sorry for the late reply. Here are the detailed logs. >> > Any >> > help is appreciated. >> > >> > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir >> > >> > Contents of ONED.CONF >> > >> > VM_DIR=/mnt/sharedimagesdir >> > IM_MAD = [ >> > ? name ? ? ? = "im_kvm", >> > ? executable = "one_im_ssh", >> > ? arguments ?= "im_kvm/im_kvm.conf", >> > ? default ? ?= "im_kvm/im_kvm.conf" ] >> > VM_MAD = [ >> > ? ?name ? ? ? = "vmm_kvm", >> > ? ?executable = "one_vmm_kvm", >> > ? ?default ? ?= "vmm_kvm/vmm_kvm.conf", >> > ? ?type ? ? ? = "kvm" ] >> > TM_MAD = [ >> > ? ? ? name ? ? ? = "tm_nfs", >> > ? ? ? executable = "one_tm", >> > ? ? ? arguments ?= "tm_nfs/tm_nfs.conf", >> > ? ? ? default ? ?= "tm_nfs/tm_nfs.conf" ] >> > >> > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH >> > >> > >> > SUBMITTED NEW VM >> > >> > onevm show 433 >> > >> > VID ? ? ? ? ? ?: 433 ? ? ? ? ? ? ? ?UID ? ? ? ? ? ?: 0 >> > ?STATE ? ? ? ? ?: ACTIVE ? ? ? ? ? ? LCM STATE ? ? ?: RUNNING >> > ?DEPLOY ID ? ? ?: one-433 ? ? ? ? ? ?MEMORY ? ? ? ? : 262144 >> > CPU >> > ? ? ? ? ? ?: 0 ? ? ? ? ? ? ? ? ?LAST POLL ? ? ?: 1267828125 >> > START >> > TIME ? ? : 03/05 16:12:02 ? ? STOP TIME ? ? ?: 12/31 18:00:00 ? ? NET TX >> > ? ? : 0 ? ? ? ? ? ? ? ? ?NET RX ? ? ? ? : 0 >> > ....: Template :.... >> > ? DISK ? ? ? ? ? ?: >> > >> > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk >> > ? GRAPHICS ? ? ? ?: LISTEN=0.0.0.0,PORT=6003,TYPE=vnc >> > ? INPUT ? ? ? ? ? : TYPE=tablet ? ? ? ? ? MEMORY ? ? ? ? ?: 256 >> > ? ? ? NAME ? ? ? ? ? ?: onetest ? ? ? ? ? ? ? NIC ? ? ? ? ? ? : >> > BRIDGE=br171,MAC=00:04:c9:5b:44:8a >> > ? OS ? ? ? ? ? ? ?: BOOT=hd ? ? ? ? ? ? ? VCPU ? ? ? ? ? ?: 1 >> > >> > >> > ON THE MANAGEMENT NODE >> > >> > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ >> > total 24 >> > drwxrwxrwx ? 2 oneadmin nogroup ?4096 2010-03-05 16:12 . >> > drwxr-xr-x 437 oneadmin root ? ?12288 2010-03-05 16:26 .. >> > -rw-r--r-- ? 1 oneadmin nogroup ? 549 2010-03-05 16:12 deployment.0 >> > -rw-r--r-- ? 1 oneadmin nogroup ? ?89 2010-03-05 16:12 transfer.0 >> > >> > /var/log/one/433.log >> > >> > Fri Mar ?5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory >> > /mnt/sharedimagesdir/433/images >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > mkdir >> > -p /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > chmod >> > a+w /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Link >> > /mnt/sharedimagesdir/images/onetest0 >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > ln -s >> > /mnt/sharedimagesdir/images/onetest0 >> > /mnt/sharedimagesdir/433/images/disk.0". >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is BOOT >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/433/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Command: scp >> > /var/lib/one/433/deployment.0 >> > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Copy success >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:12:12 2010 [LCM][I]: New VM state is RUNNING >> > >> > >> > onevm list >> > >> > 433 ?onetest runn ? 0 ?262144 ? ?10.10.20.190 00 00:16:44 >> > >> > >> > >> > >> > >> > ON THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr >> > /mnt/sharedimagesdir/433/images/ >> > total 2 >> > lrwxrwxrwx ?1 oneadmin nogroup ?32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 >> > root at 00238bbda914:/mnt/sharedimagesdir# >> > >> > >> > /var/log/libvirt/qemu/433.log on HOST >> > >> > LC_ALL=C >> > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin >> > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid >> > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor >> > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive >> > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net >> > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net >> > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice >> > tablet -vnc 0.0.0.0:103 -vga cirrus >> > >> > deployment.0 file on HOST >> > >> > >> > ? ? ? one-433 >> > ? ? ? 1 >> > ? ? ? 262144 >> > ? ? ? >> > ? ? ? ? ? ? ? hvm >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? /usr/bin/kvm >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? > > file='/mnt/sharedimagesdir/433/images/disk.0'/> >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > >> > >> > >> > SUSPEND INVOKED >> > >> > >> > onevm list >> > >> > 433 ?onetest susp ? 0 ?262144 ? ?10.10.20.190 00 00:25:08 >> > >> > 433.log >> > >> > Fri Mar ?5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED >> > >> > Oned.log >> > >> > Fri Mar ?5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked >> > Fri Mar ?5 16:35:28 2010 [DiM][D]: Suspending VM 433 >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 >> > Connecting to >> > uri: qemu:///system >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: >> > 0 >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 >> > >> > ONE THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr >> > total 3 >> > lrwxrwxrwx ?1 oneadmin nogroup ? ? 32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup ? ?549 2010-03-05 22:08 deployment.0 >> > -rw-------+ 1 root ? ? root ? ?940894 2010-03-05 22:31 checkpoint >> > >> > >> > >> > >> > >> > >> > Tino Vazquez wrote: >> >> >> >> Hi Ranga, >> >> >> >> If you are using a shared repository (i'll assume you use NFS or a >> >> similar distributed FS), then the "/images/" is shared between >> >> all the remote hosts, so there is no need to move the checkpoint files >> >> and they should be available in all the nodes. >> >> >> >> Please send us the log of the VM that is failing so we can try and >> >> reproduce the problem. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula >> >> wrote: >> >> >> >>> >> >>> We are using shared storage as defined here >> >>> >> >>> >> >>> >> >>> http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository >> >>> >> >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and >> >>> SAVE_SUSPEND and creates a checkpoint file on the host >> >>> /var/lib/one//images/ >> >>> >> >>> and in the logs we see >> >>> tm_mv.sh: Will not move, is not saving image >> >>> >> >>> I think it is trying to move the checkpoint file back to the >> >>> management >> >>> node >> >>> and based on logic in tm_mv.sh it is not moving. >> >>> >> >>> Later when we try to do onevm resume , one picks a different host and >> >>> tries >> >>> to move the checkpoint file from the management node to the new host >> >>> and >> >>> again says "Will not move, is not saving image" and on the host it >> >>> fails >> >>> to >> >>> bring the VM ?since there is no checkpoint file on the new host. >> >>> >> >>> How can we ask ONE to not resume from checkpoint file but instead load >> >>> from >> >>> the disk file that is in the template. >> >>> >> >>> Ranga >> >>> _______________________________________________ >> >>> Users mailing list >> >>> Users at lists.opennebula.org >> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >> >>> >> > >> > > > From tinova at fdi.ucm.es Wed Apr 7 06:01:38 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 15:01:38 +0200 Subject: [one-users] Problem deploying VM in opennebula 1.4 In-Reply-To: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> References: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> Message-ID: Hi Harish, Can you send through the contents of $ONE_LOCATION/var/13/vm.log? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Mar 18, 2010 at 2:21 PM, Harishbabu Nagaraj wrote: > Dear All, > > ???????????? I am able to create a private cloud using opennebula 1.2 on > Fedora core 8 with KVM.? Now I am trying to use opennebula 1.4 on Fedora > Core 12 with KVM. I could able to add the host machine using onehost command > successfully. When I tried to deploy the VM using ?onevm create config.txt?, > oned.log shows VM deployed but after sometime status is fail. oned.log is > not showing any error message. > > Config.txt file is as follows, > > NAME=Linux > > CPU=0.25 > > MEMORY=128 > > OS=[type=hvm, boot=hd] > > DISK =[source=?/root/teaas/images/Vyatta.img?, clone=yes, target=hda, > readonly=no] > > NIC=[network =?Private_VLAN?] > > GRAPHICS =[type =?vnc?,listen =?127.0.0.1?, port = ?1?] > > > > The oned.log log details is as follows, > > Allocating a new VM > > Deploying ?VM 13 > > After this message VM fails to boot up. onevm list shows fail. > > > > Is there any issues with the configurations used. Please help me to resolve > the issue. > > > > > > Thanks in Advance. > > > > Thanks and Advance, > > Harish > > > > ________________________________ > http://www.mindtree.com/email/disclaimer.html > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 7 06:05:03 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 18:35:03 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Tino, i am able to install using -d option, i am trying to install vmware drivers, getting below error. Any suggestion please Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not exist import com.vmware.vim.*; ^ DeployVM.java:20: package com.vmware.apputils does not exist import com.vmware.apputils.*; ^ DeployVM.java:21: package com.vmware.apputils.vim does not exist import com.vmware.apputils.vim.*; ^ DeployVM.java:41: cannot find symbol symbol : class ServiceContent location: class DeployVM private static ServiceContent content; ^ DeployVM.java:42: cannot find symbol symbol : class AppUtil location: class DeployVM static AppUtil cb = null; ^ DeployVM.java:43: cannot find symbol symbol : class VimPortType location: class DeployVM private static VimPortType service; thanks, manjunath A On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > Hi there, > > You may want to take a look to option "-d" of the "install.sh" script [1]. > > Regards, > > -Tino > > [1] http://opennebula.org/documentation:rel1.4:ignc > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: > > HI Tino, > > > > Thanks for the info, is there any good documentation available for > > standalone mode installation!! > > > > Regards, > > manjunath A > > > > > > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez wrote: > >> > >> Hi manjunath, > >> > >> VMware drivers can be installed only in standalone mode (i.e., not > >> system wide ONE installation). This is not ideal, I've opened a ticket > >> [1] to fix this for next release. > >> > >> Regards, > >> > >> -Tino > >> > >> [1] http://dev.opennebula.org/issues/209 > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > >> > Hi All, > >> > > >> > i am trying to setup a nebula cloud, i have performed system wide > >> > installation, now i am trying to install VMware drivers, whenever i > >> > tried > >> > to run > >> > > >> > ./install-vmware.sh > >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. > >> > > >> > In the system-wide installation not sure which path we need to set for > >> > "ONE_LOCATION" Env. > >> > > >> > Any comment on this... > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tiagosbatista at gmail.com Wed Apr 7 07:15:46 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Wed, 7 Apr 2010 15:15:46 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Have you added the vi-sdk binaries to your classpath? my bashrc from when I used the vmware driver is bellow. I am shure that not all of the variables were required, but this worked for me! Try uncommenting the commented lines and ajusting the paths... (sorry for the linewrapping) export ONE_AUTH="/home/tsbatista/.one_auth" export ONE_LOCATION="/opt/one-instalation" #export VMWARE_DATASTORE="one-datastore" #export VMWARE_DATACENTER="ha-datacenter" #export DATASTORE_PATH="/home/tsbatista/datastore" export PATH="$PATH:$ONE_LOCATION/bin" #export AXISHOME="/usr/share/java/axis/" #export SDKHOME="/home/tsbatista/vi-sdk" #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" #export VMWARE_TRUSTORE="$VMKEYSTORE" #export JAVAHOME="$JAVA_HOME" #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" #JAVA_SHARE="/usr/share/java" #SDK_HOME="/home/tsbatista/vi-sdk" #SAMPLES="$SDK_HOME/samples/Axis/java" #export CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" #for i in `ls $SAMPLES/lib`; do # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" #done On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > Hi Tino, > > i am able to install using -d option, i am trying to install vmware > drivers, getting below error. > > Any suggestion please > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > >> Hi there, >> >> You may want to take a look to option "-d" of the "install.sh" script [1]. >> >> Regards, >> >> -Tino >> >> [1] http://opennebula.org/documentation:rel1.4:ignc >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >> > HI Tino, >> > >> > Thanks for the info, is there any good documentation available for >> > standalone mode installation!! >> > >> > Regards, >> > manjunath A >> >> > >> > >> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >> wrote: >> >> >> >> Hi manjunath, >> >> >> >> VMware drivers can be installed only in standalone mode (i.e., not >> >> system wide ONE installation). This is not ideal, I've opened a ticket >> >> [1] to fix this for next release. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> [1] http://dev.opennebula.org/issues/209 >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >> >> > Hi All, >> >> > >> >> > i am trying to setup a nebula cloud, i have performed system wide >> >> > installation, now i am trying to install VMware drivers, whenever i >> >> > tried >> >> > to run >> >> > >> >> > ./install-vmware.sh >> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> > >> >> > In the system-wide installation not sure which path we need to set >> for >> >> > "ONE_LOCATION" Env. >> >> > >> >> > Any comment on this... >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 11:25:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 23:55:33 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info, let me give it a try... manju On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > Have you added the vi-sdk binaries to your classpath? > > my bashrc from when I used the vmware driver is bellow. I am shure that not > all of the variables were required, but this worked for me! Try uncommenting > the commented lines and ajusting the paths... (sorry for the linewrapping) > > export ONE_AUTH="/home/tsbatista/.one_auth" > export ONE_LOCATION="/opt/one-instalation" > #export VMWARE_DATASTORE="one-datastore" > #export VMWARE_DATACENTER="ha-datacenter" > #export DATASTORE_PATH="/home/tsbatista/datastore" > > export PATH="$PATH:$ONE_LOCATION/bin" > #export AXISHOME="/usr/share/java/axis/" > #export SDKHOME="/home/tsbatista/vi-sdk" > #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > #export VMWARE_TRUSTORE="$VMKEYSTORE" > #export JAVAHOME="$JAVA_HOME" > #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > #JAVA_SHARE="/usr/share/java" > #SDK_HOME="/home/tsbatista/vi-sdk" > #SAMPLES="$SDK_HOME/samples/Axis/java" > #export > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > > #for i in `ls $SAMPLES/lib`; do > # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > #done > > > > On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > >> Hi Tino, >> >> i am able to install using -d option, i am trying to install vmware >> drivers, getting below error. >> >> Any suggestion please >> >> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >> not exist >> import com.vmware.vim.*; >> ^ >> DeployVM.java:20: package com.vmware.apputils does not exist >> import com.vmware.apputils.*; >> ^ >> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> import com.vmware.apputils.vim.*; >> ^ >> DeployVM.java:41: cannot find symbol >> symbol : class ServiceContent >> location: class DeployVM >> private static ServiceContent content; >> ^ >> DeployVM.java:42: cannot find symbol >> symbol : class AppUtil >> location: class DeployVM >> static AppUtil cb = null; >> ^ >> DeployVM.java:43: cannot find symbol >> symbol : class VimPortType >> location: class DeployVM >> private static VimPortType service; >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >> >>> Hi there, >>> >>> You may want to take a look to option "-d" of the "install.sh" script >>> [1]. >>> >>> Regards, >>> >>> -Tino >>> >>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>> > HI Tino, >>> > >>> > Thanks for the info, is there any good documentation available for >>> > standalone mode installation!! >>> > >>> > Regards, >>> > manjunath A >>> >>> > >>> > >>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>> wrote: >>> >> >>> >> Hi manjunath, >>> >> >>> >> VMware drivers can be installed only in standalone mode (i.e., not >>> >> system wide ONE installation). This is not ideal, I've opened a ticket >>> >> [1] to fix this for next release. >>> >> >>> >> Regards, >>> >> >>> >> -Tino >>> >> >>> >> [1] http://dev.opennebula.org/issues/209 >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >>> >> > Hi All, >>> >> > >>> >> > i am trying to setup a nebula cloud, i have performed system wide >>> >> > installation, now i am trying to install VMware drivers, whenever i >>> >> > tried >>> >> > to run >>> >> > >>> >> > ./install-vmware.sh >>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>> >> > >>> >> > In the system-wide installation not sure which path we need to set >>> for >>> >> > "ONE_LOCATION" Env. >>> >> > >>> >> > Any comment on this... >>> >> > >>> >> > thanks, >>> >> > manjunath A >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > _______________________________________________ >>> >> > Users mailing list >>> >> > Users at lists.opennebula.org >>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> > >>> >> > >>> > >>> > >>> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cherishlxy at gmail.com Wed Apr 7 21:13:27 2010 From: cherishlxy at gmail.com (=?GB2312?B?wrPQodLa?=) Date: Thu, 8 Apr 2010 12:13:27 +0800 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? Message-ID: Hi, all, As the title said, I want to know the answer? Packing Policy or Striping Policy or Load-aware Policy? Thanks. Xiaoyi * * -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Thu Apr 8 02:38:16 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:08:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi , yes ENV looks same as below but No Luck yet !! do we need to install any java related packages ??? nebulla running on ubuntu. thanks, manjunath A On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > Thanks for the info, let me give it a try... > > manju > > On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > >> Have you added the vi-sdk binaries to your classpath? >> >> my bashrc from when I used the vmware driver is bellow. I am shure that >> not all of the variables were required, but this worked for me! Try >> uncommenting the commented lines and ajusting the paths... (sorry for the >> linewrapping) >> >> export ONE_AUTH="/home/tsbatista/.one_auth" >> export ONE_LOCATION="/opt/one-instalation" >> #export VMWARE_DATASTORE="one-datastore" >> #export VMWARE_DATACENTER="ha-datacenter" >> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >> export PATH="$PATH:$ONE_LOCATION/bin" >> #export AXISHOME="/usr/share/java/axis/" >> #export SDKHOME="/home/tsbatista/vi-sdk" >> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> #export JAVAHOME="$JAVA_HOME" >> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> #JAVA_SHARE="/usr/share/java" >> #SDK_HOME="/home/tsbatista/vi-sdk" >> #SAMPLES="$SDK_HOME/samples/Axis/java" >> #export >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >> #for i in `ls $SAMPLES/lib`; do >> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> #done >> >> >> >> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >> >>> Hi Tino, >>> >>> i am able to install using -d option, i am trying to install vmware >>> drivers, getting below error. >>> >>> Any suggestion please >>> >>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>> not exist >>> import com.vmware.vim.*; >>> ^ >>> DeployVM.java:20: package com.vmware.apputils does not exist >>> import com.vmware.apputils.*; >>> ^ >>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> import com.vmware.apputils.vim.*; >>> ^ >>> DeployVM.java:41: cannot find symbol >>> symbol : class ServiceContent >>> location: class DeployVM >>> private static ServiceContent content; >>> ^ >>> DeployVM.java:42: cannot find symbol >>> symbol : class AppUtil >>> location: class DeployVM >>> static AppUtil cb = null; >>> ^ >>> DeployVM.java:43: cannot find symbol >>> symbol : class VimPortType >>> location: class DeployVM >>> private static VimPortType service; >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>> >>>> Hi there, >>>> >>>> You may want to take a look to option "-d" of the "install.sh" script >>>> [1]. >>>> >>>> Regards, >>>> >>>> -Tino >>>> >>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>> -- >>>> Constantino V?zquez, Grid & Virtualization Technology >>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> DSA Research Group: http://dsa-research.org >>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >>>> >>>> >>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>> > HI Tino, >>>> > >>>> > Thanks for the info, is there any good documentation available for >>>> > standalone mode installation!! >>>> > >>>> > Regards, >>>> > manjunath A >>>> >>>> > >>>> > >>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>> wrote: >>>> >> >>>> >> Hi manjunath, >>>> >> >>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>> >> system wide ONE installation). This is not ideal, I've opened a >>>> ticket >>>> >> [1] to fix this for next release. >>>> >> >>>> >> Regards, >>>> >> >>>> >> -Tino >>>> >> >>>> >> [1] http://dev.opennebula.org/issues/209 >>>> >> >>>> >> -- >>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> >> DSA Research Group: http://dsa-research.org >>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >> >>>> >> >>>> >> >>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>> wrote: >>>> >> > Hi All, >>>> >> > >>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>> >> > installation, now i am trying to install VMware drivers, whenever >>>> i >>>> >> > tried >>>> >> > to run >>>> >> > >>>> >> > ./install-vmware.sh >>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>> >> > >>>> >> > In the system-wide installation not sure which path we need to set >>>> for >>>> >> > "ONE_LOCATION" Env. >>>> >> > >>>> >> > Any comment on this... >>>> >> > >>>> >> > thanks, >>>> >> > manjunath A >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > _______________________________________________ >>>> >> > Users mailing list >>>> >> > Users at lists.opennebula.org >>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >> > >>>> >> > >>>> > >>>> > >>>> >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 02:56:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 11:56:42 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Have you install these: http://www.vmware.com/support/developer/vc-sdk/ http://ws.apache.org/axis/ This are all the java dependencies you need. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 11:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >> wrote: >>> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol? : class ServiceContent >>>> location: class DeployVM >>>> ??? private static? ServiceContent content; >>>> ??????????????????? ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol? : class AppUtil >>>> location: class DeployVM >>>> ??? static? AppUtil cb = null; >>>> ??????????? ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol? : class VimPortType >>>> location: class DeployVM >>>> ??? private static? VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> > wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> >> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> >> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > ?i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers,? whenever >>>>> >> > i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> >> > for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>> >> > > From tiagosbatista at gmail.com Thu Apr 8 03:04:04 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Thu, 8 Apr 2010 11:04:04 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: To be honnest, I am at a loss. The only time I saw those errors was when I tried to compile the vmware driver without properly compiling the visdk first.... The errors you are seeing are related to missing classes on com.vmware, wich is part of the visdk. I just wrote a paper where I said that installing the visdk is the hardest part of getting the vmware driver working. This is confirmation that I am not the only one who faced this problem! Tiago On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol : class ServiceContent >>>> location: class DeployVM >>>> private static ServiceContent content; >>>> ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol : class AppUtil >>>> location: class DeployVM >>>> static AppUtil cb = null; >>>> ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol : class VimPortType >>>> location: class DeployVM >>>> private static VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers, whenever >>>>> i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:14:25 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:14:25 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Try adding to your classpath all the jars found in /samples/Axis/java/lib Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:04 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>> wrote: >>>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol? : class ServiceContent >>>>> location: class DeployVM >>>>> ??? private static? ServiceContent content; >>>>> ??????????????????? ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol? : class AppUtil >>>>> location: class DeployVM >>>>> ??? static? AppUtil cb = null; >>>>> ??????????? ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol? : class VimPortType >>>>> location: class DeployVM >>>>> ??? private static? VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> > wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> >> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> >> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>> >> > wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> >> > whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> >> > set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:16:50 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:46:50 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hmmm i am getting below messages now, is it okay to ignore... Installing VMWare drivers.Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .done thanks, manjunath A On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol : class ServiceContent >>>>> location: class DeployVM >>>>> private static ServiceContent content; >>>>> ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol : class AppUtil >>>>> location: class DeployVM >>>>> static AppUtil cb = null; >>>>> ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol : class VimPortType >>>>> location: class DeployVM >>>>> private static VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>> http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > i am trying to setup a nebula cloud, i have performed system >>>>>> wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:21:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:21:15 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Yes, this is a known issue that will be eventually solved, but it is safe for know to ignore those warnings. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > Hmmm i am getting below messages now, is it okay to ignore... > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > operations. > Note: Recompile with -Xlint:unchecked for details. > .Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > .done > > thanks, > manjunath A > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > wrote: >> >> To be honnest, I am at a loss. The only time I saw those errors was when I >> tried to compile the vmware driver without properly compiling the visdk >> first.... The errors you are seeing are related to missing classes on >> com.vmware, wich is part of the visdk. >> >> I just wrote a paper where I said that installing the visdk is the hardest >> part of getting the vmware driver working. This is confirmation that I am >> not the only one who faced this problem! >> >> Tiago >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >>> >>> Hi , >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install any >>> java related packages ??? nebulla running on ubuntu. >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>>> >>>> Thanks for the info, let me give it a try... >>>> >>>> manju >>>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>>> wrote: >>>>> >>>>> Have you added the vi-sdk binaries to your classpath? >>>>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>>> not all of the variables were required, but this worked for me! Try >>>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>>> linewrapping) >>>>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>>> export ONE_LOCATION="/opt/one-instalation" >>>>> #export VMWARE_DATASTORE="one-datastore" >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>>> #export AXISHOME="/usr/share/java/axis/" >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>>> #export JAVAHOME="$JAVA_HOME" >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>>> #JAVA_SHARE="/usr/share/java" >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>>> #export >>>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>>> >>>>> #for i in `ls $SAMPLES/lib`; do >>>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>>> #done >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>>> >>>>>> Hi Tino, >>>>>> >>>>>> i am able to install using -d option, i am trying to install vmware >>>>>> drivers, getting below error. >>>>>> >>>>>> Any suggestion please >>>>>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>>>>> does not exist >>>>>> import com.vmware.vim.*; >>>>>> ^ >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>>> import com.vmware.apputils.*; >>>>>> ^ >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>>> import com.vmware.apputils.vim.*; >>>>>> ^ >>>>>> DeployVM.java:41: cannot find symbol >>>>>> symbol? : class ServiceContent >>>>>> location: class DeployVM >>>>>> ??? private static? ServiceContent content; >>>>>> ??????????????????? ^ >>>>>> DeployVM.java:42: cannot find symbol >>>>>> symbol? : class AppUtil >>>>>> location: class DeployVM >>>>>> ??? static? AppUtil cb = null; >>>>>> ??????????? ^ >>>>>> DeployVM.java:43: cannot find symbol >>>>>> symbol? : class VimPortType >>>>>> location: class DeployVM >>>>>> ??? private static? VimPortType service; >>>>>> >>>>>> thanks, >>>>>> manjunath A >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>>>>> wrote: >>>>>>> >>>>>>> Hi there, >>>>>>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>>> [1]. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> -Tino >>>>>>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>>> -- >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> DSA Research Group: http://dsa-research.org >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>>> > HI Tino, >>>>>>> > >>>>>>> > Thanks for the info, is there any good documentation available for >>>>>>> > standalone mode installation!! >>>>>>> > >>>>>>> > Regards, >>>>>>> > manjunath A >>>>>>> > >>>>>>> > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>>> > wrote: >>>>>>> >> >>>>>>> >> Hi manjunath, >>>>>>> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>>> >> ticket >>>>>>> >> [1] to fix this for next release. >>>>>>> >> >>>>>>> >> Regards, >>>>>>> >> >>>>>>> >> -Tino >>>>>>> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>>> >> >>>>>>> >> -- >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> >> DSA Research Group: http://dsa-research.org >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>>> >> http://www.OpenNebula.org >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>>> >> wrote: >>>>>>> >> > Hi All, >>>>>>> >> > >>>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>>> >> > wide >>>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>>> >> > whenever i >>>>>>> >> > tried >>>>>>> >> > to run >>>>>>> >> > >>>>>>> >> > ./install-vmware.sh >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>>> >> > >>>>>>> >> > In the system-wide installation not sure which path we need to >>>>>>> >> > set for >>>>>>> >> > "ONE_LOCATION" Env. >>>>>>> >> > >>>>>>> >> > Any comment on this... >>>>>>> >> > >>>>>>> >> > thanks, >>>>>>> >> > manjunath A >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > _______________________________________________ >>>>>>> >> > Users mailing list >>>>>>> >> > Users at lists.opennebula.org >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>>> >> > >>>>>>> >> > >>>>>>> > >>>>>>> > >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Users mailing list >>>>>> Users at lists.opennebula.org >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:24:06 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:54:06 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info and help "Tiago" and "Tino" Regards Manjunath a On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > Hi Manju, > > Yes, this is a known issue that will be eventually solved, but it is > safe for know to ignore those warnings. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > > Hmmm i am getting below messages now, is it okay to ignore... > > > > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > > operations. > > Note: Recompile with -Xlint:unchecked for details. > > .Note: Some input files use unchecked or unsafe operations. > > Note: Recompile with -Xlint:unchecked for details. > > .done > > > > thanks, > > manjunath A > > > > > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > > wrote: > >> > >> To be honnest, I am at a loss. The only time I saw those errors was when > I > >> tried to compile the vmware driver without properly compiling the visdk > >> first.... The errors you are seeing are related to missing classes on > >> com.vmware, wich is part of the visdk. > >> > >> I just wrote a paper where I said that installing the visdk is the > hardest > >> part of getting the vmware driver working. This is confirmation that I > am > >> not the only one who faced this problem! > >> > >> Tiago > >> > >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >>> > >>> Hi , > >>> > >>> yes ENV looks same as below but No Luck yet !! do we need to install > any > >>> java related packages ??? nebulla running on ubuntu. > >>> > >>> thanks, > >>> manjunath A > >>> > >>> > >>> > >>> > >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >>>> > >>>> Thanks for the info, let me give it a try... > >>>> > >>>> manju > >>>> > >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < > tiagosbatista at gmail.com> > >>>> wrote: > >>>>> > >>>>> Have you added the vi-sdk binaries to your classpath? > >>>>> > >>>>> my bashrc from when I used the vmware driver is bellow. I am shure > that > >>>>> not all of the variables were required, but this worked for me! Try > >>>>> uncommenting the commented lines and ajusting the paths... (sorry for > the > >>>>> linewrapping) > >>>>> > >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" > >>>>> export ONE_LOCATION="/opt/one-instalation" > >>>>> #export VMWARE_DATASTORE="one-datastore" > >>>>> #export VMWARE_DATACENTER="ha-datacenter" > >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" > >>>>> > >>>>> export PATH="$PATH:$ONE_LOCATION/bin" > >>>>> #export AXISHOME="/usr/share/java/axis/" > >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" > >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" > >>>>> #export JAVAHOME="$JAVA_HOME" > >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > >>>>> #JAVA_SHARE="/usr/share/java" > >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" > >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" > >>>>> #export > >>>>> > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > >>>>> > >>>>> #for i in `ls $SAMPLES/lib`; do > >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > >>>>> #done > >>>>> > >>>>> > >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a > wrote: > >>>>>> > >>>>>> Hi Tino, > >>>>>> > >>>>>> i am able to install using -d option, i am trying to install vmware > >>>>>> drivers, getting below error. > >>>>>> > >>>>>> Any suggestion please > >>>>>> > >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim > >>>>>> does not exist > >>>>>> import com.vmware.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist > >>>>>> import com.vmware.apputils.*; > >>>>>> ^ > >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist > >>>>>> import com.vmware.apputils.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:41: cannot find symbol > >>>>>> symbol : class ServiceContent > >>>>>> location: class DeployVM > >>>>>> private static ServiceContent content; > >>>>>> ^ > >>>>>> DeployVM.java:42: cannot find symbol > >>>>>> symbol : class AppUtil > >>>>>> location: class DeployVM > >>>>>> static AppUtil cb = null; > >>>>>> ^ > >>>>>> DeployVM.java:43: cannot find symbol > >>>>>> symbol : class VimPortType > >>>>>> location: class DeployVM > >>>>>> private static VimPortType service; > >>>>>> > >>>>>> thanks, > >>>>>> manjunath A > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez > >>>>>> wrote: > >>>>>>> > >>>>>>> Hi there, > >>>>>>> > >>>>>>> You may want to take a look to option "-d" of the "install.sh" > script > >>>>>>> [1]. > >>>>>>> > >>>>>>> Regards, > >>>>>>> > >>>>>>> -Tino > >>>>>>> > >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc > >>>>>>> -- > >>>>>>> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> DSA Research Group: http://dsa-research.org > >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> OpenNebula Virtual Infrastructure Engine: > http://www.OpenNebula.org > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a > wrote: > >>>>>>> > HI Tino, > >>>>>>> > > >>>>>>> > Thanks for the info, is there any good documentation available > for > >>>>>>> > standalone mode installation!! > >>>>>>> > > >>>>>>> > Regards, > >>>>>>> > manjunath A > >>>>>>> > > >>>>>>> > > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez > > >>>>>>> > wrote: > >>>>>>> >> > >>>>>>> >> Hi manjunath, > >>>>>>> >> > >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., > not > >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a > >>>>>>> >> ticket > >>>>>>> >> [1] to fix this for next release. > >>>>>>> >> > >>>>>>> >> Regards, > >>>>>>> >> > >>>>>>> >> -Tino > >>>>>>> >> > >>>>>>> >> [1] http://dev.opennebula.org/issues/209 > >>>>>>> >> > >>>>>>> >> -- > >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> >> DSA Research Group: http://dsa-research.org > >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> >> OpenNebula Virtual Infrastructure Engine: > >>>>>>> >> http://www.OpenNebula.org > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a > >>>>>>> >> wrote: > >>>>>>> >> > Hi All, > >>>>>>> >> > > >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system > >>>>>>> >> > wide > >>>>>>> >> > installation, now i am trying to install VMware drivers, > >>>>>>> >> > whenever i > >>>>>>> >> > tried > >>>>>>> >> > to run > >>>>>>> >> > > >>>>>>> >> > ./install-vmware.sh > >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, > aborting. > >>>>>>> >> > > >>>>>>> >> > In the system-wide installation not sure which path we need to > >>>>>>> >> > set for > >>>>>>> >> > "ONE_LOCATION" Env. > >>>>>>> >> > > >>>>>>> >> > Any comment on this... > >>>>>>> >> > > >>>>>>> >> > thanks, > >>>>>>> >> > manjunath A > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > _______________________________________________ > >>>>>>> >> > Users mailing list > >>>>>>> >> > Users at lists.opennebula.org > >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> > > >>>>>>> > > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Users mailing list > >>>>>> Users at lists.opennebula.org > >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>> > >>>>> > >>>> > >>> > >> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Thu Apr 8 20:54:02 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Thu, 08 Apr 2010 23:54:02 -0400 Subject: [one-users] question about creating VMs Message-ID: <4BBEA4DA.7070708@gmail.com> Hi all, I have some questions about creating VMs. Can any of you help me with them? Thanks in advance. In the vm.template, NAME = vm01 CPU = 0.5 MEMORY = 512 DISK = [ source = "/var/lib/one/images/vm1.qcow2", target = "hda", readonly = "no" ] Does this mean the KVM (I intall this virtualizer) has to create an image "vm1.qcow2" beforehand and this image is stored at /var/lib/one/images/? Once the we run "onevm create vm.template", this image will be retrieved by ONE. Another question: In vm.template, MEMORY is defined. But when using KVM to create VMs, memory is also defined. any conflict? One more question: In oned.conf, we need to define VM_DIR, and in vm.template, we need to define Disk source. What are they? From manju.kudu at gmail.com Fri Apr 9 01:28:51 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 9 Apr 2010 13:58:51 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi, I am trying to add esxi host using onehost add command, i m getting below info ID : 0 NAME : hostname STATE : ERROR IM_MAD : im_vmware VM_MAD : vmm_vmware TM_MAD : tm_vmware HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 when i see the oned.log i am able to see Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver im_vmware Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below output. INIT INIT SUCCESS Any thing wrong here ???? thanks, manjunath A On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > Thanks for the info and help "Tiago" and "Tino" > > Regards > Manjunath a > > > > > > On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > >> Hi Manju, >> >> Yes, this is a known issue that will be eventually solved, but it is >> safe for know to ignore those warnings. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >> > Hmmm i am getting below messages now, is it okay to ignore... >> > >> > >> > Installing VMWare drivers.Note: Some input files use unchecked or unsafe >> > operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .Note: Some input files use unchecked or unsafe operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .done >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > wrote: >> >> >> >> To be honnest, I am at a loss. The only time I saw those errors was >> when I >> >> tried to compile the vmware driver without properly compiling the visdk >> >> first.... The errors you are seeing are related to missing classes on >> >> com.vmware, wich is part of the visdk. >> >> >> >> I just wrote a paper where I said that installing the visdk is the >> hardest >> >> part of getting the vmware driver working. This is confirmation that I >> am >> >> not the only one who faced this problem! >> >> >> >> Tiago >> >> >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >>> >> >>> Hi , >> >>> >> >>> yes ENV looks same as below but No Luck yet !! do we need to install >> any >> >>> java related packages ??? nebulla running on ubuntu. >> >>> >> >>> thanks, >> >>> manjunath A >> >>> >> >>> >> >>> >> >>> >> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >> wrote: >> >>>> >> >>>> Thanks for the info, let me give it a try... >> >>>> >> >>>> manju >> >>>> >> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >> tiagosbatista at gmail.com> >> >>>> wrote: >> >>>>> >> >>>>> Have you added the vi-sdk binaries to your classpath? >> >>>>> >> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >> that >> >>>>> not all of the variables were required, but this worked for me! Try >> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >> for the >> >>>>> linewrapping) >> >>>>> >> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >> >>>>> export ONE_LOCATION="/opt/one-instalation" >> >>>>> #export VMWARE_DATASTORE="one-datastore" >> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >>>>> >> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >> >>>>> #export AXISHOME="/usr/share/java/axis/" >> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> >>>>> #export JAVAHOME="$JAVA_HOME" >> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> >>>>> #JAVA_SHARE="/usr/share/java" >> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >> >>>>> #export >> >>>>> >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >>>>> >> >>>>> #for i in `ls $SAMPLES/lib`; do >> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> >>>>> #done >> >>>>> >> >>>>> >> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >> wrote: >> >>>>>> >> >>>>>> Hi Tino, >> >>>>>> >> >>>>>> i am able to install using -d option, i am trying to install vmware >> >>>>>> drivers, getting below error. >> >>>>>> >> >>>>>> Any suggestion please >> >>>>>> >> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >> >>>>>> does not exist >> >>>>>> import com.vmware.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >> >>>>>> import com.vmware.apputils.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> >>>>>> import com.vmware.apputils.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:41: cannot find symbol >> >>>>>> symbol : class ServiceContent >> >>>>>> location: class DeployVM >> >>>>>> private static ServiceContent content; >> >>>>>> ^ >> >>>>>> DeployVM.java:42: cannot find symbol >> >>>>>> symbol : class AppUtil >> >>>>>> location: class DeployVM >> >>>>>> static AppUtil cb = null; >> >>>>>> ^ >> >>>>>> DeployVM.java:43: cannot find symbol >> >>>>>> symbol : class VimPortType >> >>>>>> location: class DeployVM >> >>>>>> private static VimPortType service; >> >>>>>> >> >>>>>> thanks, >> >>>>>> manjunath A >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> Hi there, >> >>>>>>> >> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >> script >> >>>>>>> [1]. >> >>>>>>> >> >>>>>>> Regards, >> >>>>>>> >> >>>>>>> -Tino >> >>>>>>> >> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >> >>>>>>> -- >> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> DSA Research Group: http://dsa-research.org >> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> OpenNebula Virtual Infrastructure Engine: >> http://www.OpenNebula.org >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >> wrote: >> >>>>>>> > HI Tino, >> >>>>>>> > >> >>>>>>> > Thanks for the info, is there any good documentation available >> for >> >>>>>>> > standalone mode installation!! >> >>>>>>> > >> >>>>>>> > Regards, >> >>>>>>> > manjunath A >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >> tinova at fdi.ucm.es> >> >>>>>>> > wrote: >> >>>>>>> >> >> >>>>>>> >> Hi manjunath, >> >>>>>>> >> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >> not >> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >> >>>>>>> >> ticket >> >>>>>>> >> [1] to fix this for next release. >> >>>>>>> >> >> >>>>>>> >> Regards, >> >>>>>>> >> >> >>>>>>> >> -Tino >> >>>>>>> >> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >> >>>>>>> >> >> >>>>>>> >> -- >> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> >> DSA Research Group: http://dsa-research.org >> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >> >>>>>>> >> http://www.OpenNebula.org >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> >>>>>>> >> wrote: >> >>>>>>> >> > Hi All, >> >>>>>>> >> > >> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system >> >>>>>>> >> > wide >> >>>>>>> >> > installation, now i am trying to install VMware drivers, >> >>>>>>> >> > whenever i >> >>>>>>> >> > tried >> >>>>>>> >> > to run >> >>>>>>> >> > >> >>>>>>> >> > ./install-vmware.sh >> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >> aborting. >> >>>>>>> >> > >> >>>>>>> >> > In the system-wide installation not sure which path we need >> to >> >>>>>>> >> > set for >> >>>>>>> >> > "ONE_LOCATION" Env. >> >>>>>>> >> > >> >>>>>>> >> > Any comment on this... >> >>>>>>> >> > >> >>>>>>> >> > thanks, >> >>>>>>> >> > manjunath A >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > _______________________________________________ >> >>>>>>> >> > Users mailing list >> >>>>>>> >> > Users at lists.opennebula.org >> >>>>>>> >> > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> > >> >>>>>>> > >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Users mailing list >> >>>>>> Users at lists.opennebula.org >> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>> >> >>>>> >> >>>> >> >>> >> >> >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Fri Apr 9 22:59:44 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 10 Apr 2010 01:59:44 -0400 Subject: [one-users] creating VM failure Message-ID: <4BC013D0.5000206@gmail.com> Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet the following error. Here is the vm.log file. Can you help fix it? Thanks. Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: maxwell:/home/liu/cloud/images/ttylinux.img localhost:~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: ~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory ~/vmpool//7/images Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning /home/liu/cloud/images/ttylinux.img Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: /home/liu/cloud/one/var/7/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh --connect qemu:///system create ~/vmpool//7/images/deployment.0' Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from /home/liu/vmpool//7/images/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Deleting ~/vmpool//7/images Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Executed "rm -rf ~/vmpool//7/images". Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - From mattieu.puel at cc.in2p3.fr Sun Apr 11 15:43:32 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 00:43:32 +0200 Subject: [one-users] Live guest state saving Message-ID: <20100411224332.GA7704@in2p3.fr> Hello everyone, is there any way of using the qemu/KVM snapshotting feature (savevm/loadvm) within an OpenNebula platform ? I am looking for something like "onevm snapshot vm_id snapfile" on the front-end. From ameseacla at gmail.com Sun Apr 11 21:31:41 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Mon, 12 Apr 2010 00:31:41 -0400 Subject: [one-users] problem running "onevm show" Message-ID: <4BC2A22D.8020301@gmail.com> Hi all: When I run "onevm show 10" to indicate the information of one of VMs, the following warning and errors appeared. WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 VIRTUAL MACHINE 10 INFORMATION ID : 10 NAME : ttylinuxttylinux STATE : ACTIVE LCM_STATE : RUNNING /home/liu/cloud/one/bin/onevm:701:in `at': bignum too big to convert into `long' (RangeError) from /home/liu/cloud/one/bin/onevm:701 from /home/liu/cloud/one/bin/onevm:679:in `each' from /home/liu/cloud/one/bin/onevm:679 Can anyone tell me how to fix these problems? Thanks. From manju.kudu at gmail.com Mon Apr 12 00:48:16 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 13:18:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i can see below error in the log "Can not load driver /src/cloud/lib/mads/$ONE_LOCATION/lib/mads/one_vmm_vmware, No such file or directory" basically its looking for the wrong path, it needs to look for $ONE_LOCATION/lib/mads/one_vmm_vmware. $ONE_LOCATION is set to /src/cloud/ in the .bashrc. any thing i am missing here, if i do $ONE_LOCATION/lib/mads/one_im_vmware INIT INIT SUCCESS Any suggestions please... thanks, manjunath A On Fri, Apr 9, 2010 at 1:58 PM, manju a wrote: > Hi, > > I am trying to add esxi host using onehost add command, i m getting below > info > > ID : 0 > NAME : hostname > STATE : ERROR > IM_MAD : im_vmware > VM_MAD : vmm_vmware > TM_MAD : tm_vmware > > HOST SHARES > MAX MEM : 0 > USED MEM (REAL) : 0 > USED MEM (ALLOCATED) : 0 > MAX CPU : 0 > USED CPU (REAL) : 0 > USED CPU (ALLOCATED) : 0 > RUNNING VMS : 0 > > when i see the oned.log i am able to see > > Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver > im_vmware > Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked > > When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below > output. > INIT > INIT SUCCESS > > Any thing wrong here ???? > > thanks, > manjunath A > > > > > > On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > >> Thanks for the info and help "Tiago" and "Tino" >> >> Regards >> Manjunath a >> >> >> >> >> >> On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: >> >>> Hi Manju, >>> >>> Yes, this is a known issue that will be eventually solved, but it is >>> safe for know to ignore those warnings. >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >>> > Hmmm i am getting below messages now, is it okay to ignore... >>> > >>> > >>> > Installing VMWare drivers.Note: Some input files use unchecked or >>> unsafe >>> > operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .Note: Some input files use unchecked or unsafe operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .done >>> > >>> > thanks, >>> > manjunath A >>> > >>> > >>> > >>> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > >>> > wrote: >>> >> >>> >> To be honnest, I am at a loss. The only time I saw those errors was >>> when I >>> >> tried to compile the vmware driver without properly compiling the >>> visdk >>> >> first.... The errors you are seeing are related to missing classes on >>> >> com.vmware, wich is part of the visdk. >>> >> >>> >> I just wrote a paper where I said that installing the visdk is the >>> hardest >>> >> part of getting the vmware driver working. This is confirmation that I >>> am >>> >> not the only one who faced this problem! >>> >> >>> >> Tiago >>> >> >>> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a >>> wrote: >>> >>> >>> >>> Hi , >>> >>> >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install >>> any >>> >>> java related packages ??? nebulla running on ubuntu. >>> >>> >>> >>> thanks, >>> >>> manjunath A >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >>> wrote: >>> >>>> >>> >>>> Thanks for the info, let me give it a try... >>> >>>> >>> >>>> manju >>> >>>> >>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >>> tiagosbatista at gmail.com> >>> >>>> wrote: >>> >>>>> >>> >>>>> Have you added the vi-sdk binaries to your classpath? >>> >>>>> >>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >>> that >>> >>>>> not all of the variables were required, but this worked for me! Try >>> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >>> for the >>> >>>>> linewrapping) >>> >>>>> >>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> >>>>> export ONE_LOCATION="/opt/one-instalation" >>> >>>>> #export VMWARE_DATASTORE="one-datastore" >>> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>>>> >>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>> >>>>> #export AXISHOME="/usr/share/java/axis/" >>> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> >>>>> #export JAVAHOME="$JAVA_HOME" >>> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> >>>>> #JAVA_SHARE="/usr/share/java" >>> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> >>>>> #export >>> >>>>> >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>>>> >>> >>>>> #for i in `ls $SAMPLES/lib`; do >>> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> >>>>> #done >>> >>>>> >>> >>>>> >>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >>> wrote: >>> >>>>>> >>> >>>>>> Hi Tino, >>> >>>>>> >>> >>>>>> i am able to install using -d option, i am trying to install >>> vmware >>> >>>>>> drivers, getting below error. >>> >>>>>> >>> >>>>>> Any suggestion please >>> >>>>>> >>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>> >>>>>> does not exist >>> >>>>>> import com.vmware.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>> >>>>>> import com.vmware.apputils.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> >>>>>> import com.vmware.apputils.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:41: cannot find symbol >>> >>>>>> symbol : class ServiceContent >>> >>>>>> location: class DeployVM >>> >>>>>> private static ServiceContent content; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:42: cannot find symbol >>> >>>>>> symbol : class AppUtil >>> >>>>>> location: class DeployVM >>> >>>>>> static AppUtil cb = null; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:43: cannot find symbol >>> >>>>>> symbol : class VimPortType >>> >>>>>> location: class DeployVM >>> >>>>>> private static VimPortType service; >>> >>>>>> >>> >>>>>> thanks, >>> >>>>>> manjunath A >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>> >>>>>> wrote: >>> >>>>>>> >>> >>>>>>> Hi there, >>> >>>>>>> >>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >>> script >>> >>>>>>> [1]. >>> >>>>>>> >>> >>>>>>> Regards, >>> >>>>>>> >>> >>>>>>> -Tino >>> >>>>>>> >>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> >>>>>>> -- >>> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> DSA Research Group: http://dsa-research.org >>> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> OpenNebula Virtual Infrastructure Engine: >>> http://www.OpenNebula.org >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >>> wrote: >>> >>>>>>> > HI Tino, >>> >>>>>>> > >>> >>>>>>> > Thanks for the info, is there any good documentation available >>> for >>> >>>>>>> > standalone mode installation!! >>> >>>>>>> > >>> >>>>>>> > Regards, >>> >>>>>>> > manjunath A >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >>> tinova at fdi.ucm.es> >>> >>>>>>> > wrote: >>> >>>>>>> >> >>> >>>>>>> >> Hi manjunath, >>> >>>>>>> >> >>> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >>> not >>> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened >>> a >>> >>>>>>> >> ticket >>> >>>>>>> >> [1] to fix this for next release. >>> >>>>>>> >> >>> >>>>>>> >> Regards, >>> >>>>>>> >> >>> >>>>>>> >> -Tino >>> >>>>>>> >> >>> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>> >>>>>>> >> >>> >>>>>>> >> -- >>> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> >> DSA Research Group: http://dsa-research.org >>> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>> >>>>>>> >> http://www.OpenNebula.org >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> > >>> >>>>>>> >> wrote: >>> >>>>>>> >> > Hi All, >>> >>>>>>> >> > >>> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed >>> system >>> >>>>>>> >> > wide >>> >>>>>>> >> > installation, now i am trying to install VMware drivers, >>> >>>>>>> >> > whenever i >>> >>>>>>> >> > tried >>> >>>>>>> >> > to run >>> >>>>>>> >> > >>> >>>>>>> >> > ./install-vmware.sh >>> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >>> aborting. >>> >>>>>>> >> > >>> >>>>>>> >> > In the system-wide installation not sure which path we need >>> to >>> >>>>>>> >> > set for >>> >>>>>>> >> > "ONE_LOCATION" Env. >>> >>>>>>> >> > >>> >>>>>>> >> > Any comment on this... >>> >>>>>>> >> > >>> >>>>>>> >> > thanks, >>> >>>>>>> >> > manjunath A >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > _______________________________________________ >>> >>>>>>> >> > Users mailing list >>> >>>>>>> >> > Users at lists.opennebula.org >>> >>>>>>> >> > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>> >>> >>>>>> >>> >>>>>> _______________________________________________ >>> >>>>>> Users mailing list >>> >>>>>> Users at lists.opennebula.org >>> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>> >>> >>>>> >>> >>>> >>> >>> >>> >> >>> > >>> > >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 12 05:49:05 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 18:19:05 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i am able to get rid of all driver load issue.. now i am seeing below error Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE 5 Failed monitoring host oneadmin is in /etc/sudoers file, any thing i am missing here... i am trying to add ESXI(free) host without a success. thanks, manjunath A On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: > Hi All, > > i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers, whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 12 05:54:56 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 12 Apr 2010 14:54:56 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Are you using the full FQDN of the ESXi host? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 2:49 PM, manju a wrote: > i am able to get rid of all driver load issue.. now i am seeing below error > > Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE > 5 Failed monitoring host > > oneadmin is in /etc/sudoers file, any thing i am missing here... > > i am trying to add ESXI(free) host without a success. > > thanks, > manjunath A > > > On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: >> >> Hi All, >> >> ?i am trying to setup a nebula cloud, i have performed system wide >> installation, now i am trying to install VMware drivers,? whenever i tried >> to run >> >> ./install-vmware.sh >> ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> In the system-wide installation not sure which path we need to set for >> "ONE_LOCATION" Env. >> >> Any comment on this... >> >> thanks, >> manjunath A >> >> >> >> >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 12 06:49:22 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 12 Apr 2010 15:49:22 +0200 Subject: [one-users] Live guest state saving In-Reply-To: <20100411224332.GA7704@in2p3.fr> References: <20100411224332.GA7704@in2p3.fr> Message-ID: Hi onevm stop does that, the snapfile file (checkpoint) should be in $ONE_LOCATION/var/ you can restore the VM with onevm resume Cheers On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > Hello everyone, > > is there any way of using the qemu/KVM snapshotting feature > (savevm/loadvm) within an OpenNebula platform ? I am looking for > something like "onevm snapshot vm_id snapfile" on the front-end. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mattieu.puel at cc.in2p3.fr Mon Apr 12 06:57:37 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 15:57:37 +0200 Subject: [one-users] Live guest state saving In-Reply-To: References: <20100411224332.GA7704@in2p3.fr> Message-ID: <20100412135737.GM6819@in2p3.fr> Well, savevm does not shutdown the guest system. This provides an excellent way of backing up critical systems from time to time, without interrupting production. Ruben S. Montero> > Hi > > onevm stop does that, the snapfile file (checkpoint) should be in > $ONE_LOCATION/var/ you can restore the VM with onevm resume > > Cheers > > On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > > Hello everyone, > > > > is there any way of using the qemu/KVM snapshotting feature > > (savevm/loadvm) within an OpenNebula platform ? I am looking for > > something like "onevm snapshot vm_id snapfile" on the front-end. > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 -- Mattieu Puel Administrateur syst?me Centre de Calcul de l'IN2P3 http://cc.in2p3.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2757 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 13 05:02:21 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 13 Apr 2010 17:32:21 +0530 Subject: [one-users] creating new VM Message-ID: Hi All, I am trying to create a VM, when i do onevm create template.vm, its getting failed, i can see below error oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: nb-cloud:/home/one/datastore/win esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning nb-cloud:/home/one/datastore/win Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: /src/cloud/var/8/deployment.0 Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed deploying VM in host esxinebula Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed "rm -rf /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - Any idea on this.. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 10:08:05 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Tue, 13 Apr 2010 13:08:05 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: That looks a lot like your kernel/initrd aren't good for the vm and the vm host. Check your xen/kvm logs and see what's reported. On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > Hi All, > > I am trying to create a VM, when i do > > onevm create template.vm, its getting failed, i can see below error > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > nb-cloud:/home/one/datastore/win > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > nb-cloud:/home/one/datastore/win > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > /src/cloud/var/8/deployment.0 > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed > deploying VM in host esxinebula > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > "rm -rf > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > Any idea on this.. > > thanks, > manjunath A > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Tue Apr 13 21:55:02 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 10:25:02 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Hi Keith, I am trying to host it an ESXI.Any comment on this.. thanks, manjunath A On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins wrote: > That looks a lot like your kernel/initrd aren't good for the vm and > the vm host. Check your xen/kvm logs and see what's reported. > > > > On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > > Hi All, > > > > I am trying to create a VM, when i do > > > > onevm create template.vm, its getting failed, i can see below error > > > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > > nb-cloud:/home/one/datastore/win > > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > > nb-cloud:/home/one/datastore/win > > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > > /src/cloud/var/8/deployment.0 > > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > Failed > > deploying VM in host esxinebula > > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > > "rm -rf > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > > > Any idea on this.. > > > > thanks, > > manjunath A > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 22:05:46 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Wed, 14 Apr 2010 01:05:46 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Try booting the vmdx directly on esx first, and see what happens. On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > Hi Keith, > > I am trying to host it an ESXI.Any comment on this.. > > thanks, > manjunath A > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > wrote: >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> > Hi All, >> > >> > I am trying to create a VM, when i do >> > >> > onevm create template.vm, its getting failed, i can see below error >> > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> > nb-cloud:/home/one/datastore/win >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> > nb-cloud:/home/one/datastore/win >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> > /src/cloud/var/8/deployment.0 >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> > Failed >> > deploying VM in host esxinebula >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Deleting >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Executed >> > "rm -rf >> > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> > >> > Any idea on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From manju.kudu at gmail.com Tue Apr 13 23:13:31 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 11:43:31 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Its Even worse now, its not even creating a directory under DATASTORE path. my diskfile has 20GB, does it make any difference, its setting on NFS path. same path should be accessible via ESXI as well as Front end Server . oneadmin at nb-cloud:/vmfs/volumes/vmimages$ /vmfs/volumes/697a3795-0a4f59dc # pwd /vmfs/volumes/vmimages /vmfs/volumes/697a3795-0a4f59dc # thanks, manjunath A On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > Try booting the vmdx directly on esx first, and see what happens. > > On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > > Hi Keith, > > > > I am trying to host it an ESXI.Any comment on this.. > > > > thanks, > > manjunath A > > > > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > wrote: > >> > >> That looks a lot like your kernel/initrd aren't good for the vm and > >> the vm host. Check your xen/kvm logs and see what's reported. > >> > >> > >> > >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > >> > Hi All, > >> > > >> > I am trying to create a VM, when i do > >> > > >> > onevm create template.vm, its getting failed, i can see below error > >> > > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > >> > nb-cloud:/home/one/datastore/win > >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > >> > nb-cloud:/home/one/datastore/win > >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > >> > /src/cloud/var/8/deployment.0 > >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > >> > Failed > >> > deploying VM in host esxinebula > >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Deleting > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Executed > >> > "rm -rf > >> > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > >> > > >> > Any idea on this.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 13 23:44:01 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 12:14:01 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: now VM folder is being created in the DATASTORE path but its not hosting.. On Wed, Apr 14, 2010 at 11:43 AM, manju a wrote: > Its Even worse now, its not even creating a directory under DATASTORE path. > my diskfile has 20GB, does it make any difference, its setting on NFS path. > same path should be accessible via ESXI as well as Front end Server . > > oneadmin at nb-cloud:/vmfs/volumes/vmimages$ > > /vmfs/volumes/697a3795-0a4f59dc # pwd > /vmfs/volumes/vmimages > /vmfs/volumes/697a3795-0a4f59dc # > > thanks, > manjunath A > > > > > > > On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > >> Try booting the vmdx directly on esx first, and see what happens. >> >> On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: >> > Hi Keith, >> > >> > I am trying to host it an ESXI.Any comment on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > >> > wrote: >> >> >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > I am trying to create a VM, when i do >> >> > >> >> > onevm create template.vm, its getting failed, i can see below error >> >> > >> >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> >> > nb-cloud:/home/one/datastore/win >> >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> >> > nb-cloud:/home/one/datastore/win >> >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> >> > /src/cloud/var/8/deployment.0 >> >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> >> > Failed >> >> > deploying VM in host esxinebula >> >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Deleting >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Executed >> >> > "rm -rf >> >> > >> /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> >> > >> >> > Any idea on this.. >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Wed Apr 14 06:28:39 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Wed, 14 Apr 2010 15:28:39 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan From mvnli_giang at yahoo.com Wed Apr 14 21:06:16 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Thu, 15 Apr 2010 12:06:16 +0800 (SGT) Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. Message-ID: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Thu Apr 15 00:25:50 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Thu, 15 Apr 2010 15:25:50 +0800 Subject: [one-users] About OVF Message-ID: Hi all, does openneula support OVF or decide to support? Thanks so much~~ -- Best Wishes~ Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Thu Apr 15 01:57:51 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Thu, 15 Apr 2010 10:57:51 +0200 Subject: [one-users] Host monitoring with snmp ? Message-ID: <4BC6D50F.2000106@sara.nl> Hi All, I had some problems with host monitoring, namely that I could not decrease the cycle time to monitor a host. It is my understanding that we might need to monitor our hosts more often to get better / fairer scheduling. I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could not realise a cycle time of less than 30 seconds... oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization # VM_POLLING_INTERVAL: Time in seconds between virtual machine monitorization HOST_MONITORING_INTERVAL = 10 VM_POLLING_INTERVAL = 60 I wrote a script that tries to emulate the ruby monitoring script, but pulls the information directly from system snmp counters to This should mean a more real time status of each host and avoids parsing out, scp and ssh of the ruby script. Is host monitoring via snmp a good idea ? Perhaps its faster / more scalable ? Example output using the ruby script from ONE: oneadmin at node15-one:~$ time /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2261 TOTALMEMORY=24735424 USEDMEMORY=10151572 FREEMEMORY=24159416 FREECPU=770.4 USEDCPU=29.6 NETRX=18837297726 NETTX=328653416717 Example output from my snmp script: real 0m3.531s user 0m0.000s sys 0m0.028s oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=18889772 FREEMEMORY=5845652 FREECPU=0.00 USEDCPU=800.00 NETRX=513353459 NETTX=3422880146 real 0m0.039s user 0m0.012s sys 0m0.048s oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=9011744 FREEMEMORY=15723680 FREECPU=792.00 USEDCPU=8.00 NETRX=513356316 NETTX=3422883584 real 0m0.039s user 0m0.020s sys 0m0.040s oneadmin at node15-one:~$ Cheers Neil From tinova at fdi.ucm.es Thu Apr 15 03:27:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 12:27:42 +0200 Subject: [one-users] creating VM failure In-Reply-To: <4BC013D0.5000206@gmail.com> References: <4BC013D0.5000206@gmail.com> Message-ID: Hi Eddie, I've got this sometimes --- Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory ---- when the libvirt daemon is busy or stuck. Did you try restarting it? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 10, 2010 at 7:59 AM, Eddie Liu wrote: > Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet > the following error. Here is the vm.log file. Can you help fix it? Thanks. > > Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. > Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: > maxwell:/home/liu/cloud/images/ttylinux.img > localhost:~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: > ~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory > ~/vmpool//7/images > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning > /home/liu/cloud/images/ttylinux.img > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp > /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT > Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: > /home/liu/cloud/one/var/7/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p > ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh > --connect qemu:///system create ~/vmpool//7/images/deployment.0' > Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. > Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system > Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from > /home/liu/vmpool//7/images/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show > up.: No such file or directory > Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 > Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine > Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Deleting ~/vmpool//7/images > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Executed "rm -rf ~/vmpool//7/images". > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From j.melis at fdi.ucm.es Thu Apr 15 03:38:30 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:38:30 +0200 Subject: [one-users] question about creating VMs In-Reply-To: <4BBEA4DA.7070708@gmail.com> References: <4BBEA4DA.7070708@gmail.com> Message-ID: Hi Eddie, Does this mean the KVM (I intall this virtualizer) has to create an > image "vm1.qcow2" beforehand and this image is stored at > /var/lib/one/images/? > Yes, that image has to exist beforehand. > Another question: > In vm.template, MEMORY is defined. But when using KVM to create VMs, > memory is also defined. any conflict? > If you're talking about the KVM configuration file, the memory directive will be the default value, used if it's not specified in the vm template. > > One more question: > In oned.conf, we need to define VM_DIR, and in vm.template, we need to > define Disk source. What are they? > >From the documentation: *VM_DIR* : Remote path to store the VM images, it should be shared between all the cluster nodes to perform live migrations. This path will be used for all the cluster nodes. whereas the Disk source is the image location in the server node. regards, Jaime > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.melis at fdi.ucm.es Thu Apr 15 03:42:07 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:42:07 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < stefan.harder at fokus.fraunhofer.de> wrote: > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.freitag at udo.edu Thu Apr 15 03:50:57 2010 From: stefan.freitag at udo.edu (Stefan Freitag) Date: Thu, 15 Apr 2010 12:50:57 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <95345ed7fbe16cb7d5b74545e77040af.squirrel@webmail.tu-dortmund.de> Hi Jaime, I think I got the same error on my machine if trying to ask ONE via OCCI for the available networks. The ruby version I use is ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] Kind regards Stefan Jaime Melis schrieb: > Hi, > > what ruby version are you using? > > regards, > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < > stefan.harder at fokus.fraunhofer.de> wrote: > >> Hi, >> >> we set up the OCCI interface for our OpenNebula test einvironment as >> described in http://www.opennebula.org/documentation:rel1.4:occicg. If >> we now do a get on http://servername:4567/compute/0 then we receive the >> XML representation of the VM with the id 0. But if we ask for our >> network with the id 0 (http://servername:4567/network/0) then we receive >> a ruby error: >> >> undefined method `strip' for nil:NilClass >> >> This sounds like an empty string somewhere. >> >> occi-server.log only prints: >> [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 >> >> Do you have any ideas? >> >> Thanks, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dipl.-Inform. Stefan Freitag Institut f?r Roboterforschung - Abteilung Informationstechnik Universitaet Dortmund | phone: +49 (0)231-755-7009 Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu From stefan.harder at fokus.fraunhofer.de Thu Apr 15 04:24:04 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Thu, 15 Apr 2010 13:24:04 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] Regards, Stefan Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis Gesendet: Donnerstag, 15. April 2010 12:42 An: Harder, Stefan Cc: users at lists.opennebula.org Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI interface Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan wrote: Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From lhaig at haigmail.com Thu Apr 15 05:02:22 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:02:22 +0100 Subject: [one-users] Virtual Install Message-ID: <4BC7004E.7090701@haigmail.com> Hi, I have been tasked with testing interfaces to our virtual infrastructures and have been following opennebula for a while as a lurker on this list. Is there a VM we can download that we can use to be able to test ON? Regards Lance -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From lhaig at haigmail.com Thu Apr 15 05:41:41 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:41:41 +0100 Subject: [one-users] Virtual Install In-Reply-To: References: <4BC7004E.7090701@haigmail.com> Message-ID: <4BC70985.7090507@haigmail.com> Hi Joseph, Thanks for the help. I would love to see what this does in a demo. it seems that Opennebula and Eucalyptus could be complementary to each other. Regards Lance On 15/04/2010 13:09, Joseph Glanville wrote: > I believe there is a TTYLinux image hanging around on the OpenNebula > documentation somewhere. > Failing that generating a config file for an existing Xen VM is not > all that difficult. > Goodluck. > > Kind regards, > > Joseph Glanville > > GPG Key ID: A5FC8BE3 > > > > On Thu, Apr 15, 2010 at 10:02 PM, Lance Haig wrote: > >> Hi, >> >> I have been tasked with testing interfaces to our virtual infrastructures >> and have been following opennebula for a while as a lurker on this list. >> >> Is there a VM we can download that we can use to be able to test ON? >> >> Regards >> >> Lance >> >> -- >> This message was scanned by Better Hosted and is believed to be clean. >> http://www.betterhosted.com >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -- > This message was scanned by Better Hosted and is believed to be clean. > Click here to report this message as spam. > http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=DCED19FB4D.A65D3 > > > -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From tinova at fdi.ucm.es Thu Apr 15 06:43:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 15:43:42 +0200 Subject: [one-users] Question about failing to deploy VM In-Reply-To: References: Message-ID: Hi Huiyang, Could be that the error you are getting is related to [1]? Also, please elaborate a bit more on the opennebula daemon trying to modify the ssh keys, since I don't clearly understand the problem. Best regards, -Tino [1] https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/517714 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 7, 2010 at 5:39 AM, hy xu wrote: > ould not remove profile for 'libvirt-49 From tinova at fdi.ucm.es Thu Apr 15 09:59:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 18:59:08 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, This feature depends mostly on the hypervisor (xen and kvm doesn't allow this). It will be possible to implement it for the vmware driver, i'll put that alongside the improvements plan for the vmware support. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan wrote: > Hi, > > is there any way to change a VMs configuration while it is running? > Livemigrating is good when physical hosts reach their threshold so that > you can migrate some VMs to other physical nodes. But what if the VMs > themselves need more than the allocated hardware from the *.one template > file. > > Is there any approach to do something like VMwares hot-add and hot-plug > features for RAM and CPU with OpenNebula? > > Regards, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 15 10:29:21 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 19:29:21 +0200 Subject: [one-users] Opennebula 1.4 information manager is not responding In-Reply-To: References: Message-ID: Hi there, Is there any useful information in the im_vmware.log file? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:48 PM, wrote: > Hi, > > ??We had setup opennebula 1.4 with vmware. we are able to create host and > virtual machines. Information manager is not responding, when opennebula > contionusly runs more then day.??Please help us to resolve the issue. > > Regards > Marimuthu > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Thu Apr 15 23:53:21 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 08:53:21 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Could you send us the output of onevnet list and onevnet show commands for the networks defined in your setup... Note also that through OCCI you can only create (and therefore list) Ranged networks. On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan wrote: > Hi Jaime, > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > Regards, > > > > Stefan > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis > Gesendet: Donnerstag, 15. April 2010 12:42 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > > > Hi, > > > > what ruby version are you using? > > > > regards, > > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > wrote: > > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Fri Apr 16 00:00:38 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 09:00:38 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BC6D50F.2000106@sara.nl> References: <4BC6D50F.2000106@sara.nl> Message-ID: Hi This is a great idea indeed, and a great contribution for the ecosystem ;) . Just a few thoughts about monitoring... The MONITORING_INTERVAL is the time between to monitor actions in OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts monitored by the system. So if you have more than 10 hosts the hosts are going to be monitored in approx ((num_hosts mod 10) + 1) * monitoring_interval. If that is not your case, please send us the output of oned.log... Cheers Ruben On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > Hi All, > > I had some problems with host monitoring, namely that I could not > decrease the cycle time to monitor a host. > It is my understanding that we might need to monitor our hosts more > often to get better / fairer scheduling. > > I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could > not realise a cycle time of less than 30 seconds... > > oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf > # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization > # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine > monitorization > HOST_MONITORING_INTERVAL = 10 > VM_POLLING_INTERVAL ? ? ?= 60 > > I wrote a script that tries to emulate the ruby monitoring script, but > pulls the information directly from system snmp counters to > This should mean a more real time status of each host and avoids parsing > out, scp and ssh of the ruby script. > > Is host monitoring via snmp a good idea ? Perhaps its ?faster / more > scalable ? > > Example output using the ruby script from ONE: > > oneadmin at node15-one:~$ time > /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2261 > TOTALMEMORY=24735424 > USEDMEMORY=10151572 > FREEMEMORY=24159416 > FREECPU=770.4 > USEDCPU=29.6 > NETRX=18837297726 > NETTX=328653416717 > > Example output from my snmp script: > > real ? ?0m3.531s > user ? ?0m0.000s > sys ? ? 0m0.028s > oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=18889772 > FREEMEMORY=5845652 > FREECPU=0.00 > USEDCPU=800.00 > NETRX=513353459 > NETTX=3422880146 > > real ? ?0m0.039s > user ? ?0m0.012s > sys ? ? 0m0.048s > oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=9011744 > FREEMEMORY=15723680 > FREECPU=792.00 > USEDCPU=8.00 > NETRX=513356316 > NETTX=3422883584 > > real ? ?0m0.039s > user ? ?0m0.020s > sys ? ? 0m0.040s > oneadmin at node15-one:~$ > > Cheers > > Neil > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From juliencohen5 at hotmail.fr Fri Apr 16 02:23:36 2010 From: juliencohen5 at hotmail.fr (julien cohen) Date: Fri, 16 Apr 2010 11:23:36 +0200 Subject: [one-users] I want to post to the user list Message-ID: Julien Cohen +33613795037 _________________________________________________________________ D?couvrez comment SURFER DISCRETEMENT sur un site de rencontres ! http://clk.atdmt.com/FRM/go/206608211/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Fri Apr 16 02:29:59 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Fri, 16 Apr 2010 11:29:59 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA1034C90B5@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, these are the outputs. Our network is fixed, but why can we create and list only ranged ones via OCCI? Regards, Stefan $ onevnet list ID USER NAME TYPE BRIDGE #LEASES 0 oneadmin network Fixed br0 2 $ onevnet show 0 VIRTUAL NETWORK 0 INFORMATION ID: : 0 UID: : 0 VIRTUAL NETWORK TEMPLATE BRIDGE=br0 LEASES=[ IP=xxx.xxx.xxx.203 ] LEASES=[ IP=xxx.xxx.xxx.202 ] NAME=network TYPE=FIXED LEASES INFORMATION LEASE=[ IP=xxx.xxx.xxx.202, MAC=xx:xx:xx:xx:xx:ca, USED=1, VID=6 ] LEASE=[ IP=xxx.xxx.xxx.203, MAC=xx:xx:xx:xx:xx:cb, USED=1, VID=5 ] > -----Urspr?ngliche Nachricht----- > Von: rsmontero at gmail.com [mailto:rsmontero at gmail.com] Im Auftrag von > Ruben S. Montero > Gesendet: Freitag, 16. April 2010 08:53 > An: Harder, Stefan > Cc: Jaime Melis; users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > Hi > > Could you send us the output of onevnet list and onevnet show commands > for the networks defined in your setup... Note also that through OCCI > you can only create (and therefore list) Ranged networks. > > On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan > wrote: > > Hi Jaime, > > > > > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > > > > > Regards, > > > > > > > > Stefan > > > > > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von > Jaime Melis > > Gesendet: Donnerstag, 15. April 2010 12:42 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > > interface > > > > > > > > Hi, > > > > > > > > what ruby version are you using? > > > > > > > > regards, > > > > Jaime > > > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > > wrote: > > > > Hi, > > > > we set up the OCCI interface for our OpenNebula test einvironment as > > described in http://www.opennebula.org/documentation:rel1.4:occicg. > If > > we now do a get on http://servername:4567/compute/0 then we receive > the > > XML representation of the VM with the id 0. But if we ask for our > > network with the id 0 (http://servername:4567/network/0) then we > receive > > a ruby error: > > > > undefined method `strip' for nil:NilClass > > > > This sounds like an empty string somewhere. > > > > occi-server.log only prints: > > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > > > Do you have any ideas? > > > > Thanks, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of > Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 From manju.kudu at gmail.com Fri Apr 16 03:42:38 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 16 Apr 2010 16:12:38 +0530 Subject: [one-users] VM Creation Error on ESXi Message-ID: Hi Experts, I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to create a VM, I am getting below error, i can see from VIC it will try to register the the machine, once its done below error will popup. Error 1 ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine Specified. Failed to Configure Ethernet0 I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template Above error is common on ESXI (Free) and ESX (which has foundation Lic) Error 2 I added another ESXI server (Free 3.5U4 version) When I am trying to create a vm, it got failed, from the log file(vmm_vmware.log) I can see below message. [15.04.2010 22:32:29] INIT SUCCESS [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host esxiserver [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null ---- Debug stack trace ---- AxisFault faultCode: ServerFaultCode faultSubcode: faultString: fault.RestrictedVersion.summary faultActor: faultNode: faultDetail: {urn:vim2}SecurityErrorFault:null fault.RestrictedVersion.summary at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) Any hint or help will be greatly appreciated. Thanks, Manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 06:18:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:18:12 +0200 Subject: [one-users] problem running "onevm show" In-Reply-To: <4BC2A22D.8020301@gmail.com> References: <4BC2A22D.8020301@gmail.com> Message-ID: Hi Eddie, Could you please send the output of onevm show 0 -x Let's see what is the value of stime, that seems to be upsetting the onevm command. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > bignum too big to convert > into `long' From jeroen.nijhof at sara.nl Fri Apr 16 06:54:05 2010 From: jeroen.nijhof at sara.nl (Jeroen Nijhof) Date: Fri, 16 Apr 2010 15:54:05 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released Message-ID: <4BC86BFD.6040407@sara.nl> Hi, I'm pleased to announce onemc version 1.0.0 has finally been released: * Uses XMLRPC2 to talk with one * Create and remove templates * Deploying VM's based on earlier created templates * Manage, create and remove hosts * Manage, create and remove networks * Create, remove and edit users * ACL support * Theme support * Support for global and user disk images * Upload images to global or user directory * VNC support auto and manual, auto port assignment needs ONE patch available at the file section of this project. * Generic database support by using adodb for the ACL's and templates. For more information take a look at: http://dev.opennebula.org/projects/management-console/wiki -- Kind regards, Jeroen Nijhof From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:59:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:59:42 +0200 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi Britto, Does this happen with just one VM or with the system under big workload? Also, are you using libvirt? The template looks correct. Probably, if you just restart the VM with "onevm restart", you will make ONE to poll the VM again, and if it is there, it will recover the control. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: > Hi Folks, > > After submitting the vm for deployement it turns into UNKNOWN state after > running state. > > Here is the log > > Sat Apr? 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart > and delete actions available or try to recover it manually > Sat Apr? 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN > > > And my template is .. > > NAME?? = Centos-base > CPU??? = 1 > MEMORY = 512 > > OS = [ > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", > root = "hda" ] > > DISK?? = [ > ? source?? = "/srv/cloud/one/one-templates/VMs/centos5-base.img", > ? target?? = "hda", > ? readonly = "no" ] > > NIC??? = [ NETWORK = "labnet" ] > ip_public=192.168.1.2 > > FEATURES=[ acpi="no" ] > > GRAPHICS = [ > type = "vnc", > listen = "localhost", > port = "5902" ] > > CONTEXT = [ > ??? hostname??? = "$NAME", > ?#?? ip_public?? = "192.168.1.13", > ??? files????? = "/srv/cloud/one/one-templates/init.sh > /srv/cloud/one/.ssh/id_rsa.pub", > ??? target????? = "hdc", > ??? root_pubkey = "id_dsa.pub", > ??? username??? = "oneadmin", > ??? user_pubkey = "id_dsa.pub" > ] > > > > Anything am i missing here? ? > > -- > Brittto > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From cherishlxy at gmail.com Fri Apr 16 07:55:20 2010 From: cherishlxy at gmail.com (Xiaoyi Lu) Date: Fri, 16 Apr 2010 22:55:20 +0800 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi, I also meet this problem with One 1.21 when the load is heavy. It looks like a bug of One. Xiaoyi Lu 2010/4/16 Xiaoyi Lu > Hi, > I also meet this problem with One 1.21 when the load is heavy. > > It looks like a bug of One. > > Xiaoyi Lu > > 2010/4/16 Tino Vazquez > > Hi Britto, >> >> Does this happen with just one VM or with the system under big >> workload? Also, are you using libvirt? >> >> The template looks correct. Probably, if you just restart the VM with >> "onevm restart", you will make ONE to poll the VM again, and if it is >> there, it will recover the control. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: >> > Hi Folks, >> > >> > After submitting the vm for deployement it turns into UNKNOWN state >> after >> > running state. >> > >> > Here is the log >> > >> > Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. >> Restart >> > and delete actions available or try to recover it manually >> > Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN >> > >> > >> > And my template is .. >> > >> > NAME = Centos-base >> > CPU = 1 >> > MEMORY = 512 >> > >> > OS = [ >> > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", >> > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", >> > root = "hda" ] >> > >> > DISK = [ >> > source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", >> > target = "hda", >> > readonly = "no" ] >> > >> > NIC = [ NETWORK = "labnet" ] >> > ip_public=192.168.1.2 >> > >> > FEATURES=[ acpi="no" ] >> > >> > GRAPHICS = [ >> > type = "vnc", >> > listen = "localhost", >> > port = "5902" ] >> > >> > CONTEXT = [ >> > hostname = "$NAME", >> > # ip_public = "192.168.1.13", >> > files = "/srv/cloud/one/one-templates/init.sh >> > /srv/cloud/one/.ssh/id_rsa.pub", >> > target = "hdc", >> > root_pubkey = "id_dsa.pub", >> > username = "oneadmin", >> > user_pubkey = "id_dsa.pub" >> > ] >> > >> > >> > >> > Anything am i missing here ? >> > >> > -- >> > Brittto >> > >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Fri Apr 16 08:15:49 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 17:15:49 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released In-Reply-To: <4BC86BFD.6040407@sara.nl> References: <4BC86BFD.6040407@sara.nl> Message-ID: NICE!!!!, Congrats :) On Fri, Apr 16, 2010 at 3:54 PM, Jeroen Nijhof wrote: > Hi, > > I'm pleased to announce onemc version 1.0.0 has finally been released: > > * Uses XMLRPC2 to talk with one > * Create and remove templates > * Deploying VM's based on earlier created templates > * Manage, create and remove hosts > * Manage, create and remove networks > * Create, remove and edit users > * ACL support > * Theme support > * Support for global and user disk images > * Upload images to global or user directory > * VNC support auto and manual, auto port assignment needs ONE patch > available at the file section of this project. > * Generic database support by using adodb for the ACL's and templates. > > For more information take a look at: > http://dev.opennebula.org/projects/management-console/wiki > > -- > Kind regards, > > Jeroen Nijhof > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Fri Apr 16 08:56:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:56:24 +0200 Subject: [one-users] Is there an offline version of the documentation? In-Reply-To: <610033.99035.qm@web110202.mail.gq1.yahoo.com> References: <610033.99035.qm@web110202.mail.gq1.yahoo.com> Message-ID: Hi Doug, We don't have an offline version of the documentation, but it is an excellent idea, I am noting this down for next releases. thanks a lot for the feedback, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 1, 2010 at 6:18 AM, Doug Bunger wrote: > If there an offline version of the documentation? Perhaps a PDF that > combines all the pages of the documentation? > > -- Doug Bunger > -- dougbunger at yahoo.com > -- > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 08:57:55 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:57:55 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BBA15F2.7050302@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> <4BBA15F2.7050302@googlemail.com> Message-ID: Hi Tobias, We wil think about this in the next release, it involves a non trivial change in the code. Meanwhile, the DB approach sounds like a good idea. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 6:55 PM, Tobias H?fler wrote: > Hi Tino, > > thanks for your answer. > I'm programming a billing and accounting program, which needs among > other things the runtime of a VM. > To get this, it is necessary to have the whole history of the VM, as a > suspend- time should not be taken into account for example. > I have thought of accessing the OpenNebula database directly, but if you > could implements this, I still can use the XML RPC API which would be great. > When could you do this and how would you release this extension ? > > Best regards, > Tobias > > > > Tino Vazquez wrote: >> Hi Tobias, >> >> This is not possible at the moment, the XMLRPC API just returns the >> last sequence of history. We can extend this, could you please >> elaborate on why this functionality is interesting for you? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler >> wrote: >> >>> hi all, >>> >>> I want to get detailed information about a VM's history like it is in >>> the history table in the Open Nebula Database. >>> In my case, I want to access these data via the XML RPC API. >>> >>> With the one.vm.info method, I only get the current sequence of the VM >>> History, but I want to get all sequences. >>> Is this possible via the XML RPC API ? >>> >>> Thanks a lot in advance, >>> cheers Tobias >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > > From tinova at fdi.ucm.es Fri Apr 16 09:04:51 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 18:04:51 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: <201004121644.27306.baun@kit.edu> References: <201004121644.27306.baun@kit.edu> Message-ID: Hi Chritian, I'm CCing OpenNebula's user list in case someone has the same problem. Can you execute the command with "ruby -dw" and send us the output? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > Hi Tino, > > I tried to start an instance as decribed here: > http://opennebula.org/cloud:cloud > > > $ env | grep EC > EC2_SECRET_KEY=c14ud5sky > EC2_URL=https://devel.cloud.opennebula.org > EC2_ACCESS_KEY=christian > > $ econe-describe-images -H > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > ------------------------------------------------------------------------------ > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > $ econe-run-instances -H 1 > econe-run-instances: undefined method `elements' for nil:NilClass > > > Did I something wrong? > > Best Regards, > ? Christian > > > -- > --------- > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > From rbabu at hexagrid.com Sat Apr 17 11:08:04 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Sat, 17 Apr 2010 13:08:04 -0500 Subject: [one-users] Onehost list output Message-ID: ONE Version 1.2 The value shown in the Total Memory and Free Memory columns of onehost list command are only 7 digits. When I have a host with more than 10 gig memory the value displayed is misleading making the user assume its 1 gig. Has this been addressed in 1.4? If not, can this be addressed in future? Ranga -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Sat Apr 17 23:50:53 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sun, 18 Apr 2010 02:50:53 -0400 Subject: [one-users] problem running "onevm show" In-Reply-To: References: <4BC2A22D.8020301@gmail.com> Message-ID: <4BCAABCD.20002@gmail.com> Hi Tino: Here is the output of "onevm show 0 -x". Thanks! WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 0 0 vm1 0 6 0 1270236661 1270781455 0 0 0 0 0 localhost 0 1270781455 1270781455 1270781455 1270781455 0 0 0 0 1 Tino Vazquez wrote: > Hi Eddie, > > Could you please send the output of > > onevm show 0 -x > > Let's see what is the value of stime, that seems to be upsetting the > onevm command. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > >> bignum too big to convert >> into `long' >> From runseb at gmail.com Sun Apr 18 18:25:37 2010 From: runseb at gmail.com (sebastien goasguen) Date: Sun, 18 Apr 2010 21:25:37 -0400 Subject: [one-users] Message from CERN Message-ID: Dear opennebula team, we have been testing opennebula, along with other solutions, extensively over the last 6 months at CERN, and we would like to give you a quick update of where we are with it now. Over the whole time period, we've experienced an excellent and competent support by the developers. We have demonstrated that we can manage more than 1,000 virtual machines with it, and have reached up to 7,500 Virtual Machines running on approximately 400 physical hosts. Our hosts run Xen and are managed by our proven configuration management system Quattor; we added functionality to our hosts so that when they go through their own lifecycle (testing, production, maintenance etc..), they automatically notify opennebula and disable or enable themselves using the One XML-RPC server. This has added some autonomic property to our environment with self-notificiation of hosts in opennebula. We also use the XML-RPC server to self-delete VMs and autonomically manage the shares of various VM types. Programming using your API has proven quite useful and easy. We are also using the MAC pinning solution that you developed for us. Each host maintains a list of available MAC adresses for VMs running on that particular host. A One probe is setup to check this list and schedule VMs only on hosts that have obtained a MAC lease that matches one of the MAC in the list. This was required by our networking infrastructure to be able to track the VMs properly. In terms of image transfer we are using your LVM transfer scripts that we helped to develop and test. These are working quite nicely and allow us to start VMs extremely quickly. We pre-stage a base image on all the nodes, and the transfer script creates LVM snapshots. This way we demonstrated that we can handle 20 snapshots on each host easily, and ONE cleans up everything when VMs are deleted. Since we don't have a shared file system that is usable for this, we have tested a simple parallel scp program to push the images to all the hosts. This enables us to push a ~10GB image to ~500 hosts in about one hour. We are also currently testing a bittorrent network between all our hosts, early testing is very promising and we are confident to have some performance numbers soon for this system. Currently we are pushing your VM scheduler quite hard, trying to dispatch over 8,000 VMs every 3 hours, it seems that the scheduler can achieve 1VM/sec which is quite good but not yet fast enough for us. We look forward for improvements in this area, and count on your continued support to improve and harden the nice bit of free software. -Sebastien Goasguen for the CERN batch virtualization team -- --- Sebastien Goasguen Assistant Professor and CERN scientific associate School of Computing Clemson University 864-553-4734 http://sites.google.com/site/runseb/ From mvnli_giang at yahoo.com Sun Apr 18 22:53:55 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 13:53:55 +0800 (SGT) Subject: [one-users] TTYLinux example: Cannot copy Deployment file. Message-ID: <530533.14741.qm@web76303.mail.sg1.yahoo.com> ----- Th? ?? chuy?n ti?p ---- T?: GIANG NGUYENVAN ??n: users at lists.opennebula.org G?i ng?y: 0:06:16, Th? N?m, 15 th?ng 4 2010 Ch? ??: TTYLinux ecample: Cannot copy Deployment file. Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mvnli_giang at yahoo.com Sun Apr 18 23:41:42 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 14:41:42 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 19 02:39:17 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 19 Apr 2010 15:09:17 +0530 Subject: [one-users] VM Creation Error on ESXi In-Reply-To: References: Message-ID: Hi All, As far as i observed ESXI4.0 free version is not working, if we enable with Evaluation Mode, we are able to create a VM using "onevm create templ.vm" thanks, Manjunath A On Fri, Apr 16, 2010 at 4:12 PM, manju a wrote: > Hi Experts, > > I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to > create a VM, I am getting below error, i can see from VIC it will try to > register the the machine, once its done below error will popup. > > Error 1 > > ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine > Specified. Failed to Configure Ethernet0 > > I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template > > Above error is common on ESXI (Free) and ESX (which has foundation Lic) > > Error 2 > > I added another ESXI server (Free 3.5U4 version) > > When I am trying to create a vm, it got failed, from the log > file(vmm_vmware.log) I can see below message. > > > > [15.04.2010 22:32:29] INIT SUCCESS > > [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host > esxiserver > > [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null > > ---- Debug stack trace ---- > > AxisFault > > faultCode: ServerFaultCode > > faultSubcode: > > faultString: fault.RestrictedVersion.summary > > faultActor: > > faultNode: > > faultDetail: > > {urn:vim2}SecurityErrorFault:null > > > > fault.RestrictedVersion.summary > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > > at java.lang.Class.newInstance0(Class.java:355) > > Any hint or help will be greatly appreciated. > > Thanks, > > Manjunath A > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssysun at gmail.com Mon Apr 19 05:27:48 2010 From: ssysun at gmail.com (Sun) Date: Mon, 19 Apr 2010 13:27:48 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT Message-ID: Unable to deploy/start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Artem.Harutyunyan at cern.ch Mon Apr 19 06:38:11 2010 From: Artem.Harutyunyan at cern.ch (Artem Harutyunyan) Date: Mon, 19 Apr 2010 15:38:11 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org Message-ID: <4BCC5CC3.6050101@cern.ch> Hi, When I do econe-describe-instances or econe-describe-images I get hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one ./econe-describe-images --access-key=cernvm --secret-key=**** --url=https://cloud.opennebula.org econe-describe-images: undefined method `elements' for nil:NilClass hartem at pcphsft38:/opt/one/bin$ Is that OK (the output does not change if I supply the wrong password)? Also, could you please tell me what kind of image can I upload to the cloud (VMware, KVM, or Xen), and is there a limit on image size? Thanks for your help! Cheers, Artem. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6007 bytes Desc: S/MIME Cryptographic Signature URL: From tinova at fdi.ucm.es Mon Apr 19 09:35:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 19 Apr 2010 18:35:12 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, FYI, Jordi Guijarro, from CESCA, wrote me offline to point me out a nice feature present in Xen 4.0 RAS features: physical cpu/memory hotplug ( from [1] ). We definitely hold this in mind for future releases. Regards, -Tino [1] http://wiki.xensource.com/xenwiki/Xen4.0 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:59 PM, Tino Vazquez wrote: > Hi Stefan, > > This feature depends mostly on the hypervisor (xen and kvm doesn't > allow this). It will be possible to implement it for the vmware > driver, i'll put that alongside the improvements plan for the vmware > support. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan > wrote: >> Hi, >> >> is there any way to change a VMs configuration while it is running? >> Livemigrating is good when physical hosts reach their threshold so that >> you can migrate some VMs to other physical nodes. But what if the VMs >> themselves need more than the allocated hardware from the *.one template >> file. >> >> Is there any approach to do something like VMwares hot-add and hot-plug >> features for RAM and CPU with OpenNebula? >> >> Regards, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > From jfontan at gmail.com Mon Apr 19 09:41:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:41:59 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org In-Reply-To: <4BCC5CC3.6050101@cern.ch> References: <4BCC5CC3.6050101@cern.ch> Message-ID: Hello, Unfortunately actual EC2 interface is not as robust and complete as it should be desired. We plan to have a better implementation in the future. The colleague that manages this told me that you only have an account in devel.opennebula.org, that is a dummy installation, that is, the VMs started are not really running, are simulated with special hypervisor drivers. Unfortunately at this very moment we are using all our machines and we don't have enough resources to start real VMs in cloud.opennebula.org. If you need assistance to configure EC2 layer in your machines we will try to help you. Sorry for all the troubles On Mon, Apr 19, 2010 at 3:38 PM, Artem Harutyunyan wrote: > Hi, > > When I do econe-describe-instances or econe-describe-images I get > > hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one > ./econe-describe-images --access-key=cernvm --secret-key=**** > --url=https://cloud.opennebula.org > econe-describe-images: undefined method `elements' for nil:NilClass > hartem at pcphsft38:/opt/one/bin$ > > Is that OK (the output does not change if I supply the wrong password)? > > Also, could you please tell me what kind of image can I upload to the cloud > (VMware, KVM, or Xen), and is there a limit on image size? > > Thanks for your help! > > Cheers, > Artem. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 19 09:43:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:43:59 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <295517.33481.qm@web76316.mail.sg1.yahoo.com> References: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Message-ID: Hello, It seems that you are using tm_nfs drivers, is that correct? If that is the case it seems that the directory /srv/cloud/one//var is not shared to the execution nodes. Check that the execution nodes hace this dir mounted by nfs so they can see what the frontend node had put there. Bye On Mon, Apr 19, 2010 at 8:41 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From szekelyi at niif.hu Mon Apr 19 18:36:14 2010 From: szekelyi at niif.hu (=?iso-8859-1?q?SZ=C9KELYI_Szabolcs?=) Date: Tue, 20 Apr 2010 03:36:14 +0200 Subject: [one-users] Accessing custom attributes from drivers Message-ID: <201004200336.14321.szekelyi@niif.hu> Hi ONE world, the ability of adding user-defined attributes to VM configuration is a nice feature, but... Suppose I need the value of a custom attribute in a TM script. Currently the only way of accessing it is to parse the command line parameters to determine the VID then feeding it to onevm, parsing its output as well, looking for the attribute name. This method, in my opinion, can be called anything but fancy and reliable. Is there a better way of accessing there parameters from drivers and MADs? Thanks, -- cc From mvnli_giang at yahoo.com Mon Apr 19 20:07:10 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Tue, 20 Apr 2010 11:07:10 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Hello. I have already mouted this directory (/srv/cloud/one/var) to share to execution nodes. But the same error happened. It seem that OpenNebula created the deployment file deployment.0 in the different directory it looks up for. > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory Can you show me where can i put some code to change the directory that OpenNebula generate deployment file, or where it look up this file. I think the problem is around that. -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Wed Apr 21 00:19:39 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Wed, 21 Apr 2010 09:19:39 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: References: <4BC6D50F.2000106@sara.nl> Message-ID: <4BCEA70B.3020406@sara.nl> Excellent , I will package up the snmp information manager scripts and post them to the ecosystem. Regarding the monitoring interval, I am a little confused ... perhaps there is a reason but I cant fathom it , it seems if you don't have multiples of 10 nodes then your monitoring interval will grow ... **((2 nodes mod 10) + 1) * 10 = 30 second interval** **((10 nodes mod 10) + 1) * 10 = 10** second interval**** **((26 nodes mod 10) + 1) * 10 = 70** second interval ******((260 nodes mod 10) + 1) * 10 = 10 second interval ** Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? Cheers Neil Ruben S. Montero wrote: > Hi > > This is a great idea indeed, and a great contribution for the > ecosystem ;) . Just a few thoughts about monitoring... > > The MONITORING_INTERVAL is the time between to monitor actions in > OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts > monitored by the system. So if you have more than 10 hosts the hosts > are going to be monitored in approx ((num_hosts mod 10) + 1) * > monitoring_interval. > > If that is not your case, please send us the output of oned.log... > > > Cheers > > Ruben > > On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > >> Hi All, >> >> I had some problems with host monitoring, namely that I could not >> decrease the cycle time to monitor a host. >> It is my understanding that we might need to monitor our hosts more >> often to get better / fairer scheduling. >> >> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >> not realise a cycle time of less than 30 seconds... >> >> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >> # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >> # VM_POLLING_INTERVAL: Time in seconds between virtual machine >> monitorization >> HOST_MONITORING_INTERVAL = 10 >> VM_POLLING_INTERVAL = 60 >> >> I wrote a script that tries to emulate the ruby monitoring script, but >> pulls the information directly from system snmp counters to >> This should mean a more real time status of each host and avoids parsing >> out, scp and ssh of the ruby script. >> >> Is host monitoring via snmp a good idea ? Perhaps its faster / more >> scalable ? >> >> Example output using the ruby script from ONE: >> >> oneadmin at node15-one:~$ time >> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2261 >> TOTALMEMORY=24735424 >> USEDMEMORY=10151572 >> FREEMEMORY=24159416 >> FREECPU=770.4 >> USEDCPU=29.6 >> NETRX=18837297726 >> NETTX=328653416717 >> >> Example output from my snmp script: >> >> real 0m3.531s >> user 0m0.000s >> sys 0m0.028s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=18889772 >> FREEMEMORY=5845652 >> FREECPU=0.00 >> USEDCPU=800.00 >> NETRX=513353459 >> NETTX=3422880146 >> >> real 0m0.039s >> user 0m0.012s >> sys 0m0.048s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=9011744 >> FREEMEMORY=15723680 >> FREECPU=792.00 >> USEDCPU=8.00 >> NETRX=513356316 >> NETTX=3422883584 >> >> real 0m0.039s >> user 0m0.020s >> sys 0m0.040s >> oneadmin at node15-one:~$ >> >> Cheers >> >> Neil >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > > > > From manju.kudu at gmail.com Wed Apr 21 00:27:55 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 21 Apr 2010 12:57:55 +0530 Subject: [one-users] econe commands Message-ID: Hi All, We are running Virtual machines on top of ESXI , when we do econe-upload, which file extension we need to give for uploading vmware based images, do we need give ".vmx" ?? i am able to upload ".vmx" (not sure whether its right or wrong) econe-describe-images oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 when i do econe-run-instances 5 econe-run-instances: undefined method `elements' for nil:NilClass i think i am missing some thing here.. please advise !! thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandeep at kqinfotech.com Wed Apr 21 00:42:52 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Wed, 21 Apr 2010 13:12:52 +0530 Subject: [one-users] Query about Opennebula + libvirt Message-ID: Hi, I am experimenting with opennebulea. I am successful to form simple private cloud with two worker node and one front node. I did deployment operations with command line (CUI). Now, I need to use libvirt for the same purpose. I tried with this at front end : *virsh -c one:///* and it gives me error : * error: no hypervisor driver available for one:///* * * Two things that I am able to do are : 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula doesn't comes into picture ) Actually, I am confused because three things has to be integrated to form a system i.e. 1) opennebula, 2) kvm hyperwiser, 3) libvirt APIs Can someone clear the picture, so that i can proceed with further things? I have few doubts like which daemons should be running on front-node and worker node, what configuration settings should be done to specify hyperwiser driver for *one:///* -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 21 00:54:26 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 21 Apr 2010 09:54:26 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BCEA70B.3020406@sara.nl> References: <4BC6D50F.2000106@sara.nl> <4BCEA70B.3020406@sara.nl> Message-ID: Hi, Excellent! Thanks for your contribution. Sorry I mixed up the operators, I meant the integer division instead of mod On Wed, Apr 21, 2010 at 9:19 AM, Neil Mooney wrote: > Excellent , ?I will package up the snmp information manager scripts and > post them to the ecosystem. > > Regarding the monitoring interval, I am a little confused ... perhaps > there is a reason but I cant fathom it , it seems if you don't have > multiples of 10 nodes then your monitoring interval will grow ... > > > **((2 nodes mod 10) + 1) * 10 = 30 second interval** > > **((10 nodes mod 10) + 1) * 10 = 10** second interval**** > > **((26 nodes mod 10) + 1) * 10 = 70** second interval > > ******((260 nodes mod 10) + 1) * 10 = 10 second interval > ** > Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? > > Cheers > > Neil > > > Ruben S. Montero wrote: >> Hi >> >> This is a great idea indeed, and a great contribution for the >> ecosystem ;) . Just a few thoughts about monitoring... >> >> The MONITORING_INTERVAL is the time between to monitor actions in >> OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts >> monitored by the system. So if you have more than 10 hosts the hosts >> are going to be monitored in approx ((num_hosts mod 10) + 1) * >> monitoring_interval. >> >> If that is not your case, please send us the output of oned.log... >> >> >> Cheers >> >> Ruben >> >> On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: >> >>> Hi All, >>> >>> I had some problems with host monitoring, namely that I could not >>> decrease the cycle time to monitor a host. >>> It is my understanding that we might need to monitor our hosts more >>> often to get better / fairer scheduling. >>> >>> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >>> not realise a cycle time of less than 30 seconds... >>> >>> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >>> # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >>> # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine >>> monitorization >>> HOST_MONITORING_INTERVAL = 10 >>> VM_POLLING_INTERVAL ? ? ?= 60 >>> >>> I wrote a script that tries to emulate the ruby monitoring script, but >>> pulls the information directly from system snmp counters to >>> This should mean a more real time status of each host and avoids parsing >>> out, scp and ssh of the ruby script. >>> >>> Is host monitoring via snmp a good idea ? Perhaps its ?faster / more >>> scalable ? >>> >>> Example output using the ruby script from ONE: >>> >>> oneadmin at node15-one:~$ time >>> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2261 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=10151572 >>> FREEMEMORY=24159416 >>> FREECPU=770.4 >>> USEDCPU=29.6 >>> NETRX=18837297726 >>> NETTX=328653416717 >>> >>> Example output from my snmp script: >>> >>> real ? ?0m3.531s >>> user ? ?0m0.000s >>> sys ? ? 0m0.028s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=18889772 >>> FREEMEMORY=5845652 >>> FREECPU=0.00 >>> USEDCPU=800.00 >>> NETRX=513353459 >>> NETTX=3422880146 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.012s >>> sys ? ? 0m0.048s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=9011744 >>> FREEMEMORY=15723680 >>> FREECPU=792.00 >>> USEDCPU=8.00 >>> NETRX=513356316 >>> NETTX=3422883584 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.020s >>> sys ? ? 0m0.040s >>> oneadmin at node15-one:~$ >>> >>> Cheers >>> >>> Neil >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Wed Apr 21 02:28:26 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 11:28:26 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Sun, If you connect to the VMware host, can you see the machine running? Or is it registered at least (you should see a one-13 machine)? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > Unable to deploy/start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ > ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From nuno_carlos at yahoo.co.uk Wed Apr 21 08:18:25 2010 From: nuno_carlos at yahoo.co.uk (Carlos Nuno) Date: Wed, 21 Apr 2010 08:18:25 -0700 (PDT) Subject: [one-users] Opennebula - VMWare Adapter Message-ID: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Opennebula's documents says that we need to install vmware sdk and apache axis. however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. I am confused. Please help. Thank You. From baun at kit.edu Fri Apr 16 10:26:00 2010 From: baun at kit.edu (Christian Baun) Date: Fri, 16 Apr 2010 19:26:00 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: References: <201004121644.27306.baun@kit.edu> Message-ID: <201004161926.00524.baun@kit.edu> Hi Tino, This is the output: $ ruby -dw /usr/bin/econe-run-instances -H 1 /usr/bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:38 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass Best Regards, Christian Am Freitag, 16. April 2010 schrieb Tino Vazquez: > Hi Chritian, > > I'm CCing OpenNebula's user list in case someone has the same problem. > > Can you execute the command with "ruby -dw" and send us the output? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > > Hi Tino, > > > > I tried to start an instance as decribed here: > > http://opennebula.org/cloud:cloud > > > > > > $ env | grep EC > > EC2_SECRET_KEY=c14ud5sky > > EC2_URL=https://devel.cloud.opennebula.org > > EC2_ACCESS_KEY=christian > > > > $ econe-describe-images -H > > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > > ------------------------------------------------------------------------------ > > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > > > $ econe-run-instances -H 1 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > > > Did I something wrong? > > > > Best Regards, > > ? Christian > > > > > > -- > > --------- > > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > > > From samuelrh at infomed.sld.cu Tue Apr 13 21:28:38 2010 From: samuelrh at infomed.sld.cu (Samuel Rguez) Date: Tue, 13 Apr 2010 23:28:38 -0500 Subject: [one-users] Hello Message-ID: <001201cadb8a$f73d25f0$e5b771d0$@sld.cu> I would like to know how works the Fault Tolerance System in OpenNebula and how it works the detection and recovery of failures. I also want to know if OpenNebula allows automatic save of virtual machines. If you could answer me in Spanish I would appreciate it Thank you very much, Anet -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas Infomed: http://www.sld.cu/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From yl.sun at besc.ac.uk Mon Apr 19 05:12:51 2010 From: yl.sun at besc.ac.uk (Yih Leong Sun) Date: Mon, 19 Apr 2010 13:12:51 +0100 Subject: [one-users] OpenNebula VMWare Message-ID: Unable to start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Wed Apr 21 02:45:42 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Wed, 21 Apr 2010 10:45:42 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). It is not registered at all. I'm using VMWare Server 2.0. However, I can see the vmware template is already copied. And I can run register and start this one-13 from the vmware console. But not from the OpenNebula. On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > Hi Sun, > > If you connect to the VMware host, can you see the machine running? Or > is it registered at least (you should see a one-13 machine)? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > > Unable to deploy/start vmware using OpenNebula. > > The LCM state stopped at BOOT state. > > > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > > my-desktop:/vmware/store/ > > ubuntu > > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/13/deployment.0 > > > > It stop here and VM never go into active state. > > > > VIRTUAL MACHINE 13 INFORMATION > > ID : 13 > > NAME : VMwareVM > > STATE : ACTIVE > > LCM_STATE : BOOT > > START TIME : 04/19 12:46:36 > > END TIME : - > > DEPLOY ID: : > > > > VIRTUAL MACHINE TEMPLATE > > CPU=1 > > DISK=[ > > CLONE=yes, > > SAVE=no, > > SOURCE=/vmware/store/ubuntu ] > > MEMORY=1024 > > NAME=VMwareVM > > NIC=[ > > BRIDGE=vbr0, > > IP=192.168.0.2, > > MAC=00:03:c0:a8:00:02, > > NETWORK=VMWareNet, > > VNID=0 ] > > VMID=13 > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 21 14:47:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 23:47:47 +0200 Subject: [one-users] OpenNebula VMWare In-Reply-To: References: Message-ID: Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:12 PM, Yih Leong Sun wrote: > Unable to start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From yihleong at gmail.com Thu Apr 22 04:47:43 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Thu, 22 Apr 2010 12:47:43 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I'm not getting File<..> not found error. And there is no other folder in the datastore. This is how i create and deploy the vm. 1. onevm create vmware.template 2. onevm deploy The oned.log shows that the vm cloning is successful. And i can see that it is renaming the vmx file to one-.vmx. Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and nothing else. The .log shows the following: Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: yl-desktop:/vmware/store/ubuntu_template yl.desktop:/var/lib/one/17/images/disk.0 Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning yl-desktop:/vmware/store/ubuntu_template Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: /var/lib/one/17/deployment.0 The process stop here and nothing else happen, and the VM info shows LCM_STATE as BOOT. It seems like the vm doesn't get kick start at all. ID : 17 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/22 12:29:30 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu_template ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.1, MAC=00:03:c0:a8:00:01, NETWORK=VMWareNet, VNID=0 ] VMID=17 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. wrote: > Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). > It is not registered at all. > > I'm using VMWare Server 2.0. > > However, I can see the vmware template is already copied. And I can run > register and start this one-13 from the vmware console. > But not from the OpenNebula. > > > On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > >> Hi Sun, >> >> If you connect to the VMware host, can you see the machine running? Or >> is it registered at least (you should see a one-13 machine)? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> > Unable to deploy/start vmware using OpenNebula. >> > The LCM state stopped at BOOT state. >> > >> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> > my-desktop:/vmware/store/ >> > ubuntu >> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/13/deployment.0 >> > >> > It stop here and VM never go into active state. >> > >> > VIRTUAL MACHINE 13 INFORMATION >> > ID : 13 >> > NAME : VMwareVM >> > STATE : ACTIVE >> > LCM_STATE : BOOT >> > START TIME : 04/19 12:46:36 >> > END TIME : - >> > DEPLOY ID: : >> > >> > VIRTUAL MACHINE TEMPLATE >> > CPU=1 >> > DISK=[ >> > CLONE=yes, >> > SAVE=no, >> > SOURCE=/vmware/store/ubuntu ] >> > MEMORY=1024 >> > NAME=VMwareVM >> > NIC=[ >> > BRIDGE=vbr0, >> > IP=192.168.0.2, >> > MAC=00:03:c0:a8:00:02, >> > NETWORK=VMWareNet, >> > VNID=0 ] >> > VMID=13 >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 22 05:04:40 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 14:04:40 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi, Do you get the host monitorized with "onehost"? It seems like the connection to the server is never made, are you using the FQDN? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. wrote: > Nope. I'm not getting File<..> not found error. > And there is no other folder in the datastore. > > This is how i create and deploy the vm. > 1. onevm create vmware.template > 2. onevm deploy > > The oned.log shows that the vm cloning is successful. > And i can see that it is renaming the vmx file to one-.vmx. > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and > nothing else. > > The .log shows the following: > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: > yl-desktop:/vmware/store/ubuntu_template > yl.desktop:/var/lib/one/17/images/disk.0 > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning > yl-desktop:/vmware/store/ubuntu_template > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: > /var/lib/one/17/deployment.0 > > The process stop here and nothing else happen, and the VM info shows > LCM_STATE as BOOT. > It seems like the vm doesn't get kick start at all. > > ID???????????? : 17 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/22 12:29:30 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu_template ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.1, > ? MAC=00:03:c0:a8:00:01, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=17 > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > Hi, > > Are you getting a Filenot found error in your VI > client? > > In that case, try removing in the shared datastore all the ? folders. > > Regards, > > -Tino > > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. > wrote: >> >> Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). >> It is not registered at all. >> I'm using VMWare Server 2.0. >> However, I can see the vmware template is already copied. And I can run >> register and start this one-13 from the vmware console. >> But not from the OpenNebula. >> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: >>> >>> Hi Sun, >>> >>> If you connect to the VMware host, can you see the machine running? Or >>> is it registered at least (you should see a one-13 machine)? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> > Unable to deploy/start vmware using OpenNebula. >>> > The LCM state stopped at BOOT state. >>> > >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> > my-desktop:/vmware/store/ >>> > ubuntu >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/13/deployment.0 >>> > >>> > It stop here and VM never go into active state. >>> > >>> > VIRTUAL MACHINE 13 INFORMATION >>> > ID???????????? : 13 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/19 12:46:36 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.2, >>> > ? MAC=00:03:c0:a8:00:02, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=13 >>> > _______________________________________________ >>> > Users mailing list >>> > Users at lists.opennebula.org >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 06:24:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 15:24:24 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, It creates the image file to the $DATASTORE_PATH, which is supposed to be a NFS or VMFS share exported by the OpenNebula fornt-end to the nodes holding the hypervisors. This variable is set in $ONE_LOCATIONtm_vmware/tm_vmwarerc. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. wrote: > Is it suppose to create any image files? > When i delete the vm, the logs shows: > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > However, I can't find any file/folders > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" > > > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. wrote: >> >> I have tried both FQDN and non-FQDN and still the same result. >> The LCM_STATE still remains "BOOT". >> >> onehost show 1: >> ID??????????????????? : 1 >> NAME????????????????? : yl-desktop.besc.ac.uk >> STATE???????????????? : MONITORING >> IM_MAD??????????????? : im_vmware >> VM_MAD??????????????? : vmm_vmware >> TM_MAD??????????????? : tm_vmware >> >> HOST SHARES >> MAX MEM?????????????? : 0 >> USED MEM (REAL)?????? : 0 >> USED MEM (ALLOCATED)? : 524288 >> MAX CPU?????????????? : 0 >> USED CPU (REAL)?????? : 0 >> USED CPU (ALLOCATED)? : 100 >> RUNNING VMS?????????? : 1 >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez wrote: >>> >>> Hi, >>> >>> Do you get the host monitorized with "onehost"? It seems like the >>> connection to the server is never made, are you using the FQDN? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> wrote: >>> > Nope. I'm not getting File<..> not found error. >>> > And there is no other folder in the datastore. >>> > >>> > This is how i create and deploy the vm. >>> > 1. onevm create vmware.template >>> > 2. onevm deploy >>> > >>> > The oned.log shows that the vm cloning is successful. >>> > And i can see that it is renaming the vmx file to one-.vmx. >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and >>> > nothing else. >>> > >>> > The .log shows the following: >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> > yl-desktop:/vmware/store/ubuntu_template >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> > yl-desktop:/vmware/store/ubuntu_template >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/17/deployment.0 >>> > >>> > The process stop here and nothing else happen, and the VM info shows >>> > LCM_STATE as BOOT. >>> > It seems like the vm doesn't get kick start at all. >>> > >>> > ID???????????? : 17 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/22 12:29:30 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.1, >>> > ? MAC=00:03:c0:a8:00:01, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=17 >>> > >>> > >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> > Hi, >>> > >>> > Are you getting a Filenot found error in your VI >>> > client? >>> > >>> > In that case, try removing in the shared datastore all the ? >>> > folders. >>> > >>> > Regards, >>> > >>> > -Tino >>> > >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> > wrote: >>> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> (http://localhost:8222/ui). >>> >> It is not registered at all. >>> >> I'm using VMWare Server 2.0. >>> >> However, I can see the vmware template is already copied. And I can >>> >> run >>> >> register and start this one-13 from the vmware console. >>> >> But not from the OpenNebula. >>> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> wrote: >>> >>> >>> >>> Hi Sun, >>> >>> >>> >>> If you connect to the VMware host, can you see the machine running? >>> >>> Or >>> >>> is it registered at least (you should see a one-13 machine)? >>> >>> >>> >>> Regards, >>> >>> >>> >>> -Tino >>> >>> >>> >>> -- >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>> DSA Research Group: http://dsa-research.org >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >>> > The LCM state stopped at BOOT state. >>> >>> > >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >>> > my-desktop:/vmware/store/ >>> >>> > ubuntu >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> >>> > /var/lib/one/13/deployment.0 >>> >>> > >>> >>> > It stop here and VM never go into active state. >>> >>> > >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >>> > ID???????????? : 13 >>> >>> > NAME?????????? : VMwareVM >>> >>> > STATE????????? : ACTIVE >>> >>> > LCM_STATE????? : BOOT >>> >>> > START TIME???? : 04/19 12:46:36 >>> >>> > END TIME?????? : - >>> >>> > DEPLOY ID:???? : >>> >>> > >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >>> > CPU=1 >>> >>> > DISK=[ >>> >>> > ? CLONE=yes, >>> >>> > ? SAVE=no, >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >>> > MEMORY=1024 >>> >>> > NAME=VMwareVM >>> >>> > NIC=[ >>> >>> > ? BRIDGE=vbr0, >>> >>> > ? IP=192.168.0.2, >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >>> > ? NETWORK=VMWareNet, >>> >>> > ? VNID=0 ] >>> >>> > VMID=13 >>> >>> > _______________________________________________ >>> >>> > Users mailing list >>> >>> > Users at lists.opennebula.org >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > >>> >>> > >>> >> >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 07:52:05 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 16:52:05 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: The tm_delete.sh from the vmware tm scripts suite tries to ---8<---- exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" --->8---- >From the info provided, seems like the $DATASTORE_PATH should be set to "/vmware/store/one-21" Best, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. wrote: > What i can see is that "one-21" folder is created in the datastore which > contains all the vmx files. > i.e. /vmware/store/one-21. > > It is not the one in the tm_delete.sh: > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images > > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> Hi Yih, >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> nodes holding the hypervisors. This variable is set in >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> wrote: >> > Is it suppose to create any image files? >> > When i delete the vm, the logs shows: >> > tm_delete.sh: Executed "rm -rf >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> > >> > However, I can't find any file/folders >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> > >> > >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> > wrote: >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> The LCM_STATE still remains "BOOT". >> >> >> >> onehost show 1: >> >> ID??????????????????? : 1 >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> STATE???????????????? : MONITORING >> >> IM_MAD??????????????? : im_vmware >> >> VM_MAD??????????????? : vmm_vmware >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> HOST SHARES >> >> MAX MEM?????????????? : 0 >> >> USED MEM (REAL)?????? : 0 >> >> USED MEM (ALLOCATED)? : 524288 >> >> MAX CPU?????????????? : 0 >> >> USED CPU (REAL)?????? : 0 >> >> USED CPU (ALLOCATED)? : 100 >> >> RUNNING VMS?????????? : 1 >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> wrote: >> >>> >> >>> Hi, >> >>> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >>> connection to the server is never made, are you using the FQDN? >> >>> >> >>> Regards, >> >>> >> >>> -Tino >> >>> >> >>> -- >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> DSA Research Group: http://dsa-research.org >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >>> >> >>> >> >>> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >>> wrote: >> >>> > Nope. I'm not getting File<..> not found error. >> >>> > And there is no other folder in the datastore. >> >>> > >> >>> > This is how i create and deploy the vm. >> >>> > 1. onevm create vmware.template >> >>> > 2. onevm deploy >> >>> > >> >>> > The oned.log shows that the vm cloning is successful. >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >>> > and >> >>> > nothing else. >> >>> > >> >>> > The .log shows the following: >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >>> > /var/lib/one/17/deployment.0 >> >>> > >> >>> > The process stop here and nothing else happen, and the VM info shows >> >>> > LCM_STATE as BOOT. >> >>> > It seems like the vm doesn't get kick start at all. >> >>> > >> >>> > ID???????????? : 17 >> >>> > NAME?????????? : VMwareVM >> >>> > STATE????????? : ACTIVE >> >>> > LCM_STATE????? : BOOT >> >>> > START TIME???? : 04/22 12:29:30 >> >>> > END TIME?????? : - >> >>> > DEPLOY ID:???? : >> >>> > >> >>> > VIRTUAL MACHINE TEMPLATE >> >>> > CPU=1 >> >>> > DISK=[ >> >>> > ? CLONE=yes, >> >>> > ? SAVE=no, >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >>> > MEMORY=1024 >> >>> > NAME=VMwareVM >> >>> > NIC=[ >> >>> > ? BRIDGE=vbr0, >> >>> > ? IP=192.168.0.1, >> >>> > ? MAC=00:03:c0:a8:00:01, >> >>> > ? NETWORK=VMWareNet, >> >>> > ? VNID=0 ] >> >>> > VMID=17 >> >>> > >> >>> > >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >>> > Hi, >> >>> > >> >>> > Are you getting a Filenot found error in your >> >>> > VI >> >>> > client? >> >>> > >> >>> > In that case, try removing in the shared datastore all the ? >> >>> > folders. >> >>> > >> >>> > Regards, >> >>> > >> >>> > -Tino >> >>> > >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >>> > >> >>> > wrote: >> >>> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >>> >> (http://localhost:8222/ui). >> >>> >> It is not registered at all. >> >>> >> I'm using VMWare Server 2.0. >> >>> >> However, I can see the vmware template is already copied. And I can >> >>> >> run >> >>> >> register and start this one-13 from the vmware console. >> >>> >> But not from the OpenNebula. >> >>> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >>> >> wrote: >> >>> >>> >> >>> >>> Hi Sun, >> >>> >>> >> >>> >>> If you connect to the VMware host, can you see the machine >> >>> >>> running? >> >>> >>> Or >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >>> >>> >> >>> >>> Regards, >> >>> >>> >> >>> >>> -Tino >> >>> >>> >> >>> >>> -- >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> >>> DSA Research Group: http://dsa-research.org >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >>> >>> http://www.OpenNebula.org >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >>> >>> > The LCM state stopped at BOOT state. >> >>> >>> > >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >>> >>> > my-desktop:/vmware/store/ >> >>> >>> > ubuntu >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> >>> >>> > /var/lib/one/13/deployment.0 >> >>> >>> > >> >>> >>> > It stop here and VM never go into active state. >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >>> >>> > ID???????????? : 13 >> >>> >>> > NAME?????????? : VMwareVM >> >>> >>> > STATE????????? : ACTIVE >> >>> >>> > LCM_STATE????? : BOOT >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >>> >>> > END TIME?????? : - >> >>> >>> > DEPLOY ID:???? : >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >>> >>> > CPU=1 >> >>> >>> > DISK=[ >> >>> >>> > ? CLONE=yes, >> >>> >>> > ? SAVE=no, >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >>> >>> > MEMORY=1024 >> >>> >>> > NAME=VMwareVM >> >>> >>> > NIC=[ >> >>> >>> > ? BRIDGE=vbr0, >> >>> >>> > ? IP=192.168.0.2, >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >>> >>> > ? NETWORK=VMWareNet, >> >>> >>> > ? VNID=0 ] >> >>> >>> > VMID=13 >> >>> >>> > _______________________________________________ >> >>> >>> > Users mailing list >> >>> >>> > Users at lists.opennebula.org >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >>> > >> >>> >>> > >> >>> >> >> >>> > >> >>> > >> >> >> > >> > > > From tinova at fdi.ucm.es Thu Apr 22 08:36:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 17:36:54 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Oops, my mistake, i meant "/vmware/store/" -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. wrote: > No. > one-21, the "21" is the vm id generated by the opennebula. > > > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez wrote: >> >> The tm_delete.sh from the vmware tm scripts suite tries to >> >> ---8<---- >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >> --->8---- >> >> From the info provided, seems like the $DATASTORE_PATH should be set >> to "/vmware/store/one-21" >> >> Best, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >> wrote: >> > What i can see is that "one-21" folder is created in the datastore which >> > contains all the vmx files. >> > i.e. /vmware/store/one-21. >> > >> > It is not the one in the tm_delete.sh: >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >> > >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> >> >> Hi Yih, >> >> >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> >> nodes holding the hypervisors. This variable is set in >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> >> wrote: >> >> > Is it suppose to create any image files? >> >> > When i delete the vm, the logs shows: >> >> > tm_delete.sh: Executed "rm -rf >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> >> > >> >> > However, I can't find any file/folders >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> >> > >> >> > >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> >> > wrote: >> >> >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> >> The LCM_STATE still remains "BOOT". >> >> >> >> >> >> onehost show 1: >> >> >> ID??????????????????? : 1 >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> >> STATE???????????????? : MONITORING >> >> >> IM_MAD??????????????? : im_vmware >> >> >> VM_MAD??????????????? : vmm_vmware >> >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> >> >> HOST SHARES >> >> >> MAX MEM?????????????? : 0 >> >> >> USED MEM (REAL)?????? : 0 >> >> >> USED MEM (ALLOCATED)? : 524288 >> >> >> MAX CPU?????????????? : 0 >> >> >> USED CPU (REAL)?????? : 0 >> >> >> USED CPU (ALLOCATED)? : 100 >> >> >> RUNNING VMS?????????? : 1 >> >> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> >> wrote: >> >> >>> >> >> >>> Hi, >> >> >>> >> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >> >>> connection to the server is never made, are you using the FQDN? >> >> >>> >> >> >>> Regards, >> >> >>> >> >> >>> -Tino >> >> >>> >> >> >>> -- >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> DSA Research Group: http://dsa-research.org >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >>> >> >> >>> >> >> >>> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >> >>> >> >> >>> wrote: >> >> >>> > Nope. I'm not getting File<..> not found error. >> >> >>> > And there is no other folder in the datastore. >> >> >>> > >> >> >>> > This is how i create and deploy the vm. >> >> >>> > 1. onevm create vmware.template >> >> >>> > 2. onevm deploy >> >> >>> > >> >> >>> > The oned.log shows that the vm cloning is successful. >> >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >> >>> > and >> >> >>> > nothing else. >> >> >>> > >> >> >>> > The .log shows the following: >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >> >>> > /var/lib/one/17/deployment.0 >> >> >>> > >> >> >>> > The process stop here and nothing else happen, and the VM info >> >> >>> > shows >> >> >>> > LCM_STATE as BOOT. >> >> >>> > It seems like the vm doesn't get kick start at all. >> >> >>> > >> >> >>> > ID???????????? : 17 >> >> >>> > NAME?????????? : VMwareVM >> >> >>> > STATE????????? : ACTIVE >> >> >>> > LCM_STATE????? : BOOT >> >> >>> > START TIME???? : 04/22 12:29:30 >> >> >>> > END TIME?????? : - >> >> >>> > DEPLOY ID:???? : >> >> >>> > >> >> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> > CPU=1 >> >> >>> > DISK=[ >> >> >>> > ? CLONE=yes, >> >> >>> > ? SAVE=no, >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >> >>> > MEMORY=1024 >> >> >>> > NAME=VMwareVM >> >> >>> > NIC=[ >> >> >>> > ? BRIDGE=vbr0, >> >> >>> > ? IP=192.168.0.1, >> >> >>> > ? MAC=00:03:c0:a8:00:01, >> >> >>> > ? NETWORK=VMWareNet, >> >> >>> > ? VNID=0 ] >> >> >>> > VMID=17 >> >> >>> > >> >> >>> > >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >> >>> > Hi, >> >> >>> > >> >> >>> > Are you getting a Filenot found error in >> >> >>> > your >> >> >>> > VI >> >> >>> > client? >> >> >>> > >> >> >>> > In that case, try removing in the shared datastore all the >> >> >>> > ? >> >> >>> > folders. >> >> >>> > >> >> >>> > Regards, >> >> >>> > >> >> >>> > -Tino >> >> >>> > >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >> >>> > >> >> >>> > wrote: >> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >> >>> >> (http://localhost:8222/ui). >> >> >>> >> It is not registered at all. >> >> >>> >> I'm using VMWare Server 2.0. >> >> >>> >> However, I can see the vmware template is already copied. And I >> >> >>> >> can >> >> >>> >> run >> >> >>> >> register and start this one-13 from the vmware console. >> >> >>> >> But not from the OpenNebula. >> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >> >>> >> >> >> >>> >> wrote: >> >> >>> >>> >> >> >>> >>> Hi Sun, >> >> >>> >>> >> >> >>> >>> If you connect to the VMware host, can you see the machine >> >> >>> >>> running? >> >> >>> >>> Or >> >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >> >>> >>> >> >> >>> >>> Regards, >> >> >>> >>> >> >> >>> >>> -Tino >> >> >>> >>> >> >> >>> >>> -- >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> >>> DSA Research Group: http://dsa-research.org >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >> >>> >>> http://www.OpenNebula.org >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >> >>> >>> > The LCM state stopped at BOOT state. >> >> >>> >>> > >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no >> >> >>> >>> > context >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> >>> > my-desktop:/vmware/store/ >> >> >>> >>> > ubuntu >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment >> >> >>> >>> > file: >> >> >>> >>> > /var/lib/one/13/deployment.0 >> >> >>> >>> > >> >> >>> >>> > It stop here and VM never go into active state. >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >> >>> >>> > ID???????????? : 13 >> >> >>> >>> > NAME?????????? : VMwareVM >> >> >>> >>> > STATE????????? : ACTIVE >> >> >>> >>> > LCM_STATE????? : BOOT >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >> >>> >>> > END TIME?????? : - >> >> >>> >>> > DEPLOY ID:???? : >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> >>> > CPU=1 >> >> >>> >>> > DISK=[ >> >> >>> >>> > ? CLONE=yes, >> >> >>> >>> > ? SAVE=no, >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >> >>> >>> > MEMORY=1024 >> >> >>> >>> > NAME=VMwareVM >> >> >>> >>> > NIC=[ >> >> >>> >>> > ? BRIDGE=vbr0, >> >> >>> >>> > ? IP=192.168.0.2, >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >> >>> >>> > ? NETWORK=VMWareNet, >> >> >>> >>> > ? VNID=0 ] >> >> >>> >>> > VMID=13 >> >> >>> >>> > _______________________________________________ >> >> >>> >>> > Users mailing list >> >> >>> >>> > Users at lists.opennebula.org >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> >>> >>> > >> >> >>> >>> > >> >> >>> >> >> >> >>> > >> >> >>> > >> >> >> >> >> > >> >> > >> > >> > > > From makhanmail at gmail.com Thu Apr 22 13:31:20 2010 From: makhanmail at gmail.com (makhanmail) Date: Thu, 22 Apr 2010 23:31:20 +0300 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? Message-ID: Hello, I'd like to ask why kernel and ramdisk have to be present locally on the hosts? What's the reason for that? I know they are small, so it's not really a problem to keep all kernels we're using directly on hosts, but so it wouldn't be a problem to just copy them from repository whenever we need. Maciej From shortstuff92 at gmail.com Thu Apr 22 17:24:08 2010 From: shortstuff92 at gmail.com (Joseph Glanville) Date: Fri, 23 Apr 2010 10:24:08 +1000 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? In-Reply-To: References: Message-ID: Hi there. :) Depends on your hypervisor enviroment etc. If you use a stubdom loader like pygrub or pv-grub (for Xen) then the kernels and ramdisks can be self contained within the VM images. Hope that helps. :) Kind regards, Joseph Glanville GPG Key ID: A5FC8BE3 On Fri, Apr 23, 2010 at 6:31 AM, makhanmail wrote: > > Hello, > > I'd like to ask why kernel and ramdisk have to be present locally on the > hosts? What's the reason for that? I know they are small, so it's not really > a problem to keep all kernels we're using directly on hosts, but so it > wouldn't be a problem to just copy them from repository whenever we need. > > Maciej > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From ameseacla at gmail.com Thu Apr 22 21:51:07 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Fri, 23 Apr 2010 00:51:07 -0400 Subject: [one-users] port forwarding Message-ID: <4BD1273B.40802@gmail.com> Hi all: I want to set the port forwarding on front-end so that I can access the VMs from internet. Does anyone have the similar experience to share? Thanks in advance! / / From toens.bueker at lists0903.nurfuerspam.neuroserve.de Fri Apr 23 01:32:46 2010 From: toens.bueker at lists0903.nurfuerspam.neuroserve.de (Toens Bueker) Date: Fri, 23 Apr 2010 10:32:46 +0200 Subject: [one-users] High-availability included? Message-ID: <20100423083246.GL20225@neteligent.de> Hi *, as I understand, oned is monitoring all VMs, which are running in an opennebula grid. What I could not determine by reading the docs is: will oned restart VMs on another physical host, if their physical host crashes? If yes, it should be mentioned in the docs as "HA" or "high-availability". If not, is it possible to implement this feature (it seems to me that all required components are available to do that)? Kind regards, T?ns -- There is no safe distance. From wasimbari at gmail.com Fri Apr 23 07:44:11 2010 From: wasimbari at gmail.com (Wasim Bari) Date: Fri, 23 Apr 2010 15:44:11 +0100 Subject: [one-users] fault tolerance in OpenNebula Message-ID: Hi All, I am interested to know if OpenNebula has any plans in their roadmap, near future, adding fault tolerance capabilities into toolkit? something like BFT or other similar way ? Cheers, Wasim -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeroen at nijhofnet.nl Fri Apr 23 12:07:21 2010 From: jeroen at nijhofnet.nl (Jeroen Nijhof) Date: Fri, 23 Apr 2010 21:07:21 +0200 Subject: [one-users] port forwarding In-Reply-To: <4BD1273B.40802@gmail.com> References: <4BD1273B.40802@gmail.com> Message-ID: <1272049641.3120.8.camel@tux> Hi, You can use iptables for portforwarding i.e. ssh: # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to :22 Just keep in mind that the ssh connection should go back as well so check the routes/firewall's... Regards, Jeroen On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > Hi all: > I want to set the port forwarding on front-end so that I can access the VMs from internet. > Does anyone have the similar experience to share? Thanks in advance! > > > / > / > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From florianchazal at gmail.com Mon Apr 26 06:37:38 2010 From: florianchazal at gmail.com (florian chazal) Date: Mon, 26 Apr 2010 15:37:38 +0200 Subject: [one-users] OpenNebula Management Console : Bug Message-ID: Hi, This mesage is more for the developpers : I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the > VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From llorente at dacya.ucm.es Mon Apr 26 06:57:54 2010 From: llorente at dacya.ucm.es (Ignacio Martin Llorente) Date: Mon, 26 Apr 2010 15:57:54 +0200 Subject: [one-users] OpenNebula Management Console : Bug In-Reply-To: References: Message-ID: <8BD97721-2A3A-4871-B3FF-81F064652E95@dacya.ucm.es> Hi Florian, I am forwarding your email to the ecosystem mailing list. Cheers, -- Ignacio M. Llorente, Full Professor (Catedratico): http://dsa-research.org/llorente DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org RESERVOIR European Project in Cloud Computing: http://www.reservoir-fp7.eu On 26/04/2010, at 15:37, florian chazal wrote: > Hi, > > This mesage is more for the developpers : > I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : > Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... > > > 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > Florian Chazal > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From jfontan at gmail.com Mon Apr 26 08:24:38 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:24:38 +0200 Subject: [one-users] About OVF In-Reply-To: References: Message-ID: Hello, There is no plan to natively support OVF. This feature can be implemented as a layer over OpenNebula. Take a look at this project: http://claudia.morfeo-project.org/ Bye On Thu, Apr 15, 2010 at 9:25 AM, hy xu wrote: > Hi all, > > does openneula support OVF or decide to support? > > Thanks so much~~ > > -- > Best Wishes~ > > Alex > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:31:21 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:31:21 +0200 Subject: [one-users] Onehost list output In-Reply-To: References: Message-ID: Hello, This problem was still not addressed but you can easily change column sizes. Edit onehost script, at the top of the code there is a table (hash) describing each column. You can change size of the affected columns. Negative numbers mean that the column is right justified. Bye On Sat, Apr 17, 2010 at 8:08 PM, Rangababu Chakravarthula wrote: > ONE Version 1.2 > > The value shown in the Total Memory and Free Memory columns of onehost list > command are only 7 digits. When I have a host with more than 10 gig memory > the value displayed is misleading making the user assume its 1 gig. Has this > been addressed in 1.4? If not, can this be addressed in future? > > > Ranga > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:33:44 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:33:44 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <285760.11931.qm@web76302.mail.sg1.yahoo.com> References: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Message-ID: Hello, After the machine is submited and failed (before deleting it) can you check that /srv/cloud/one/var//images exists in the execution host? On Tue, Apr 20, 2010 at 5:07 AM, GIANG NGUYENVAN wrote: > Hello. > I have already mouted this directory (/srv/cloud/one/var) to share to > execution nodes. But the same error happened. > It seem that OpenNebula created the deployment file deployment.0 in the > different directory it looks up for. > >> Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: >> /srv/cloud/one/var/1/deployment.0 >> Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred >> -d >> one-1 -w 26' >> Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. >> Thu Apr 15 10:47:38 2010 [VMM][I]: > bash: >> /srv/cloud/one/var/1/images/deployment.0: No such file or directory > > Can you show me where can i put some code to change the directory that > OpenNebula generate deployment file, or where it look > up this file. I think the problem is around that. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:38:00 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:38:00 +0200 Subject: [one-users] Query about Opennebula + libvirt In-Reply-To: References: Message-ID: Hello, It seems that libvirt was not compiled with one support. Can you check it? Bye On Wed, Apr 21, 2010 at 9:42 AM, Sandeep at kqinfotech.com wrote: > Hi, > ??I am?experimenting with opennebulea. I am successful to form simple > private cloud with two worker node and > one front node. I did deployment operations with command line (CUI). Now, I > need to use libvirt for the same purpose. > I tried with this at front end : > ?? ? ? ? ??virsh -c one:/// > and it gives me error : > ?? ? ? ? ? error: no hypervisor driver available for one:/// > Two things that I am able to do are : > 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. > 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula > doesn't comes into picture ) > Actually, I am confused because three things has to be integrated to form a > system i.e. > 1) opennebula, > 2) kvm hyperwiser, > 3) libvirt APIs > Can someone clear the picture, so that i can proceed with further things? > I have few doubts like which daemons should be running on front-node and > worker node, what configuration settings should be done to specify > hyperwiser driver for one:/// > > > -- > Thanks & Regards, > Sandeep Kapse > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From rdiez at cesga.es Mon Apr 26 09:57:14 2010 From: rdiez at cesga.es (Ruben Diez) Date: Mon, 26 Apr 2010 18:57:14 +0200 Subject: [one-users] one compilation on Centos 5.4 Message-ID: <4BD5C5EA.60308@cesga.es> Hi: I'm try to compile one on a centos 5.4.... I am follow the steps specified at http://www.opennebula.org/documentation:rel1.4:notes for the centos 5/RLE 5 case.... But, after make all the specified stuff, i get the follow error when i run the "scons" command: ------------ BEGIN CODE ----------------- [root at nuba-cesga-1b one-1.4]# scons scons: Reading SConscript files ... Testing recipe: pkg-config Error calling pkg-config xmlrpc_server_abyss++ --static --libs Testing recipe: xmlrpc-c-config Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian lenny) Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: hardcoded libraries for Mac OS X (installed using port) g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 Error searching for xmlrpc-c libraries. Please check this things: * You have installed development libraries for xmlrpc-c. One way to check this is calling xmlrpc-c-config that is provided with the development package. * Check that the version of xmlrpc-c is at least 1.06. You can do this also calling: $ xmlrpc-c-config --version * If all this requirements are already met please send log files located in .xmlrpc_test to the mailing list. TypeError: 'str' object is not callable: File "/root/one-1.4/SConstruct", line 114: exit(-1) --------- END CODE --------------- Anybody knows what is failing??? Regards. From makhanmail at gmail.com Mon Apr 26 09:40:28 2010 From: makhanmail at gmail.com (makhanmail) Date: Mon, 26 Apr 2010 19:40:28 +0300 Subject: [one-users] one compilation on Centos 5.4 In-Reply-To: <4BD5C5EA.60308@cesga.es> References: <4BD5C5EA.60308@cesga.es> Message-ID: Hi Do you have the right version of xmlrpc-c installed? Is your system 32- or 64-bit? Don't know how it's on CentOS, but I had problems with xmlrpc-c - it was 32 bit and I needed 64 bit. Commands I used to install dependencies on Scientific Linux: yum -y install yum-conf-epel.noarch yum -y install ruby ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc sqlite-devel xmlrpc rubygems openssl openssl-devel openssh scons gcc flex bison make rubygem-rake.noarch gem install nokogiri rake xmlparser wget http://prdownloads.sourceforge.net/scons/scons-1.2.0-1.noarch.rpm rpm -Uvh scons-1.2.0-1.noarch.rpm wget http://centos.karan.org/el5/extras/testing/SRPMS/xmlrpc-c-1.06.18-1.el5.kb.src.rpm yum -y install cmake rpmbuild --rebuild xmlrpc-c-1.06.18-1.el5.kb.src.rpm cd /usr/src/redhat/RPMS/x86_64/ rpm -i xmlrpc-c-1.06.18-1.x86_64.rpm rpm -i xmlrpc-c-devel-1.06.18-1.x86_64.rpm wget http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz tar xvzf sqlite-amalgamation-3.6.17.tar.gz cd sqlite-3.6.17/ ./configure make make install Regards, Maciej Kruk Dnia 26-04-2010 o 19:57:14 Ruben Diez napisa?(a): > Hi: > > I'm try to compile one on a centos 5.4.... > > I am follow the steps specified at > http://www.opennebula.org/documentation:rel1.4:notes for the centos > 5/RLE 5 case.... > > But, after make all the specified stuff, i get the follow error when i > run the "scons" command: > > ------------ BEGIN CODE ----------------- > [root at nuba-cesga-1b one-1.4]# scons > scons: Reading SConscript files ... > Testing recipe: pkg-config > Error calling pkg-config xmlrpc_server_abyss++ --static --libs > Testing recipe: xmlrpc-c-config > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian > lenny) > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: hardcoded libraries for Mac OS X (installed using port) > g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o > .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include > -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit > -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher > -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans > -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ > -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse > -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ > -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss > 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 > > > Error searching for xmlrpc-c libraries. Please check this things: > > * You have installed development libraries for xmlrpc-c. One way to > check > this is calling xmlrpc-c-config that is provided with the development > package. > * Check that the version of xmlrpc-c is at least 1.06. You can do this > also > calling: > $ xmlrpc-c-config --version > * If all this requirements are already met please send log files > located in > .xmlrpc_test to the mailing list. > > TypeError: 'str' object is not callable: > File "/root/one-1.4/SConstruct", line 114: > exit(-1) > --------- END CODE --------------- > > Anybody knows what is failing??? > > Regards. > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From hoefler.tobias at googlemail.com Mon Apr 26 12:51:24 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 26 Apr 2010 21:51:24 +0200 Subject: [one-users] "reason" column in history table Message-ID: <4BD5EEBC.8000600@googlemail.com> Hi all, there are some different numbers within the reason column in the history table of the OpenNebula database. What exactly does each number in there mean ? Thanks a lot in advance, cheers, Tobias From tinova at fdi.ucm.es Mon Apr 26 15:03:58 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Tue, 27 Apr 2010 00:03:58 +0200 Subject: [one-users] "reason" column in history table In-Reply-To: <4BD5EEBC.8000600@googlemail.com> References: <4BD5EEBC.8000600@googlemail.com> Message-ID: Hi Tobias, The reason column logs the circumstances of the termination of the VM in its host: 0 NONE, /** < Normal termination in host */ 1 ERROR, /** < The VM was migrated because of an error */ 2 STOP_RESUME,/** < The VM was migrated because of a stop/resume request*/ 3 USER, /** < The VM was migrated because of an explicit request */ 4 CANCEL /** < The VM was migrated because of an explicit cancel */ The above is taken from the History object header [1]. Regards, -Tino [1] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/entry/include/History.h -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 26, 2010 at 9:51 PM, Tobias H?fler wrote: > Hi all, > > there are some different numbers within the reason column in the history > table of the OpenNebula database. > What exactly does each number in there mean ? > > Thanks a lot in advance, > cheers, > Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From jinzishuai at gmail.com Mon Apr 26 16:35:03 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:35:03 -0600 Subject: [one-users] resume a suspended VM in a different host Message-ID: Hi there, I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. However, I find that the resumed VM always runs on the same host where it was running before. This pauses a problem if the original host became fully occupied. The VM will resume any ways, causing degradation of performance of other VMs and might even cause error due to lack of memory. On the other hand, I think this can be fixed, especially if we are using a shared storage driver such as the tm_nfs. I can imagine that the to be resumed VM is actually put into the queue asking for resources from the scheduler. Once a proper host is selected for it, it can then easily be resume from the other host. I guess we don't really have to have a shared storage, just like migrate works on ssh drivers as well. Do you think this is a reasonable suggestion? -- Shi Jin, Ph.D. From jinzishuai at gmail.com Mon Apr 26 16:38:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:38:37 -0600 Subject: [one-users] migrate causes VM to reboot Message-ID: Hi there, I am able to call "onevm migrate" to move a VM from one host to another. However, it seems that after each migration, the VM was started from the XML deployment file again. What is interesting is that a checkpoint has already been made. However, it does not seem to be used? I think this is a bug, isn't it? Thanks a lot. -- Shi Jin, Ph.D. From rajendra at kqinfotech.com Mon Apr 26 23:23:50 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:53:50 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Tue Apr 27 00:22:33 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Tue, 27 Apr 2010 09:22:33 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: Message-ID: <4BD690B9.3030408@sara.nl> Hi Shi For the machine to transfer without reboot, you probably need to use livemigrate instead. Do you have shared storage already ? The checkpoint file is probably redundant in a non live migration.(not sure). cheers Neil -- * livemigrate (Migrates a running VM to another host without downtime) onevm livemigrate Shi Jin wrote: > Hi there, > > I am able to call "onevm migrate" to move a VM from one host to another. > However, it seems that after each migration, the VM was started from > the XML deployment file again. > > What is interesting is that a checkpoint has already been made. > However, it does not seem to be used? > > I think this is a bug, isn't it? > Thanks a lot. > > From mehdi.alishahi at gmail.com Tue Apr 27 00:25:42 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 09:25:42 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: <4AC59736.9070003@gmail.com> References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi All, I'd like to work with OpenNebula in dummy mode (simulated). Would you please let me know about the status of this and how can I start to work with it? Regards, Mehdi On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: > Hi Ruben, > > Thansk this works well. It will give me a leg up before I hook into the > cluster. > > cheers, -g > > Ruben S. Montero wrote: >> >> Morning Gary, >> >> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >> a try. Let us know >> if it is good for your purposes. >> >> Cheers! >> >> Ruben >> >> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >> wrote: >> >>> >>> Hi, >>> >>> I think this would work for the initial development, ?I think the >>> simulated >>> time, especially for provisioning and startup is important. It allows my >>> work out the "remote aspects" of the http protocol. A settable in a conf >>> file would be great. >>> >>> Its 3:30 am by me, need some sleep... :-) >>> >>> -gary >>> >>> Borja Sotomayor wrote: >>> >>>> >>>> Hi, >>>> >>>> >>>>> >>>>> Well in fact this may be quite straight forward if we assume that all >>>>> operations always succeed and we do not need to model the behavior of >>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>> we can use this as a very simple development backend. >>>>> >>>> >>>> To be more specific, I think this 'test adapter' would have to provide >>>> the >>>> following features: >>>> >>>> - Allow specification of a number of physical hosts with specific >>>> capacities using a configuration file. >>>> >>>> - Internally keep track of what VMs are running and respond to >>>> monitoring >>>> command with predictable values. For simplicity, a simple starting point >>>> could be to make all VMs say that they are using 0% of their allocated >>>> CPU >>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>> complex models, to replicate real workloads). >>>> >>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>> points out, a simple starting point is to assume that all operations >>>> complete successfully and instantly. In the future, it would be nice to >>>> also >>>> configure delays (most importantly, suspension/resumption shouldn't be >>>> done >>>> instantaneously; the test driver should try to replicate that there's a >>>> delay while the VM suspends/resumes, and that is should remain in the >>>> "suspending" state for some time before transitioning to "suspended") >>>> and >>>> even failures (e.g., I want to add error handling code in Haizea, but >>>> doing >>>> this with a real testbed is messy, since it involves somehow provoking >>>> the >>>> VMs to fail). >>>> >>>> - As a starting point, this test adapter should operate in "real time". >>>> For simulations, it would be nice to have "simulated time" (so we can >>>> fast-forward through a lot of requests) but since the core and the >>>> scheduler >>>> are separate processes, it would involve coordinating this simulated >>>> time >>>> between the two components. This is doable, but we would to think about >>>> what's the best way of doing this. >>>> >>>> >>>> Gary: Would the above meet your requirements? >>>> >>>> >>>> Cheers! >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From rubensm at dacya.ucm.es Tue Apr 27 02:59:53 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Tue, 27 Apr 2010 11:59:53 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi, The URL for the dummy backend: http://dev.opennebula.org/projects/onesim/wiki Cheers Ruben On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi wrote: > Hi All, > > I'd like to work with OpenNebula in dummy mode (simulated). Would you > please let me know about the status of this and how can I start to > work with it? > > Regards, > Mehdi > > On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >> Hi Ruben, >> >> Thansk this works well. It will give me a leg up before I hook into the >> cluster. >> >> cheers, -g >> >> Ruben S. Montero wrote: >>> >>> Morning Gary, >>> >>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>> a try. Let us know >>> if it is good for your purposes. >>> >>> Cheers! >>> >>> Ruben >>> >>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>> wrote: >>> >>>> >>>> Hi, >>>> >>>> I think this would work for the initial development, ?I think the >>>> simulated >>>> time, especially for provisioning and startup is important. It allows my >>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>> file would be great. >>>> >>>> Its 3:30 am by me, need some sleep... :-) >>>> >>>> -gary >>>> >>>> Borja Sotomayor wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> >>>>>> >>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>> operations always succeed and we do not need to model the behavior of >>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>> we can use this as a very simple development backend. >>>>>> >>>>> >>>>> To be more specific, I think this 'test adapter' would have to provide >>>>> the >>>>> following features: >>>>> >>>>> - Allow specification of a number of physical hosts with specific >>>>> capacities using a configuration file. >>>>> >>>>> - Internally keep track of what VMs are running and respond to >>>>> monitoring >>>>> command with predictable values. For simplicity, a simple starting point >>>>> could be to make all VMs say that they are using 0% of their allocated >>>>> CPU >>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>> complex models, to replicate real workloads). >>>>> >>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>> points out, a simple starting point is to assume that all operations >>>>> complete successfully and instantly. In the future, it would be nice to >>>>> also >>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>> done >>>>> instantaneously; the test driver should try to replicate that there's a >>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>> "suspending" state for some time before transitioning to "suspended") >>>>> and >>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>> doing >>>>> this with a real testbed is messy, since it involves somehow provoking >>>>> the >>>>> VMs to fail). >>>>> >>>>> - As a starting point, this test adapter should operate in "real time". >>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>> fast-forward through a lot of requests) but since the core and the >>>>> scheduler >>>>> are separate processes, it would involve coordinating this simulated >>>>> time >>>>> between the two components. This is doable, but we would to think about >>>>> what's the best way of doing this. >>>>> >>>>> >>>>> Gary: Would the above meet your requirements? >>>>> >>>>> >>>>> Cheers! >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >>> >>> >>> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mehdi.alishahi at gmail.com Tue Apr 27 05:55:04 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 14:55:04 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Thanks Ruben, this feature is very interesting in OpenNebula. I've installed it and tried to test it, when I submit a VM, VM cannot be executed. The following are commands and logs. oneadmin at one:~/working> onevm list ?ID ? ? USER ? ? NAME STAT CPU ? ? MEM ? ? ? ?HOSTNAME ? ? ? ?TIME ? 2 oneadmin vm-examp fail ? 0 ? ? ? 0 ? ? ?dummyHost5 00 00:00:16 oneadmin at one:~/var/2> cat vm.log Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver vmm_dummy Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - ---And log files Tue Apr 27 14:44:23 2010 [ONE][I]: ? ? ? ?OpenNebula Configuration File Tue Apr 27 14:44:23 2010 [ONE][I]: ---------------------------------------------- Tue Apr 27 14:44:23 2010 [ONE][I]: -------------------------------------------- ? ? ? ?DEBUG_LEVEL=3 ? ? ? ?HM_MAD=EXECUTABLE=one_hm ? ? ? ?HOST_MONITORING_INTERVAL=5 ? ? ? ?IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy ? ? ? ?MAC_PREFIX=00:03 ? ? ? ?MANAGER_TIMER=30 ? ? ? ?NETWORK_SIZE=254 ? ? ? ?PORT=2633 ? ? ? ?TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy ? ? ? ?VM_DIR=/srv/cloud/one/var/ ? ? ? ?VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml ? ? ? ?VM_POLLING_INTERVAL=60 Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. Tue Apr 27 14:44:25 2010 [VMM][I]: ? ? ?Loading driver: vmm_dummy (XML) Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command Regards, Mehdi On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero wrote: > Hi, > > The URL for the dummy backend: > > http://dev.opennebula.org/projects/onesim/wiki > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > wrote: >> Hi All, >> >> I'd like to work with OpenNebula in dummy mode (simulated). Would you >> please let me know about the status of this and how can I start to >> work with it? >> >> Regards, >> Mehdi >> >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >>> Hi Ruben, >>> >>> Thansk this works well. It will give me a leg up before I hook into the >>> cluster. >>> >>> cheers, -g >>> >>> Ruben S. Montero wrote: >>>> >>>> Morning Gary, >>>> >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>>> a try. Let us know >>>> if it is good for your purposes. >>>> >>>> Cheers! >>>> >>>> Ruben >>>> >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>>> wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> I think this would work for the initial development, ?I think the >>>>> simulated >>>>> time, especially for provisioning and startup is important. It allows my >>>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>>> file would be great. >>>>> >>>>> Its 3:30 am by me, need some sleep... :-) >>>>> >>>>> -gary >>>>> >>>>> Borja Sotomayor wrote: >>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> >>>>>>> >>>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>>> operations always succeed and we do not need to model the behavior of >>>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>>> we can use this as a very simple development backend. >>>>>>> >>>>>> >>>>>> To be more specific, I think this 'test adapter' would have to provide >>>>>> the >>>>>> following features: >>>>>> >>>>>> - Allow specification of a number of physical hosts with specific >>>>>> capacities using a configuration file. >>>>>> >>>>>> - Internally keep track of what VMs are running and respond to >>>>>> monitoring >>>>>> command with predictable values. For simplicity, a simple starting point >>>>>> could be to make all VMs say that they are using 0% of their allocated >>>>>> CPU >>>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>>> complex models, to replicate real workloads). >>>>>> >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>>> points out, a simple starting point is to assume that all operations >>>>>> complete successfully and instantly. In the future, it would be nice to >>>>>> also >>>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>>> done >>>>>> instantaneously; the test driver should try to replicate that there's a >>>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>>> "suspending" state for some time before transitioning to "suspended") >>>>>> and >>>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>>> doing >>>>>> this with a real testbed is messy, since it involves somehow provoking >>>>>> the >>>>>> VMs to fail). >>>>>> >>>>>> - As a starting point, this test adapter should operate in "real time". >>>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>>> fast-forward through a lot of requests) but since the core and the >>>>>> scheduler >>>>>> are separate processes, it would involve coordinating this simulated >>>>>> time >>>>>> between the two components. This is doable, but we would to think about >>>>>> what's the best way of doing this. >>>>>> >>>>>> >>>>>> Gary: Would the above meet your requirements? >>>>>> >>>>>> >>>>>> Cheers! >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>>> >>>> >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > From nadinunes at gmail.com Tue Apr 27 06:13:39 2010 From: nadinunes at gmail.com (Nadilma Nunes) Date: Tue, 27 Apr 2010 10:13:39 -0300 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi all, I want to use OpenNebula and I saw OneSim can be used as simulator. So, I don't know how can I use the OneSim, because when I access the page ( http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: 403 You are not authorized to access this page. So, what should I do? I hope somebody help me. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 27 06:44:42 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 27 Apr 2010 19:14:42 +0530 Subject: [one-users] ec2 tools command Message-ID: Hi, I am bit confused about ec2 command on open-nebula , is it possible to use below commands in opennebula cloud.. example :- ec2-run-instances ec2-run-instances.cmd ec2-start-instances ec2-start-instances.cmd ec2-stop-instances ec2-stop-instances.cmd ec2-terminate-instances ec2-terminate-instances.cmd ec2-unmonitor-instances ec2-unmonitor-instances.cmd i believe we can use only econe commands, please correct me if i am wrong. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Tue Apr 27 06:49:08 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Tue, 27 Apr 2010 07:49:08 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: <4BD690B9.3030408@sara.nl> References: <4BD690B9.3030408@sara.nl> Message-ID: Neil. Thanks for the reply. Yes, livemigration does not reboot. However, it seems quite easy to do a cold migrate without the need to reboot, why not do it? In the current way, the VM will be shutdown improperly. For the case of Windows, it might cause lengthy disk check upon boot. In the worst case, it might generate disk failure (I haven't had it yet. Maybe the checkpoint flushes the cache thus is better than a power lose). Just my thoughts. Shi On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: > > Hi Shi > > For the machine to transfer without reboot, you probably need to use > livemigrate instead. > Do you have shared storage already ? > > The checkpoint file is probably redundant in a non live migration.(not > sure). > > cheers > > Neil > > -- > * livemigrate (Migrates a running VM to another host without downtime) > ? ?onevm livemigrate > > Shi Jin wrote: >> Hi there, >> >> I am able to call "onevm migrate" to move a VM from one host to another. >> However, it seems that after each migration, the VM was started from >> the XML deployment file again. >> >> What is interesting is that a checkpoint has already been made. >> However, it does not seem to be used? >> >> I think this is a bug, isn't it? >> Thanks a lot. >> >> > > -- Shi Jin, Ph.D. From danmolin at pdi.ucm.es Tue Apr 27 06:57:24 2010 From: danmolin at pdi.ucm.es (Daniel Molina Aranda) Date: Tue, 27 Apr 2010 15:57:24 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi Mehdi, You have to change the permissions for $ONE_LOCATION+ "/lib/mads/one_vmm_dummy.rb", allowing the execution of this file. Regards. On 27 April 2010 14:55, Mehdi Sheikhalishahi wrote: > Thanks Ruben, this feature is very interesting in OpenNebula. > I've installed it and tried to test it, when I submit a VM, VM cannot > be executed. The following are commands and logs. > > oneadmin at one:~/working> onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 2 oneadmin vm-examp fail 0 0 dummyHost5 00 00:00:16 > > oneadmin at one:~/var/2> cat vm.log > Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context > Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT > Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver > vmm_dummy > Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED > Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - > > ---And log files > Tue Apr 27 14:44:23 2010 [ONE][I]: OpenNebula Configuration > File > Tue Apr 27 14:44:23 2010 [ONE][I]: > ---------------------------------------------- > Tue Apr 27 14:44:23 2010 [ONE][I]: > -------------------------------------------- > DEBUG_LEVEL=3 > HM_MAD=EXECUTABLE=one_hm > HOST_MONITORING_INTERVAL=5 > IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy > MAC_PREFIX=00:03 > MANAGER_TIMER=30 > NETWORK_SIZE=254 > PORT=2633 > > TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy > VM_DIR=/srv/cloud/one/var/ > VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml > VM_POLLING_INTERVAL=60 > > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading driver: vmm_dummy (XML) > Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command > > Regards, > Mehdi > > On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero > wrote: > > Hi, > > > > The URL for the dummy backend: > > > > http://dev.opennebula.org/projects/onesim/wiki > > > > Cheers > > > > Ruben > > > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > > wrote: > >> Hi All, > >> > >> I'd like to work with OpenNebula in dummy mode (simulated). Would you > >> please let me know about the status of this and how can I start to > >> work with it? > >> > >> Regards, > >> Mehdi > >> > >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz > wrote: > >>> Hi Ruben, > >>> > >>> Thansk this works well. It will give me a leg up before I hook into the > >>> cluster. > >>> > >>> cheers, -g > >>> > >>> Ruben S. Montero wrote: > >>>> > >>>> Morning Gary, > >>>> > >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it > >>>> a try. Let us know > >>>> if it is good for your purposes. > >>>> > >>>> Cheers! > >>>> > >>>> Ruben > >>>> > >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz > > >>>> wrote: > >>>> > >>>>> > >>>>> Hi, > >>>>> > >>>>> I think this would work for the initial development, I think the > >>>>> simulated > >>>>> time, especially for provisioning and startup is important. It allows > my > >>>>> work out the "remote aspects" of the http protocol. A settable in a > conf > >>>>> file would be great. > >>>>> > >>>>> Its 3:30 am by me, need some sleep... :-) > >>>>> > >>>>> -gary > >>>>> > >>>>> Borja Sotomayor wrote: > >>>>> > >>>>>> > >>>>>> Hi, > >>>>>> > >>>>>> > >>>>>>> > >>>>>>> Well in fact this may be quite straight forward if we assume that > all > >>>>>>> operations always succeed and we do not need to model the behavior > of > >>>>>>> the hosts. Gary, let me know if this would work for your demo. > Borja, > >>>>>>> we can use this as a very simple development backend. > >>>>>>> > >>>>>> > >>>>>> To be more specific, I think this 'test adapter' would have to > provide > >>>>>> the > >>>>>> following features: > >>>>>> > >>>>>> - Allow specification of a number of physical hosts with specific > >>>>>> capacities using a configuration file. > >>>>>> > >>>>>> - Internally keep track of what VMs are running and respond to > >>>>>> monitoring > >>>>>> command with predictable values. For simplicity, a simple starting > point > >>>>>> could be to make all VMs say that they are using 0% of their > allocated > >>>>>> CPU > >>>>>> or 100% of their allocated CPU (maybe in the future allowing for > more > >>>>>> complex models, to replicate real workloads). > >>>>>> > >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as > Ruben > >>>>>> points out, a simple starting point is to assume that all operations > >>>>>> complete successfully and instantly. In the future, it would be nice > to > >>>>>> also > >>>>>> configure delays (most importantly, suspension/resumption shouldn't > be > >>>>>> done > >>>>>> instantaneously; the test driver should try to replicate that > there's a > >>>>>> delay while the VM suspends/resumes, and that is should remain in > the > >>>>>> "suspending" state for some time before transitioning to > "suspended") > >>>>>> and > >>>>>> even failures (e.g., I want to add error handling code in Haizea, > but > >>>>>> doing > >>>>>> this with a real testbed is messy, since it involves somehow > provoking > >>>>>> the > >>>>>> VMs to fail). > >>>>>> > >>>>>> - As a starting point, this test adapter should operate in "real > time". > >>>>>> For simulations, it would be nice to have "simulated time" (so we > can > >>>>>> fast-forward through a lot of requests) but since the core and the > >>>>>> scheduler > >>>>>> are separate processes, it would involve coordinating this simulated > >>>>>> time > >>>>>> between the two components. This is doable, but we would to think > about > >>>>>> what's the best way of doing this. > >>>>>> > >>>>>> > >>>>>> Gary: Would the above meet your requirements? > >>>>>> > >>>>>> > >>>>>> Cheers! > >>>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Users mailing list > >>>>> Users at lists.opennebula.org > >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >> _______________________________________________ > >> Users mailing list > >> Users at lists.opennebula.org > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > > > > > > > -- > > Dr. Ruben Santiago Montero > > Associate Professor (Profesor Titular), Complutense University of Madrid > > > > URL: http://dsa-research.org/doku.php?id=people:ruben > > Weblog: http://blog.dsa-research.org/?author=7 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajendra at kqinfotech.com Mon Apr 26 23:19:14 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:49:14 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Wed Apr 28 02:39:27 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Wed, 28 Apr 2010 15:09:27 +0530 Subject: [one-users] Java OCA code dependency Message-ID: Hi I have noticed the following while using Java OCA with Nebula 1.4. Client oneClient = new Client("shashank:shashank"," http://localhost:2633/RPC2"); VirtualMachine vm = new VirtualMachine(1,oneClient); vm.info(); System.out.println(vm.getName()); Host host = new Host(4,oneClient); host.info(); System.out.println(host.getName()); In the above code, vm.getName() has a dependency on vm.info(). If vm.info() is not invoked prior to it then the attributes of VirtualMachine object are null. The same dependency can be seen with Host releated invocation. Is this dependency required or can it be reported as a bug ? I have also noticed that the code was functional for any username:password specified as secret. -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From florianchazal at gmail.com Wed Apr 28 05:59:30 2010 From: florianchazal at gmail.com (florian chazal) Date: Wed, 28 Apr 2010 14:59:30 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... Message-ID: Hi all, I don't if I guess well but I did some test of CPU varaible and I obtain this result : - CPU = 25%, VCPU = 1 (default value) : VM has 1 CPU and can use 100\% of it, - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 200%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%, - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%. Therefore I conclued that the manager is ont using the variable or is not able to limit the CPU comsuption of one vm on a single processor. Am I right? Is it a bug? Thanks in advance . ps : I did this test with a c script with an infinite loop launch on the vm and I check the result on the node with a htop command. -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 28 06:38:14 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 28 Apr 2010 15:38:14 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: Hi CPU capacity is a hint for the scheduler. If a physical host has 2 CPU (200), means that OpenNebula would not allocate VMs whose aggregated capacity is greater than 200. Now, the actual sharing of the physical CPU's is managed by the hypervisor. Currently we are using the credit scheduler in Xen so the CPU usage of VMs tends to that in CPU value, see [1] for more info. KVM is using the kernel process scheduler, and currently we do not set priorities or any other scheduling attribute. So I'd say that is the expected behavior. Cheers Ruben [1] http://wiki.xensource.com/xenwiki/CreditScheduler On Wed, Apr 28, 2010 at 2:59 PM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From jinzishuai at gmail.com Wed Apr 28 06:41:20 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Wed, 28 Apr 2010 07:41:20 -0600 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: HI Florian, I assume you are using KVM. My understanding is that CPU does not directly control how much real CPU power the VM gets. If your physical host has enough cores, you always have VCPU number of cores equivalent of power, just like shown in your test. CPU comes into play only as a scheduling variable. For example, you have only 1 physical cpu and 1 core, if you set CPU=25%, you can deploy 4 similar VM on this host. Since there are 4 VM processes sharing a single physical core, each VM only gets 25% of the power of a single core. If you set CPU=100%, the scheduler will only allow no more than 1 VM. This setup has a fundamental limitation in the sense that we cannot have mixed CPU numbers and assure fair power distribution according to their CPU value. I am also looking for a more accurate way to assure quality of service for KVM VMs. Shi On Wed, Apr 28, 2010 at 6:59 AM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Shi Jin, Ph.D. From tinova at fdi.ucm.es Wed Apr 28 06:56:36 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 15:56:36 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, That is interesting, I've opened a ticket [1] to fix the tm_delete.sh bug, please feel free to annotate your patch in the ticket comments. Regarding the malfunction of the "one_vmm_vmware", can you check the log of vmware server to see if the connection is attempted? Is the port 443 accessible from the OpenNebula server (you may want to try telnet into it). Best regards, -Tino [1] http://dev.opennebula.org/issues/225 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 12:30 PM, Yih Leong, Sun. wrote: > With regards to the tm_delete.sh, there seems to be a bug in the script. > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > in tm_delete.sh, it tried to grep the VM_ID=`echo $1 | sed -e > 's/.*\/\([0-9]\+\)\/images\/.*/\1/'` > However, $1 is passed in as > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images without > trailing slash. > So the sed is not succeeded. I have modifed the tm_delete.sh to exclude the > trailing slash so there is no problem on tm_delete.sh anymore. > > However, it still doesn't solve my problem. The vm is still in boot state. > >> $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > MONITOR 0 > > This doesn't return anything. Nothing happened. > It seems like ONE is not communicating with vmware server. > The vmware server is setup using default configuration. > > > On Tue, Apr 27, 2010 at 11:21 AM, Yih Leong, Sun. > wrote: >> >> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > >> MONITOR 0 >> >> It shows nothing. Nothing happen. >> It seems like ONE is not communicating with vmware server. >> The vmware server is setup using default configuration. >> >> >> >> >> On Tue, Apr 27, 2010 at 11:09 AM, Tino Vazquez wrote: >>> >>> Hi Yih, >>> >>> Strange, I just can't figure out how you can have the >>> >>> --- >>> tm_delete.sh: Executed "rm -rf >>> /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> --- >>> >>> log message with the DATASTORE_PATH set to "/vmware/store/"? Take a >>> look at etc/tm_vmware/tm_vwmare.conf to ensure you are running the >>> right tm_delete.sh. >>> >>> Also, I am wary about the connection of the drivers to the VMware >>> server. Let's try the monitoring mad by hand, the driver will expect >>> an input from stdin, like: >>> >>> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >>> > >>> MONITOR 0 >>> >>> >>> You should receive a MONITOR SUCESS . >>> >>> Best regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Fri, Apr 23, 2010 at 9:36 AM, Yih Leong, Sun. >>> wrote: >>> > Yes. that's what i've set it to. >>> > >>> > >>> > On Thu, Apr 22, 2010 at 4:36 PM, Tino Vazquez >>> > wrote: >>> >> >>> >> Oops, my mistake, i meant "/vmware/store/" >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. >>> >> wrote: >>> >> > No. >>> >> > one-21, the "21" is the vm id generated by the opennebula. >>> >> > >>> >> > >>> >> > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez >>> >> > wrote: >>> >> >> >>> >> >> The tm_delete.sh from the vmware tm scripts suite tries to >>> >> >> >>> >> >> ---8<---- >>> >> >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >>> >> >> --->8---- >>> >> >> >>> >> >> From the info provided, seems like the $DATASTORE_PATH should be >>> >> >> set >>> >> >> to "/vmware/store/one-21" >>> >> >> >>> >> >> Best, >>> >> >> >>> >> >> -Tino >>> >> >> >>> >> >> -- >>> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> DSA Research Group: http://dsa-research.org >>> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >> >>> >> >> >>> >> >> >>> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >>> >> >> >>> >> >> wrote: >>> >> >> > What i can see is that "one-21" folder is created in the >>> >> >> > datastore >>> >> >> > which >>> >> >> > contains all the vmx files. >>> >> >> > i.e. /vmware/store/one-21. >>> >> >> > >>> >> >> > It is not the one in the tm_delete.sh: >>> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >>> >> >> > >>> >> >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez >>> >> >> > wrote: >>> >> >> >> >>> >> >> >> Hi Yih, >>> >> >> >> >>> >> >> >> It creates the image file to the $DATASTORE_PATH, which is >>> >> >> >> supposed >>> >> >> >> to >>> >> >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to >>> >> >> >> the >>> >> >> >> nodes holding the hypervisors. This variable is set in >>> >> >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >>> >> >> >> >>> >> >> >> Regards, >>> >> >> >> >>> >> >> >> -Tino >>> >> >> >> >>> >> >> >> -- >>> >> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> DSA Research Group: http://dsa-research.org >>> >> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> http://www.OpenNebula.org >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >>> >> >> >> >>> >> >> >> wrote: >>> >> >> >> > Is it suppose to create any image files? >>> >> >> >> > When i delete the vm, the logs shows: >>> >> >> >> > tm_delete.sh: Executed "rm -rf >>> >> >> >> > >>> >> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> >> >> >> > >>> >> >> >> > However, I can't find any file/folders >>> >> >> >> > >>> >> >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >>> >> >> >> > >>> >> >> >> > >>> >> >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >>> >> >> >> > >>> >> >> >> > wrote: >>> >> >> >> >> >>> >> >> >> >> I have tried both FQDN and non-FQDN and still the same >>> >> >> >> >> result. >>> >> >> >> >> The LCM_STATE still remains "BOOT". >>> >> >> >> >> >>> >> >> >> >> onehost show 1: >>> >> >> >> >> ID??????????????????? : 1 >>> >> >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >>> >> >> >> >> STATE???????????????? : MONITORING >>> >> >> >> >> IM_MAD??????????????? : im_vmware >>> >> >> >> >> VM_MAD??????????????? : vmm_vmware >>> >> >> >> >> TM_MAD??????????????? : tm_vmware >>> >> >> >> >> >>> >> >> >> >> HOST SHARES >>> >> >> >> >> MAX MEM?????????????? : 0 >>> >> >> >> >> USED MEM (REAL)?????? : 0 >>> >> >> >> >> USED MEM (ALLOCATED)? : 524288 >>> >> >> >> >> MAX CPU?????????????? : 0 >>> >> >> >> >> USED CPU (REAL)?????? : 0 >>> >> >> >> >> USED CPU (ALLOCATED)? : 100 >>> >> >> >> >> RUNNING VMS?????????? : 1 >>> >> >> >> >> >>> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >>> >> >> >> >> >>> >> >> >> >> wrote: >>> >> >> >> >>> >>> >> >> >> >>> Hi, >>> >> >> >> >>> >>> >> >> >> >>> Do you get the host monitorized with "onehost"? It seems >>> >> >> >> >>> like >>> >> >> >> >>> the >>> >> >> >> >>> connection to the server is never made, are you using the >>> >> >> >> >>> FQDN? >>> >> >> >> >>> >>> >> >> >> >>> Regards, >>> >> >> >> >>> >>> >> >> >> >>> -Tino >>> >> >> >> >>> >>> >> >> >> >>> -- >>> >> >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> >> >> >> >>> >>> >> >> >> >>> wrote: >>> >> >> >> >>> > Nope. I'm not getting File<..> not found error. >>> >> >> >> >>> > And there is no other folder in the datastore. >>> >> >> >> >>> > >>> >> >> >> >>> > This is how i create and deploy the vm. >>> >> >> >> >>> > 1. onevm create vmware.template >>> >> >> >> >>> > 2. onevm deploy >>> >> >> >> >>> > >>> >> >> >> >>> > The oned.log shows that the vm cloning is successful. >>> >> >> >> >>> > And i can see that it is renaming the vmx file to >>> >> >> >> >>> > one-.vmx. >>> >> >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT >>> >> >> >> >>> > SUCCESS >>> >> >> >> >>> > and >>> >> >> >> >>> > nothing else. >>> >> >> >> >>> > >>> >> >> >> >>> > The .log shows the following: >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no >>> >> >> >> >>> > context >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment >>> >> >> >> >>> > file: >>> >> >> >> >>> > /var/lib/one/17/deployment.0 >>> >> >> >> >>> > >>> >> >> >> >>> > The process stop here and nothing else happen, and the VM >>> >> >> >> >>> > info >>> >> >> >> >>> > shows >>> >> >> >> >>> > LCM_STATE as BOOT. >>> >> >> >> >>> > It seems like the vm doesn't get kick start at all. >>> >> >> >> >>> > >>> >> >> >> >>> > ID???????????? : 17 >>> >> >> >> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> > START TIME???? : 04/22 12:29:30 >>> >> >> >> >>> > END TIME?????? : - >>> >> >> >> >>> > DEPLOY ID:???? : >>> >> >> >> >>> > >>> >> >> >> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> > CPU=1 >>> >> >> >> >>> > DISK=[ >>> >> >> >> >>> > ? CLONE=yes, >>> >> >> >> >>> > ? SAVE=no, >>> >> >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> >> >> >> >>> > MEMORY=1024 >>> >> >> >> >>> > NAME=VMwareVM >>> >> >> >> >>> > NIC=[ >>> >> >> >> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> > ? IP=192.168.0.1, >>> >> >> >> >>> > ? MAC=00:03:c0:a8:00:01, >>> >> >> >> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> > ? VNID=0 ] >>> >> >> >> >>> > VMID=17 >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> >> >> >> >>> > Hi, >>> >> >> >> >>> > >>> >> >> >> >>> > Are you getting a Filenot found error >>> >> >> >> >>> > in >>> >> >> >> >>> > your >>> >> >> >> >>> > VI >>> >> >> >> >>> > client? >>> >> >> >> >>> > >>> >> >> >> >>> > In that case, try removing in the shared datastore all the >>> >> >> >> >>> > ? >>> >> >> >> >>> > folders. >>> >> >> >> >>> > >>> >> >> >> >>> > Regards, >>> >> >> >> >>> > >>> >> >> >> >>> > -Tino >>> >> >> >> >>> > >>> >> >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> >> >> >> >>> > >>> >> >> >> >>> > wrote: >>> >> >> >> >>> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> >> >> >>> >> (http://localhost:8222/ui). >>> >> >> >> >>> >> It is not registered at all. >>> >> >> >> >>> >> I'm using VMWare Server 2.0. >>> >> >> >> >>> >> However, I can see the vmware template is already copied. >>> >> >> >> >>> >> And >>> >> >> >> >>> >> I >>> >> >> >> >>> >> can >>> >> >> >> >>> >> run >>> >> >> >> >>> >> register and start this one-13 from the vmware console. >>> >> >> >> >>> >> But not from the OpenNebula. >>> >> >> >> >>> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> >> >> >>> >> >>> >> >> >> >>> >> wrote: >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Hi Sun, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> If you connect to the VMware host, can you see the >>> >> >> >> >>> >>> machine >>> >> >> >> >>> >>> running? >>> >> >> >> >>> >>> Or >>> >> >> >> >>> >>> is it registered at least (you should see a one-13 >>> >> >> >> >>> >>> machine)? >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Regards, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -Tino >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -- >>> >> >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun >>> >> >> >> >>> >>> wrote: >>> >> >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >> >> >> >>> >>> > The LCM state stopped at BOOT state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is >>> >> >> >> >>> >>> > ACTIVE. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > PROLOG. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has >>> >> >> >> >>> >>> > no >>> >> >> >> >>> >>> > context >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> >>> > my-desktop:/vmware/store/ >>> >> >> >> >>> >>> > ubuntu >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > BOOT >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating >>> >> >> >> >>> >>> > deployment >>> >> >> >> >>> >>> > file: >>> >> >> >> >>> >>> > /var/lib/one/13/deployment.0 >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > It stop here and VM never go into active state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >> >> >> >>> >>> > ID???????????? : 13 >>> >> >> >> >>> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >>> >> >> >> >>> >>> > END TIME?????? : - >>> >> >> >> >>> >>> > DEPLOY ID:???? : >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> >>> > CPU=1 >>> >> >> >> >>> >>> > DISK=[ >>> >> >> >> >>> >>> > ? CLONE=yes, >>> >> >> >> >>> >>> > ? SAVE=no, >>> >> >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >> >> >> >>> >>> > MEMORY=1024 >>> >> >> >> >>> >>> > NAME=VMwareVM >>> >> >> >> >>> >>> > NIC=[ >>> >> >> >> >>> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> >>> > ? IP=192.168.0.2, >>> >> >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >> >> >> >>> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> >>> > ? VNID=0 ] >>> >> >> >> >>> >>> > VMID=13 >>> >> >> >> >>> >>> > _______________________________________________ >>> >> >> >> >>> >>> > Users mailing list >>> >> >> >> >>> >>> > Users at lists.opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >> >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >> >>> >> >> >> > >>> >> >> >> > >>> >> >> > >>> >> >> > >>> >> > >>> >> > >>> > >>> > >> > > From cmartins at fdi.ucm.es Wed Apr 28 07:28:16 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Wed, 28 Apr 2010 16:28:16 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hello Shashank. Keep in mind that underneath, the java OCA is an XMLRPC interface to OpenNebula. That's why you need to retrieve the information from ONE with the info() method first. We tried to make the code flow clear by creating some examples[0], you may find them more helpful than the javadoc. About the username:password string: Do you mean that you could interact with OpenNebula with a non-existing user? [0] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/oca/java/share/examples Best regards, Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org 2010/4/28 Shashank Rachamalla > Hi > > I have noticed the following while using Java OCA with Nebula 1.4. > > Client oneClient = new Client("shashank:shashank"," > http://localhost:2633/RPC2"); > VirtualMachine vm = new VirtualMachine(1,oneClient); > vm.info(); > System.out.println(vm.getName()); > > Host host = new Host(4,oneClient); > host.info(); > System.out.println(host.getName()); > > In the above code, vm.getName() has a dependency on vm.info(). If vm.info() > is not invoked prior to it then the attributes of VirtualMachine object are > null. The same dependency can be seen with Host releated invocation. Is this > dependency required or can it be reported as a bug ? > > > I have also noticed that the code was functional for any username:password > specified as secret. > > -- > Regards, > Shashank Rachamalla > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 28 09:21:57 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 18:21:57 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Unfortunetely, for vmware VMs you need more than one file, basically you need to upload a folder, and that, for the moment, is not possible with econe-upload. You can modify slightly the EC2QueryServer to untar a tar.gz on the server, and you will have the desired functionality, uploading the folder as a tar.gz file. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > Hi All, > > We are running Virtual machines on top of ESXI , when we do econe-upload, > which file extension we need to give for uploading vmware based images,? do > we need give? ".vmx" ?? > > i am able to upload ".vmx" (not sure whether its right or wrong) > > econe-describe-images > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > > when i do > > econe-run-instances 5 > econe-run-instances: undefined method `elements' for nil:NilClass > > i think i am missing some thing here.. please advise !! > > thanks, > manjunath A > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 28 23:32:11 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 12:02:11 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, okay, i tired with .img file, i was able to upload and register but cant run the instance i always get below message econe-run-instances: undefined method `elements' for nil:NilClass if i do econe-describe-images, i am able to get the result.. oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 oneadmin 6 /vmfs/voulmes/vmimages/6 oneadmin 7 /vmfs/voulmes/vmimages/kvm/7 Any idea on this error.. thanks, manjunath A On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > Hi Manju, > > Unfortunetely, for vmware VMs you need more than one file, basically > you need to upload a folder, and that, for the moment, is not possible > with econe-upload. You can modify slightly the EC2QueryServer to untar > a tar.gz on the server, and you will have the desired functionality, > uploading the folder as a tar.gz file. > > Regards, > > -Tino > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > > Hi All, > > > > We are running Virtual machines on top of ESXI , when we do econe-upload, > > which file extension we need to give for uploading vmware based images, > do > > we need give ".vmx" ?? > > > > i am able to upload ".vmx" (not sure whether its right or wrong) > > > > econe-describe-images > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > > > when i do > > > > econe-run-instances 5 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > i think i am missing some thing here.. please advise !! > > > > thanks, > > manjunath A > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 29 02:33:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:33:24 +0200 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi, Are you still experiencing this? I've tried it out and works for me.... Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 3:13 PM, Nadilma Nunes wrote: > Hi all, > > I want to use OpenNebula and I saw OneSim can be used as simulator. So, I > don't know how can I use the OneSim, because when I access the page > (http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: > > 403 > > You are not authorized to access this page. > > So, what should I do? > > I hope somebody help me. > Thanks. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Thu Apr 29 02:36:01 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:36:01 +0200 Subject: [one-users] Opennebula - VMWare Adapter In-Reply-To: <555378.51600.qm@web28411.mail.ukl.yahoo.com> References: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Message-ID: Hi Carlos, You can install the VMware SDK anywhere, I've always place it in /opt. Same thing goes for Apache Axis. The important thing is to reference their jars correctly (full path) from the CLASSPATH. This is just necessary for the OpenNebula server. Hope it helps, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 5:18 PM, Carlos Nuno wrote: > Opennebula's documents says that we need to install vmware sdk and apache axis. > > however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. > > I am confused. Please help. > > Thank You. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 29 02:43:29 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:43:29 +0200 Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. In-Reply-To: <168814.15324.qm@web76301.mail.sg1.yahoo.com> References: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Message-ID: Hi Giang, I am assuming you are using NFS for storage. Is the "/srv/cloud/one" available in the execution nodes (ie, is it exported by the OpenNebula server, does it get mounted by, for instance, 172.29.70.92, and in that exact path?). Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:06 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manish at gslab.com Thu Apr 29 03:14:19 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 15:44:19 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor Message-ID: <4BD95BFB.5070907@gslab.com> Hi, I am trying to configure opennebula, using VMWare server as Hypervisor. The document says that configure uid in VIC. However when I connect VIC to the VMWare console, I can add/manage role, however could not find any place where I can set the UID for that role/user. Am I missing anything? =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== All the VMware hypervisors (that will be accessed by the same set of drivers) needs to share the same user with the same password. This user can be created through the VMware Infrastructure Client (VIC), in the User & Groups. This user needs to have the same UID as the oneadmin user has in the OpenNebula front-end, and this can be set through the VIC as well. ========= -- Thanks and Regards, Manish Office Phone : 46711053 Extension : #1053 From manju.kudu at gmail.com Thu Apr 29 04:21:33 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 16:51:33 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: <4BD95BFB.5070907@gslab.com> References: <4BD95BFB.5070907@gslab.com> Message-ID: Hi, When you add a username, there will be a Field to enter "UID" (in the right side) . thanks, manjunath A On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya wrote: > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This user can > be created through the VMware Infrastructure Client (VIC), in the User & > Groups. This user needs to have the same UID as the oneadmin user has in the > OpenNebula front-end, and this can be set through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manish at gslab.com Thu Apr 29 04:37:36 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 17:07:36 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: References: <4BD95BFB.5070907@gslab.com> Message-ID: <4BD96F80.7040403@gslab.com> Thanks, however I don't see any such field. All I can do is add a role and select permissions for that user. I am using VMWare Server : 2.0 VMWare Infrastructure Client : 2.5.0 Regards, Manish Office Phone : 46711053 Extension : #1053 On 4/29/2010 4:51 PM, manju a wrote: > Hi, > > When you add a username, there will be a Field to enter "UID" (in the > right side) . > > thanks, > manjunath A > > > > > On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya > wrote: > > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This > user can be created through the VMware Infrastructure Client (VIC), > in the User & Groups. This user needs to have the same UID as the > oneadmin user has in the OpenNebula front-end, and this can be set > through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. From rubensm at dacya.ucm.es Thu Apr 29 06:00:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:00:01 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Hi Actually OpenNebula do a restore from the checkpoint file when the VM is "cold" migrated. It should not be restarted from the plain deployment file. This looks like a bug. Please Shi could you send us the vm.log file for this case (i.e. doing a migrate between two hosts). Thanks in advance! Cheers Ruben On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: > Neil. > Thanks for the reply. > Yes, livemigration does not reboot. > However, it seems quite easy to do a cold migrate without the need to > reboot, why not do it? > In the current way, the VM will be shutdown improperly. For the case > of Windows, it might cause lengthy disk check upon boot. > In the worst case, it might generate disk failure (I haven't had it > yet. Maybe the checkpoint flushes the cache thus is better than a > power lose). > > Just my thoughts. > Shi > > On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >> >> Hi Shi >> >> For the machine to transfer without reboot, you probably need to use >> livemigrate instead. >> Do you have shared storage already ? >> >> The checkpoint file is probably redundant in a non live migration.(not >> sure). >> >> cheers >> >> Neil >> >> -- >> * livemigrate (Migrates a running VM to another host without downtime) >> ? ?onevm livemigrate >> >> Shi Jin wrote: >>> Hi there, >>> >>> I am able to call "onevm migrate" to move a VM from one host to another. >>> However, it seems that after each migration, the VM was started from >>> the XML deployment file again. >>> >>> What is interesting is that a checkpoint has already been made. >>> However, it does not seem to be used? >>> >>> I think this is a bug, isn't it? >>> Thanks a lot. >>> >>> >> >> > > > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:06:23 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:06:23 +0200 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Hi There are two different ways to stop a VM: suspend: It leaves the images and checkpoint files in the running host, as you describe in your email. When you resume the VM all the files are already there and it should be fast. You usually want to use suspend for short suspend cycles. stop: It moves the files back to the VM_DIR. When you resume a stopped VM it will be re-scheduled and likely it will be re-started in other host. Note that is a more expensive process as images have to be moved between hosts. I think that stop is the behavior you were looking for... Cheers Ruben On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: > Hi there, > > I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. > However, I find that the resumed VM always runs on the same host where > it was running before. > This pauses a problem if the original host became fully occupied. The > VM will resume any ways, causing degradation of performance of other > VMs and might even cause error due to lack of memory. > On the other hand, I think this can be fixed, especially if we are > using a shared storage driver such as the tm_nfs. > I can imagine that the to be resumed VM is actually put into the queue > asking for resources from the scheduler. > Once a proper host is selected for it, it can then easily be resume > from the other host. > > I guess we don't really have to have a shared storage, just like > migrate works on ssh drivers as well. > > Do you think this is a reasonable suggestion? > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:11:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:11:01 +0200 Subject: [one-users] onevm - zombie vm In-Reply-To: <4B8F8825.7010706@srce.hr> References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Hi, Just a quick update on this issue. It seems that the source of the problems is a locking issue with sqlite, when the oned and scheduler processes are both accessing the DB. We are addressing this by: * add support for other DB backends (MySQL) * Move the scheduler to the XML-RPC interface instead of direct accessing the DB Cheers Ruben On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic wrote: > Hello, my answers are inline. > > Tino Vazquez wrote: >> >> Hi Shi Jin, Nikola, >> >> ?This seems like a bug, we will need more info to address the problem. >> We would appreciate it if you'll be so kind to provide more feedback >> on: >> >> * Which driver are you using (xen,kvm,vmware)? > > xen > >> >> * In what state was the VM prior to the delete action? > > runn(ing) > >> * If the machine has a network lease, can you check directly in the >> network to see if the lease has been released? > > Lease has been released > >> >> * Did the VM generate a transfer.prolog and/or transfer.epilog in >> $ONE_LOCATION/var// ? >> > > I only have empty vm.log file. I deleted all vm files due to image using > free space, sorry. > >> >> * Is the vm.log not showing relevant info or completely empty? > > My vm.log is completely empty. I did restart one few times after my VMs > stuck. Then I went and delete files, and now only have empty vm.log. > > Regards, > Nikola > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From florianchazal at gmail.com Thu Apr 29 08:55:34 2010 From: florianchazal at gmail.com (florian chazal) Date: Thu, 29 Apr 2010 17:55:34 +0200 Subject: [one-users] Storage and Service management Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Thu Apr 29 09:15:59 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:15:59 -0600 Subject: [one-users] onevm - zombie vm In-Reply-To: References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Thank you very much. Very good to know. Shi On Thu, Apr 29, 2010 at 7:11 AM, Ruben S. Montero wrote: > Hi, > > Just a quick update on this issue. It seems that the source of the > problems is a locking issue with sqlite, when the oned and scheduler > processes are both accessing the DB. We are addressing this by: > > * add support for other DB backends (MySQL) > * Move the scheduler to the XML-RPC interface instead of direct accessing the DB > > Cheers > > Ruben > > On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic > wrote: >> Hello, my answers are inline. >> >> Tino Vazquez wrote: >>> >>> Hi Shi Jin, Nikola, >>> >>> ?This seems like a bug, we will need more info to address the problem. >>> We would appreciate it if you'll be so kind to provide more feedback >>> on: >>> >>> * Which driver are you using (xen,kvm,vmware)? >> >> xen >> >>> >>> * In what state was the VM prior to the delete action? >> >> runn(ing) >> >>> * If the machine has a network lease, can you check directly in the >>> network to see if the lease has been released? >> >> Lease has been released >> >>> >>> * Did the VM generate a transfer.prolog and/or transfer.epilog in >>> $ONE_LOCATION/var// ? >>> >> >> I only have empty vm.log file. I deleted all vm files due to image using >> free space, sorry. >> >>> >>> * Is the vm.log not showing relevant info or completely empty? >> >> My vm.log is completely empty. I did restart one few times after my VMs >> stuck. Then I went and delete files, and now only have empty vm.log. >> >> Regards, >> Nikola >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 09:18:50 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:18:50 -0600 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Very helpful information. And I should add a comment that with shared storage (NFS), the stop/resume is also very fast. Thanks a lot. Shi On Thu, Apr 29, 2010 at 7:06 AM, Ruben S. Montero wrote: > Hi > > There are two different ways to stop a VM: > > suspend: It leaves the images and checkpoint files in the running > host, as you describe in your email. When you resume the VM all the > files are already there and it should be fast. You usually want to use > suspend for short suspend cycles. > > stop: It moves the files back to the VM_DIR. When you resume a stopped > VM it will be re-scheduled and likely it will be re-started in other > host. Note that is a more expensive process as images have to be moved > between hosts. > > I think that stop is the behavior you were looking for... > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: >> Hi there, >> >> I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. >> However, I find that the resumed VM always runs on the same host where >> it was running before. >> This pauses a problem if the original host became fully occupied. The >> VM will resume any ways, causing degradation of performance of other >> VMs and might even cause error due to lack of memory. >> On the other hand, I think this can be fixed, especially if we are >> using a shared storage driver such as the tm_nfs. >> I can imagine that the to be resumed VM is actually put into the queue >> asking for resources from the scheduler. >> Once a proper host is selected for it, it can then easily be resume >> from the other host. >> >> I guess we don't really have to have a shared storage, just like >> migrate works on ssh drivers as well. >> >> Do you think this is a reasonable suggestion? >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 13:33:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 14:33:37 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Actually, after some digging around, it turned out to be the libvirt problem running on my RHEl-5.4 host. No memory data was written to the checkpoint file (only 1.2KB in size) and thus resulting in a reboot at restore. I simply did an yum update and rebooted the server, they now seem to work fine. Thanks. Shi On Thu, Apr 29, 2010 at 7:00 AM, Ruben S. Montero wrote: > Hi > > Actually OpenNebula do a restore from the checkpoint file when the VM > is "cold" migrated. It should not be restarted from the plain > deployment file. This looks like a bug. > > Please Shi could you send us the vm.log file for this case (i.e. doing > a migrate between two hosts). Thanks in advance! > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: >> Neil. >> Thanks for the reply. >> Yes, livemigration does not reboot. >> However, it seems quite easy to do a cold migrate without the need to >> reboot, why not do it? >> In the current way, the VM will be shutdown improperly. For the case >> of Windows, it might cause lengthy disk check upon boot. >> In the worst case, it might generate disk failure (I haven't had it >> yet. Maybe the checkpoint flushes the cache thus is better than a >> power lose). >> >> Just my thoughts. >> Shi >> >> On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >>> >>> Hi Shi >>> >>> For the machine to transfer without reboot, you probably need to use >>> livemigrate instead. >>> Do you have shared storage already ? >>> >>> The checkpoint file is probably redundant in a non live migration.(not >>> sure). >>> >>> cheers >>> >>> Neil >>> >>> -- >>> * livemigrate (Migrates a running VM to another host without downtime) >>> ? ?onevm livemigrate >>> >>> Shi Jin wrote: >>>> Hi there, >>>> >>>> I am able to call "onevm migrate" to move a VM from one host to another. >>>> However, it seems that after each migration, the VM was started from >>>> the XML deployment file again. >>>> >>>> What is interesting is that a checkpoint has already been made. >>>> However, it does not seem to be used? >>>> >>>> I think this is a bug, isn't it? >>>> Thanks a lot. >>>> >>>> >>> >>> >> >> >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From florianchazal at gmail.com Fri Apr 30 01:33:52 2010 From: florianchazal at gmail.com (florian chazal) Date: Fri, 30 Apr 2010 10:33:52 +0200 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 01:46:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 10:46:24 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Can you send us the output of: > ruby -dw econe-run-instances 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > Hi Tino, > > okay, i tired with .img file, i was able to upload and register but cant run > the instance > > i always get below message > > econe-run-instances: undefined method `elements' for nil:NilClass > > ?if i do econe-describe-images, i am able to get the result.. > > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 > oneadmin? 7???????????????????????????????????? /vmfs/voulmes/vmimages/kvm/7 > > Any idea on this error.. > > thanks, > manjunath A > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> you need to upload a folder, and that, for the moment, is not possible >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> a tar.gz on the server, and you will have the desired functionality, >> uploading the folder as a tar.gz file. >> >> Regards, >> >> -Tino >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> > Hi All, >> > >> > We are running Virtual machines on top of ESXI , when we do >> > econe-upload, >> > which file extension we need to give for uploading vmware based images, >> > do >> > we need give? ".vmx" ?? >> > >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> > >> > econe-describe-images >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > >> > when i do >> > >> > econe-run-instances 5 >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > i think i am missing some thing here.. please advise !! >> > >> > thanks, >> > manjunath A >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From cmartins at fdi.ucm.es Fri Apr 30 02:18:37 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Fri, 30 Apr 2010 11:18:37 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Shashank, I'm copying your email to the list (I guess you meant to send it here): Hi > > Thanks for guiding me through the examples. I will go through them to gain > a better understanding. Consider the following code where I am able to fetch > information w.r.t Virtual Machines providing invalid user name and password. > > Client oneClient = new Client("someuser:password"," > http://localhost:2633/RPC2"); > int vmID = 2; > > VirtualMachine vm = new VirtualMachine(vmID,oneClient); > > vm.info(); > System.out.println(vm.getName()); > System.out.println(vm.stateStr()); > > The output of the above code is: > ReactOS > DONE > > Please note that there is only one valid user with name shashank as shown > below. > > Also, I have noticed that operations which tend to change the state of > cloud entity objects are not allowed with these invalid credentials. Only > operations which involve fetching state information are allowed. Is this a > desired behavior ? > > root at shashank:/# oneuser list > ID USER PASSWORD > ENABLE > 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 > True > root at shashank:/# onehost list > ID NAME RVM TCPU FCPU ACPU TMEM FMEM > STAT > 4 localhost 1 200 78 78 1801900 1256364 > on > root at shashank:/# onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 > root at shashank:/# > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in the ONE core, allows information request for some pools without checking who is asking. If you need to change this behaviour for some reason, let us know and we'll help you to narrow down the c++ methods you have to modify. Regards, Carlos. Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Fri Apr 30 02:32:42 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 15:02:42 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, Here is the output Exception `LoadError' at ruby:0 - No such file or directory -- econe-run-instances ruby: No such file or directory -- econe-run-instances (LoadError) thanks, manjunath A On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > Hi Manju, > > Can you send us the output of: > > > ruby -dw econe-run-instances 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > > Hi Tino, > > > > okay, i tired with .img file, i was able to upload and register but cant > run > > the instance > > > > i always get below message > > > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > if i do econe-describe-images, i am able to get the result.. > > > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > oneadmin 6 /vmfs/voulmes/vmimages/6 > > oneadmin 7 > /vmfs/voulmes/vmimages/kvm/7 > > > > Any idea on this error.. > > > > thanks, > > manjunath A > > > > > > > > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Unfortunetely, for vmware VMs you need more than one file, basically > >> you need to upload a folder, and that, for the moment, is not possible > >> with econe-upload. You can modify slightly the EC2QueryServer to untar > >> a tar.gz on the server, and you will have the desired functionality, > >> uploading the folder as a tar.gz file. > >> > >> Regards, > >> > >> -Tino > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > >> > Hi All, > >> > > >> > We are running Virtual machines on top of ESXI , when we do > >> > econe-upload, > >> > which file extension we need to give for uploading vmware based > images, > >> > do > >> > we need give ".vmx" ?? > >> > > >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> > > >> > econe-describe-images > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > > >> > when i do > >> > > >> > econe-run-instances 5 > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > i think i am missing some thing here.. please advise !! > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Fri Apr 30 02:47:52 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Fri, 30 Apr 2010 15:17:52 +0530 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Carlos, Thanks for the inputs. I don't think there will any problems with the current behavior. Is there any way I can get the Host Name for the Host on which a Virtual Machine is currently running ( given the Virtual Machine ID ) ? The following is the XML output returned by vm.info().getMessage() for a particular VM whose ID is 23. I don't see Host information listed anywhere except in the HISTORY section. If the VM is running, can the value of vm.xpath("/VM/HISTORY/HOSTNAME") be considered as the Host Name of Host the VM is currently running on ? 23 0 ReactOS 0 3 3 1272620457 0 one-23 0 0 0 0 0 localhost 4 1272620486 0 1272620486 1272620486 1272620486 0 0 0 0 2010/4/30 Carlos Mart?n S?nchez > Hi Shashank, I'm copying your email to the list (I guess you meant to send > it here): > > > Hi >> >> Thanks for guiding me through the examples. I will go through them to gain >> a better understanding. Consider the following code where I am able to fetch >> information w.r.t Virtual Machines providing invalid user name and password. >> >> Client oneClient = new Client("someuser:password"," >> http://localhost:2633/RPC2"); >> int vmID = 2; >> >> VirtualMachine vm = new VirtualMachine(vmID,oneClient); >> >> vm.info(); >> System.out.println(vm.getName()); >> System.out.println(vm.stateStr()); >> >> The output of the above code is: >> ReactOS >> DONE >> >> Please note that there is only one valid user with name shashank as shown >> below. >> >> Also, I have noticed that operations which tend to change the state of >> cloud entity objects are not allowed with these invalid credentials. Only >> operations which involve fetching state information are allowed. Is this a >> desired behavior ? >> >> root at shashank:/# oneuser list >> ID USER PASSWORD >> ENABLE >> 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 >> True >> root at shashank:/# onehost list >> ID NAME RVM TCPU FCPU ACPU TMEM FMEM >> STAT >> 4 localhost 1 200 78 78 1801900 1256364 >> on >> root at shashank:/# onevm list >> ID USER NAME STAT CPU MEM HOSTNAME TIME >> 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 >> root at shashank:/# >> >> > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in > the ONE core, allows information request for some pools without checking who > is asking. > If you need to change this behaviour for some reason, let us know and we'll > help you to narrow down the c++ methods you have to modify. > > Regards, > Carlos. > > > Carlos Mart?n, Cloud Technology Engineer/Researcher > DSA Research Group: web http://dsa-research.org and blog > http://blog.dsa-research.org > OpenNebula Open Source Toolkit for Cloud Computing: > http://www.OpenNebula.org > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 02:48:43 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 11:48:43 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Ok, is not finding the script. Let's try this: > ruby -dw `which econe-run-instances` 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > Hi Tino, > > Here is the output > > Exception `LoadError' at ruby:0 - No such file or directory -- > econe-run-instances > ruby: No such file or directory -- econe-run-instances (LoadError) > > thanks, > manjunath A > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Can you send us the output of: >> >> > ruby -dw econe-run-instances 7 >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: >> > Hi Tino, >> > >> > okay, i tired with .img file, i was able to upload and register but cant >> > run >> > the instance >> > >> > i always get below message >> > >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > ?if i do econe-describe-images, i am able to get the result.. >> > >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 >> > oneadmin? 7 >> > /vmfs/voulmes/vmimages/kvm/7 >> > >> > Any idea on this error.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > >> > >> > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> >> >> Hi Manju, >> >> >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> >> you need to upload a folder, and that, for the moment, is not possible >> >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> >> a tar.gz on the server, and you will have the desired functionality, >> >> uploading the folder as a tar.gz file. >> >> >> >> Regards, >> >> >> >> -Tino >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > We are running Virtual machines on top of ESXI , when we do >> >> > econe-upload, >> >> > which file extension we need to give for uploading vmware based >> >> > images, >> >> > do >> >> > we need give? ".vmx" ?? >> >> > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> >> > >> >> > econe-describe-images >> >> > oneadmin? 1 >> >> > /vmfs/voulmes/vmimages/1 >> >> > oneadmin? 2 >> >> > /vmfs/voulmes/vmimages/2 >> >> > oneadmin? 3 >> >> > /vmfs/voulmes/vmimages/3 >> >> > oneadmin? 4 >> >> > /vmfs/voulmes/vmimages/4 >> >> > oneadmin? 5 >> >> > /vmfs/voulmes/vmimages/5 >> >> > >> >> > when i do >> >> > >> >> > econe-run-instances 5 >> >> > econe-run-instances: undefined method `elements' for nil:NilClass >> >> > >> >> > i think i am missing some thing here.. please advise !! >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > > > From manju.kudu at gmail.com Fri Apr 30 04:01:08 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 16:31:08 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi, Here is the output /src/cloud//bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass thanks, manjunath A On Fri, Apr 30, 2010 at 3:18 PM, Tino Vazquez wrote: > Hi Manju, > > Ok, is not finding the script. Let's try this: > > > ruby -dw `which econe-run-instances` 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > > Hi Tino, > > > > Here is the output > > > > Exception `LoadError' at ruby:0 - No such file or directory -- > > econe-run-instances > > ruby: No such file or directory -- econe-run-instances (LoadError) > > > > thanks, > > manjunath A > > > > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Can you send us the output of: > >> > >> > ruby -dw econe-run-instances 7 > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > >> > Hi Tino, > >> > > >> > okay, i tired with .img file, i was able to upload and register but > cant > >> > run > >> > the instance > >> > > >> > i always get below message > >> > > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > if i do econe-describe-images, i am able to get the result.. > >> > > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > oneadmin 6 > /vmfs/voulmes/vmimages/6 > >> > oneadmin 7 > >> > /vmfs/voulmes/vmimages/kvm/7 > >> > > >> > Any idea on this error.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez > wrote: > >> >> > >> >> Hi Manju, > >> >> > >> >> Unfortunetely, for vmware VMs you need more than one file, basically > >> >> you need to upload a folder, and that, for the moment, is not > possible > >> >> with econe-upload. You can modify slightly the EC2QueryServer to > untar > >> >> a tar.gz on the server, and you will have the desired functionality, > >> >> uploading the folder as a tar.gz file. > >> >> > >> >> Regards, > >> >> > >> >> -Tino > >> >> -- > >> >> Constantino V?zquez, Grid & Virtualization Technology > >> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> >> DSA Research Group: http://dsa-research.org > >> >> Globus GridWay Metascheduler: http://www.GridWay.org > >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> >> > >> >> > >> >> > >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a > wrote: > >> >> > Hi All, > >> >> > > >> >> > We are running Virtual machines on top of ESXI , when we do > >> >> > econe-upload, > >> >> > which file extension we need to give for uploading vmware based > >> >> > images, > >> >> > do > >> >> > we need give ".vmx" ?? > >> >> > > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> >> > > >> >> > econe-describe-images > >> >> > oneadmin 1 > >> >> > /vmfs/voulmes/vmimages/1 > >> >> > oneadmin 2 > >> >> > /vmfs/voulmes/vmimages/2 > >> >> > oneadmin 3 > >> >> > /vmfs/voulmes/vmimages/3 > >> >> > oneadmin 4 > >> >> > /vmfs/voulmes/vmimages/4 > >> >> > oneadmin 5 > >> >> > /vmfs/voulmes/vmimages/5 > >> >> > > >> >> > when i do > >> >> > > >> >> > econe-run-instances 5 > >> >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> >> > > >> >> > i think i am missing some thing here.. please advise !! > >> >> > > >> >> > thanks, > >> >> > manjunath A > >> >> > > >> >> > > >> >> > _______________________________________________ > >> >> > Users mailing list > >> >> > Users at lists.opennebula.org > >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> >> > > >> >> > > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Fri Apr 30 06:46:54 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Fri, 30 Apr 2010 14:46:54 +0100 Subject: [one-users] Command execution fail (KVM) Message-ID: I'm trying to install OpenNebula with KVM adapter. I'm getting "Command execution fail" error when trying to create the vm. Fri Apr 30 14:39:32 2010 [LCM][I]: New VM state is BOOT Fri Apr 30 14:39:32 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/5/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: Command execution fail: 'mkdir -p /srv/cloud/one/var/5/images && cat > /srv/cloud/one/var/5/images/deployment.0 && virsh --connect qemu:///system create /srv/cloud/one/var/5/images/deployment.0' Fri Apr 30 14:40:02 2010 [VMM][I]: STDERR follows. Fri Apr 30 14:40:02 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 30 14:40:02 2010 [VMM][I]: error: Failed to create domain from /srv/cloud/one/var/5/images/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Fri Apr 30 14:40:02 2010 [VMM][I]: ExitCode: 1 Fri Apr 30 14:40:02 2010 [VMM][E]: Error deploying virtual machine Fri Apr 30 14:40:03 2010 [DiM][I]: New VM state is FAILED Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Deleting /srv/cloud/one/var/5/images Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/5/images". I can see that a deployment.0 file is created at the cluster node. -------------- next part -------------- An HTML attachment was scrubbed... URL: From borja at cs.uchicago.edu Fri Apr 30 07:47:44 2010 From: borja at cs.uchicago.edu (Borja Sotomayor) Date: Fri, 30 Apr 2010 09:47:44 -0500 Subject: [one-users] Let us know about your OpenNebula success stories Message-ID: <4BDAED90.1010509@cs.uchicago.edu> Hi everyone, As Community Manager for OpenNebula, I'm in the process of preparing a presentation highlighting how OpenNebula is being used "in the wild", highlighting several success stories (successful deployments of OpenNebula on large number of nodes, innovative use cases involving OpenNebula, interesting solutions developed on top of OpenNebula, etc.) Although I know of a couple such stories myself, I'd like to hear more from the community at large. So, if you have a particular success story you'd like to share, please contact me off-list and let me know about it. The more data, links, references, etc. you can provide, the better. Right now, I am planning on delivering this presentation at the University of Chicago and at Northwestern University, both universities with strong distributed systems research groups. So, inclusion in this presentation can give you a chance to advertise your work more widely. I will also make the presentation available to anyone who wants to use it (and we hope to deliver it at other venues), and it is likely we will add a "Success Stories" section to our website based on the information we receive. Cheers! -- Borja Sotomayor PhD Candidate in Computer Science, University of Chicago http://people.cs.uchicago.edu/~borja/ From rbabu at hexagrid.com Fri Apr 30 14:08:21 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 30 Apr 2010 16:08:21 -0500 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Florian, My 2 cents. I think these are two separate things. Building a storage solution and having VM's accessing the shared storage. You can probably use contextualization and at the time when VM comes up, you can mount the storage on to the VM. ZFS definitely gives redundancy, snapshots, deduplication etc. On a different note, you can also have shared storage directly mounted to the compute nodes and have the VM disk files reside on shared storage. You can still apply ZFS at the VM disk file level . Ranga On Fri, Apr 30, 2010 at 3:33 AM, florian chazal wrote: > > Hi all, > > I'm sorry if these questions shouldn't be asked here but I'm a bit lost : > I currently have a kind of IaaS which works, that is to say 3 nodes (with > kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management > console (1.0.1). We can say that I have a basic private cloud compute > service. Therefore I want to reach the next step, that is to say : > - A service enabling to attach storage volume to an vm instance (like > the walrus module of eucalyptus, I guess) > What I want to build is a storage Infrastructure which enable to store > files, with authentification, encryption and autonomic redundancy services, > on distributed storage equipment. But I'm a bit lost in wich kind of product > I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, > TwistedCloud .... I'm completly lost about the architecture of the cloud > storage) > - A service manager such as Claudia > > To sum up : > Anyone has already tried to create a Storage service ? Or any body has any > idea of what I need to build this ? > > Anyone has already tried to use Claudia ? with open nebula? > > Is another Service manager based on OCCI ? > > I'm looking for ideas ... > Thanks in advance. > > Thanks a lot to the open nebula developpers, this an owesome project ! > -- > Florian Chazal > > > > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From acraft at cgsinc.ca Thu Apr 1 08:03:24 2010 From: acraft at cgsinc.ca (Andrew Craft) Date: Thu, 01 Apr 2010 12:03:24 -0300 Subject: [one-users] Integration with java web application In-Reply-To: References: Message-ID: <4BB4B5BC.8060902@cgsinc.ca> I am doing the same thing. Used the apache xmlrpc library. Works great. On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s > wrote: > > Did any one tried openenubla by Integration with java web application > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From florian.kruse at tu-dortmund.de Thu Apr 1 08:15:50 2010 From: florian.kruse at tu-dortmund.de (Florian Kruse) Date: Thu, 1 Apr 2010 17:15:50 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database Message-ID: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Hi! We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? Thanks for help in advance! Greetings, Florian From rbabu at hexagrid.com Fri Apr 2 10:15:47 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:15:47 -0600 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan < Stefan.Harder at fokus.fraunhofer.de> wrote: > Hi Javier, > > thanks for your answer. > > The state in virsh on the node we livemigrate the VM to is "running". And > on the old node the VM disappears. There are no logs which show some unusual > behavior inside the VM. > > If we do suspend via OpenNebula the VM goes into susp state but the log > shows an error: > > *****BEGIN***** > Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh > --connect qemu:///system save one-111 > /srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: failed to create > '/srv/cloud/one/var/111/images/checkpoint' > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - > *****END***** > > > > > If we then try to resume the VM the state changes to fail and the log > shows: > > > > > > *****BEGIN***** > Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command > execution fail: virsh --connect qemu:///system restore > /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR > follows. > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 > /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir > /srv/cloud/one in PATH, mode 040777 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting > to uri: qemu:///system > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: > operation failed: cannot read domain image > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 > > Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Deleting /srv/cloud/one/var/111/images > > Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: > Executed "rm -rf /srv/cloud/one/var/111/images". > *****END***** > > > > If we do it directly via virsh the VM resumes and it runs like before. This > is not a VNC issue since if we ping the machine the whole time it answers > not until suspending and resuming it via virsh on the physical node. > > We faced some other problems compiling a newer version of the libvirt from > sources (since we thought the ubuntu packaged version may be too old). Which > system configuration and package versions do you use? We thought about a > clean new installation on Ubuntu 9.04 since we use 9.10 now. > > Best, > > Stefan > > > > -----Urspr?ngliche Nachricht----- > > Von: Javier Fontan [mailto:jfontan at gmail.com] > > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] VMs freezing after livemigrating > > > > Hello, > > > > I never had that problem myself. Can you check that the state in vish > > is running? I suppose you check that the VM is frozen connecting using > > VNC. Can you also check in your unfrozen machine logs for any strange > > message dealing with cpu or something that can be stopping it from > > awaking again? > > > > Bye > > > > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > > wrote: > > > Hi, > > > > > > after solving some issues livemigrating works in my testenvironment > > (3 > > > servers, one of them is the cloud controller and node at the same > > time > > > and the other two are only nodes). The problem I have now is that the > > > VMs freeze after livemigrating. The only way to get them back alive > > is > > > to do a "virsh suspend " and "virsh resume " on the > > physical > > > node where the VM was migrated to. Is this issue or even a solution > > > known to you? > > > > > > Best regards, > > > > > > Stefan > > > _______________________________________________ > > > Users mailing list > > > Users at lists.opennebula.org > > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > > > > -- > > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > > DSA Research Group: http://dsa-research.org > > Globus GridWay Metascheduler: http://www.GridWay.org > > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Fri Apr 2 10:52:12 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 2 Apr 2010 11:52:12 -0600 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Tino I think the original problem was, we were sharing only the NFS path where disk images are stored but not the /images directory. After we changed that and defined the path in VM_DIR in oned.conf, suspend and resume is working good. Since /images is accessible by all hosts and even when it gets resumed on different machine, that host is able to access the /images directory. However the checkpoint file is still getting created. Is there a way to have Opennebula not create the checkpoint file. Ranga On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: > Hi there, > > Sorry, but I'm failing to see the > > tm_mv.sh: Will not move, is not saving image > > message anywhere in your logs. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula > wrote: > > Thank you Tino. Sorry for the late reply. Here are the detailed logs. Any > > help is appreciated. > > > > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir > > > > Contents of ONED.CONF > > > > VM_DIR=/mnt/sharedimagesdir > > IM_MAD = [ > > name = "im_kvm", > > executable = "one_im_ssh", > > arguments = "im_kvm/im_kvm.conf", > > default = "im_kvm/im_kvm.conf" ] > > VM_MAD = [ > > name = "vmm_kvm", > > executable = "one_vmm_kvm", > > default = "vmm_kvm/vmm_kvm.conf", > > type = "kvm" ] > > TM_MAD = [ > > name = "tm_nfs", > > executable = "one_tm", > > arguments = "tm_nfs/tm_nfs.conf", > > default = "tm_nfs/tm_nfs.conf" ] > > > > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH > > > > > > SUBMITTED NEW VM > > > > onevm show 433 > > > > VID : 433 UID : 0 > > STATE : ACTIVE LCM STATE : RUNNING > > DEPLOY ID : one-433 MEMORY : 262144 > CPU > > : 0 LAST POLL : 1267828125 START > > TIME : 03/05 16:12:02 STOP TIME : 12/31 18:00:00 NET TX > > : 0 NET RX : 0 > > ....: Template :.... > > DISK : > > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk > > GRAPHICS : LISTEN=0.0.0.0,PORT=6003,TYPE=vnc > > INPUT : TYPE=tablet MEMORY : 256 > > NAME : onetest NIC : > > BRIDGE=br171,MAC=00:04:c9:5b:44:8a > > OS : BOOT=hd VCPU : 1 > > > > > > ON THE MANAGEMENT NODE > > > > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ > > total 24 > > drwxrwxrwx 2 oneadmin nogroup 4096 2010-03-05 16:12 . > > drwxr-xr-x 437 oneadmin root 12288 2010-03-05 16:26 .. > > -rw-r--r-- 1 oneadmin nogroup 549 2010-03-05 16:12 deployment.0 > > -rw-r--r-- 1 oneadmin nogroup 89 2010-03-05 16:12 transfer.0 > > > > /var/log/one/433.log > > > > Fri Mar 5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory > > /mnt/sharedimagesdir/433/images > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > mkdir > > -p /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 > chmod > > a+w /mnt/sharedimagesdir/433/images". > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Link > > /mnt/sharedimagesdir/images/onetest0 > > Fri Mar 5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 ln > -s > > /mnt/sharedimagesdir/images/onetest0 > > /mnt/sharedimagesdir/433/images/disk.0". > > Fri Mar 5 16:12:11 2010 [LCM][I]: New VM state is BOOT > > Fri Mar 5 16:12:11 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/433/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Command: scp > > /var/lib/one/433/deployment.0 > > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 > > Fri Mar 5 16:12:11 2010 [VMM][I]: Copy success > > Fri Mar 5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:12:12 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:12:12 2010 [LCM][I]: New VM state is RUNNING > > > > > > onevm list > > > > 433 onetest runn 0 262144 10.10.20.190 00 00:16:44 > > > > > > > > > > > > ON THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr > > /mnt/sharedimagesdir/433/images/ > > total 2 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > root at 00238bbda914:/mnt/sharedimagesdir# > > > > > > /var/log/libvirt/qemu/433.log on HOST > > > > LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid > > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor > > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive > > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net > > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net > > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice > > tablet -vnc 0.0.0.0:103 -vga cirrus > > > > deployment.0 file on HOST > > > > > > one-433 > > 1 > > 262144 > > > > hvm > > > > > > > > /usr/bin/kvm > > > > > file='/mnt/sharedimagesdir/433/images/disk.0'/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > SUSPEND INVOKED > > > > > > onevm list > > > > 433 onetest susp 0 262144 10.10.20.190 00 00:25:08 > > > > 433.log > > > > Fri Mar 5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND > > Fri Mar 5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system > > Fri Mar 5 16:35:29 2010 [VMM][I]: ExitCode: 0 > > Fri Mar 5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED > > > > Oned.log > > > > Fri Mar 5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked > > Fri Mar 5 16:35:28 2010 [DiM][D]: Suspending VM 433 > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 Connecting > to > > uri: qemu:///system > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: > 0 > > > > Fri Mar 5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 > > > > ONE THE HOST > > > > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr > > total 3 > > lrwxrwxrwx 1 oneadmin nogroup 32 2010-03-05 22:08 disk.0 -> > > /mnt/sharedimagesdir/images/onetest0 > > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 > > -rw-------+ 1 root root 940894 2010-03-05 22:31 checkpoint > > > > > > > > > > > > > > Tino Vazquez wrote: > >> > >> Hi Ranga, > >> > >> If you are using a shared repository (i'll assume you use NFS or a > >> similar distributed FS), then the "/images/" is shared between > >> all the remote hosts, so there is no need to move the checkpoint files > >> and they should be available in all the nodes. > >> > >> Please send us the log of the VM that is failing so we can try and > >> reproduce the problem. > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula > >> wrote: > >> > >>> > >>> We are using shared storage as defined here > >>> > >>> > >>> > http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository > >>> > >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and > >>> SAVE_SUSPEND and creates a checkpoint file on the host > >>> /var/lib/one//images/ > >>> > >>> and in the logs we see > >>> tm_mv.sh: Will not move, is not saving image > >>> > >>> I think it is trying to move the checkpoint file back to the management > >>> node > >>> and based on logic in tm_mv.sh it is not moving. > >>> > >>> Later when we try to do onevm resume , one picks a different host and > >>> tries > >>> to move the checkpoint file from the management node to the new host > and > >>> again says "Will not move, is not saving image" and on the host it > fails > >>> to > >>> bring the VM since there is no checkpoint file on the new host. > >>> > >>> How can we ask ONE to not resume from checkpoint file but instead load > >>> from > >>> the disk file that is in the template. > >>> > >>> Ranga > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >>> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brittocan at gmail.com Sat Apr 3 00:29:47 2010 From: brittocan at gmail.com (Britto I) Date: Sat, 3 Apr 2010 12:59:47 +0530 Subject: [one-users] onvm create results VM State unknown Message-ID: Hi Folks, After submitting the vm for deployement it turns into UNKNOWN state after running state. Here is the log Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart and delete actions available or try to recover it manually Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN And my template is .. NAME = Centos-base CPU = 1 MEMORY = 512 OS = [ kernel = "/boot/vmlinuz-2.6.18-164.el5xen", ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", root = "hda" ] DISK = [ source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", target = "hda", readonly = "no" ] NIC = [ NETWORK = "labnet" ] ip_public=192.168.1.2 FEATURES=[ acpi="no" ] GRAPHICS = [ type = "vnc", listen = "localhost", port = "5902" ] CONTEXT = [ hostname = "$NAME", # ip_public = "192.168.1.13", files = "/srv/cloud/one/one-templates/init.sh /srv/cloud/one/.ssh/id_rsa.pub", target = "hdc", root_pubkey = "id_dsa.pub", username = "oneadmin", user_pubkey = "id_dsa.pub" ] Anything am i missing here ? -- Brittto -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Sat Apr 3 06:45:19 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Sat, 3 Apr 2010 15:45:19 +0200 Subject: [one-users] onevm delete vs onevm cancel In-Reply-To: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> References: <873c169b1003251359x2d9aba38t5221860f6cb50a2f@mail.gmail.com> Message-ID: Hi In OpenNebula you can terminate a VM with three different methods: shutdown: Similar to a proper machine shutdown, it waits for the shutdown process so the VM disks are left in a clean state. Then VM images are deleted or copied back to $ONE_LOCATION/var/$VMID if save="yes" has been defined. cancel: The VM is killed, but the process is checked by OpenNebula, so if the process fails the VM remains in runn. So you can free the used resources. Also if cancel succeeds the VMDIR in the remote machine is not deleted delete: Similar to a hard kill, the cancel and TM delete commands are executed but their result is not checked (well, the output of the cancel and TM delete operation are in vm.log, but you have to check the file to find out). The VM is directly deleted from the database. So there is a risk of not really freeing resources with the delete operation. So the thumb rule: use cancel when you'd do kill, and delete when you'd like to do a kill -9. Cheers Ruben On Thu, Mar 25, 2010 at 9:59 PM, Shi Jin wrote: > Hi there, > > Could anyone explain to what the differences between the commands "onevm > delete" and "onevm cancel"? > I understand they both call the cancel() function of the one_vmm_kvm.rb > code, right? > The cancel() function in turn calls the "virsh destory" command to unplug > the power for the VM, correct? > > I guess they are different from "onevm shutdown", which calls the shutdown() > function in the VMM and in turn calls the "virsh shutdown" command. This > way, the VM are shutdown gratefully rather the sudden death of the previous > two cases.? Am I understanding things properly? > > Is there any difference betweehn "onevm delete" and "onevm cancel"? > Thank you very much. > > -- > Shi Jin, Ph.D. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From ameseacla at gmail.com Sat Apr 3 12:23:51 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:23:51 -0400 Subject: [one-users] about setup a cloud with ONE and KVM Message-ID: <4BB795C7.9000602@gmail.com> Hi all: I have a server with 8 intel cpus supporting Virtualization. I want to ask a naive question. Can I install both OpenNebula and KVM on this server to create a cloud? Thanks. From mfairchild at attinteractive.com Sat Apr 3 12:34:26 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 12:34:26 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB795C7.9000602@gmail.com> References: <4BB795C7.9000602@gmail.com> Message-ID: Yes Sent from my iPhone On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > Hi all: > I have a server with 8 intel cpus supporting Virtualization. > I want to ask a naive question. Can I install both OpenNebula and > KVM on > this server to create a cloud? Thanks. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From ameseacla at gmail.com Sat Apr 3 12:44:16 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 15:44:16 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB79A90.3030700@gmail.com> Thanks, Michael I try to add this server using "onehost create myHost im_kvm vmm_kvm tm_nfs". How comes the cpu and memory are both zeros? The info from "onehost list" is: ID NAME RVM TCPU FCPU ACPU TMEM FMEM STAT 0 myHost 0 0 0 100 0 0 on and after "onehost show myHost": HOST 1 INFORMATION ID : 1 NAME : myHost STATE : MONITORING IM_MAD : im_kvm VM_MAD : vmm_kvm TM_MAD : tm_nfs HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 MONITORING INFORMATION Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From ameseacla at gmail.com Sat Apr 3 13:20:21 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 03 Apr 2010 16:20:21 -0400 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: References: <4BB795C7.9000602@gmail.com> Message-ID: <4BB7A305.9020808@gmail.com> I have a question about onevm create. When we use the command "onevm create myVM.one", does this command mean the ONE front-end ask the node to create a VM according to the template "myVM.one"? Or the VM has beed created by nodes and is ready for use. Thanks. Michael Fairchild wrote: > Yes > > Sent from my iPhone > > On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: > > >> Hi all: >> I have a server with 8 intel cpus supporting Virtualization. >> I want to ask a naive question. Can I install both OpenNebula and >> KVM on >> this server to create a cloud? Thanks. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> From mfairchild at attinteractive.com Sat Apr 3 17:36:09 2010 From: mfairchild at attinteractive.com (Michael Fairchild) Date: Sat, 3 Apr 2010 17:36:09 -0700 Subject: [one-users] about setup a cloud with ONE and KVM In-Reply-To: <4BB7A305.9020808@gmail.com> References: <4BB795C7.9000602@gmail.com> <4BB7A305.9020808@gmail.com> Message-ID: <9AC11941-C564-4135-9A5D-DF3AB1238FFF@attinteractive.com> It means create a new vm from the template. On Apr 3, 2010, at 1:20 PM, "Eddie Liu" wrote: > I have a question about onevm create. > When we use the command "onevm create myVM.one", does this command > mean > the ONE front-end ask the node to create a VM according to the > template Basicly, Yes, with Some subtlty on who does what. Could be summarized as ones, execute the tm script, then execute the vmm script to start the instance. > > "myVM.one"? Or the VM has beed created by nodes and is ready for use. No > Thanks. Yer welcome :-) > > Michael Fairchild wrote: >> Yes >> >> Sent from my iPhone >> >> On Apr 3, 2010, at 12:24 PM, "Eddie Liu" wrote: >> >> >>> Hi all: >>> I have a server with 8 intel cpus supporting Virtualization. >>> I want to ask a naive question. Can I install both OpenNebula and >>> KVM on >>> this server to create a cloud? Thanks. >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From sandeep at kqinfotech.com Mon Apr 5 03:23:40 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Mon, 5 Apr 2010 15:53:40 +0530 Subject: [one-users] Query regarding error log message Message-ID: Hi, I am using openbebula as a Virtual Infrastructure Manager on Ubuntu 9.10 ( kernel : 2.6.32-16-generic arch:x86_64 ) Currently i am using kvm hyperwiser. I have one front-end and two worker nodes in cloud ( private ). When i submit the vm using ( at front end ) " onevm create myfirstVM.template " After few time shows the status as ID NAME STAT CPU MEM HOSTNAME TIME 11 vm-examp prol 0 0 192.168.1.193 03 19:20:21 18 vm-examp fail 0 0 192.168.1.193 00 00:31:29 the error log is as follow ( /var/log/one/18.log ) : Mon Apr 5 14:22:41 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 5 14:22:41 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: DST: /var/lib/one//18/images/disk.0 Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Creating directory /var/lib/one//18/images Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:22:41 2010 [TM][I]: tm_clone.sh: Cloning sandeep-laptop:/tmp/disk.img Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "scp sandeep-laptop:/tmp/disk.img 192.168.1.193:/var/lib/one//18/images/disk.0". Mon Apr 5 14:53:24 2010 [TM][I]: tm_clone.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.0". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Creating 1024Mb image in /var/lib/one//18/images/disk.1 Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 mkdir -p /var/lib/one//18/images". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 dd if=/dev/zero of=/var/lib/one//18/images/disk.1 bs=1 count=1 seek=1024M". Mon Apr 5 14:53:25 2010 [TM][I]: tm_mkswap.sh: Initializing swap space Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 /sbin/mkswap /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [TM][I]: tm_mkswap.sh: Executed "ssh 192.168.1.193 chmod a+w /var/lib/one//18/images/disk.1". Mon Apr 5 14:53:26 2010 [LCM][I]: New VM state is BOOT Mon Apr 5 14:53:26 2010 [VMM][I]: Generating deployment file: /var/lib/one/18/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Command: scp /var/lib/one/18/deployment.0 192.168.1.193:/var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:26 2010 [VMM][I]: Copy success Mon Apr 5 14:53:57 2010 [VMM][I]: Connecting to uri: qemu:///system Mon Apr 5 14:53:57 2010 [VMM][I]: error: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [VMM][I]: error: monitor socket did not show up.: Connection refused Mon Apr 5 14:53:57 2010 [VMM][I]: ExitCode: 1 Mon Apr 5 14:53:57 2010 [VMM][E]: Error deploying virtual machine: Failed to create domain from /var/lib/one//18/images/deployment.0 Mon Apr 5 14:53:57 2010 [LCM][I]: Fail to boot VM. Mon Apr 5 14:53:57 2010 [DiM][I]: New VM state is FAILED I am not getting the exact reason of the error message. KVM hyperwiser is running at both worker node. So, What should I do to avoid this error message. I am using the following template files : myfirstVM.template NAME = vm-example CPU = 0.5 MEMORY = 1024 OS = [ kernel = "/boot/vmlinuz-2.6.32-16-generic", initrd = "/boot/initrd.img-2.6.32-16-generic", root = "sda1" ] DISK = [ source = "/tmp/disk.img", target = "sda", readonly = "no" ] DISK = [ type = "swap", size = 1024, target = "sdb"] NIC = [ NETWORK = "Private LAN" ] vmnet.template NAME = "Private LAN" TYPE = FIXED BRIDGE = virbr0 LEASES = [IP=192.166.122.1] Can someone suggest the any modification so as to overcome the error message. -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbabu at hexagrid.com Mon Apr 5 04:38:34 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Mon, 05 Apr 2010 06:38:34 -0500 Subject: [one-users] Query regarding error log message In-Reply-To: References: Message-ID: <4BB9CBBA.1000705@hexagrid.com> An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 5 06:21:19 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 5 Apr 2010 18:51:19 +0530 Subject: [one-users] vmware driver installation Message-ID: Hi All, i am trying to setup a nebula cloud, i have performed system wide installation, now i am trying to install VMware drivers, whenever i tried to run ./install-vmware.sh ONE_LOCATION is not defined. Don't know where to copy, aborting. In the system-wide installation not sure which path we need to set for "ONE_LOCATION" Env. Any comment on this... thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 08:10:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:10:15 +0200 Subject: [one-users] Information driver crashing when monitoring VMWare ESX Host In-Reply-To: References: Message-ID: Hi there, Does anything show in the drivers log file ($ONE_LOCATION/var/im_vmware.log) ? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Feb 1, 2010 at 3:37 PM, wrote: > Hi OpenNebula team, > We are using the current stable release 1.4. > We?find?the following message in oned.log file when Opennebula is > monitoring?ESX 3i host. > "Information driver crashed, recovering..." > > When this happens the deployed VMs remain in pending state and do not move > on to prolog state. > > Please let us know?during what scenarios this can happen and how to resolve > the information driver crash. > > Thanks and Regards, > Senthil Kumaran R > > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Mon Apr 5 08:26:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:26:08 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BB0BB50.6090202@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> Message-ID: Hi Tobias, This is not possible at the moment, the XMLRPC API just returns the last sequence of history. We can extend this, could you please elaborate on why this functionality is interesting for you? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler wrote: > hi all, > > I want to get detailed information about a VM's history like it is in > the history table in the Open Nebula Database. > In my case, I want to access these data via the XML RPC API. > > With the one.vm.info method, I only get the current sequence of the VM > History, but I want to get all sequences. > Is this possible via the XML RPC API ? > > Thanks a lot in advance, > cheers Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 08:53:04 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 17:53:04 +0200 Subject: [one-users] first step of installing ONE In-Reply-To: <4BB106B0.7070203@gmail.com> References: <4BB106B0.7070203@gmail.com> Message-ID: Hi Eddie, It would be nice to install Xen first and then OpenNebula. Ubuntu is a great choice since it comes with OpenNebula packages. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Mar 29, 2010 at 9:59 PM, Eddie Liu wrote: > I plan to install OpenNebula and Xen on my machine with Ubuntu 9.10. > The first question I have is if there is an order to install OpenNebula > and Xen. > The other question is if Ubuntu 9.10 is a good choice to install them. > > Thanks in advance. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Mon Apr 5 09:49:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 18:49:47 +0200 Subject: [one-users] help In-Reply-To: <245245.69644.qm@web50704.mail.re2.yahoo.com> References: <245245.69644.qm@web50704.mail.re2.yahoo.com> Message-ID: Hi Bathina, You can achieve this functionality through the use of any of the two cloud interfaces offered by OpenNebula: EC2 [1] and OCCI [2]. OpenNebula will implement natively an Image Repository [3] in v1.6. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:ec2qcg [2] http://opennebula.org/documentation:rel1.4:occicg [3] http://dev.opennebula.org/issues/200 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Mar 23, 2010 at 10:35 AM, bathina nageswararao wrote: > Hi, > > We need cloud computing in the following scenario. > > On top of physical infrastructure we need virtualization(KVM,XEN,VMWARE) these virtual images should be available to users through web application per user wise. > > Example : If user1 requests 5 images then he can see only those images. > > Please let us know our requirement is possible with opennebula. > > Regards, > Nagesh. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From hoefler.tobias at googlemail.com Mon Apr 5 09:55:14 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 05 Apr 2010 18:55:14 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: References: <4BB0BB50.6090202@googlemail.com> Message-ID: <4BBA15F2.7050302@googlemail.com> Hi Tino, thanks for your answer. I'm programming a billing and accounting program, which needs among other things the runtime of a VM. To get this, it is necessary to have the whole history of the VM, as a suspend- time should not be taken into account for example. I have thought of accessing the OpenNebula database directly, but if you could implements this, I still can use the XML RPC API which would be great. When could you do this and how would you release this extension ? Best regards, Tobias Tino Vazquez wrote: > Hi Tobias, > > This is not possible at the moment, the XMLRPC API just returns the > last sequence of history. We can extend this, could you please > elaborate on why this functionality is interesting for you? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler > wrote: > >> hi all, >> >> I want to get detailed information about a VM's history like it is in >> the history table in the Open Nebula Database. >> In my case, I want to access these data via the XML RPC API. >> >> With the one.vm.info method, I only get the current sequence of the VM >> History, but I want to get all sequences. >> Is this possible via the XML RPC API ? >> >> Thanks a lot in advance, >> cheers Tobias >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> From jcclouduser at gmail.com Mon Apr 5 10:04:31 2010 From: jcclouduser at gmail.com (clouduser s) Date: Mon, 5 Apr 2010 22:34:31 +0530 Subject: [one-users] Image portability Message-ID: How to convert the image from 1) XEN to VMware 2) VMware to XEN 3) XEN to EC2 4) VMware tp EC2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 5 10:43:09 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 5 Apr 2010 19:43:09 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi manjunath, VMware drivers can be installed only in standalone mode (i.e., not system wide ONE installation). This is not ideal, I've opened a ticket [1] to fix this for next release. Regards, -Tino [1] http://dev.opennebula.org/issues/209 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > Hi All, > > ?i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers,? whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 5 13:29:03 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:29:03 +0200 Subject: [one-users] Shutdown of a virtual machine deletes the machine in onevm database In-Reply-To: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> References: <591E5C5C-036F-4F7A-9645-88D655C23026@tu-dortmund.de> Message-ID: Hi Florian That is the expected behavior. Some thoughts: * The VM is not deleted from the database is moved to DONE state and hence not shown in onevm list. However it is available in the DB for accounting purposes. * You can use suspend, this will generate a checkpoint and recover the VM in the original host. However I guess this is not what you are looking for... (note also that capacity for the VM is not freed in that host.) * Usually people makes some modifications to the SSH driver. You can make a very simple cache by copying the images to a cache dir in the cluster nodes and then link to the location OpenNebula will look for it. In this way you can just see if the file exists before copying it again. The TM scripts should be very readable so you can easily adapt them to the cloud your architecting... (come back if you need help with the TM scripts). If the images are more or less stable you can look at the LVM backend... Cheers Ruben On Thu, Apr 1, 2010 at 5:15 PM, Florian Kruse wrote: > Hi! > > We are using OpenNebula 1.2 as it is shipped in Ubuntu Server 9.10 (together with libvirt 0.7.0 and KVM/QEMU for virtualization). Our implementation uses the SSH transfer manager. Deploying VMs works as well as stopping and resuming VMs. However, OpenNebula acts somewhat strange when a machine is shut down (either by onevm shutdown or from inside the machine). It copies the machine's image back (save = yes) and removes the machine from the database. > > In our use case we want to shut down machines and still be able to boot them again. Of course we could copy the disk image over the original one used for creating the machine and re-create it after that. But that would be very impractical. > > Is there a way to make one not forget the machine after the shutdown so it can be restarted by onevm deploy/resume or something similar? > > Thanks for help in advance! Greetings, > > Florian > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Mon Apr 5 13:38:06 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 5 Apr 2010 22:38:06 +0200 Subject: [one-users] Integration with java web application In-Reply-To: <4BB4B5BC.8060902@cgsinc.ca> References: <4BB4B5BC.8060902@cgsinc.ca> Message-ID: Hi Andrew, Rangababu, As you probably know, we've released some Java bindings for the OpenNebula's XML-RPC interface[1,2]. As you have developed something similar, could you take a look at the API, and check if we are missing something? Thanks in advance Ruben REFS [1] http://opennebula.org/doc/oca/java/ [2] http://dev.opennebula.org/attachments/download/127/one-java-api.tgz On Thu, Apr 1, 2010 at 5:03 PM, Andrew Craft wrote: > I am doing the same thing. Used the apache xmlrpc library. Works great. > > On 10-03-31 04:19 PM, Rangababu Chakravarthula wrote: > > Yes our Java web app uses XMLRPC API to communicate with ONE. > > On Mon, Mar 29, 2010 at 12:39 AM, clouduser s wrote: >> >> Did any one tried openenubla by Integration with java web application >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From stefan.harder at fokus.fraunhofer.de Tue Apr 6 03:52:03 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 12:52:03 +0200 Subject: [one-users] VMs freezing after livemigrating In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA1033034C4@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA1033990B3@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA10339971D@EXCHSRV.fokus.fraunhofer.de> Hi Ranga, we set up our environment again with Ubuntu Server 9.04 64bit since we?ve read that these freezing issues only come up with Ubuntu 9.10 (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674). Then we installed OpenNebula from source (one-1.4.0.tar.gz) and before that all needed packages and now it works. We have two machines one is the cloud controller and node at the same time, the other one is only a node. Here some details: Kernel: 2.6.28-11-server libvirt-bin: 0.6.1-0ubuntu5.1 libvirt-ruby1.8: 0.0.7-1 Maybe this will work for you too. Regards, Stefan Von: Rangababu Chakravarthula [mailto:rbabu at hexagrid.com] Gesendet: Freitag, 2. April 2010 19:16 An: Harder, Stefan Cc: Javier Fontan; users at lists.opennebula.org Betreff: Re: [one-users] VMs freezing after livemigrating Hello Stefan We are also having the same issue. But when I use opennebula to suspend and resume, I am able to access the console and logon to VM. Here are our setup details Host information using facter --------------------------------------------------- kernel => Linux kernelrelease => 2.6.31-16-server lsbdistcodename => karmic lsbdistdescription => Ubuntu 9.10 -------------------------------------------------- Libvirt version libvirt-bin 0.7.0-1ubuntu13.1 libvirt0 0.7.0-1ubuntu13.1 Opennebula 1.2 VM_DIR ="/nfs/path/to/storage" Transfer Manager=NFS This is actually a bug in Libivirt for which Redhat has released a fix long back but Ubuntu has this Fix only in Lucid. Lucid is scheduled for release on April 29, 2010. https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/448674 Since it takes a while to test Lucid completely before using it in production we are going with the work around. Here are the logs from opennebula. user at managementnode:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME 686 migratev runn 0 262144 10.10.20.159 01 22:25:50 user at managementnode:~$ onevm suspend 686 Fri Apr 2 11:56:53 2010 [LCM][I]: New VM state is SAVE_SUSPEND Fri Apr 2 11:58:35 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 11:58:35 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 11:58:35 2010 [DiM][I]: New VM state is SUSPENDED user at host:/nfs/path/to/storage/686$ ls -al images/ total 84556 drwxrwxrwx 2 oneadmin nogroup 5 2010-04-02 16:53 . drwxr-xr-x+ 3 oneadmin nogroup 3 2010-03-31 18:27 .. -rw-------+ 1 root root 92243033 2010-04-02 16:54 checkpoint -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-31 18:27 deployment.0 lrwxrwxrwx 1 oneadmin nogroup 34 2010-03-31 18:27 disk.0 -> /nfs/path/to/storage/images/migratevm0 user at managementnode:~$ onevm list 686 migratev susp 0 262144 10.10.20.159 01 22:29:53 unable to connect to host. connection refused 111 user at managementnode:~$ onevm resume 686 Fri Apr 2 12:02:00 2010 [DiM][I]: New VM state is ACTIVE. Fri Apr 2 12:02:00 2010 [LCM][I]: Restoring VM Fri Apr 2 12:02:00 2010 [LCM][I]: New state is BOOT Fri Apr 2 12:02:01 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 2 12:02:01 2010 [VMM][I]: ExitCode: 0 Fri Apr 2 12:02:01 2010 [LCM][I]: New VM state is RUNNING Ranga On Wed, Mar 24, 2010 at 7:55 AM, Harder, Stefan wrote: Hi Javier, thanks for your answer. The state in virsh on the node we livemigrate the VM to is "running". And on the old node the VM disappears. There are no logs which show some unusual behavior inside the VM. If we do suspend via OpenNebula the VM goes into susp state but the log shows an error: *****BEGIN***** Wed Mar 24 14:46:30 2010 [DiM][D]: Suspending VM 111 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: 'touch /srv/cloud/one/var/111/images/checkpoint;virsh --connect qemu:///system save one-111 /srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: Failed to save domain one-111 to /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: failed to create '/srv/cloud/one/var/111/images/checkpoint' Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:46:30 2010 [VMM][D]: Message received: SAVE FAILURE 111 - *****END***** If we then try to resume the VM the state changes to fail and the log shows: *****BEGIN***** Wed Mar 24 14:49:43 2010 [DiM][D]: Resuming VM 111 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Command execution fail: virsh --connect qemu:///system restore /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 STDERR follows. Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 /usr/lib/ruby/1.8/open3.rb:67: warning: Insecure world writable dir /srv/cloud/one in PATH, mode 040777 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 Connecting to uri: qemu:///system Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: Failed to restore domain from /srv/cloud/one/var/111/images/checkpoint Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 error: operation failed: cannot read domain image Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: LOG - 111 ExitCode: 1 Wed Mar 24 14:49:44 2010 [VMM][D]: Message received: RESTORE FAILURE 111 - Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Deleting /srv/cloud/one/var/111/images Wed Mar 24 14:49:44 2010 [TM][D]: Message received: LOG - 111 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/111/images". *****END***** If we do it directly via virsh the VM resumes and it runs like before. This is not a VNC issue since if we ping the machine the whole time it answers not until suspending and resuming it via virsh on the physical node. We faced some other problems compiling a newer version of the libvirt from sources (since we thought the ubuntu packaged version may be too old). Which system configuration and package versions do you use? We thought about a clean new installation on Ubuntu 9.04 since we use 9.10 now. Best, Stefan > -----Urspr?ngliche Nachricht----- > Von: Javier Fontan [mailto:jfontan at gmail.com] > Gesendet: Mittwoch, 24. M?rz 2010 12:33 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] VMs freezing after livemigrating > > Hello, > > I never had that problem myself. Can you check that the state in vish > is running? I suppose you check that the VM is frozen connecting using > VNC. Can you also check in your unfrozen machine logs for any strange > message dealing with cpu or something that can be stopping it from > awaking again? > > Bye > > > On Thu, Mar 18, 2010 at 11:47 AM, Harder, Stefan > wrote: > > Hi, > > > > after solving some issues livemigrating works in my testenvironment > (3 > > servers, one of them is the cloud controller and node at the same > time > > and the other two are only nodes). The problem I have now is that the > > VMs freeze after livemigrating. The only way to get them back alive > is > > to do a "virsh suspend " and "virsh resume " on the > physical > > node where the VM was migrated to. Is this issue or even a solution > > known to you? > > > > Best regards, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Javier Fontan, Grid & Virtualization Technology Engineer/Researcher > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 7099 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 6 04:45:16 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 6 Apr 2010 17:15:16 +0530 Subject: [one-users] opennebulla installation error Message-ID: Hi All, i am trying to install opennebulla on ubuntu, when i am trying to build/compile using scons, i am getting below error . src/um/User.cc: In static member function 'static std::string User::sha1_digest( const std::string&)': src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope src/um/User.cc:381: error: expected ';' before 'mdctx' src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this scope src/um/User.cc:386: error: 'mdctx' was not declared in this scope src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this scope src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this scope src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this scope src/um/User.cc:391: error: 'md_value' was not declared in this scope src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this scope src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this scope scons: *** [src/um/User.o] Error 1 scons: building terminated because of errors. Any idea on this ???? thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Tue Apr 6 07:41:02 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Tue, 6 Apr 2010 16:41:02 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Hi, is there any way to change a VMs configuration while it is running? Livemigrating is good when physical hosts reach their threshold so that you can migrate some VMs to other physical nodes. But what if the VMs themselves need more than the allocated hardware from the *.one template file. Is there any approach to do something like VMwares hot-add and hot-plug features for RAM and CPU with OpenNebula? Regards, Stefan From marimuthu.balasubramanian at wipro.com Tue Apr 6 07:48:25 2010 From: marimuthu.balasubramanian at wipro.com (marimuthu.balasubramanian at wipro.com) Date: Tue, 6 Apr 2010 20:18:25 +0530 Subject: [one-users] Opennebula 1.4 information manager is not responding Message-ID: Hi, We had setup opennebula 1.4 with vmware. we are able to create host and virtual machines. Information manager is not responding, when opennebula contionusly runs more then day. Please help us to resolve the issue. Regards Marimuthu Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Tue Apr 6 20:39:22 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Wed, 7 Apr 2010 11:39:22 +0800 Subject: [one-users] Question about failing to deploy VM Message-ID: Hi, I have two questions about deploying the VM. Environment I used is: Ubuntu 9.10 KVM First is about the status: The detail of the log is: Tue Apr 6 23:23:58 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: front-end:/srv/cloud/one-templates/ttylinux.img 192.168.112.5: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one-templates/7/images/disk.0 Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one-templates/7/images Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/one-templates/ttylinux.img Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/one-templates/ttylinux.img /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one-templates/7/images/disk.0". Tue Apr 6 23:23:59 2010 [LCM][I]: New VM state is BOOT Tue Apr 6 23:23:59 2010 [VMM][I]: Generating deployment file: /var/lib/one/7/deployment.0 Tue Apr 6 23:23:59 2010 [VMM][I]: Command: scp /var/lib/one/7/deployment.0 192.168.112.5:/srv/cloud/one-templates/7/images/deployment.0 Tue Apr 6 23:24:09 2010 [VMM][I]: Copy success Tue Apr 6 23:24:20 2010 [VMM][I]: Connecting to uri: qemu:///system Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? ??? /srv/cloud/one-templates/7/images/deployment.0 ??????????????? Tue Apr 6 23:24:20 2010 [VMM][I]: ????????? could not remove profile for 'libvirt-499c5447-95d5-79ba-e32b-ee779efdbd39' Tue Apr 6 23:24:20 2010 [VMM][I]: ExitCode: 1 Tue Apr 6 23:24:20 2010 [VMM][E]: Error deploying virtual machine: Unknown error Tue Apr 6 23:24:20 2010 [LCM][I]: Fail to boot VM. Tue Apr 6 23:24:20 2010 [DiM][I]: New VM state is FAILED the next one is still about SSH. I used the method of making SSH keys by SSH-keygen and it seems OK. But I found that opennebula damon try to modify the keys from"root at front-end" to "oneadmin at front-end" and I have to modify it always to gurantee it can work regularly. Anybody could give a help? Thank you so much~~ Best Wishes~ Huiyang Xu China Mobile Research Institute ??: xuhuiyang at chinamobile.com ??:+86 13810485177 -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 04:09:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 16:39:33 +0530 Subject: [one-users] opennebulla installation error In-Reply-To: References: Message-ID: On Wed, Apr 7, 2010 at 4:38 PM, manju a wrote: > Hi Stefan, > > YUP your guess is right, i was missing opessl-devel package, i am able to > build the package successfully. > > i am trying to install VMware drivers i am getting below error, any IDEA > ???? > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > ^ > > thanks, > manjunath A > > > > > > On Tue, Apr 6, 2010 at 5:39 PM, Stefan Freitag wrote: > >> Hi Manju, >> >> just a guess: >> >> could you please check if you installed the openssl devel packages? >> >> Kind regards >> Stefan >> >> manju a schrieb: >> > Hi All, >> > >> > i am trying to install opennebulla on ubuntu, when i am trying to >> > build/compile using scons, i am getting below error . >> > >> > src/um/User.cc: In static member function 'static std::string >> > User::sha1_digest( const std::string&)': >> > src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope >> > src/um/User.cc:381: error: expected ';' before 'mdctx' >> > src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this >> > scope >> > src/um/User.cc:386: error: 'mdctx' was not declared in this scope >> > src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this >> > scope >> > src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope >> > src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this >> > scope >> > src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this >> > scope >> > src/um/User.cc:391: error: 'md_value' was not declared in this scope >> > src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this >> > scope >> > src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' was not declared in this >> > scope >> > scons: *** [src/um/User.o] Error 1 >> > scons: building terminated because of errors. >> > >> > >> > Any idea on this ???? >> > >> > thanks, >> > manjunath A >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> >> >> -- >> Dipl.-Inform. Stefan Freitag >> Institut f?r Roboterforschung - Abteilung Informationstechnik >> Universitaet Dortmund | phone: +49 (0)231-755-7009 >> Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 >> 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 >> www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 7 04:25:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 13:25:54 +0200 Subject: [one-users] Stop-Resume failing with shared storage In-Reply-To: References: <4B7C9B6C.9070400@hexagrid.com> <4B947767.5080209@hexagrid.com> Message-ID: Hi, The checkpoint file is needed to resume the VM from the point where it has been stopped. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 2, 2010 at 7:52 PM, Rangababu Chakravarthula wrote: > Tino > I think the original problem was, we were sharing only the NFS path where > disk images are stored but not the /images directory. After we changed > that and defined the path in VM_DIR in oned.conf, suspend and resume is > working good. > > Since /images is accessible by all hosts and even when it gets resumed > on different machine, that host is able to access the /images > directory. > > However the checkpoint file is still getting created. Is there a way to have > Opennebula not create the checkpoint file. > > Ranga > > On Mon, Mar 15, 2010 at 4:35 AM, Tino Vazquez wrote: >> >> Hi there, >> >> Sorry, but I'm failing to see the >> >> tm_mv.sh: Will not move, is not saving image >> >> message anywhere in your logs. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 8, 2010 at 5:04 AM, Rangababu Chakravarthula >> wrote: >> > Thank you Tino. Sorry for the late reply. Here are the detailed logs. >> > Any >> > help is appreciated. >> > >> > NFS SHARED IMAGES DIRECTORY BETWEEN ALL HOSTS /mnt/sharedimagesdir >> > >> > Contents of ONED.CONF >> > >> > VM_DIR=/mnt/sharedimagesdir >> > IM_MAD = [ >> > ? name ? ? ? = "im_kvm", >> > ? executable = "one_im_ssh", >> > ? arguments ?= "im_kvm/im_kvm.conf", >> > ? default ? ?= "im_kvm/im_kvm.conf" ] >> > VM_MAD = [ >> > ? ?name ? ? ? = "vmm_kvm", >> > ? ?executable = "one_vmm_kvm", >> > ? ?default ? ?= "vmm_kvm/vmm_kvm.conf", >> > ? ?type ? ? ? = "kvm" ] >> > TM_MAD = [ >> > ? ? ? name ? ? ? = "tm_nfs", >> > ? ? ? executable = "one_tm", >> > ? ? ? arguments ?= "tm_nfs/tm_nfs.conf", >> > ? ? ? default ? ?= "tm_nfs/tm_nfs.conf" ] >> > >> > WE MODIFIED tm_clone.sh & tm_ln.sh to add SSH >> > >> > >> > SUBMITTED NEW VM >> > >> > onevm show 433 >> > >> > VID ? ? ? ? ? ?: 433 ? ? ? ? ? ? ? ?UID ? ? ? ? ? ?: 0 >> > ?STATE ? ? ? ? ?: ACTIVE ? ? ? ? ? ? LCM STATE ? ? ?: RUNNING >> > ?DEPLOY ID ? ? ?: one-433 ? ? ? ? ? ?MEMORY ? ? ? ? : 262144 >> > CPU >> > ? ? ? ? ? ?: 0 ? ? ? ? ? ? ? ? ?LAST POLL ? ? ?: 1267828125 >> > START >> > TIME ? ? : 03/05 16:12:02 ? ? STOP TIME ? ? ?: 12/31 18:00:00 ? ? NET TX >> > ? ? : 0 ? ? ? ? ? ? ? ? ?NET RX ? ? ? ? : 0 >> > ....: Template :.... >> > ? DISK ? ? ? ? ? ?: >> > >> > CLONE=no,SOURCE=/mnt/sharedimagesdir/images/onetest0,TARGET=hda,TYPE=disk >> > ? GRAPHICS ? ? ? ?: LISTEN=0.0.0.0,PORT=6003,TYPE=vnc >> > ? INPUT ? ? ? ? ? : TYPE=tablet ? ? ? ? ? MEMORY ? ? ? ? ?: 256 >> > ? ? ? NAME ? ? ? ? ? ?: onetest ? ? ? ? ? ? ? NIC ? ? ? ? ? ? : >> > BRIDGE=br171,MAC=00:04:c9:5b:44:8a >> > ? OS ? ? ? ? ? ? ?: BOOT=hd ? ? ? ? ? ? ? VCPU ? ? ? ? ? ?: 1 >> > >> > >> > ON THE MANAGEMENT NODE >> > >> > root at ManagementNode:/etc/one/tm_nfs# ls -al /var/lib/one/433/ >> > total 24 >> > drwxrwxrwx ? 2 oneadmin nogroup ?4096 2010-03-05 16:12 . >> > drwxr-xr-x 437 oneadmin root ? ?12288 2010-03-05 16:26 .. >> > -rw-r--r-- ? 1 oneadmin nogroup ? 549 2010-03-05 16:12 deployment.0 >> > -rw-r--r-- ? 1 oneadmin nogroup ? ?89 2010-03-05 16:12 transfer.0 >> > >> > /var/log/one/433.log >> > >> > Fri Mar ?5 16:12:11 2010 [DiM][I]: New VM state is ACTIVE. >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is PROLOG. >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Creating directory >> > /mnt/sharedimagesdir/433/images >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > mkdir >> > -p /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > chmod >> > a+w /mnt/sharedimagesdir/433/images". >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Link >> > /mnt/sharedimagesdir/images/onetest0 >> > Fri Mar ?5 16:12:11 2010 [TM][I]: tm_ln.sh: Executed "ssh 10.10.20.190 >> > ln -s >> > /mnt/sharedimagesdir/images/onetest0 >> > /mnt/sharedimagesdir/433/images/disk.0". >> > Fri Mar ?5 16:12:11 2010 [LCM][I]: New VM state is BOOT >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/433/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Command: scp >> > /var/lib/one/433/deployment.0 >> > 10.10.20.190:/mnt/sharedimagesdir/433/images/deployment.0 >> > Fri Mar ?5 16:12:11 2010 [VMM][I]: Copy success >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:12:12 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:12:12 2010 [LCM][I]: New VM state is RUNNING >> > >> > >> > onevm list >> > >> > 433 ?onetest runn ? 0 ?262144 ? ?10.10.20.190 00 00:16:44 >> > >> > >> > >> > >> > >> > ON THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir# ls -ltr >> > /mnt/sharedimagesdir/433/images/ >> > total 2 >> > lrwxrwxrwx ?1 oneadmin nogroup ?32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup 549 2010-03-05 22:08 deployment.0 >> > root at 00238bbda914:/mnt/sharedimagesdir# >> > >> > >> > /var/log/libvirt/qemu/433.log on HOST >> > >> > LC_ALL=C >> > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin >> > /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-433 -uuid >> > 74c151d6-b1f5-3e41-fc45-e7fdc9247722 -monitor >> > unix:/var/run/libvirt/qemu/one-433.monitor,server,nowait -boot c -drive >> > file=/mnt/sharedimagesdir/433/images/disk.0,if=ide,index=0,boot=on -net >> > nic,macaddr=00:04:c9:5b:44:8a,vlan=0,name=nic.0 -net >> > tap,fd=20,vlan=0,name=tap.0 -serial none -parallel none -usb -usbdevice >> > tablet -vnc 0.0.0.0:103 -vga cirrus >> > >> > deployment.0 file on HOST >> > >> > >> > ? ? ? one-433 >> > ? ? ? 1 >> > ? ? ? 262144 >> > ? ? ? >> > ? ? ? ? ? ? ? hvm >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? /usr/bin/kvm >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? > > file='/mnt/sharedimagesdir/433/images/disk.0'/> >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > ? ? ? >> > ? ? ? ? ? ? ? >> > ? ? ? >> > >> > >> > >> > SUSPEND INVOKED >> > >> > >> > onevm list >> > >> > 433 ?onetest susp ? 0 ?262144 ? ?10.10.20.190 00 00:25:08 >> > >> > 433.log >> > >> > Fri Mar ?5 16:35:28 2010 [LCM][I]: New VM state is SAVE_SUSPEND >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: Connecting to uri: qemu:///system >> > Fri Mar ?5 16:35:29 2010 [VMM][I]: ExitCode: 0 >> > Fri Mar ?5 16:35:29 2010 [DiM][I]: New VM state is SUSPENDED >> > >> > Oned.log >> > >> > Fri Mar ?5 16:35:28 2010 [ReM][D]: VirtualMachineAction invoked >> > Fri Mar ?5 16:35:28 2010 [DiM][D]: Suspending VM 433 >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 >> > Connecting to >> > uri: qemu:///system >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: LOG - 433 ExitCode: >> > 0 >> > >> > Fri Mar ?5 16:35:29 2010 [VMM][D]: Message received: SAVE SUCCESS 433 >> > >> > ONE THE HOST >> > >> > root at 00238bbda914:/mnt/sharedimagesdir/433/images# ls -ltr >> > total 3 >> > lrwxrwxrwx ?1 oneadmin nogroup ? ? 32 2010-03-05 22:08 disk.0 -> >> > /mnt/sharedimagesdir/images/onetest0 >> > -rw-r--r--+ 1 oneadmin nogroup ? ?549 2010-03-05 22:08 deployment.0 >> > -rw-------+ 1 root ? ? root ? ?940894 2010-03-05 22:31 checkpoint >> > >> > >> > >> > >> > >> > >> > Tino Vazquez wrote: >> >> >> >> Hi Ranga, >> >> >> >> If you are using a shared repository (i'll assume you use NFS or a >> >> similar distributed FS), then the "/images/" is shared between >> >> all the remote hosts, so there is no need to move the checkpoint files >> >> and they should be available in all the nodes. >> >> >> >> Please send us the log of the VM that is failing so we can try and >> >> reproduce the problem. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Feb 18, 2010 at 2:44 AM, Rangababu Chakravarthula >> >> wrote: >> >> >> >>> >> >>> We are using shared storage as defined here >> >>> >> >>> >> >>> >> >>> http://www.opennebula.org/doku.php?id=documentation:rel1.2:sm#samplea_shared_image_repository >> >>> >> >>> When we run onevm stop or onevm suspend it tries to do SAVE_STOP and >> >>> SAVE_SUSPEND and creates a checkpoint file on the host >> >>> /var/lib/one//images/ >> >>> >> >>> and in the logs we see >> >>> tm_mv.sh: Will not move, is not saving image >> >>> >> >>> I think it is trying to move the checkpoint file back to the >> >>> management >> >>> node >> >>> and based on logic in tm_mv.sh it is not moving. >> >>> >> >>> Later when we try to do onevm resume , one picks a different host and >> >>> tries >> >>> to move the checkpoint file from the management node to the new host >> >>> and >> >>> again says "Will not move, is not saving image" and on the host it >> >>> fails >> >>> to >> >>> bring the VM ?since there is no checkpoint file on the new host. >> >>> >> >>> How can we ask ONE to not resume from checkpoint file but instead load >> >>> from >> >>> the disk file that is in the template. >> >>> >> >>> Ranga >> >>> _______________________________________________ >> >>> Users mailing list >> >>> Users at lists.opennebula.org >> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >> >>> >> > >> > > > From tinova at fdi.ucm.es Wed Apr 7 06:01:38 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 7 Apr 2010 15:01:38 +0200 Subject: [one-users] Problem deploying VM in opennebula 1.4 In-Reply-To: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> References: <1B3CA99331DE5E47BB89385002F8D1EF110A05409B@MTW02MSG02.mindtree.com> Message-ID: Hi Harish, Can you send through the contents of $ONE_LOCATION/var/13/vm.log? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Mar 18, 2010 at 2:21 PM, Harishbabu Nagaraj wrote: > Dear All, > > ???????????? I am able to create a private cloud using opennebula 1.2 on > Fedora core 8 with KVM.? Now I am trying to use opennebula 1.4 on Fedora > Core 12 with KVM. I could able to add the host machine using onehost command > successfully. When I tried to deploy the VM using ?onevm create config.txt?, > oned.log shows VM deployed but after sometime status is fail. oned.log is > not showing any error message. > > Config.txt file is as follows, > > NAME=Linux > > CPU=0.25 > > MEMORY=128 > > OS=[type=hvm, boot=hd] > > DISK =[source=?/root/teaas/images/Vyatta.img?, clone=yes, target=hda, > readonly=no] > > NIC=[network =?Private_VLAN?] > > GRAPHICS =[type =?vnc?,listen =?127.0.0.1?, port = ?1?] > > > > The oned.log log details is as follows, > > Allocating a new VM > > Deploying ?VM 13 > > After this message VM fails to boot up. onevm list shows fail. > > > > Is there any issues with the configurations used. Please help me to resolve > the issue. > > > > > > Thanks in Advance. > > > > Thanks and Advance, > > Harish > > > > ________________________________ > http://www.mindtree.com/email/disclaimer.html > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 7 06:05:03 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 18:35:03 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Tino, i am able to install using -d option, i am trying to install vmware drivers, getting below error. Any suggestion please Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not exist import com.vmware.vim.*; ^ DeployVM.java:20: package com.vmware.apputils does not exist import com.vmware.apputils.*; ^ DeployVM.java:21: package com.vmware.apputils.vim does not exist import com.vmware.apputils.vim.*; ^ DeployVM.java:41: cannot find symbol symbol : class ServiceContent location: class DeployVM private static ServiceContent content; ^ DeployVM.java:42: cannot find symbol symbol : class AppUtil location: class DeployVM static AppUtil cb = null; ^ DeployVM.java:43: cannot find symbol symbol : class VimPortType location: class DeployVM private static VimPortType service; thanks, manjunath A On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > Hi there, > > You may want to take a look to option "-d" of the "install.sh" script [1]. > > Regards, > > -Tino > > [1] http://opennebula.org/documentation:rel1.4:ignc > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: > > HI Tino, > > > > Thanks for the info, is there any good documentation available for > > standalone mode installation!! > > > > Regards, > > manjunath A > > > > > > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez wrote: > >> > >> Hi manjunath, > >> > >> VMware drivers can be installed only in standalone mode (i.e., not > >> system wide ONE installation). This is not ideal, I've opened a ticket > >> [1] to fix this for next release. > >> > >> Regards, > >> > >> -Tino > >> > >> [1] http://dev.opennebula.org/issues/209 > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: > >> > Hi All, > >> > > >> > i am trying to setup a nebula cloud, i have performed system wide > >> > installation, now i am trying to install VMware drivers, whenever i > >> > tried > >> > to run > >> > > >> > ./install-vmware.sh > >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. > >> > > >> > In the system-wide installation not sure which path we need to set for > >> > "ONE_LOCATION" Env. > >> > > >> > Any comment on this... > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tiagosbatista at gmail.com Wed Apr 7 07:15:46 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Wed, 7 Apr 2010 15:15:46 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Have you added the vi-sdk binaries to your classpath? my bashrc from when I used the vmware driver is bellow. I am shure that not all of the variables were required, but this worked for me! Try uncommenting the commented lines and ajusting the paths... (sorry for the linewrapping) export ONE_AUTH="/home/tsbatista/.one_auth" export ONE_LOCATION="/opt/one-instalation" #export VMWARE_DATASTORE="one-datastore" #export VMWARE_DATACENTER="ha-datacenter" #export DATASTORE_PATH="/home/tsbatista/datastore" export PATH="$PATH:$ONE_LOCATION/bin" #export AXISHOME="/usr/share/java/axis/" #export SDKHOME="/home/tsbatista/vi-sdk" #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" #export VMWARE_TRUSTORE="$VMKEYSTORE" #export JAVAHOME="$JAVA_HOME" #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" #JAVA_SHARE="/usr/share/java" #SDK_HOME="/home/tsbatista/vi-sdk" #SAMPLES="$SDK_HOME/samples/Axis/java" #export CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" #for i in `ls $SAMPLES/lib`; do # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" #done On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > Hi Tino, > > i am able to install using -d option, i am trying to install vmware > drivers, getting below error. > > Any suggestion please > > Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does not > exist > import com.vmware.vim.*; > ^ > DeployVM.java:20: package com.vmware.apputils does not exist > import com.vmware.apputils.*; > ^ > DeployVM.java:21: package com.vmware.apputils.vim does not exist > import com.vmware.apputils.vim.*; > ^ > DeployVM.java:41: cannot find symbol > symbol : class ServiceContent > location: class DeployVM > private static ServiceContent content; > ^ > DeployVM.java:42: cannot find symbol > symbol : class AppUtil > location: class DeployVM > static AppUtil cb = null; > ^ > DeployVM.java:43: cannot find symbol > symbol : class VimPortType > location: class DeployVM > private static VimPortType service; > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: > >> Hi there, >> >> You may want to take a look to option "-d" of the "install.sh" script [1]. >> >> Regards, >> >> -Tino >> >> [1] http://opennebula.org/documentation:rel1.4:ignc >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >> > HI Tino, >> > >> > Thanks for the info, is there any good documentation available for >> > standalone mode installation!! >> > >> > Regards, >> > manjunath A >> >> > >> > >> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >> wrote: >> >> >> >> Hi manjunath, >> >> >> >> VMware drivers can be installed only in standalone mode (i.e., not >> >> system wide ONE installation). This is not ideal, I've opened a ticket >> >> [1] to fix this for next release. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> [1] http://dev.opennebula.org/issues/209 >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >> >> > Hi All, >> >> > >> >> > i am trying to setup a nebula cloud, i have performed system wide >> >> > installation, now i am trying to install VMware drivers, whenever i >> >> > tried >> >> > to run >> >> > >> >> > ./install-vmware.sh >> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> > >> >> > In the system-wide installation not sure which path we need to set >> for >> >> > "ONE_LOCATION" Env. >> >> > >> >> > Any comment on this... >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Wed Apr 7 11:25:33 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 7 Apr 2010 23:55:33 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info, let me give it a try... manju On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > Have you added the vi-sdk binaries to your classpath? > > my bashrc from when I used the vmware driver is bellow. I am shure that not > all of the variables were required, but this worked for me! Try uncommenting > the commented lines and ajusting the paths... (sorry for the linewrapping) > > export ONE_AUTH="/home/tsbatista/.one_auth" > export ONE_LOCATION="/opt/one-instalation" > #export VMWARE_DATASTORE="one-datastore" > #export VMWARE_DATACENTER="ha-datacenter" > #export DATASTORE_PATH="/home/tsbatista/datastore" > > export PATH="$PATH:$ONE_LOCATION/bin" > #export AXISHOME="/usr/share/java/axis/" > #export SDKHOME="/home/tsbatista/vi-sdk" > #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > #export VMWARE_TRUSTORE="$VMKEYSTORE" > #export JAVAHOME="$JAVA_HOME" > #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > #JAVA_SHARE="/usr/share/java" > #SDK_HOME="/home/tsbatista/vi-sdk" > #SAMPLES="$SDK_HOME/samples/Axis/java" > #export > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > > #for i in `ls $SAMPLES/lib`; do > # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > #done > > > > On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: > >> Hi Tino, >> >> i am able to install using -d option, i am trying to install vmware >> drivers, getting below error. >> >> Any suggestion please >> >> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >> not exist >> import com.vmware.vim.*; >> ^ >> DeployVM.java:20: package com.vmware.apputils does not exist >> import com.vmware.apputils.*; >> ^ >> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> import com.vmware.apputils.vim.*; >> ^ >> DeployVM.java:41: cannot find symbol >> symbol : class ServiceContent >> location: class DeployVM >> private static ServiceContent content; >> ^ >> DeployVM.java:42: cannot find symbol >> symbol : class AppUtil >> location: class DeployVM >> static AppUtil cb = null; >> ^ >> DeployVM.java:43: cannot find symbol >> symbol : class VimPortType >> location: class DeployVM >> private static VimPortType service; >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >> >>> Hi there, >>> >>> You may want to take a look to option "-d" of the "install.sh" script >>> [1]. >>> >>> Regards, >>> >>> -Tino >>> >>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>> > HI Tino, >>> > >>> > Thanks for the info, is there any good documentation available for >>> > standalone mode installation!! >>> > >>> > Regards, >>> > manjunath A >>> >>> > >>> > >>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>> wrote: >>> >> >>> >> Hi manjunath, >>> >> >>> >> VMware drivers can be installed only in standalone mode (i.e., not >>> >> system wide ONE installation). This is not ideal, I've opened a ticket >>> >> [1] to fix this for next release. >>> >> >>> >> Regards, >>> >> >>> >> -Tino >>> >> >>> >> [1] http://dev.opennebula.org/issues/209 >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a wrote: >>> >> > Hi All, >>> >> > >>> >> > i am trying to setup a nebula cloud, i have performed system wide >>> >> > installation, now i am trying to install VMware drivers, whenever i >>> >> > tried >>> >> > to run >>> >> > >>> >> > ./install-vmware.sh >>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>> >> > >>> >> > In the system-wide installation not sure which path we need to set >>> for >>> >> > "ONE_LOCATION" Env. >>> >> > >>> >> > Any comment on this... >>> >> > >>> >> > thanks, >>> >> > manjunath A >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > _______________________________________________ >>> >> > Users mailing list >>> >> > Users at lists.opennebula.org >>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> > >>> >> > >>> > >>> > >>> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cherishlxy at gmail.com Wed Apr 7 21:13:27 2010 From: cherishlxy at gmail.com (=?GB2312?B?wrPQodLa?=) Date: Thu, 8 Apr 2010 12:13:27 +0800 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? Message-ID: Hi, all, As the title said, I want to know the answer? Packing Policy or Striping Policy or Load-aware Policy? Thanks. Xiaoyi * * -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Thu Apr 8 02:38:16 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:08:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi , yes ENV looks same as below but No Luck yet !! do we need to install any java related packages ??? nebulla running on ubuntu. thanks, manjunath A On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > Thanks for the info, let me give it a try... > > manju > > On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: > >> Have you added the vi-sdk binaries to your classpath? >> >> my bashrc from when I used the vmware driver is bellow. I am shure that >> not all of the variables were required, but this worked for me! Try >> uncommenting the commented lines and ajusting the paths... (sorry for the >> linewrapping) >> >> export ONE_AUTH="/home/tsbatista/.one_auth" >> export ONE_LOCATION="/opt/one-instalation" >> #export VMWARE_DATASTORE="one-datastore" >> #export VMWARE_DATACENTER="ha-datacenter" >> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >> export PATH="$PATH:$ONE_LOCATION/bin" >> #export AXISHOME="/usr/share/java/axis/" >> #export SDKHOME="/home/tsbatista/vi-sdk" >> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> #export JAVAHOME="$JAVA_HOME" >> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> #JAVA_SHARE="/usr/share/java" >> #SDK_HOME="/home/tsbatista/vi-sdk" >> #SAMPLES="$SDK_HOME/samples/Axis/java" >> #export >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >> #for i in `ls $SAMPLES/lib`; do >> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> #done >> >> >> >> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >> >>> Hi Tino, >>> >>> i am able to install using -d option, i am trying to install vmware >>> drivers, getting below error. >>> >>> Any suggestion please >>> >>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>> not exist >>> import com.vmware.vim.*; >>> ^ >>> DeployVM.java:20: package com.vmware.apputils does not exist >>> import com.vmware.apputils.*; >>> ^ >>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> import com.vmware.apputils.vim.*; >>> ^ >>> DeployVM.java:41: cannot find symbol >>> symbol : class ServiceContent >>> location: class DeployVM >>> private static ServiceContent content; >>> ^ >>> DeployVM.java:42: cannot find symbol >>> symbol : class AppUtil >>> location: class DeployVM >>> static AppUtil cb = null; >>> ^ >>> DeployVM.java:43: cannot find symbol >>> symbol : class VimPortType >>> location: class DeployVM >>> private static VimPortType service; >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>> >>>> Hi there, >>>> >>>> You may want to take a look to option "-d" of the "install.sh" script >>>> [1]. >>>> >>>> Regards, >>>> >>>> -Tino >>>> >>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>> -- >>>> Constantino V?zquez, Grid & Virtualization Technology >>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> DSA Research Group: http://dsa-research.org >>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >>>> >>>> >>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>> > HI Tino, >>>> > >>>> > Thanks for the info, is there any good documentation available for >>>> > standalone mode installation!! >>>> > >>>> > Regards, >>>> > manjunath A >>>> >>>> > >>>> > >>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>> wrote: >>>> >> >>>> >> Hi manjunath, >>>> >> >>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>> >> system wide ONE installation). This is not ideal, I've opened a >>>> ticket >>>> >> [1] to fix this for next release. >>>> >> >>>> >> Regards, >>>> >> >>>> >> -Tino >>>> >> >>>> >> [1] http://dev.opennebula.org/issues/209 >>>> >> >>>> >> -- >>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>> >> DSA Research Group: http://dsa-research.org >>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>> >> >>>> >> >>>> >> >>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>> wrote: >>>> >> > Hi All, >>>> >> > >>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>> >> > installation, now i am trying to install VMware drivers, whenever >>>> i >>>> >> > tried >>>> >> > to run >>>> >> > >>>> >> > ./install-vmware.sh >>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>> >> > >>>> >> > In the system-wide installation not sure which path we need to set >>>> for >>>> >> > "ONE_LOCATION" Env. >>>> >> > >>>> >> > Any comment on this... >>>> >> > >>>> >> > thanks, >>>> >> > manjunath A >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > _______________________________________________ >>>> >> > Users mailing list >>>> >> > Users at lists.opennebula.org >>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >> > >>>> >> > >>>> > >>>> > >>>> >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 02:56:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 11:56:42 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Have you install these: http://www.vmware.com/support/developer/vc-sdk/ http://ws.apache.org/axis/ This are all the java dependencies you need. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 11:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >> wrote: >>> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol? : class ServiceContent >>>> location: class DeployVM >>>> ??? private static? ServiceContent content; >>>> ??????????????????? ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol? : class AppUtil >>>> location: class DeployVM >>>> ??? static? AppUtil cb = null; >>>> ??????????? ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol? : class VimPortType >>>> location: class DeployVM >>>> ??? private static? VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> > wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> >> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> >> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > ?i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers,? whenever >>>>> >> > i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> >> > for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>> >> > > From tiagosbatista at gmail.com Thu Apr 8 03:04:04 2010 From: tiagosbatista at gmail.com (Tiago Batista) Date: Thu, 8 Apr 2010 11:04:04 +0100 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: To be honnest, I am at a loss. The only time I saw those errors was when I tried to compile the vmware driver without properly compiling the visdk first.... The errors you are seeing are related to missing classes on com.vmware, wich is part of the visdk. I just wrote a paper where I said that installing the visdk is the hardest part of getting the vmware driver working. This is confirmation that I am not the only one who faced this problem! Tiago On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > Hi , > > yes ENV looks same as below but No Luck yet !! do we need to install any > java related packages ??? nebulla running on ubuntu. > > thanks, > manjunath A > > > > > > On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >> Thanks for the info, let me give it a try... >> >> manju >> >> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >> >>> Have you added the vi-sdk binaries to your classpath? >>> >>> my bashrc from when I used the vmware driver is bellow. I am shure that >>> not all of the variables were required, but this worked for me! Try >>> uncommenting the commented lines and ajusting the paths... (sorry for the >>> linewrapping) >>> >>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> export ONE_LOCATION="/opt/one-instalation" >>> #export VMWARE_DATASTORE="one-datastore" >>> #export VMWARE_DATACENTER="ha-datacenter" >>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>> export PATH="$PATH:$ONE_LOCATION/bin" >>> #export AXISHOME="/usr/share/java/axis/" >>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> #export JAVAHOME="$JAVA_HOME" >>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> #JAVA_SHARE="/usr/share/java" >>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> #export >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>> #for i in `ls $SAMPLES/lib`; do >>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> #done >>> >>> >>> >>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>> >>>> Hi Tino, >>>> >>>> i am able to install using -d option, i am trying to install vmware >>>> drivers, getting below error. >>>> >>>> Any suggestion please >>>> >>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>> not exist >>>> import com.vmware.vim.*; >>>> ^ >>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>> import com.vmware.apputils.*; >>>> ^ >>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>> import com.vmware.apputils.vim.*; >>>> ^ >>>> DeployVM.java:41: cannot find symbol >>>> symbol : class ServiceContent >>>> location: class DeployVM >>>> private static ServiceContent content; >>>> ^ >>>> DeployVM.java:42: cannot find symbol >>>> symbol : class AppUtil >>>> location: class DeployVM >>>> static AppUtil cb = null; >>>> ^ >>>> DeployVM.java:43: cannot find symbol >>>> symbol : class VimPortType >>>> location: class DeployVM >>>> private static VimPortType service; >>>> >>>> thanks, >>>> manjunath A >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>> >>>>> Hi there, >>>>> >>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>> [1]. >>>>> >>>>> Regards, >>>>> >>>>> -Tino >>>>> >>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>> -- >>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> DSA Research Group: http://dsa-research.org >>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >>>>> >>>>> >>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>> > HI Tino, >>>>> > >>>>> > Thanks for the info, is there any good documentation available for >>>>> > standalone mode installation!! >>>>> > >>>>> > Regards, >>>>> > manjunath A >>>>> >>>>> > >>>>> > >>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>> wrote: >>>>> >> >>>>> >> Hi manjunath, >>>>> >> >>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>> ticket >>>>> >> [1] to fix this for next release. >>>>> >> >>>>> >> Regards, >>>>> >> >>>>> >> -Tino >>>>> >> >>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>> >> >>>>> >> -- >>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>> >> DSA Research Group: http://dsa-research.org >>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>> >> >>>>> >> >>>>> >> >>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>> wrote: >>>>> >> > Hi All, >>>>> >> > >>>>> >> > i am trying to setup a nebula cloud, i have performed system wide >>>>> >> > installation, now i am trying to install VMware drivers, whenever >>>>> i >>>>> >> > tried >>>>> >> > to run >>>>> >> > >>>>> >> > ./install-vmware.sh >>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>> >> > >>>>> >> > In the system-wide installation not sure which path we need to set >>>>> for >>>>> >> > "ONE_LOCATION" Env. >>>>> >> > >>>>> >> > Any comment on this... >>>>> >> > >>>>> >> > thanks, >>>>> >> > manjunath A >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Users mailing list >>>>> >> > Users at lists.opennebula.org >>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >> > >>>>> >> > >>>>> > >>>>> > >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:14:25 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:14:25 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Try adding to your classpath all the jars found in /samples/Axis/java/lib Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:04 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>> wrote: >>>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol? : class ServiceContent >>>>> location: class DeployVM >>>>> ??? private static? ServiceContent content; >>>>> ??????????????????? ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol? : class AppUtil >>>>> location: class DeployVM >>>>> ??? static? AppUtil cb = null; >>>>> ??????????? ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol? : class VimPortType >>>>> location: class DeployVM >>>>> ??? private static? VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> > wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> >> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> >> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>> >> > wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> >> > whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> >> > set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:16:50 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:46:50 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hmmm i am getting below messages now, is it okay to ignore... Installing VMWare drivers.Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .done thanks, manjunath A On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista wrote: > To be honnest, I am at a loss. The only time I saw those errors was when I > tried to compile the vmware driver without properly compiling the visdk > first.... The errors you are seeing are related to missing classes on > com.vmware, wich is part of the visdk. > > I just wrote a paper where I said that installing the visdk is the hardest > part of getting the vmware driver working. This is confirmation that I am > not the only one who faced this problem! > > Tiago > > > On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >> Hi , >> >> yes ENV looks same as below but No Luck yet !! do we need to install any >> java related packages ??? nebulla running on ubuntu. >> >> thanks, >> manjunath A >> >> >> >> >> >> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >> >>> Thanks for the info, let me give it a try... >>> >>> manju >>> >>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista wrote: >>> >>>> Have you added the vi-sdk binaries to your classpath? >>>> >>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>> not all of the variables were required, but this worked for me! Try >>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>> linewrapping) >>>> >>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>> export ONE_LOCATION="/opt/one-instalation" >>>> #export VMWARE_DATASTORE="one-datastore" >>>> #export VMWARE_DATACENTER="ha-datacenter" >>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>> >>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>> #export AXISHOME="/usr/share/java/axis/" >>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>> #export JAVAHOME="$JAVA_HOME" >>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>> #JAVA_SHARE="/usr/share/java" >>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>> #export >>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>> >>>> #for i in `ls $SAMPLES/lib`; do >>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>> #done >>>> >>>> >>>> >>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>> >>>>> Hi Tino, >>>>> >>>>> i am able to install using -d option, i am trying to install vmware >>>>> drivers, getting below error. >>>>> >>>>> Any suggestion please >>>>> >>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim does >>>>> not exist >>>>> import com.vmware.vim.*; >>>>> ^ >>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>> import com.vmware.apputils.*; >>>>> ^ >>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>> import com.vmware.apputils.vim.*; >>>>> ^ >>>>> DeployVM.java:41: cannot find symbol >>>>> symbol : class ServiceContent >>>>> location: class DeployVM >>>>> private static ServiceContent content; >>>>> ^ >>>>> DeployVM.java:42: cannot find symbol >>>>> symbol : class AppUtil >>>>> location: class DeployVM >>>>> static AppUtil cb = null; >>>>> ^ >>>>> DeployVM.java:43: cannot find symbol >>>>> symbol : class VimPortType >>>>> location: class DeployVM >>>>> private static VimPortType service; >>>>> >>>>> thanks, >>>>> manjunath A >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez wrote: >>>>> >>>>>> Hi there, >>>>>> >>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>> [1]. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -Tino >>>>>> >>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>> -- >>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> DSA Research Group: http://dsa-research.org >>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>> > HI Tino, >>>>>> > >>>>>> > Thanks for the info, is there any good documentation available for >>>>>> > standalone mode installation!! >>>>>> > >>>>>> > Regards, >>>>>> > manjunath A >>>>>> >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>> wrote: >>>>>> >> >>>>>> >> Hi manjunath, >>>>>> >> >>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>> ticket >>>>>> >> [1] to fix this for next release. >>>>>> >> >>>>>> >> Regards, >>>>>> >> >>>>>> >> -Tino >>>>>> >> >>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>> >> >>>>>> >> -- >>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>> >> DSA Research Group: http://dsa-research.org >>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>> http://www.OpenNebula.org >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>> wrote: >>>>>> >> > Hi All, >>>>>> >> > >>>>>> >> > i am trying to setup a nebula cloud, i have performed system >>>>>> wide >>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>> whenever i >>>>>> >> > tried >>>>>> >> > to run >>>>>> >> > >>>>>> >> > ./install-vmware.sh >>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>> >> > >>>>>> >> > In the system-wide installation not sure which path we need to >>>>>> set for >>>>>> >> > "ONE_LOCATION" Env. >>>>>> >> > >>>>>> >> > Any comment on this... >>>>>> >> > >>>>>> >> > thanks, >>>>>> >> > manjunath A >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > _______________________________________________ >>>>>> >> > Users mailing list >>>>>> >> > Users at lists.opennebula.org >>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >> > >>>>>> >> > >>>>>> > >>>>>> > >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 8 03:21:15 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 8 Apr 2010 12:21:15 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Yes, this is a known issue that will be eventually solved, but it is safe for know to ignore those warnings. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > Hmmm i am getting below messages now, is it okay to ignore... > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > operations. > Note: Recompile with -Xlint:unchecked for details. > .Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > .done > > thanks, > manjunath A > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > wrote: >> >> To be honnest, I am at a loss. The only time I saw those errors was when I >> tried to compile the vmware driver without properly compiling the visdk >> first.... The errors you are seeing are related to missing classes on >> com.vmware, wich is part of the visdk. >> >> I just wrote a paper where I said that installing the visdk is the hardest >> part of getting the vmware driver working. This is confirmation that I am >> not the only one who faced this problem! >> >> Tiago >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >>> >>> Hi , >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install any >>> java related packages ??? nebulla running on ubuntu. >>> >>> thanks, >>> manjunath A >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: >>>> >>>> Thanks for the info, let me give it a try... >>>> >>>> manju >>>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista >>>> wrote: >>>>> >>>>> Have you added the vi-sdk binaries to your classpath? >>>>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure that >>>>> not all of the variables were required, but this worked for me! Try >>>>> uncommenting the commented lines and ajusting the paths... (sorry for the >>>>> linewrapping) >>>>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>>>> export ONE_LOCATION="/opt/one-instalation" >>>>> #export VMWARE_DATASTORE="one-datastore" >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>>>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>>>> #export AXISHOME="/usr/share/java/axis/" >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>>>> #export JAVAHOME="$JAVA_HOME" >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>>>> #JAVA_SHARE="/usr/share/java" >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>>>> #export >>>>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>>>> >>>>> #for i in `ls $SAMPLES/lib`; do >>>>> #?????? CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>>>> #done >>>>> >>>>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a wrote: >>>>>> >>>>>> Hi Tino, >>>>>> >>>>>> i am able to install using -d option, i am trying to install vmware >>>>>> drivers, getting below error. >>>>>> >>>>>> Any suggestion please >>>>>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>>>>> does not exist >>>>>> import com.vmware.vim.*; >>>>>> ^ >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>>>>> import com.vmware.apputils.*; >>>>>> ^ >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>>>>> import com.vmware.apputils.vim.*; >>>>>> ^ >>>>>> DeployVM.java:41: cannot find symbol >>>>>> symbol? : class ServiceContent >>>>>> location: class DeployVM >>>>>> ??? private static? ServiceContent content; >>>>>> ??????????????????? ^ >>>>>> DeployVM.java:42: cannot find symbol >>>>>> symbol? : class AppUtil >>>>>> location: class DeployVM >>>>>> ??? static? AppUtil cb = null; >>>>>> ??????????? ^ >>>>>> DeployVM.java:43: cannot find symbol >>>>>> symbol? : class VimPortType >>>>>> location: class DeployVM >>>>>> ??? private static? VimPortType service; >>>>>> >>>>>> thanks, >>>>>> manjunath A >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>>>>> wrote: >>>>>>> >>>>>>> Hi there, >>>>>>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" script >>>>>>> [1]. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> -Tino >>>>>>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>>>>>> -- >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> DSA Research Group: http://dsa-research.org >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a wrote: >>>>>>> > HI Tino, >>>>>>> > >>>>>>> > Thanks for the info, is there any good documentation available for >>>>>>> > standalone mode installation!! >>>>>>> > >>>>>>> > Regards, >>>>>>> > manjunath A >>>>>>> > >>>>>>> > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez >>>>>>> > wrote: >>>>>>> >> >>>>>>> >> Hi manjunath, >>>>>>> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., not >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >>>>>>> >> ticket >>>>>>> >> [1] to fix this for next release. >>>>>>> >> >>>>>>> >> Regards, >>>>>>> >> >>>>>>> >> -Tino >>>>>>> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>>>>>> >> >>>>>>> >> -- >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>>>>>> >> DSA Research Group: http://dsa-research.org >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>>>>>> >> http://www.OpenNebula.org >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >>>>>>> >> wrote: >>>>>>> >> > Hi All, >>>>>>> >> > >>>>>>> >> > ?i am trying to setup a nebula cloud, i have performed system >>>>>>> >> > wide >>>>>>> >> > installation, now i am trying to install VMware drivers, >>>>>>> >> > whenever i >>>>>>> >> > tried >>>>>>> >> > to run >>>>>>> >> > >>>>>>> >> > ./install-vmware.sh >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, aborting. >>>>>>> >> > >>>>>>> >> > In the system-wide installation not sure which path we need to >>>>>>> >> > set for >>>>>>> >> > "ONE_LOCATION" Env. >>>>>>> >> > >>>>>>> >> > Any comment on this... >>>>>>> >> > >>>>>>> >> > thanks, >>>>>>> >> > manjunath A >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > _______________________________________________ >>>>>>> >> > Users mailing list >>>>>>> >> > Users at lists.opennebula.org >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>>> >> > >>>>>>> >> > >>>>>>> > >>>>>>> > >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Users mailing list >>>>>> Users at lists.opennebula.org >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>>> >>>>> >>>> >>> >> > > From manju.kudu at gmail.com Thu Apr 8 03:24:06 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 8 Apr 2010 15:54:06 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Thanks for the info and help "Tiago" and "Tino" Regards Manjunath a On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > Hi Manju, > > Yes, this is a known issue that will be eventually solved, but it is > safe for know to ignore those warnings. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: > > Hmmm i am getting below messages now, is it okay to ignore... > > > > > > Installing VMWare drivers.Note: Some input files use unchecked or unsafe > > operations. > > Note: Recompile with -Xlint:unchecked for details. > > .Note: Some input files use unchecked or unsafe operations. > > Note: Recompile with -Xlint:unchecked for details. > > .done > > > > thanks, > > manjunath A > > > > > > > > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista > > wrote: > >> > >> To be honnest, I am at a loss. The only time I saw those errors was when > I > >> tried to compile the vmware driver without properly compiling the visdk > >> first.... The errors you are seeing are related to missing classes on > >> com.vmware, wich is part of the visdk. > >> > >> I just wrote a paper where I said that installing the visdk is the > hardest > >> part of getting the vmware driver working. This is confirmation that I > am > >> not the only one who faced this problem! > >> > >> Tiago > >> > >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: > >>> > >>> Hi , > >>> > >>> yes ENV looks same as below but No Luck yet !! do we need to install > any > >>> java related packages ??? nebulla running on ubuntu. > >>> > >>> thanks, > >>> manjunath A > >>> > >>> > >>> > >>> > >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a wrote: > >>>> > >>>> Thanks for the info, let me give it a try... > >>>> > >>>> manju > >>>> > >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < > tiagosbatista at gmail.com> > >>>> wrote: > >>>>> > >>>>> Have you added the vi-sdk binaries to your classpath? > >>>>> > >>>>> my bashrc from when I used the vmware driver is bellow. I am shure > that > >>>>> not all of the variables were required, but this worked for me! Try > >>>>> uncommenting the commented lines and ajusting the paths... (sorry for > the > >>>>> linewrapping) > >>>>> > >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" > >>>>> export ONE_LOCATION="/opt/one-instalation" > >>>>> #export VMWARE_DATASTORE="one-datastore" > >>>>> #export VMWARE_DATACENTER="ha-datacenter" > >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" > >>>>> > >>>>> export PATH="$PATH:$ONE_LOCATION/bin" > >>>>> #export AXISHOME="/usr/share/java/axis/" > >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" > >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" > >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" > >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" > >>>>> #export JAVAHOME="$JAVA_HOME" > >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" > >>>>> #JAVA_SHARE="/usr/share/java" > >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" > >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" > >>>>> #export > >>>>> > CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" > >>>>> > >>>>> #for i in `ls $SAMPLES/lib`; do > >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" > >>>>> #done > >>>>> > >>>>> > >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a > wrote: > >>>>>> > >>>>>> Hi Tino, > >>>>>> > >>>>>> i am able to install using -d option, i am trying to install vmware > >>>>>> drivers, getting below error. > >>>>>> > >>>>>> Any suggestion please > >>>>>> > >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim > >>>>>> does not exist > >>>>>> import com.vmware.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist > >>>>>> import com.vmware.apputils.*; > >>>>>> ^ > >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist > >>>>>> import com.vmware.apputils.vim.*; > >>>>>> ^ > >>>>>> DeployVM.java:41: cannot find symbol > >>>>>> symbol : class ServiceContent > >>>>>> location: class DeployVM > >>>>>> private static ServiceContent content; > >>>>>> ^ > >>>>>> DeployVM.java:42: cannot find symbol > >>>>>> symbol : class AppUtil > >>>>>> location: class DeployVM > >>>>>> static AppUtil cb = null; > >>>>>> ^ > >>>>>> DeployVM.java:43: cannot find symbol > >>>>>> symbol : class VimPortType > >>>>>> location: class DeployVM > >>>>>> private static VimPortType service; > >>>>>> > >>>>>> thanks, > >>>>>> manjunath A > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez > >>>>>> wrote: > >>>>>>> > >>>>>>> Hi there, > >>>>>>> > >>>>>>> You may want to take a look to option "-d" of the "install.sh" > script > >>>>>>> [1]. > >>>>>>> > >>>>>>> Regards, > >>>>>>> > >>>>>>> -Tino > >>>>>>> > >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc > >>>>>>> -- > >>>>>>> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> DSA Research Group: http://dsa-research.org > >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> OpenNebula Virtual Infrastructure Engine: > http://www.OpenNebula.org > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a > wrote: > >>>>>>> > HI Tino, > >>>>>>> > > >>>>>>> > Thanks for the info, is there any good documentation available > for > >>>>>>> > standalone mode installation!! > >>>>>>> > > >>>>>>> > Regards, > >>>>>>> > manjunath A > >>>>>>> > > >>>>>>> > > >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez > > >>>>>>> > wrote: > >>>>>>> >> > >>>>>>> >> Hi manjunath, > >>>>>>> >> > >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., > not > >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a > >>>>>>> >> ticket > >>>>>>> >> [1] to fix this for next release. > >>>>>>> >> > >>>>>>> >> Regards, > >>>>>>> >> > >>>>>>> >> -Tino > >>>>>>> >> > >>>>>>> >> [1] http://dev.opennebula.org/issues/209 > >>>>>>> >> > >>>>>>> >> -- > >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology > >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >>>>>>> >> DSA Research Group: http://dsa-research.org > >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org > >>>>>>> >> OpenNebula Virtual Infrastructure Engine: > >>>>>>> >> http://www.OpenNebula.org > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> > >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a > >>>>>>> >> wrote: > >>>>>>> >> > Hi All, > >>>>>>> >> > > >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system > >>>>>>> >> > wide > >>>>>>> >> > installation, now i am trying to install VMware drivers, > >>>>>>> >> > whenever i > >>>>>>> >> > tried > >>>>>>> >> > to run > >>>>>>> >> > > >>>>>>> >> > ./install-vmware.sh > >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, > aborting. > >>>>>>> >> > > >>>>>>> >> > In the system-wide installation not sure which path we need to > >>>>>>> >> > set for > >>>>>>> >> > "ONE_LOCATION" Env. > >>>>>>> >> > > >>>>>>> >> > Any comment on this... > >>>>>>> >> > > >>>>>>> >> > thanks, > >>>>>>> >> > manjunath A > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> >> > _______________________________________________ > >>>>>>> >> > Users mailing list > >>>>>>> >> > Users at lists.opennebula.org > >>>>>>> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>>> >> > > >>>>>>> >> > > >>>>>>> > > >>>>>>> > > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Users mailing list > >>>>>> Users at lists.opennebula.org > >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>>> > >>>>> > >>>> > >>> > >> > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Thu Apr 8 20:54:02 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Thu, 08 Apr 2010 23:54:02 -0400 Subject: [one-users] question about creating VMs Message-ID: <4BBEA4DA.7070708@gmail.com> Hi all, I have some questions about creating VMs. Can any of you help me with them? Thanks in advance. In the vm.template, NAME = vm01 CPU = 0.5 MEMORY = 512 DISK = [ source = "/var/lib/one/images/vm1.qcow2", target = "hda", readonly = "no" ] Does this mean the KVM (I intall this virtualizer) has to create an image "vm1.qcow2" beforehand and this image is stored at /var/lib/one/images/? Once the we run "onevm create vm.template", this image will be retrieved by ONE. Another question: In vm.template, MEMORY is defined. But when using KVM to create VMs, memory is also defined. any conflict? One more question: In oned.conf, we need to define VM_DIR, and in vm.template, we need to define Disk source. What are they? From manju.kudu at gmail.com Fri Apr 9 01:28:51 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 9 Apr 2010 13:58:51 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi, I am trying to add esxi host using onehost add command, i m getting below info ID : 0 NAME : hostname STATE : ERROR IM_MAD : im_vmware VM_MAD : vmm_vmware TM_MAD : tm_vmware HOST SHARES MAX MEM : 0 USED MEM (REAL) : 0 USED MEM (ALLOCATED) : 0 MAX CPU : 0 USED CPU (REAL) : 0 USED CPU (ALLOCATED) : 0 RUNNING VMS : 0 when i see the oned.log i am able to see Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver im_vmware Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below output. INIT INIT SUCCESS Any thing wrong here ???? thanks, manjunath A On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > Thanks for the info and help "Tiago" and "Tino" > > Regards > Manjunath a > > > > > > On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: > >> Hi Manju, >> >> Yes, this is a known issue that will be eventually solved, but it is >> safe for know to ignore those warnings. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >> > Hmmm i am getting below messages now, is it okay to ignore... >> > >> > >> > Installing VMWare drivers.Note: Some input files use unchecked or unsafe >> > operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .Note: Some input files use unchecked or unsafe operations. >> > Note: Recompile with -Xlint:unchecked for details. >> > .done >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > wrote: >> >> >> >> To be honnest, I am at a loss. The only time I saw those errors was >> when I >> >> tried to compile the vmware driver without properly compiling the visdk >> >> first.... The errors you are seeing are related to missing classes on >> >> com.vmware, wich is part of the visdk. >> >> >> >> I just wrote a paper where I said that installing the visdk is the >> hardest >> >> part of getting the vmware driver working. This is confirmation that I >> am >> >> not the only one who faced this problem! >> >> >> >> Tiago >> >> >> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a wrote: >> >>> >> >>> Hi , >> >>> >> >>> yes ENV looks same as below but No Luck yet !! do we need to install >> any >> >>> java related packages ??? nebulla running on ubuntu. >> >>> >> >>> thanks, >> >>> manjunath A >> >>> >> >>> >> >>> >> >>> >> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >> wrote: >> >>>> >> >>>> Thanks for the info, let me give it a try... >> >>>> >> >>>> manju >> >>>> >> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >> tiagosbatista at gmail.com> >> >>>> wrote: >> >>>>> >> >>>>> Have you added the vi-sdk binaries to your classpath? >> >>>>> >> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >> that >> >>>>> not all of the variables were required, but this worked for me! Try >> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >> for the >> >>>>> linewrapping) >> >>>>> >> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >> >>>>> export ONE_LOCATION="/opt/one-instalation" >> >>>>> #export VMWARE_DATASTORE="one-datastore" >> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >> >>>>> >> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >> >>>>> #export AXISHOME="/usr/share/java/axis/" >> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >> >>>>> #export JAVAHOME="$JAVA_HOME" >> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >> >>>>> #JAVA_SHARE="/usr/share/java" >> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >> >>>>> #export >> >>>>> >> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >> >>>>> >> >>>>> #for i in `ls $SAMPLES/lib`; do >> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >> >>>>> #done >> >>>>> >> >>>>> >> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >> wrote: >> >>>>>> >> >>>>>> Hi Tino, >> >>>>>> >> >>>>>> i am able to install using -d option, i am trying to install vmware >> >>>>>> drivers, getting below error. >> >>>>>> >> >>>>>> Any suggestion please >> >>>>>> >> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >> >>>>>> does not exist >> >>>>>> import com.vmware.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >> >>>>>> import com.vmware.apputils.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >> >>>>>> import com.vmware.apputils.vim.*; >> >>>>>> ^ >> >>>>>> DeployVM.java:41: cannot find symbol >> >>>>>> symbol : class ServiceContent >> >>>>>> location: class DeployVM >> >>>>>> private static ServiceContent content; >> >>>>>> ^ >> >>>>>> DeployVM.java:42: cannot find symbol >> >>>>>> symbol : class AppUtil >> >>>>>> location: class DeployVM >> >>>>>> static AppUtil cb = null; >> >>>>>> ^ >> >>>>>> DeployVM.java:43: cannot find symbol >> >>>>>> symbol : class VimPortType >> >>>>>> location: class DeployVM >> >>>>>> private static VimPortType service; >> >>>>>> >> >>>>>> thanks, >> >>>>>> manjunath A >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> Hi there, >> >>>>>>> >> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >> script >> >>>>>>> [1]. >> >>>>>>> >> >>>>>>> Regards, >> >>>>>>> >> >>>>>>> -Tino >> >>>>>>> >> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >> >>>>>>> -- >> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> DSA Research Group: http://dsa-research.org >> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> OpenNebula Virtual Infrastructure Engine: >> http://www.OpenNebula.org >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >> wrote: >> >>>>>>> > HI Tino, >> >>>>>>> > >> >>>>>>> > Thanks for the info, is there any good documentation available >> for >> >>>>>>> > standalone mode installation!! >> >>>>>>> > >> >>>>>>> > Regards, >> >>>>>>> > manjunath A >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >> tinova at fdi.ucm.es> >> >>>>>>> > wrote: >> >>>>>>> >> >> >>>>>>> >> Hi manjunath, >> >>>>>>> >> >> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >> not >> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened a >> >>>>>>> >> ticket >> >>>>>>> >> [1] to fix this for next release. >> >>>>>>> >> >> >>>>>>> >> Regards, >> >>>>>>> >> >> >>>>>>> >> -Tino >> >>>>>>> >> >> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >> >>>>>>> >> >> >>>>>>> >> -- >> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>>>>>> >> DSA Research Group: http://dsa-research.org >> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >> >>>>>>> >> http://www.OpenNebula.org >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> >>>>>>> >> wrote: >> >>>>>>> >> > Hi All, >> >>>>>>> >> > >> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed system >> >>>>>>> >> > wide >> >>>>>>> >> > installation, now i am trying to install VMware drivers, >> >>>>>>> >> > whenever i >> >>>>>>> >> > tried >> >>>>>>> >> > to run >> >>>>>>> >> > >> >>>>>>> >> > ./install-vmware.sh >> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >> aborting. >> >>>>>>> >> > >> >>>>>>> >> > In the system-wide installation not sure which path we need >> to >> >>>>>>> >> > set for >> >>>>>>> >> > "ONE_LOCATION" Env. >> >>>>>>> >> > >> >>>>>>> >> > Any comment on this... >> >>>>>>> >> > >> >>>>>>> >> > thanks, >> >>>>>>> >> > manjunath A >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> >> > _______________________________________________ >> >>>>>>> >> > Users mailing list >> >>>>>>> >> > Users at lists.opennebula.org >> >>>>>>> >> > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>>> >> > >> >>>>>>> >> > >> >>>>>>> > >> >>>>>>> > >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Users mailing list >> >>>>>> Users at lists.opennebula.org >> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>>>>> >> >>>>> >> >>>> >> >>> >> >> >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Fri Apr 9 22:59:44 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sat, 10 Apr 2010 01:59:44 -0400 Subject: [one-users] creating VM failure Message-ID: <4BC013D0.5000206@gmail.com> Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet the following error. Here is the vm.log file. Can you help fix it? Thanks. Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: maxwell:/home/liu/cloud/images/ttylinux.img localhost:~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: ~/vmpool//7/images/disk.0 Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory ~/vmpool//7/images Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning /home/liu/cloud/images/ttylinux.img Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w ~/vmpool//7/images/disk.0". Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: /home/liu/cloud/one/var/7/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh --connect qemu:///system create ~/vmpool//7/images/deployment.0' Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from /home/liu/vmpool//7/images/deployment.0 Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Deleting ~/vmpool//7/images Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: Executed "rm -rf ~/vmpool//7/images". Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - From mattieu.puel at cc.in2p3.fr Sun Apr 11 15:43:32 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 00:43:32 +0200 Subject: [one-users] Live guest state saving Message-ID: <20100411224332.GA7704@in2p3.fr> Hello everyone, is there any way of using the qemu/KVM snapshotting feature (savevm/loadvm) within an OpenNebula platform ? I am looking for something like "onevm snapshot vm_id snapfile" on the front-end. From ameseacla at gmail.com Sun Apr 11 21:31:41 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Mon, 12 Apr 2010 00:31:41 -0400 Subject: [one-users] problem running "onevm show" Message-ID: <4BC2A22D.8020301@gmail.com> Hi all: When I run "onevm show 10" to indicate the information of one of VMs, the following warning and errors appeared. WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 VIRTUAL MACHINE 10 INFORMATION ID : 10 NAME : ttylinuxttylinux STATE : ACTIVE LCM_STATE : RUNNING /home/liu/cloud/one/bin/onevm:701:in `at': bignum too big to convert into `long' (RangeError) from /home/liu/cloud/one/bin/onevm:701 from /home/liu/cloud/one/bin/onevm:679:in `each' from /home/liu/cloud/one/bin/onevm:679 Can anyone tell me how to fix these problems? Thanks. From manju.kudu at gmail.com Mon Apr 12 00:48:16 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 13:18:16 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i can see below error in the log "Can not load driver /src/cloud/lib/mads/$ONE_LOCATION/lib/mads/one_vmm_vmware, No such file or directory" basically its looking for the wrong path, it needs to look for $ONE_LOCATION/lib/mads/one_vmm_vmware. $ONE_LOCATION is set to /src/cloud/ in the .bashrc. any thing i am missing here, if i do $ONE_LOCATION/lib/mads/one_im_vmware INIT INIT SUCCESS Any suggestions please... thanks, manjunath A On Fri, Apr 9, 2010 at 1:58 PM, manju a wrote: > Hi, > > I am trying to add esxi host using onehost add command, i m getting below > info > > ID : 0 > NAME : hostname > STATE : ERROR > IM_MAD : im_vmware > VM_MAD : vmm_vmware > TM_MAD : tm_vmware > > HOST SHARES > MAX MEM : 0 > USED MEM (REAL) : 0 > USED MEM (ALLOCATED) : 0 > MAX CPU : 0 > USED CPU (REAL) : 0 > USED CPU (ALLOCATED) : 0 > RUNNING VMS : 0 > > when i see the oned.log i am able to see > > Fri Apr 9 13:56:40 2010 [InM][E]: Could not find information driver > im_vmware > Fri Apr 9 13:57:04 2010 [ReM][D]: HostPoolInfo method invoked > > When i do $ONE_LOCATION/lib/mads/one_im_vmware, i am able to get below > output. > INIT > INIT SUCCESS > > Any thing wrong here ???? > > thanks, > manjunath A > > > > > > On Thu, Apr 8, 2010 at 3:54 PM, manju a wrote: > >> Thanks for the info and help "Tiago" and "Tino" >> >> Regards >> Manjunath a >> >> >> >> >> >> On Thu, Apr 8, 2010 at 3:51 PM, Tino Vazquez wrote: >> >>> Hi Manju, >>> >>> Yes, this is a known issue that will be eventually solved, but it is >>> safe for know to ignore those warnings. >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 8, 2010 at 12:16 PM, manju a wrote: >>> > Hmmm i am getting below messages now, is it okay to ignore... >>> > >>> > >>> > Installing VMWare drivers.Note: Some input files use unchecked or >>> unsafe >>> > operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .Note: Some input files use unchecked or unsafe operations. >>> > Note: Recompile with -Xlint:unchecked for details. >>> > .done >>> > >>> > thanks, >>> > manjunath A >>> > >>> > >>> > >>> > On Thu, Apr 8, 2010 at 3:34 PM, Tiago Batista >> > >>> > wrote: >>> >> >>> >> To be honnest, I am at a loss. The only time I saw those errors was >>> when I >>> >> tried to compile the vmware driver without properly compiling the >>> visdk >>> >> first.... The errors you are seeing are related to missing classes on >>> >> com.vmware, wich is part of the visdk. >>> >> >>> >> I just wrote a paper where I said that installing the visdk is the >>> hardest >>> >> part of getting the vmware driver working. This is confirmation that I >>> am >>> >> not the only one who faced this problem! >>> >> >>> >> Tiago >>> >> >>> >> On Thu, Apr 8, 2010 at 10:38 AM, manju a >>> wrote: >>> >>> >>> >>> Hi , >>> >>> >>> >>> yes ENV looks same as below but No Luck yet !! do we need to install >>> any >>> >>> java related packages ??? nebulla running on ubuntu. >>> >>> >>> >>> thanks, >>> >>> manjunath A >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Apr 7, 2010 at 11:55 PM, manju a >>> wrote: >>> >>>> >>> >>>> Thanks for the info, let me give it a try... >>> >>>> >>> >>>> manju >>> >>>> >>> >>>> On Wed, Apr 7, 2010 at 7:45 PM, Tiago Batista < >>> tiagosbatista at gmail.com> >>> >>>> wrote: >>> >>>>> >>> >>>>> Have you added the vi-sdk binaries to your classpath? >>> >>>>> >>> >>>>> my bashrc from when I used the vmware driver is bellow. I am shure >>> that >>> >>>>> not all of the variables were required, but this worked for me! Try >>> >>>>> uncommenting the commented lines and ajusting the paths... (sorry >>> for the >>> >>>>> linewrapping) >>> >>>>> >>> >>>>> export ONE_AUTH="/home/tsbatista/.one_auth" >>> >>>>> export ONE_LOCATION="/opt/one-instalation" >>> >>>>> #export VMWARE_DATASTORE="one-datastore" >>> >>>>> #export VMWARE_DATACENTER="ha-datacenter" >>> >>>>> #export DATASTORE_PATH="/home/tsbatista/datastore" >>> >>>>> >>> >>>>> export PATH="$PATH:$ONE_LOCATION/bin" >>> >>>>> #export AXISHOME="/usr/share/java/axis/" >>> >>>>> #export SDKHOME="/home/tsbatista/vi-sdk" >>> >>>>> #export WBEMHOME="$SDKHOME/samples/Axis/java/lib/wbem.jar" >>> >>>>> #export VMKEYSTORE="/home/tsbatista/vmware-certs/vmware.keystore" >>> >>>>> #export VMWARE_TRUSTORE="$VMKEYSTORE" >>> >>>>> #export JAVAHOME="$JAVA_HOME" >>> >>>>> #export PATH="$PATH:$JAVA_HOME/bin:$AXISHOME/bin" >>> >>>>> #JAVA_SHARE="/usr/share/java" >>> >>>>> #SDK_HOME="/home/tsbatista/vi-sdk" >>> >>>>> #SAMPLES="$SDK_HOME/samples/Axis/java" >>> >>>>> #export >>> >>>>> >>> CLASSPATH="$CLASSPATH:$AXISHOME/axis.jar:$AXISHOME/axis-ant.jar:$AXISHOME/jaxrpc.jar:$AXISHOME/saaj.jar:$JAVA_SHARE/commons-discovery.jar:$JAVA_SHARE/commons-logging.jar:$JAVA_SHARE/log4j.jar:$JAVA_SHARE/wsdl4j.jar:$JAVA_HOME/tools.jar:$SAMPLES/vim.jar:$SAMPLES/vim25.jar:$SAMPLES/apputils.jar:$SAMPLES/samples.jar:$SAMPLES/activation.jar:$SAMPLES/mailapi.jar:$SAMPLES:wbem.jar" >>> >>>>> >>> >>>>> #for i in `ls $SAMPLES/lib`; do >>> >>>>> # CLASSPATH="$CLASSPATH:$SAMPLES/lib/$i" >>> >>>>> #done >>> >>>>> >>> >>>>> >>> >>>>> On Wed, Apr 7, 2010 at 2:05 PM, manju a >>> wrote: >>> >>>>>> >>> >>>>>> Hi Tino, >>> >>>>>> >>> >>>>>> i am able to install using -d option, i am trying to install >>> vmware >>> >>>>>> drivers, getting below error. >>> >>>>>> >>> >>>>>> Any suggestion please >>> >>>>>> >>> >>>>>> Installing VMWare drivers.DeployVM.java:19: package com.vmware.vim >>> >>>>>> does not exist >>> >>>>>> import com.vmware.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:20: package com.vmware.apputils does not exist >>> >>>>>> import com.vmware.apputils.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:21: package com.vmware.apputils.vim does not exist >>> >>>>>> import com.vmware.apputils.vim.*; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:41: cannot find symbol >>> >>>>>> symbol : class ServiceContent >>> >>>>>> location: class DeployVM >>> >>>>>> private static ServiceContent content; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:42: cannot find symbol >>> >>>>>> symbol : class AppUtil >>> >>>>>> location: class DeployVM >>> >>>>>> static AppUtil cb = null; >>> >>>>>> ^ >>> >>>>>> DeployVM.java:43: cannot find symbol >>> >>>>>> symbol : class VimPortType >>> >>>>>> location: class DeployVM >>> >>>>>> private static VimPortType service; >>> >>>>>> >>> >>>>>> thanks, >>> >>>>>> manjunath A >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> On Wed, Apr 7, 2010 at 4:53 PM, Tino Vazquez >>> >>>>>> wrote: >>> >>>>>>> >>> >>>>>>> Hi there, >>> >>>>>>> >>> >>>>>>> You may want to take a look to option "-d" of the "install.sh" >>> script >>> >>>>>>> [1]. >>> >>>>>>> >>> >>>>>>> Regards, >>> >>>>>>> >>> >>>>>>> -Tino >>> >>>>>>> >>> >>>>>>> [1] http://opennebula.org/documentation:rel1.4:ignc >>> >>>>>>> -- >>> >>>>>>> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> DSA Research Group: http://dsa-research.org >>> >>>>>>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> OpenNebula Virtual Infrastructure Engine: >>> http://www.OpenNebula.org >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> On Mon, Apr 5, 2010 at 8:21 PM, manju a >>> wrote: >>> >>>>>>> > HI Tino, >>> >>>>>>> > >>> >>>>>>> > Thanks for the info, is there any good documentation available >>> for >>> >>>>>>> > standalone mode installation!! >>> >>>>>>> > >>> >>>>>>> > Regards, >>> >>>>>>> > manjunath A >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>>> > On Mon, Apr 5, 2010 at 11:13 PM, Tino Vazquez < >>> tinova at fdi.ucm.es> >>> >>>>>>> > wrote: >>> >>>>>>> >> >>> >>>>>>> >> Hi manjunath, >>> >>>>>>> >> >>> >>>>>>> >> VMware drivers can be installed only in standalone mode (i.e., >>> not >>> >>>>>>> >> system wide ONE installation). This is not ideal, I've opened >>> a >>> >>>>>>> >> ticket >>> >>>>>>> >> [1] to fix this for next release. >>> >>>>>>> >> >>> >>>>>>> >> Regards, >>> >>>>>>> >> >>> >>>>>>> >> -Tino >>> >>>>>>> >> >>> >>>>>>> >> [1] http://dev.opennebula.org/issues/209 >>> >>>>>>> >> >>> >>>>>>> >> -- >>> >>>>>>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >>>>>>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>>>>>> >> DSA Research Group: http://dsa-research.org >>> >>>>>>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>>>>>> >> OpenNebula Virtual Infrastructure Engine: >>> >>>>>>> >> http://www.OpenNebula.org >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> >>> >>>>>>> >> On Mon, Apr 5, 2010 at 3:21 PM, manju a >> > >>> >>>>>>> >> wrote: >>> >>>>>>> >> > Hi All, >>> >>>>>>> >> > >>> >>>>>>> >> > i am trying to setup a nebula cloud, i have performed >>> system >>> >>>>>>> >> > wide >>> >>>>>>> >> > installation, now i am trying to install VMware drivers, >>> >>>>>>> >> > whenever i >>> >>>>>>> >> > tried >>> >>>>>>> >> > to run >>> >>>>>>> >> > >>> >>>>>>> >> > ./install-vmware.sh >>> >>>>>>> >> > ONE_LOCATION is not defined. Don't know where to copy, >>> aborting. >>> >>>>>>> >> > >>> >>>>>>> >> > In the system-wide installation not sure which path we need >>> to >>> >>>>>>> >> > set for >>> >>>>>>> >> > "ONE_LOCATION" Env. >>> >>>>>>> >> > >>> >>>>>>> >> > Any comment on this... >>> >>>>>>> >> > >>> >>>>>>> >> > thanks, >>> >>>>>>> >> > manjunath A >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> >> > _______________________________________________ >>> >>>>>>> >> > Users mailing list >>> >>>>>>> >> > Users at lists.opennebula.org >>> >>>>>>> >> > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>>> >> > >>> >>>>>>> >> > >>> >>>>>>> > >>> >>>>>>> > >>> >>>>>> >>> >>>>>> >>> >>>>>> _______________________________________________ >>> >>>>>> Users mailing list >>> >>>>>> Users at lists.opennebula.org >>> >>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>>>>> >>> >>>>> >>> >>>> >>> >>> >>> >> >>> > >>> > >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 12 05:49:05 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 12 Apr 2010 18:19:05 +0530 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: i am able to get rid of all driver load issue.. now i am seeing below error Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE 5 Failed monitoring host oneadmin is in /etc/sudoers file, any thing i am missing here... i am trying to add ESXI(free) host without a success. thanks, manjunath A On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: > Hi All, > > i am trying to setup a nebula cloud, i have performed system wide > installation, now i am trying to install VMware drivers, whenever i tried > to run > > ./install-vmware.sh > ONE_LOCATION is not defined. Don't know where to copy, aborting. > > In the system-wide installation not sure which path we need to set for > "ONE_LOCATION" Env. > > Any comment on this... > > thanks, > manjunath A > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Mon Apr 12 05:54:56 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 12 Apr 2010 14:54:56 +0200 Subject: [one-users] vmware driver installation In-Reply-To: References: Message-ID: Hi Manju, Are you using the full FQDN of the ESXi host? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 2:49 PM, manju a wrote: > i am able to get rid of all driver load issue.. now i am seeing below error > > Mon Apr 12 18:16:16 2010 [InM][E]: Error monitoring host 5 : MONITOR FAILURE > 5 Failed monitoring host > > oneadmin is in /etc/sudoers file, any thing i am missing here... > > i am trying to add ESXI(free) host without a success. > > thanks, > manjunath A > > > On Mon, Apr 5, 2010 at 6:51 PM, manju a wrote: >> >> Hi All, >> >> ?i am trying to setup a nebula cloud, i have performed system wide >> installation, now i am trying to install VMware drivers,? whenever i tried >> to run >> >> ./install-vmware.sh >> ONE_LOCATION is not defined. Don't know where to copy, aborting. >> >> In the system-wide installation not sure which path we need to set for >> "ONE_LOCATION" Env. >> >> Any comment on this... >> >> thanks, >> manjunath A >> >> >> >> >> > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Mon Apr 12 06:49:22 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Mon, 12 Apr 2010 15:49:22 +0200 Subject: [one-users] Live guest state saving In-Reply-To: <20100411224332.GA7704@in2p3.fr> References: <20100411224332.GA7704@in2p3.fr> Message-ID: Hi onevm stop does that, the snapfile file (checkpoint) should be in $ONE_LOCATION/var/ you can restore the VM with onevm resume Cheers On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > Hello everyone, > > is there any way of using the qemu/KVM snapshotting feature > (savevm/loadvm) within an OpenNebula platform ? I am looking for > something like "onevm snapshot vm_id snapfile" on the front-end. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mattieu.puel at cc.in2p3.fr Mon Apr 12 06:57:37 2010 From: mattieu.puel at cc.in2p3.fr (Mattieu Puel) Date: Mon, 12 Apr 2010 15:57:37 +0200 Subject: [one-users] Live guest state saving In-Reply-To: References: <20100411224332.GA7704@in2p3.fr> Message-ID: <20100412135737.GM6819@in2p3.fr> Well, savevm does not shutdown the guest system. This provides an excellent way of backing up critical systems from time to time, without interrupting production. Ruben S. Montero> > Hi > > onevm stop does that, the snapfile file (checkpoint) should be in > $ONE_LOCATION/var/ you can restore the VM with onevm resume > > Cheers > > On Mon, Apr 12, 2010 at 12:43 AM, Mattieu Puel wrote: > > Hello everyone, > > > > is there any way of using the qemu/KVM snapshotting feature > > (savevm/loadvm) within an OpenNebula platform ? I am looking for > > something like "onevm snapshot vm_id snapfile" on the front-end. > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 -- Mattieu Puel Administrateur syst?me Centre de Calcul de l'IN2P3 http://cc.in2p3.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2757 bytes Desc: not available URL: From manju.kudu at gmail.com Tue Apr 13 05:02:21 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 13 Apr 2010 17:32:21 +0530 Subject: [one-users] creating new VM Message-ID: Hi All, I am trying to create a VM, when i do onevm create template.vm, its getting failed, i can see below error oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: nb-cloud:/home/one/datastore/win esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning nb-cloud:/home/one/datastore/win Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: /src/cloud/var/8/deployment.0 Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed deploying VM in host esxinebula Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed "rm -rf /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - Any idea on this.. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 10:08:05 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Tue, 13 Apr 2010 13:08:05 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: That looks a lot like your kernel/initrd aren't good for the vm and the vm host. Check your xen/kvm logs and see what's reported. On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > Hi All, > > I am trying to create a VM, when i do > > onevm create template.vm, its getting failed, i can see below error > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > nb-cloud:/home/one/datastore/win > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > nb-cloud:/home/one/datastore/win > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > /src/cloud/var/8/deployment.0 > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: Failed > deploying VM in host esxinebula > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > "rm -rf > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > Any idea on this.. > > thanks, > manjunath A > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Tue Apr 13 21:55:02 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 10:25:02 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Hi Keith, I am trying to host it an ESXI.Any comment on this.. thanks, manjunath A On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins wrote: > That looks a lot like your kernel/initrd aren't good for the vm and > the vm host. Check your xen/kvm logs and see what's reported. > > > > On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > > Hi All, > > > > I am trying to create a VM, when i do > > > > onevm create template.vm, its getting failed, i can see below error > > > > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > > nb-cloud:/home/one/datastore/win > > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > > nb-cloud:/home/one/datastore/win > > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > > /src/cloud/var/8/deployment.0 > > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > Failed > > deploying VM in host esxinebula > > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Deleting > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: Executed > > "rm -rf > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > > > > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > > > > Any idea on this.. > > > > thanks, > > manjunath A > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at cloudscaling.com Tue Apr 13 22:05:46 2010 From: keith at cloudscaling.com (Keith Hudgins) Date: Wed, 14 Apr 2010 01:05:46 -0400 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Try booting the vmdx directly on esx first, and see what happens. On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > Hi Keith, > > I am trying to host it an ESXI.Any comment on this.. > > thanks, > manjunath A > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > wrote: >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> > Hi All, >> > >> > I am trying to create a VM, when i do >> > >> > onevm create template.vm, its getting failed, i can see below error >> > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> > nb-cloud:/home/one/datastore/win >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> > nb-cloud:/home/one/datastore/win >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> > /src/cloud/var/8/deployment.0 >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> > Failed >> > deploying VM in host esxinebula >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Deleting >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> > Executed >> > "rm -rf >> > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> > >> > Any idea on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From manju.kudu at gmail.com Tue Apr 13 23:13:31 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 11:43:31 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: Its Even worse now, its not even creating a directory under DATASTORE path. my diskfile has 20GB, does it make any difference, its setting on NFS path. same path should be accessible via ESXI as well as Front end Server . oneadmin at nb-cloud:/vmfs/volumes/vmimages$ /vmfs/volumes/697a3795-0a4f59dc # pwd /vmfs/volumes/vmimages /vmfs/volumes/697a3795-0a4f59dc # thanks, manjunath A On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > Try booting the vmdx directly on esx first, and see what happens. > > On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: > > Hi Keith, > > > > I am trying to host it an ESXI.Any comment on this.. > > > > thanks, > > manjunath A > > > > > > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > wrote: > >> > >> That looks a lot like your kernel/initrd aren't good for the vm and > >> the vm host. Check your xen/kvm logs and see what's reported. > >> > >> > >> > >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: > >> > Hi All, > >> > > >> > I am trying to create a VM, when i do > >> > > >> > onevm create template.vm, its getting failed, i can see below error > >> > > >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log > >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. > >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. > >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: > >> > nb-cloud:/home/one/datastore/win > >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 > >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning > >> > nb-cloud:/home/one/datastore/win > >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT > >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: > >> > /src/cloud/var/8/deployment.0 > >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: > >> > Failed > >> > deploying VM in host esxinebula > >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Deleting > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: > >> > Executed > >> > "rm -rf > >> > > /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". > >> > > >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - > >> > > >> > Any idea on this.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 13 23:44:01 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 14 Apr 2010 12:14:01 +0530 Subject: [one-users] creating new VM In-Reply-To: References: Message-ID: now VM folder is being created in the DATASTORE path but its not hosting.. On Wed, Apr 14, 2010 at 11:43 AM, manju a wrote: > Its Even worse now, its not even creating a directory under DATASTORE path. > my diskfile has 20GB, does it make any difference, its setting on NFS path. > same path should be accessible via ESXI as well as Front end Server . > > oneadmin at nb-cloud:/vmfs/volumes/vmimages$ > > /vmfs/volumes/697a3795-0a4f59dc # pwd > /vmfs/volumes/vmimages > /vmfs/volumes/697a3795-0a4f59dc # > > thanks, > manjunath A > > > > > > > On Wed, Apr 14, 2010 at 10:35 AM, Keith Hudgins wrote: > >> Try booting the vmdx directly on esx first, and see what happens. >> >> On Wed, Apr 14, 2010 at 12:55 AM, manju a wrote: >> > Hi Keith, >> > >> > I am trying to host it an ESXI.Any comment on this.. >> > >> > thanks, >> > manjunath A >> > >> > >> > On Tue, Apr 13, 2010 at 10:38 PM, Keith Hudgins > > >> > wrote: >> >> >> >> That looks a lot like your kernel/initrd aren't good for the vm and >> >> the vm host. Check your xen/kvm logs and see what's reported. >> >> >> >> >> >> >> >> On Tue, Apr 13, 2010 at 8:02 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > I am trying to create a VM, when i do >> >> > >> >> > onevm create template.vm, its getting failed, i can see below error >> >> > >> >> > oneadmin at nb-cloud:/src/cloud/var/8$ cat vm.log >> >> > Tue Apr 13 16:57:14 2010 [DiM][I]: New VM state is ACTIVE. >> >> > Tue Apr 13 16:57:14 2010 [LCM][I]: New VM state is PROLOG. >> >> > Tue Apr 13 16:57:14 2010 [VM][I]: Virtual Machine has no context >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: >> >> > nb-cloud:/home/one/datastore/win >> >> > esxinebula:/vmfs/volumes/vmimages/8/images/disk.0 >> >> > Tue Apr 13 16:57:44 2010 [TM][I]: tm_clone.sh: Cloning >> >> > nb-cloud:/home/one/datastore/win >> >> > Tue Apr 13 16:57:44 2010 [LCM][I]: New VM state is BOOT >> >> > Tue Apr 13 16:57:44 2010 [VMM][I]: Generating deployment file: >> >> > /src/cloud/var/8/deployment.0 >> >> > Tue Apr 13 16:57:44 2010 [VMM][E]: Error deploying virtual machine: >> >> > Failed >> >> > deploying VM in host esxinebula >> >> > Tue Apr 13 16:57:45 2010 [DiM][I]: New VM state is FAILED >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Deleting >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: LOG - 8 tm_delete.sh: >> >> > Executed >> >> > "rm -rf >> >> > >> /vmfs/volumes/vmimages/one-esxinebula:/vmfs/volumes/vmimages/8/images". >> >> > >> >> > Tue Apr 13 16:57:45 2010 [TM][W]: Ignored: TRANSFER SUCCESS 8 - >> >> > >> >> > Any idea on this.. >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Wed Apr 14 06:28:39 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Wed, 14 Apr 2010 15:28:39 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan From mvnli_giang at yahoo.com Wed Apr 14 21:06:16 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Thu, 15 Apr 2010 12:06:16 +0800 (SGT) Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. Message-ID: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xuhy.bupt at gmail.com Thu Apr 15 00:25:50 2010 From: xuhy.bupt at gmail.com (hy xu) Date: Thu, 15 Apr 2010 15:25:50 +0800 Subject: [one-users] About OVF Message-ID: Hi all, does openneula support OVF or decide to support? Thanks so much~~ -- Best Wishes~ Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Thu Apr 15 01:57:51 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Thu, 15 Apr 2010 10:57:51 +0200 Subject: [one-users] Host monitoring with snmp ? Message-ID: <4BC6D50F.2000106@sara.nl> Hi All, I had some problems with host monitoring, namely that I could not decrease the cycle time to monitor a host. It is my understanding that we might need to monitor our hosts more often to get better / fairer scheduling. I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could not realise a cycle time of less than 30 seconds... oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization # VM_POLLING_INTERVAL: Time in seconds between virtual machine monitorization HOST_MONITORING_INTERVAL = 10 VM_POLLING_INTERVAL = 60 I wrote a script that tries to emulate the ruby monitoring script, but pulls the information directly from system snmp counters to This should mean a more real time status of each host and avoids parsing out, scp and ssh of the ruby script. Is host monitoring via snmp a good idea ? Perhaps its faster / more scalable ? Example output using the ruby script from ONE: oneadmin at node15-one:~$ time /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2261 TOTALMEMORY=24735424 USEDMEMORY=10151572 FREEMEMORY=24159416 FREECPU=770.4 USEDCPU=29.6 NETRX=18837297726 NETTX=328653416717 Example output from my snmp script: real 0m3.531s user 0m0.000s sys 0m0.028s oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=18889772 FREEMEMORY=5845652 FREECPU=0.00 USEDCPU=800.00 NETRX=513353459 NETTX=3422880146 real 0m0.039s user 0m0.012s sys 0m0.048s oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost HYPERVISOR=kvm TOTALCPU=800 CPUSPEED=2270 TOTALMEMORY=24735424 USEDMEMORY=9011744 FREEMEMORY=15723680 FREECPU=792.00 USEDCPU=8.00 NETRX=513356316 NETTX=3422883584 real 0m0.039s user 0m0.020s sys 0m0.040s oneadmin at node15-one:~$ Cheers Neil From tinova at fdi.ucm.es Thu Apr 15 03:27:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 12:27:42 +0200 Subject: [one-users] creating VM failure In-Reply-To: <4BC013D0.5000206@gmail.com> References: <4BC013D0.5000206@gmail.com> Message-ID: Hi Eddie, I've got this sometimes --- Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory ---- when the libvirt daemon is busy or stuck. Did you try restarting it? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 10, 2010 at 7:59 AM, Eddie Liu wrote: > Hi all, When I use "onevm create ttylinux.one" to create a VM, I meet > the following error. Here is the vm.log file. Can you help fix it? Thanks. > > Sat Apr 10 01:11:28 2010 [DiM][I]: New VM state is ACTIVE. > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is PROLOG. > Sat Apr 10 01:11:28 2010 [VM][I]: Virtual Machine has no context > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: > maxwell:/home/liu/cloud/images/ttylinux.img > localhost:~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: DST: > ~/vmpool//7/images/disk.0 > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Creating directory > ~/vmpool//7/images > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Cloning > /home/liu/cloud/images/ttylinux.img > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "cp > /home/liu/cloud/images/ttylinux.img ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > ~/vmpool//7/images/disk.0". > Sat Apr 10 01:11:28 2010 [LCM][I]: New VM state is BOOT > Sat Apr 10 01:11:28 2010 [VMM][I]: Generating deployment file: > /home/liu/cloud/one/var/7/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: Command execution fail: 'mkdir -p > ~/vmpool//7/images && cat > ~/vmpool//7/images/deployment.0 && virsh > --connect qemu:///system create ~/vmpool//7/images/deployment.0' > Sat Apr 10 01:11:58 2010 [VMM][I]: STDERR follows. > Sat Apr 10 01:11:58 2010 [VMM][I]: Connecting to uri: qemu:///system > Sat Apr 10 01:11:58 2010 [VMM][I]: error: Failed to create domain from > /home/liu/vmpool//7/images/deployment.0 > Sat Apr 10 01:11:58 2010 [VMM][I]: error: monitor socket did not show > up.: No such file or directory > Sat Apr 10 01:11:58 2010 [VMM][I]: ExitCode: 1 > Sat Apr 10 01:11:58 2010 [VMM][E]: Error deploying virtual machine > Sat Apr 10 01:11:58 2010 [DiM][I]: New VM state is FAILED > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Deleting ~/vmpool//7/images > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: LOG - 7 tm_delete.sh: > Executed "rm -rf ~/vmpool//7/images". > > Sat Apr 10 01:11:58 2010 [TM][W]: Ignored: TRANSFER SUCCESS 7 - > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From j.melis at fdi.ucm.es Thu Apr 15 03:38:30 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:38:30 +0200 Subject: [one-users] question about creating VMs In-Reply-To: <4BBEA4DA.7070708@gmail.com> References: <4BBEA4DA.7070708@gmail.com> Message-ID: Hi Eddie, Does this mean the KVM (I intall this virtualizer) has to create an > image "vm1.qcow2" beforehand and this image is stored at > /var/lib/one/images/? > Yes, that image has to exist beforehand. > Another question: > In vm.template, MEMORY is defined. But when using KVM to create VMs, > memory is also defined. any conflict? > If you're talking about the KVM configuration file, the memory directive will be the default value, used if it's not specified in the vm template. > > One more question: > In oned.conf, we need to define VM_DIR, and in vm.template, we need to > define Disk source. What are they? > >From the documentation: *VM_DIR* : Remote path to store the VM images, it should be shared between all the cluster nodes to perform live migrations. This path will be used for all the cluster nodes. whereas the Disk source is the image location in the server node. regards, Jaime > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.melis at fdi.ucm.es Thu Apr 15 03:42:07 2010 From: j.melis at fdi.ucm.es (Jaime Melis) Date: Thu, 15 Apr 2010 12:42:07 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < stefan.harder at fokus.fraunhofer.de> wrote: > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.freitag at udo.edu Thu Apr 15 03:50:57 2010 From: stefan.freitag at udo.edu (Stefan Freitag) Date: Thu, 15 Apr 2010 12:50:57 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <95345ed7fbe16cb7d5b74545e77040af.squirrel@webmail.tu-dortmund.de> Hi Jaime, I think I got the same error on my machine if trying to ask ONE via OCCI for the available networks. The ruby version I use is ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] Kind regards Stefan Jaime Melis schrieb: > Hi, > > what ruby version are you using? > > regards, > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan < > stefan.harder at fokus.fraunhofer.de> wrote: > >> Hi, >> >> we set up the OCCI interface for our OpenNebula test einvironment as >> described in http://www.opennebula.org/documentation:rel1.4:occicg. If >> we now do a get on http://servername:4567/compute/0 then we receive the >> XML representation of the VM with the id 0. But if we ask for our >> network with the id 0 (http://servername:4567/network/0) then we receive >> a ruby error: >> >> undefined method `strip' for nil:NilClass >> >> This sounds like an empty string somewhere. >> >> occi-server.log only prints: >> [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 >> >> Do you have any ideas? >> >> Thanks, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dipl.-Inform. Stefan Freitag Institut f?r Roboterforschung - Abteilung Informationstechnik Universitaet Dortmund | phone: +49 (0)231-755-7009 Otto-Hahn-Str. 8 | mobile: +49 (0)176-23900074 44221 Dortmund, Germany | fax: +49 (0)231-755-3251 www.irf.uni-dortmund.de | email: stefan.freitag at udo.edu From stefan.harder at fokus.fraunhofer.de Thu Apr 15 04:24:04 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Thu, 15 Apr 2010 13:24:04 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] Regards, Stefan Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis Gesendet: Donnerstag, 15. April 2010 12:42 An: Harder, Stefan Cc: users at lists.opennebula.org Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI interface Hi, what ruby version are you using? regards, Jaime On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan wrote: Hi, we set up the OCCI interface for our OpenNebula test einvironment as described in http://www.opennebula.org/documentation:rel1.4:occicg. If we now do a get on http://servername:4567/compute/0 then we receive the XML representation of the VM with the id 0. But if we ask for our network with the id 0 (http://servername:4567/network/0) then we receive a ruby error: undefined method `strip' for nil:NilClass This sounds like an empty string somewhere. occi-server.log only prints: [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 Do you have any ideas? Thanks, Stefan _______________________________________________ Users mailing list Users at lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From lhaig at haigmail.com Thu Apr 15 05:02:22 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:02:22 +0100 Subject: [one-users] Virtual Install Message-ID: <4BC7004E.7090701@haigmail.com> Hi, I have been tasked with testing interfaces to our virtual infrastructures and have been following opennebula for a while as a lurker on this list. Is there a VM we can download that we can use to be able to test ON? Regards Lance -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From lhaig at haigmail.com Thu Apr 15 05:41:41 2010 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 15 Apr 2010 13:41:41 +0100 Subject: [one-users] Virtual Install In-Reply-To: References: <4BC7004E.7090701@haigmail.com> Message-ID: <4BC70985.7090507@haigmail.com> Hi Joseph, Thanks for the help. I would love to see what this does in a demo. it seems that Opennebula and Eucalyptus could be complementary to each other. Regards Lance On 15/04/2010 13:09, Joseph Glanville wrote: > I believe there is a TTYLinux image hanging around on the OpenNebula > documentation somewhere. > Failing that generating a config file for an existing Xen VM is not > all that difficult. > Goodluck. > > Kind regards, > > Joseph Glanville > > GPG Key ID: A5FC8BE3 > > > > On Thu, Apr 15, 2010 at 10:02 PM, Lance Haig wrote: > >> Hi, >> >> I have been tasked with testing interfaces to our virtual infrastructures >> and have been following opennebula for a while as a lurker on this list. >> >> Is there a VM we can download that we can use to be able to test ON? >> >> Regards >> >> Lance >> >> -- >> This message was scanned by Better Hosted and is believed to be clean. >> http://www.betterhosted.com >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > -- > This message was scanned by Better Hosted and is believed to be clean. > Click here to report this message as spam. > http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=DCED19FB4D.A65D3 > > > -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com From tinova at fdi.ucm.es Thu Apr 15 06:43:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 15:43:42 +0200 Subject: [one-users] Question about failing to deploy VM In-Reply-To: References: Message-ID: Hi Huiyang, Could be that the error you are getting is related to [1]? Also, please elaborate a bit more on the opennebula daemon trying to modify the ssh keys, since I don't clearly understand the problem. Best regards, -Tino [1] https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/517714 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 7, 2010 at 5:39 AM, hy xu wrote: > ould not remove profile for 'libvirt-49 From tinova at fdi.ucm.es Thu Apr 15 09:59:08 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 18:59:08 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, This feature depends mostly on the hypervisor (xen and kvm doesn't allow this). It will be possible to implement it for the vmware driver, i'll put that alongside the improvements plan for the vmware support. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan wrote: > Hi, > > is there any way to change a VMs configuration while it is running? > Livemigrating is good when physical hosts reach their threshold so that > you can migrate some VMs to other physical nodes. But what if the VMs > themselves need more than the allocated hardware from the *.one template > file. > > Is there any approach to do something like VMwares hot-add and hot-plug > features for RAM and CPU with OpenNebula? > > Regards, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 15 10:29:21 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 15 Apr 2010 19:29:21 +0200 Subject: [one-users] Opennebula 1.4 information manager is not responding In-Reply-To: References: Message-ID: Hi there, Is there any useful information in the im_vmware.log file? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 6, 2010 at 4:48 PM, wrote: > Hi, > > ??We had setup opennebula 1.4 with vmware. we are able to create host and > virtual machines. Information manager is not responding, when opennebula > contionusly runs more then day.??Please help us to resolve the issue. > > Regards > Marimuthu > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From rubensm at dacya.ucm.es Thu Apr 15 23:53:21 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 08:53:21 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Could you send us the output of onevnet list and onevnet show commands for the networks defined in your setup... Note also that through OCCI you can only create (and therefore list) Ranged networks. On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan wrote: > Hi Jaime, > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > Regards, > > > > Stefan > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von Jaime Melis > Gesendet: Donnerstag, 15. April 2010 12:42 > An: Harder, Stefan > Cc: users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > > > Hi, > > > > what ruby version are you using? > > > > regards, > > Jaime > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > wrote: > > Hi, > > we set up the OCCI interface for our OpenNebula test einvironment as > described in http://www.opennebula.org/documentation:rel1.4:occicg. If > we now do a get on http://servername:4567/compute/0 then we receive the > XML representation of the VM with the id 0. But if we ask for our > network with the id 0 (http://servername:4567/network/0) then we receive > a ruby error: > > undefined method `strip' for nil:NilClass > > This sounds like an empty string somewhere. > > occi-server.log only prints: > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > Do you have any ideas? > > Thanks, > > Stefan > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Fri Apr 16 00:00:38 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 09:00:38 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BC6D50F.2000106@sara.nl> References: <4BC6D50F.2000106@sara.nl> Message-ID: Hi This is a great idea indeed, and a great contribution for the ecosystem ;) . Just a few thoughts about monitoring... The MONITORING_INTERVAL is the time between to monitor actions in OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts monitored by the system. So if you have more than 10 hosts the hosts are going to be monitored in approx ((num_hosts mod 10) + 1) * monitoring_interval. If that is not your case, please send us the output of oned.log... Cheers Ruben On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > Hi All, > > I had some problems with host monitoring, namely that I could not > decrease the cycle time to monitor a host. > It is my understanding that we might need to monitor our hosts more > often to get better / fairer scheduling. > > I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could > not realise a cycle time of less than 30 seconds... > > oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf > # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization > # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine > monitorization > HOST_MONITORING_INTERVAL = 10 > VM_POLLING_INTERVAL ? ? ?= 60 > > I wrote a script that tries to emulate the ruby monitoring script, but > pulls the information directly from system snmp counters to > This should mean a more real time status of each host and avoids parsing > out, scp and ssh of the ruby script. > > Is host monitoring via snmp a good idea ? Perhaps its ?faster / more > scalable ? > > Example output using the ruby script from ONE: > > oneadmin at node15-one:~$ time > /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2261 > TOTALMEMORY=24735424 > USEDMEMORY=10151572 > FREEMEMORY=24159416 > FREECPU=770.4 > USEDCPU=29.6 > NETRX=18837297726 > NETTX=328653416717 > > Example output from my snmp script: > > real ? ?0m3.531s > user ? ?0m0.000s > sys ? ? 0m0.028s > oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=18889772 > FREEMEMORY=5845652 > FREECPU=0.00 > USEDCPU=800.00 > NETRX=513353459 > NETTX=3422880146 > > real ? ?0m0.039s > user ? ?0m0.012s > sys ? ? 0m0.048s > oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost > HYPERVISOR=kvm > TOTALCPU=800 > CPUSPEED=2270 > TOTALMEMORY=24735424 > USEDMEMORY=9011744 > FREEMEMORY=15723680 > FREECPU=792.00 > USEDCPU=8.00 > NETRX=513356316 > NETTX=3422883584 > > real ? ?0m0.039s > user ? ?0m0.020s > sys ? ? 0m0.040s > oneadmin at node15-one:~$ > > Cheers > > Neil > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From juliencohen5 at hotmail.fr Fri Apr 16 02:23:36 2010 From: juliencohen5 at hotmail.fr (julien cohen) Date: Fri, 16 Apr 2010 11:23:36 +0200 Subject: [one-users] I want to post to the user list Message-ID: Julien Cohen +33613795037 _________________________________________________________________ D?couvrez comment SURFER DISCRETEMENT sur un site de rencontres ! http://clk.atdmt.com/FRM/go/206608211/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan.harder at fokus.fraunhofer.de Fri Apr 16 02:29:59 2010 From: stefan.harder at fokus.fraunhofer.de (Harder, Stefan) Date: Fri, 16 Apr 2010 11:29:59 +0200 Subject: [one-users] receiving ruby error using OpenNebulas OCCI interface In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399EB7@EXCHSRV.fokus.fraunhofer.de> <804B13F8F3D94A4AB18B9B01ACB68FA103399FBF@EXCHSRV.fokus.fraunhofer.de> Message-ID: <804B13F8F3D94A4AB18B9B01ACB68FA1034C90B5@EXCHSRV.fokus.fraunhofer.de> Hi Jaime, these are the outputs. Our network is fixed, but why can we create and list only ranged ones via OCCI? Regards, Stefan $ onevnet list ID USER NAME TYPE BRIDGE #LEASES 0 oneadmin network Fixed br0 2 $ onevnet show 0 VIRTUAL NETWORK 0 INFORMATION ID: : 0 UID: : 0 VIRTUAL NETWORK TEMPLATE BRIDGE=br0 LEASES=[ IP=xxx.xxx.xxx.203 ] LEASES=[ IP=xxx.xxx.xxx.202 ] NAME=network TYPE=FIXED LEASES INFORMATION LEASE=[ IP=xxx.xxx.xxx.202, MAC=xx:xx:xx:xx:xx:ca, USED=1, VID=6 ] LEASE=[ IP=xxx.xxx.xxx.203, MAC=xx:xx:xx:xx:xx:cb, USED=1, VID=5 ] > -----Urspr?ngliche Nachricht----- > Von: rsmontero at gmail.com [mailto:rsmontero at gmail.com] Im Auftrag von > Ruben S. Montero > Gesendet: Freitag, 16. April 2010 08:53 > An: Harder, Stefan > Cc: Jaime Melis; users at lists.opennebula.org > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > interface > > Hi > > Could you send us the output of onevnet list and onevnet show commands > for the networks defined in your setup... Note also that through OCCI > you can only create (and therefore list) Ranged networks. > > On Thu, Apr 15, 2010 at 1:24 PM, Harder, Stefan > wrote: > > Hi Jaime, > > > > > > > > my Version is: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > > > > > > > > Regards, > > > > > > > > Stefan > > > > > > > > Von: j.melis at gmail.com [mailto:j.melis at gmail.com] Im Auftrag von > Jaime Melis > > Gesendet: Donnerstag, 15. April 2010 12:42 > > An: Harder, Stefan > > Cc: users at lists.opennebula.org > > Betreff: Re: [one-users] receiving ruby error using OpenNebulas OCCI > > interface > > > > > > > > Hi, > > > > > > > > what ruby version are you using? > > > > > > > > regards, > > > > Jaime > > > > On Wed, Apr 14, 2010 at 3:28 PM, Harder, Stefan > > wrote: > > > > Hi, > > > > we set up the OCCI interface for our OpenNebula test einvironment as > > described in http://www.opennebula.org/documentation:rel1.4:occicg. > If > > we now do a get on http://servername:4567/compute/0 then we receive > the > > XML representation of the VM with the id 0. But if we ask for our > > network with the id 0 (http://servername:4567/network/0) then we > receive > > a ruby error: > > > > undefined method `strip' for nil:NilClass > > > > This sounds like an empty string somewhere. > > > > occi-server.log only prints: > > [14/Apr/2010 14:39:42] "GET /network/0 HTTP/1.1" 500 41 0.0653 > > > > Do you have any ideas? > > > > Thanks, > > > > Stefan > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of > Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 From manju.kudu at gmail.com Fri Apr 16 03:42:38 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 16 Apr 2010 16:12:38 +0530 Subject: [one-users] VM Creation Error on ESXi Message-ID: Hi Experts, I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to create a VM, I am getting below error, i can see from VIC it will try to register the the machine, once its done below error will popup. Error 1 ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine Specified. Failed to Configure Ethernet0 I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template Above error is common on ESXI (Free) and ESX (which has foundation Lic) Error 2 I added another ESXI server (Free 3.5U4 version) When I am trying to create a vm, it got failed, from the log file(vmm_vmware.log) I can see below message. [15.04.2010 22:32:29] INIT SUCCESS [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host esxiserver [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null ---- Debug stack trace ---- AxisFault faultCode: ServerFaultCode faultSubcode: faultString: fault.RestrictedVersion.summary faultActor: faultNode: faultDetail: {urn:vim2}SecurityErrorFault:null fault.RestrictedVersion.summary at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) Any hint or help will be greatly appreciated. Thanks, Manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 06:18:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:18:12 +0200 Subject: [one-users] problem running "onevm show" In-Reply-To: <4BC2A22D.8020301@gmail.com> References: <4BC2A22D.8020301@gmail.com> Message-ID: Hi Eddie, Could you please send the output of onevm show 0 -x Let's see what is the value of stime, that seems to be upsetting the onevm command. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > bignum too big to convert > into `long' From jeroen.nijhof at sara.nl Fri Apr 16 06:54:05 2010 From: jeroen.nijhof at sara.nl (Jeroen Nijhof) Date: Fri, 16 Apr 2010 15:54:05 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released Message-ID: <4BC86BFD.6040407@sara.nl> Hi, I'm pleased to announce onemc version 1.0.0 has finally been released: * Uses XMLRPC2 to talk with one * Create and remove templates * Deploying VM's based on earlier created templates * Manage, create and remove hosts * Manage, create and remove networks * Create, remove and edit users * ACL support * Theme support * Support for global and user disk images * Upload images to global or user directory * VNC support auto and manual, auto port assignment needs ONE patch available at the file section of this project. * Generic database support by using adodb for the ACL's and templates. For more information take a look at: http://dev.opennebula.org/projects/management-console/wiki -- Kind regards, Jeroen Nijhof From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:53:35 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:53:35 +0200 Subject: [one-users] What is the default policy of Match-making algorithm in OpenNebula 1.4? In-Reply-To: References: Message-ID: Hi, There are no default policy, but rather you set policies per VM in their templates. See [1] for more details. Regards, -Tino [1] http://opennebula.org/documentation:rel1.4:schg -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org 2010/4/8 ??? : > Hi, all, > As the title said, I want to know the answer? > Packing Policy or Striping Policy or Load-aware Policy? > > Thanks. > Xiaoyi > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Fri Apr 16 06:59:42 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 15:59:42 +0200 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi Britto, Does this happen with just one VM or with the system under big workload? Also, are you using libvirt? The template looks correct. Probably, if you just restart the VM with "onevm restart", you will make ONE to poll the VM again, and if it is there, it will recover the control. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: > Hi Folks, > > After submitting the vm for deployement it turns into UNKNOWN state after > running state. > > Here is the log > > Sat Apr? 3 18:18:35 2010 [VMM][I]: VM running but it was not found. Restart > and delete actions available or try to recover it manually > Sat Apr? 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN > > > And my template is .. > > NAME?? = Centos-base > CPU??? = 1 > MEMORY = 512 > > OS = [ > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", > root = "hda" ] > > DISK?? = [ > ? source?? = "/srv/cloud/one/one-templates/VMs/centos5-base.img", > ? target?? = "hda", > ? readonly = "no" ] > > NIC??? = [ NETWORK = "labnet" ] > ip_public=192.168.1.2 > > FEATURES=[ acpi="no" ] > > GRAPHICS = [ > type = "vnc", > listen = "localhost", > port = "5902" ] > > CONTEXT = [ > ??? hostname??? = "$NAME", > ?#?? ip_public?? = "192.168.1.13", > ??? files????? = "/srv/cloud/one/one-templates/init.sh > /srv/cloud/one/.ssh/id_rsa.pub", > ??? target????? = "hdc", > ??? root_pubkey = "id_dsa.pub", > ??? username??? = "oneadmin", > ??? user_pubkey = "id_dsa.pub" > ] > > > > Anything am i missing here? ? > > -- > Brittto > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From cherishlxy at gmail.com Fri Apr 16 07:55:20 2010 From: cherishlxy at gmail.com (Xiaoyi Lu) Date: Fri, 16 Apr 2010 22:55:20 +0800 Subject: [one-users] onvm create results VM State unknown In-Reply-To: References: Message-ID: Hi, I also meet this problem with One 1.21 when the load is heavy. It looks like a bug of One. Xiaoyi Lu 2010/4/16 Xiaoyi Lu > Hi, > I also meet this problem with One 1.21 when the load is heavy. > > It looks like a bug of One. > > Xiaoyi Lu > > 2010/4/16 Tino Vazquez > > Hi Britto, >> >> Does this happen with just one VM or with the system under big >> workload? Also, are you using libvirt? >> >> The template looks correct. Probably, if you just restart the VM with >> "onevm restart", you will make ONE to poll the VM again, and if it is >> there, it will recover the control. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Sat, Apr 3, 2010 at 9:29 AM, Britto I wrote: >> > Hi Folks, >> > >> > After submitting the vm for deployement it turns into UNKNOWN state >> after >> > running state. >> > >> > Here is the log >> > >> > Sat Apr 3 18:18:35 2010 [VMM][I]: VM running but it was not found. >> Restart >> > and delete actions available or try to recover it manually >> > Sat Apr 3 18:18:35 2010 [LCM][I]: New VM state is UNKNOWN >> > >> > >> > And my template is .. >> > >> > NAME = Centos-base >> > CPU = 1 >> > MEMORY = 512 >> > >> > OS = [ >> > kernel = "/boot/vmlinuz-2.6.18-164.el5xen", >> > ramdisk ="/boot/initrd-2.6.18-164.el5xen.img", >> > root = "hda" ] >> > >> > DISK = [ >> > source = "/srv/cloud/one/one-templates/VMs/centos5-base.img", >> > target = "hda", >> > readonly = "no" ] >> > >> > NIC = [ NETWORK = "labnet" ] >> > ip_public=192.168.1.2 >> > >> > FEATURES=[ acpi="no" ] >> > >> > GRAPHICS = [ >> > type = "vnc", >> > listen = "localhost", >> > port = "5902" ] >> > >> > CONTEXT = [ >> > hostname = "$NAME", >> > # ip_public = "192.168.1.13", >> > files = "/srv/cloud/one/one-templates/init.sh >> > /srv/cloud/one/.ssh/id_rsa.pub", >> > target = "hdc", >> > root_pubkey = "id_dsa.pub", >> > username = "oneadmin", >> > user_pubkey = "id_dsa.pub" >> > ] >> > >> > >> > >> > Anything am i missing here ? >> > >> > -- >> > Brittto >> > >> > >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Fri Apr 16 08:15:49 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Fri, 16 Apr 2010 17:15:49 +0200 Subject: [one-users] OpenNebula Management Console v1.0.0 released In-Reply-To: <4BC86BFD.6040407@sara.nl> References: <4BC86BFD.6040407@sara.nl> Message-ID: NICE!!!!, Congrats :) On Fri, Apr 16, 2010 at 3:54 PM, Jeroen Nijhof wrote: > Hi, > > I'm pleased to announce onemc version 1.0.0 has finally been released: > > * Uses XMLRPC2 to talk with one > * Create and remove templates > * Deploying VM's based on earlier created templates > * Manage, create and remove hosts > * Manage, create and remove networks > * Create, remove and edit users > * ACL support > * Theme support > * Support for global and user disk images > * Upload images to global or user directory > * VNC support auto and manual, auto port assignment needs ONE patch > available at the file section of this project. > * Generic database support by using adodb for the ACL's and templates. > > For more information take a look at: > http://dev.opennebula.org/projects/management-console/wiki > > -- > Kind regards, > > Jeroen Nijhof > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Fri Apr 16 08:56:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:56:24 +0200 Subject: [one-users] Is there an offline version of the documentation? In-Reply-To: <610033.99035.qm@web110202.mail.gq1.yahoo.com> References: <610033.99035.qm@web110202.mail.gq1.yahoo.com> Message-ID: Hi Doug, We don't have an offline version of the documentation, but it is an excellent idea, I am noting this down for next releases. thanks a lot for the feedback, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 1, 2010 at 6:18 AM, Doug Bunger wrote: > If there an offline version of the documentation? Perhaps a PDF that > combines all the pages of the documentation? > > -- Doug Bunger > -- dougbunger at yahoo.com > -- > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 16 08:57:55 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 17:57:55 +0200 Subject: [one-users] VM History via XML RPC In-Reply-To: <4BBA15F2.7050302@googlemail.com> References: <4BB0BB50.6090202@googlemail.com> <4BBA15F2.7050302@googlemail.com> Message-ID: Hi Tobias, We wil think about this in the next release, it involves a non trivial change in the code. Meanwhile, the DB approach sounds like a good idea. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 5, 2010 at 6:55 PM, Tobias H?fler wrote: > Hi Tino, > > thanks for your answer. > I'm programming a billing and accounting program, which needs among > other things the runtime of a VM. > To get this, it is necessary to have the whole history of the VM, as a > suspend- time should not be taken into account for example. > I have thought of accessing the OpenNebula database directly, but if you > could implements this, I still can use the XML RPC API which would be great. > When could you do this and how would you release this extension ? > > Best regards, > Tobias > > > > Tino Vazquez wrote: >> Hi Tobias, >> >> This is not possible at the moment, the XMLRPC API just returns the >> last sequence of history. We can extend this, could you please >> elaborate on why this functionality is interesting for you? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Mar 29, 2010 at 4:38 PM, Tobias H?fler >> wrote: >> >>> hi all, >>> >>> I want to get detailed information about a VM's history like it is in >>> the history table in the Open Nebula Database. >>> In my case, I want to access these data via the XML RPC API. >>> >>> With the one.vm.info method, I only get the current sequence of the VM >>> History, but I want to get all sequences. >>> Is this possible via the XML RPC API ? >>> >>> Thanks a lot in advance, >>> cheers Tobias >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > > From tinova at fdi.ucm.es Fri Apr 16 09:04:51 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 16 Apr 2010 18:04:51 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: <201004121644.27306.baun@kit.edu> References: <201004121644.27306.baun@kit.edu> Message-ID: Hi Chritian, I'm CCing OpenNebula's user list in case someone has the same problem. Can you execute the command with "ruby -dw" and send us the output? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > Hi Tino, > > I tried to start an instance as decribed here: > http://opennebula.org/cloud:cloud > > > $ env | grep EC > EC2_SECRET_KEY=c14ud5sky > EC2_URL=https://devel.cloud.opennebula.org > EC2_ACCESS_KEY=christian > > $ econe-describe-images -H > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > ------------------------------------------------------------------------------ > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > $ econe-run-instances -H 1 > econe-run-instances: undefined method `elements' for nil:NilClass > > > Did I something wrong? > > Best Regards, > ? Christian > > > -- > --------- > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > From rbabu at hexagrid.com Sat Apr 17 11:08:04 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Sat, 17 Apr 2010 13:08:04 -0500 Subject: [one-users] Onehost list output Message-ID: ONE Version 1.2 The value shown in the Total Memory and Free Memory columns of onehost list command are only 7 digits. When I have a host with more than 10 gig memory the value displayed is misleading making the user assume its 1 gig. Has this been addressed in 1.4? If not, can this be addressed in future? Ranga -------------- next part -------------- An HTML attachment was scrubbed... URL: From ameseacla at gmail.com Sat Apr 17 23:50:53 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Sun, 18 Apr 2010 02:50:53 -0400 Subject: [one-users] problem running "onevm show" In-Reply-To: References: <4BC2A22D.8020301@gmail.com> Message-ID: <4BCAABCD.20002@gmail.com> Hi Tino: Here is the output of "onevm show 0 -x". Thanks! WARNING: Nokogiri was built against LibXML version 2.6.32, but has dynamically loaded 2.7.5 0 0 vm1 0 6 0 1270236661 1270781455 0 0 0 0 0 localhost 0 1270781455 1270781455 1270781455 1270781455 0 0 0 0 1 Tino Vazquez wrote: > Hi Eddie, > > Could you please send the output of > > onevm show 0 -x > > Let's see what is the value of stime, that seems to be upsetting the > onevm command. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 6:31 AM, Eddie Liu wrote: > >> bignum too big to convert >> into `long' >> From runseb at gmail.com Sun Apr 18 18:25:37 2010 From: runseb at gmail.com (sebastien goasguen) Date: Sun, 18 Apr 2010 21:25:37 -0400 Subject: [one-users] Message from CERN Message-ID: Dear opennebula team, we have been testing opennebula, along with other solutions, extensively over the last 6 months at CERN, and we would like to give you a quick update of where we are with it now. Over the whole time period, we've experienced an excellent and competent support by the developers. We have demonstrated that we can manage more than 1,000 virtual machines with it, and have reached up to 7,500 Virtual Machines running on approximately 400 physical hosts. Our hosts run Xen and are managed by our proven configuration management system Quattor; we added functionality to our hosts so that when they go through their own lifecycle (testing, production, maintenance etc..), they automatically notify opennebula and disable or enable themselves using the One XML-RPC server. This has added some autonomic property to our environment with self-notificiation of hosts in opennebula. We also use the XML-RPC server to self-delete VMs and autonomically manage the shares of various VM types. Programming using your API has proven quite useful and easy. We are also using the MAC pinning solution that you developed for us. Each host maintains a list of available MAC adresses for VMs running on that particular host. A One probe is setup to check this list and schedule VMs only on hosts that have obtained a MAC lease that matches one of the MAC in the list. This was required by our networking infrastructure to be able to track the VMs properly. In terms of image transfer we are using your LVM transfer scripts that we helped to develop and test. These are working quite nicely and allow us to start VMs extremely quickly. We pre-stage a base image on all the nodes, and the transfer script creates LVM snapshots. This way we demonstrated that we can handle 20 snapshots on each host easily, and ONE cleans up everything when VMs are deleted. Since we don't have a shared file system that is usable for this, we have tested a simple parallel scp program to push the images to all the hosts. This enables us to push a ~10GB image to ~500 hosts in about one hour. We are also currently testing a bittorrent network between all our hosts, early testing is very promising and we are confident to have some performance numbers soon for this system. Currently we are pushing your VM scheduler quite hard, trying to dispatch over 8,000 VMs every 3 hours, it seems that the scheduler can achieve 1VM/sec which is quite good but not yet fast enough for us. We look forward for improvements in this area, and count on your continued support to improve and harden the nice bit of free software. -Sebastien Goasguen for the CERN batch virtualization team -- --- Sebastien Goasguen Assistant Professor and CERN scientific associate School of Computing Clemson University 864-553-4734 http://sites.google.com/site/runseb/ From mvnli_giang at yahoo.com Sun Apr 18 22:53:55 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 13:53:55 +0800 (SGT) Subject: [one-users] TTYLinux example: Cannot copy Deployment file. Message-ID: <530533.14741.qm@web76303.mail.sg1.yahoo.com> ----- Th? ?? chuy?n ti?p ---- T?: GIANG NGUYENVAN ??n: users at lists.opennebula.org G?i ng?y: 0:06:16, Th? N?m, 15 th?ng 4 2010 Ch? ??: TTYLinux ecample: Cannot copy Deployment file. Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mvnli_giang at yahoo.com Sun Apr 18 23:41:42 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Mon, 19 Apr 2010 14:41:42 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Hello. I am new to opennebula, and I tried to do an example VM + network on http://opennebula.org/documentation:rel1.4:vmg but when i deploy the Vm the the remote host, the VM STT become FAILED. In the vm_log file, it seems unsuccessfully because of the deployment files. Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: nguyenlinh:/srv/cloud/images/ttylinux.img 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: /srv/cloud/one//var/1/images/disk.0 Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory /srv/cloud/one//var/1/images Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning /srv/cloud/images/ttylinux.img Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w /srv/cloud/one//var/1/images/disk.0". Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1/deployment.0 Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-1 -w 26' Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. Thu Apr 15 10:47:38 2010 [VMM][I]: bash: /srv/cloud/one/var/1/images/deployment.0: No such file or directory Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting /srv/cloud/one//var/1/images Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed "rm -rf /srv/cloud/one//var/1/images". Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I don't know that error occur because of my remote host or my Front-end. In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my front-end is Ubuntu 9.04 Anyone please help me, I got stuck in this error for weeks :( Thanks all. __________________________________________________ B?n C? S? D?ng Yahoo! Kh?ng? M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u nh?t tr?n m?ng http://vn.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Mon Apr 19 02:39:17 2010 From: manju.kudu at gmail.com (manju a) Date: Mon, 19 Apr 2010 15:09:17 +0530 Subject: [one-users] VM Creation Error on ESXi In-Reply-To: References: Message-ID: Hi All, As far as i observed ESXI4.0 free version is not working, if we enable with Evaluation Mode, we are able to create a VM using "onevm create templ.vm" thanks, Manjunath A On Fri, Apr 16, 2010 at 4:12 PM, manju a wrote: > Hi Experts, > > I have added ESX, ESXI hypervisor as a nodecntrl. Whenever I tried to > create a VM, I am getting below error, i can see from VIC it will try to > register the the machine, once its done below error will popup. > > Error 1 > > ?00:03:0a:c5:e9 is not an allowed static Ethernet address. Invalid Machine > Specified. Failed to Configure Ethernet0 > > I can confirm I have added ethernet0.checkMACAddress = "FALSE" in the ?.vmx? template > > Above error is common on ESXI (Free) and ESX (which has foundation Lic) > > Error 2 > > I added another ESXI server (Free 3.5U4 version) > > When I am trying to create a vm, it got failed, from the log > file(vmm_vmware.log) I can see below message. > > > > [15.04.2010 22:32:29] INIT SUCCESS > > [15.04.2010 23:21:44] DEPLOY FAILURE 27 Failed deploying VM in host > esxiserver > > [15.04.2010 23:21:44] Failed deploying VM 27 into esxiserver.Reason: null > > ---- Debug stack trace ---- > > AxisFault > > faultCode: ServerFaultCode > > faultSubcode: > > faultString: fault.RestrictedVersion.summary > > faultActor: > > faultNode: > > faultDetail: > > {urn:vim2}SecurityErrorFault:null > > > > fault.RestrictedVersion.summary > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > > at java.lang.Class.newInstance0(Class.java:355) > > Any hint or help will be greatly appreciated. > > Thanks, > > Manjunath A > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssysun at gmail.com Mon Apr 19 05:27:48 2010 From: ssysun at gmail.com (Sun) Date: Mon, 19 Apr 2010 13:27:48 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT Message-ID: Unable to deploy/start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Artem.Harutyunyan at cern.ch Mon Apr 19 06:38:11 2010 From: Artem.Harutyunyan at cern.ch (Artem Harutyunyan) Date: Mon, 19 Apr 2010 15:38:11 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org Message-ID: <4BCC5CC3.6050101@cern.ch> Hi, When I do econe-describe-instances or econe-describe-images I get hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one ./econe-describe-images --access-key=cernvm --secret-key=**** --url=https://cloud.opennebula.org econe-describe-images: undefined method `elements' for nil:NilClass hartem at pcphsft38:/opt/one/bin$ Is that OK (the output does not change if I supply the wrong password)? Also, could you please tell me what kind of image can I upload to the cloud (VMware, KVM, or Xen), and is there a limit on image size? Thanks for your help! Cheers, Artem. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6007 bytes Desc: S/MIME Cryptographic Signature URL: From tinova at fdi.ucm.es Mon Apr 19 09:35:12 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Mon, 19 Apr 2010 18:35:12 +0200 Subject: [one-users] hot add or hot plug with OpenNebula? In-Reply-To: References: <804B13F8F3D94A4AB18B9B01ACB68FA103399783@EXCHSRV.fokus.fraunhofer.de> Message-ID: Hi Stefan, FYI, Jordi Guijarro, from CESCA, wrote me offline to point me out a nice feature present in Xen 4.0 RAS features: physical cpu/memory hotplug ( from [1] ). We definitely hold this in mind for future releases. Regards, -Tino [1] http://wiki.xensource.com/xenwiki/Xen4.0 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:59 PM, Tino Vazquez wrote: > Hi Stefan, > > This feature depends mostly on the hypervisor (xen and kvm doesn't > allow this). It will be possible to implement it for the vmware > driver, i'll put that alongside the improvements plan for the vmware > support. > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Tue, Apr 6, 2010 at 4:41 PM, Harder, Stefan > wrote: >> Hi, >> >> is there any way to change a VMs configuration while it is running? >> Livemigrating is good when physical hosts reach their threshold so that >> you can migrate some VMs to other physical nodes. But what if the VMs >> themselves need more than the allocated hardware from the *.one template >> file. >> >> Is there any approach to do something like VMwares hot-add and hot-plug >> features for RAM and CPU with OpenNebula? >> >> Regards, >> >> Stefan >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > From jfontan at gmail.com Mon Apr 19 09:41:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:41:59 +0200 Subject: [one-users] Problem with https://cloud.opennebula.org In-Reply-To: <4BCC5CC3.6050101@cern.ch> References: <4BCC5CC3.6050101@cern.ch> Message-ID: Hello, Unfortunately actual EC2 interface is not as robust and complete as it should be desired. We plan to have a better implementation in the future. The colleague that manages this told me that you only have an account in devel.opennebula.org, that is a dummy installation, that is, the VMs started are not really running, are simulated with special hypervisor drivers. Unfortunately at this very moment we are using all our machines and we don't have enough resources to start real VMs in cloud.opennebula.org. If you need assistance to configure EC2 layer in your machines we will try to help you. Sorry for all the troubles On Mon, Apr 19, 2010 at 3:38 PM, Artem Harutyunyan wrote: > Hi, > > When I do econe-describe-instances or econe-describe-images I get > > hartem at pcphsft38:/opt/one/bin$ env ONE_LOCATION=/opt/one > ./econe-describe-images --access-key=cernvm --secret-key=**** > --url=https://cloud.opennebula.org > econe-describe-images: undefined method `elements' for nil:NilClass > hartem at pcphsft38:/opt/one/bin$ > > Is that OK (the output does not change if I supply the wrong password)? > > Also, could you please tell me what kind of image can I upload to the cloud > (VMware, KVM, or Xen), and is there a limit on image size? > > Thanks for your help! > > Cheers, > Artem. > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 19 09:43:59 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 19 Apr 2010 18:43:59 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <295517.33481.qm@web76316.mail.sg1.yahoo.com> References: <295517.33481.qm@web76316.mail.sg1.yahoo.com> Message-ID: Hello, It seems that you are using tm_nfs drivers, is that correct? If that is the case it seems that the directory /srv/cloud/one//var is not shared to the execution nodes. Check that the execution nodes hace this dir mounted by nfs so they can see what the frontend node had put there. Bye On Mon, Apr 19, 2010 at 8:41 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From szekelyi at niif.hu Mon Apr 19 18:36:14 2010 From: szekelyi at niif.hu (=?iso-8859-1?q?SZ=C9KELYI_Szabolcs?=) Date: Tue, 20 Apr 2010 03:36:14 +0200 Subject: [one-users] Accessing custom attributes from drivers Message-ID: <201004200336.14321.szekelyi@niif.hu> Hi ONE world, the ability of adding user-defined attributes to VM configuration is a nice feature, but... Suppose I need the value of a custom attribute in a TM script. Currently the only way of accessing it is to parse the command line parameters to determine the VID then feeding it to onevm, parsing its output as well, looking for the attribute name. This method, in my opinion, can be called anything but fancy and reliable. Is there a better way of accessing there parameters from drivers and MADs? Thanks, -- cc From mvnli_giang at yahoo.com Mon Apr 19 20:07:10 2010 From: mvnli_giang at yahoo.com (GIANG NGUYENVAN) Date: Tue, 20 Apr 2010 11:07:10 +0800 (SGT) Subject: [one-users] Cannot copy Deployment File when "onevm deploy" Message-ID: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Hello. I have already mouted this directory (/srv/cloud/one/var) to share to execution nodes. But the same error happened. It seem that OpenNebula created the deployment file deployment.0 in the different directory it looks up for. > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory Can you show me where can i put some code to change the directory that OpenNebula generate deployment file, or where it look up this file. I think the problem is around that. -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Wed Apr 21 00:19:39 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Wed, 21 Apr 2010 09:19:39 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: References: <4BC6D50F.2000106@sara.nl> Message-ID: <4BCEA70B.3020406@sara.nl> Excellent , I will package up the snmp information manager scripts and post them to the ecosystem. Regarding the monitoring interval, I am a little confused ... perhaps there is a reason but I cant fathom it , it seems if you don't have multiples of 10 nodes then your monitoring interval will grow ... **((2 nodes mod 10) + 1) * 10 = 30 second interval** **((10 nodes mod 10) + 1) * 10 = 10** second interval**** **((26 nodes mod 10) + 1) * 10 = 70** second interval ******((260 nodes mod 10) + 1) * 10 = 10 second interval ** Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? Cheers Neil Ruben S. Montero wrote: > Hi > > This is a great idea indeed, and a great contribution for the > ecosystem ;) . Just a few thoughts about monitoring... > > The MONITORING_INTERVAL is the time between to monitor actions in > OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts > monitored by the system. So if you have more than 10 hosts the hosts > are going to be monitored in approx ((num_hosts mod 10) + 1) * > monitoring_interval. > > If that is not your case, please send us the output of oned.log... > > > Cheers > > Ruben > > On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: > >> Hi All, >> >> I had some problems with host monitoring, namely that I could not >> decrease the cycle time to monitor a host. >> It is my understanding that we might need to monitor our hosts more >> often to get better / fairer scheduling. >> >> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >> not realise a cycle time of less than 30 seconds... >> >> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >> # HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >> # VM_POLLING_INTERVAL: Time in seconds between virtual machine >> monitorization >> HOST_MONITORING_INTERVAL = 10 >> VM_POLLING_INTERVAL = 60 >> >> I wrote a script that tries to emulate the ruby monitoring script, but >> pulls the information directly from system snmp counters to >> This should mean a more real time status of each host and avoids parsing >> out, scp and ssh of the ruby script. >> >> Is host monitoring via snmp a good idea ? Perhaps its faster / more >> scalable ? >> >> Example output using the ruby script from ONE: >> >> oneadmin at node15-one:~$ time >> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2261 >> TOTALMEMORY=24735424 >> USEDMEMORY=10151572 >> FREEMEMORY=24159416 >> FREECPU=770.4 >> USEDCPU=29.6 >> NETRX=18837297726 >> NETTX=328653416717 >> >> Example output from my snmp script: >> >> real 0m3.531s >> user 0m0.000s >> sys 0m0.028s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=18889772 >> FREEMEMORY=5845652 >> FREECPU=0.00 >> USEDCPU=800.00 >> NETRX=513353459 >> NETTX=3422880146 >> >> real 0m0.039s >> user 0m0.012s >> sys 0m0.048s >> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >> HYPERVISOR=kvm >> TOTALCPU=800 >> CPUSPEED=2270 >> TOTALMEMORY=24735424 >> USEDMEMORY=9011744 >> FREEMEMORY=15723680 >> FREECPU=792.00 >> USEDCPU=8.00 >> NETRX=513356316 >> NETTX=3422883584 >> >> real 0m0.039s >> user 0m0.020s >> sys 0m0.040s >> oneadmin at node15-one:~$ >> >> Cheers >> >> Neil >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > > > > From manju.kudu at gmail.com Wed Apr 21 00:27:55 2010 From: manju.kudu at gmail.com (manju a) Date: Wed, 21 Apr 2010 12:57:55 +0530 Subject: [one-users] econe commands Message-ID: Hi All, We are running Virtual machines on top of ESXI , when we do econe-upload, which file extension we need to give for uploading vmware based images, do we need give ".vmx" ?? i am able to upload ".vmx" (not sure whether its right or wrong) econe-describe-images oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 when i do econe-run-instances 5 econe-run-instances: undefined method `elements' for nil:NilClass i think i am missing some thing here.. please advise !! thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandeep at kqinfotech.com Wed Apr 21 00:42:52 2010 From: sandeep at kqinfotech.com (Sandeep@kqinfotech.com) Date: Wed, 21 Apr 2010 13:12:52 +0530 Subject: [one-users] Query about Opennebula + libvirt Message-ID: Hi, I am experimenting with opennebulea. I am successful to form simple private cloud with two worker node and one front node. I did deployment operations with command line (CUI). Now, I need to use libvirt for the same purpose. I tried with this at front end : *virsh -c one:///* and it gives me error : * error: no hypervisor driver available for one:///* * * Two things that I am able to do are : 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula doesn't comes into picture ) Actually, I am confused because three things has to be integrated to form a system i.e. 1) opennebula, 2) kvm hyperwiser, 3) libvirt APIs Can someone clear the picture, so that i can proceed with further things? I have few doubts like which daemons should be running on front-node and worker node, what configuration settings should be done to specify hyperwiser driver for *one:///* -- Thanks & Regards, Sandeep Kapse -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 21 00:54:26 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 21 Apr 2010 09:54:26 +0200 Subject: [one-users] Host monitoring with snmp ? In-Reply-To: <4BCEA70B.3020406@sara.nl> References: <4BC6D50F.2000106@sara.nl> <4BCEA70B.3020406@sara.nl> Message-ID: Hi, Excellent! Thanks for your contribution. Sorry I mixed up the operators, I meant the integer division instead of mod On Wed, Apr 21, 2010 at 9:19 AM, Neil Mooney wrote: > Excellent , ?I will package up the snmp information manager scripts and > post them to the ecosystem. > > Regarding the monitoring interval, I am a little confused ... perhaps > there is a reason but I cant fathom it , it seems if you don't have > multiples of 10 nodes then your monitoring interval will grow ... > > > **((2 nodes mod 10) + 1) * 10 = 30 second interval** > > **((10 nodes mod 10) + 1) * 10 = 10** second interval**** > > **((26 nodes mod 10) + 1) * 10 = 70** second interval > > ******((260 nodes mod 10) + 1) * 10 = 10 second interval > ** > Why should it be quicker to monitor 10 or 260 hosts rather than 2 hosts ? > > Cheers > > Neil > > > Ruben S. Montero wrote: >> Hi >> >> This is a great idea indeed, and a great contribution for the >> ecosystem ;) . Just a few thoughts about monitoring... >> >> The MONITORING_INTERVAL is the time between to monitor actions in >> OpenNebula. Each monitor action takes the ONLY THE LAST 10 hosts >> monitored by the system. So if you have more than 10 hosts the hosts >> are going to be monitored in approx ((num_hosts mod 10) + 1) * >> monitoring_interval. >> >> If that is not your case, please send us the output of oned.log... >> >> >> Cheers >> >> Ruben >> >> On Thu, Apr 15, 2010 at 10:57 AM, Neil Mooney wrote: >> >>> Hi All, >>> >>> I had some problems with host monitoring, namely that I could not >>> decrease the cycle time to monitor a host. >>> It is my understanding that we might need to monitor our hosts more >>> often to get better / fairer scheduling. >>> >>> I changed HOST_MONITORING_INTERVAL setting to 10 seconds, but I could >>> not realise a cycle time of less than 30 seconds... >>> >>> oneadmin at node15-one:~$ grep INTERVAL /etc/one/oned.conf >>> # ?HOST_MONITORING_INTERVAL: Time in seconds between host monitorization >>> # ?VM_POLLING_INTERVAL: Time in seconds between virtual machine >>> monitorization >>> HOST_MONITORING_INTERVAL = 10 >>> VM_POLLING_INTERVAL ? ? ?= 60 >>> >>> I wrote a script that tries to emulate the ruby monitoring script, but >>> pulls the information directly from system snmp counters to >>> This should mean a more real time status of each host and avoids parsing >>> out, scp and ssh of the ruby script. >>> >>> Is host monitoring via snmp a good idea ? Perhaps its ?faster / more >>> scalable ? >>> >>> Example output using the ruby script from ONE: >>> >>> oneadmin at node15-one:~$ time >>> /tmp/one-im/one_im-7a0979c4d3d29cded6cdb99498449870 >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2261 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=10151572 >>> FREEMEMORY=24159416 >>> FREECPU=770.4 >>> USEDCPU=29.6 >>> NETRX=18837297726 >>> NETTX=328653416717 >>> >>> Example output from my snmp script: >>> >>> real ? ?0m3.531s >>> user ? ?0m0.000s >>> sys ? ? 0m0.028s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh node16-one >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=18889772 >>> FREEMEMORY=5845652 >>> FREECPU=0.00 >>> USEDCPU=800.00 >>> NETRX=513353459 >>> NETTX=3422880146 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.012s >>> sys ? ? 0m0.048s >>> oneadmin at node15-one:~$ time scripts/onemonitor.sh localhost >>> HYPERVISOR=kvm >>> TOTALCPU=800 >>> CPUSPEED=2270 >>> TOTALMEMORY=24735424 >>> USEDMEMORY=9011744 >>> FREEMEMORY=15723680 >>> FREECPU=792.00 >>> USEDCPU=8.00 >>> NETRX=513356316 >>> NETTX=3422883584 >>> >>> real ? ?0m0.039s >>> user ? ?0m0.020s >>> sys ? ? 0m0.040s >>> oneadmin at node15-one:~$ >>> >>> Cheers >>> >>> Neil >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From tinova at fdi.ucm.es Wed Apr 21 02:28:26 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 11:28:26 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Sun, If you connect to the VMware host, can you see the machine running? Or is it registered at least (you should see a one-13 machine)? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > Unable to deploy/start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ > ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From nuno_carlos at yahoo.co.uk Wed Apr 21 08:18:25 2010 From: nuno_carlos at yahoo.co.uk (Carlos Nuno) Date: Wed, 21 Apr 2010 08:18:25 -0700 (PDT) Subject: [one-users] Opennebula - VMWare Adapter Message-ID: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Opennebula's documents says that we need to install vmware sdk and apache axis. however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. I am confused. Please help. Thank You. From baun at kit.edu Fri Apr 16 10:26:00 2010 From: baun at kit.edu (Christian Baun) Date: Fri, 16 Apr 2010 19:26:00 +0200 Subject: [one-users] Starting an instance inside OpenNebula In-Reply-To: References: <201004121644.27306.baun@kit.edu> Message-ID: <201004161926.00524.baun@kit.edu> Hi Tino, This is the output: $ ruby -dw /usr/bin/econe-run-instances -H 1 /usr/bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /usr/bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:38 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.10/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass Best Regards, Christian Am Freitag, 16. April 2010 schrieb Tino Vazquez: > Hi Chritian, > > I'm CCing OpenNebula's user list in case someone has the same problem. > > Can you execute the command with "ruby -dw" and send us the output? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 12, 2010 at 4:44 PM, Christian Baun wrote: > > Hi Tino, > > > > I tried to start an instance as decribed here: > > http://opennebula.org/cloud:cloud > > > > > > $ env | grep EC > > EC2_SECRET_KEY=c14ud5sky > > EC2_URL=https://devel.cloud.opennebula.org > > EC2_ACCESS_KEY=christian > > > > $ econe-describe-images -H > > Owner ?ImageId ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Location > > ------------------------------------------------------------------------------ > > christian ?1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /images_src/1 > > > > $ econe-run-instances -H 1 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > > > Did I something wrong? > > > > Best Regards, > > ? Christian > > > > > > -- > > --------- > > M.Sc. Christian Baun ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? UIN: 9107054 > > Karlsruher Institut f?r Technologie ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?baun at kit.edu > > Steinbuch Centrum f?r Computing (SCC) ? ? ? ? ? ? ? ? ? ? ? ? Tel: 07247-828603 > > Hermann-von-Helmholtz-Platz 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Mobil: 0170-2817531 > > 76344 Eggenstein-Leopoldshafen ? ? ? ? ? ? ? ? ? ? ? ? ? ? Privat: 0621-1815740 > > > > Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X > > Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009 > > > From samuelrh at infomed.sld.cu Tue Apr 13 21:28:38 2010 From: samuelrh at infomed.sld.cu (Samuel Rguez) Date: Tue, 13 Apr 2010 23:28:38 -0500 Subject: [one-users] Hello Message-ID: <001201cadb8a$f73d25f0$e5b771d0$@sld.cu> I would like to know how works the Fault Tolerance System in OpenNebula and how it works the detection and recovery of failures. I also want to know if OpenNebula allows automatic save of virtual machines. If you could answer me in Spanish I would appreciate it Thank you very much, Anet -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas Infomed: http://www.sld.cu/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From yl.sun at besc.ac.uk Mon Apr 19 05:12:51 2010 From: yl.sun at besc.ac.uk (Yih Leong Sun) Date: Mon, 19 Apr 2010 13:12:51 +0100 Subject: [one-users] OpenNebula VMWare Message-ID: Unable to start vmware using OpenNebula. The LCM state stopped at BOOT state. Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning my-desktop:/vmware/store/ubuntu Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: /var/lib/one/13/deployment.0 It stop here and VM never go into active state. VIRTUAL MACHINE 13 INFORMATION ID : 13 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/19 12:46:36 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.2, MAC=00:03:c0:a8:00:02, NETWORK=VMWareNet, VNID=0 ] VMID=13 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Wed Apr 21 02:45:42 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Wed, 21 Apr 2010 10:45:42 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). It is not registered at all. I'm using VMWare Server 2.0. However, I can see the vmware template is already copied. And I can run register and start this one-13 from the vmware console. But not from the OpenNebula. On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > Hi Sun, > > If you connect to the VMware host, can you see the machine running? Or > is it registered at least (you should see a one-13 machine)? > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: > > Unable to deploy/start vmware using OpenNebula. > > The LCM state stopped at BOOT state. > > > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > > my-desktop:/vmware/store/ > > ubuntu > > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > > /var/lib/one/13/deployment.0 > > > > It stop here and VM never go into active state. > > > > VIRTUAL MACHINE 13 INFORMATION > > ID : 13 > > NAME : VMwareVM > > STATE : ACTIVE > > LCM_STATE : BOOT > > START TIME : 04/19 12:46:36 > > END TIME : - > > DEPLOY ID: : > > > > VIRTUAL MACHINE TEMPLATE > > CPU=1 > > DISK=[ > > CLONE=yes, > > SAVE=no, > > SOURCE=/vmware/store/ubuntu ] > > MEMORY=1024 > > NAME=VMwareVM > > NIC=[ > > BRIDGE=vbr0, > > IP=192.168.0.2, > > MAC=00:03:c0:a8:00:02, > > NETWORK=VMWareNet, > > VNID=0 ] > > VMID=13 > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 21 14:47:47 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 21 Apr 2010 23:47:47 +0200 Subject: [one-users] OpenNebula VMWare In-Reply-To: References: Message-ID: Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 19, 2010 at 2:12 PM, Yih Leong Sun wrote: > Unable to start vmware using OpenNebula. > The LCM state stopped at BOOT state. > > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning > my-desktop:/vmware/store/ubuntu > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: > /var/lib/one/13/deployment.0 > > It stop here and VM never go into active state. > > VIRTUAL MACHINE 13 INFORMATION > ID???????????? : 13 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/19 12:46:36 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.2, > ? MAC=00:03:c0:a8:00:02, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=13 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From yihleong at gmail.com Thu Apr 22 04:47:43 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Thu, 22 Apr 2010 12:47:43 +0100 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Nope. I'm not getting File<..> not found error. And there is no other folder in the datastore. This is how i create and deploy the vm. 1. onevm create vmware.template 2. onevm deploy The oned.log shows that the vm cloning is successful. And i can see that it is renaming the vmx file to one-.vmx. Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and nothing else. The .log shows the following: Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: yl-desktop:/vmware/store/ubuntu_template yl.desktop:/var/lib/one/17/images/disk.0 Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning yl-desktop:/vmware/store/ubuntu_template Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: /var/lib/one/17/deployment.0 The process stop here and nothing else happen, and the VM info shows LCM_STATE as BOOT. It seems like the vm doesn't get kick start at all. ID : 17 NAME : VMwareVM STATE : ACTIVE LCM_STATE : BOOT START TIME : 04/22 12:29:30 END TIME : - DEPLOY ID: : VIRTUAL MACHINE TEMPLATE CPU=1 DISK=[ CLONE=yes, SAVE=no, SOURCE=/vmware/store/ubuntu_template ] MEMORY=1024 NAME=VMwareVM NIC=[ BRIDGE=vbr0, IP=192.168.0.1, MAC=00:03:c0:a8:00:01, NETWORK=VMWareNet, VNID=0 ] VMID=17 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, Are you getting a Filenot found error in your VI client? In that case, try removing in the shared datastore all the folders. Regards, -Tino On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. wrote: > Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). > It is not registered at all. > > I'm using VMWare Server 2.0. > > However, I can see the vmware template is already copied. And I can run > register and start this one-13 from the vmware console. > But not from the OpenNebula. > > > On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: > >> Hi Sun, >> >> If you connect to the VMware host, can you see the machine running? Or >> is it registered at least (you should see a one-13 machine)? >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> > Unable to deploy/start vmware using OpenNebula. >> > The LCM state stopped at BOOT state. >> > >> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> > my-desktop:/vmware/store/ >> > ubuntu >> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> > /var/lib/one/13/deployment.0 >> > >> > It stop here and VM never go into active state. >> > >> > VIRTUAL MACHINE 13 INFORMATION >> > ID : 13 >> > NAME : VMwareVM >> > STATE : ACTIVE >> > LCM_STATE : BOOT >> > START TIME : 04/19 12:46:36 >> > END TIME : - >> > DEPLOY ID: : >> > >> > VIRTUAL MACHINE TEMPLATE >> > CPU=1 >> > DISK=[ >> > CLONE=yes, >> > SAVE=no, >> > SOURCE=/vmware/store/ubuntu ] >> > MEMORY=1024 >> > NAME=VMwareVM >> > NIC=[ >> > BRIDGE=vbr0, >> > IP=192.168.0.2, >> > MAC=00:03:c0:a8:00:02, >> > NETWORK=VMWareNet, >> > VNID=0 ] >> > VMID=13 >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 22 05:04:40 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 14:04:40 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi, Do you get the host monitorized with "onehost"? It seems like the connection to the server is never made, are you using the FQDN? Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. wrote: > Nope. I'm not getting File<..> not found error. > And there is no other folder in the datastore. > > This is how i create and deploy the vm. > 1. onevm create vmware.template > 2. onevm deploy > > The oned.log shows that the vm cloning is successful. > And i can see that it is renaming the vmx file to one-.vmx. > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and > nothing else. > > The .log shows the following: > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: > yl-desktop:/vmware/store/ubuntu_template > yl.desktop:/var/lib/one/17/images/disk.0 > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning > yl-desktop:/vmware/store/ubuntu_template > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: > /var/lib/one/17/deployment.0 > > The process stop here and nothing else happen, and the VM info shows > LCM_STATE as BOOT. > It seems like the vm doesn't get kick start at all. > > ID???????????? : 17 > NAME?????????? : VMwareVM > STATE????????? : ACTIVE > LCM_STATE????? : BOOT > START TIME???? : 04/22 12:29:30 > END TIME?????? : - > DEPLOY ID:???? : > > VIRTUAL MACHINE TEMPLATE > CPU=1 > DISK=[ > ? CLONE=yes, > ? SAVE=no, > ? SOURCE=/vmware/store/ubuntu_template ] > MEMORY=1024 > NAME=VMwareVM > NIC=[ > ? BRIDGE=vbr0, > ? IP=192.168.0.1, > ? MAC=00:03:c0:a8:00:01, > ? NETWORK=VMWareNet, > ? VNID=0 ] > VMID=17 > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > Hi, > > Are you getting a Filenot found error in your VI > client? > > In that case, try removing in the shared datastore all the ? folders. > > Regards, > > -Tino > > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. > wrote: >> >> Nope. I can't see the vm from the vmware host (http://localhost:8222/ui). >> It is not registered at all. >> I'm using VMWare Server 2.0. >> However, I can see the vmware template is already copied. And I can run >> register and start this one-13 from the vmware console. >> But not from the OpenNebula. >> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez wrote: >>> >>> Hi Sun, >>> >>> If you connect to the VMware host, can you see the machine running? Or >>> is it registered at least (you should see a one-13 machine)? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> > Unable to deploy/start vmware using OpenNebula. >>> > The LCM state stopped at BOOT state. >>> > >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> > my-desktop:/vmware/store/ >>> > ubuntu >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/13/deployment.0 >>> > >>> > It stop here and VM never go into active state. >>> > >>> > VIRTUAL MACHINE 13 INFORMATION >>> > ID???????????? : 13 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/19 12:46:36 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.2, >>> > ? MAC=00:03:c0:a8:00:02, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=13 >>> > _______________________________________________ >>> > Users mailing list >>> > Users at lists.opennebula.org >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 06:24:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 15:24:24 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, It creates the image file to the $DATASTORE_PATH, which is supposed to be a NFS or VMFS share exported by the OpenNebula fornt-end to the nodes holding the hypervisors. This variable is set in $ONE_LOCATIONtm_vmware/tm_vmwarerc. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. wrote: > Is it suppose to create any image files? > When i delete the vm, the logs shows: > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > However, I can't find any file/folders > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" > > > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. wrote: >> >> I have tried both FQDN and non-FQDN and still the same result. >> The LCM_STATE still remains "BOOT". >> >> onehost show 1: >> ID??????????????????? : 1 >> NAME????????????????? : yl-desktop.besc.ac.uk >> STATE???????????????? : MONITORING >> IM_MAD??????????????? : im_vmware >> VM_MAD??????????????? : vmm_vmware >> TM_MAD??????????????? : tm_vmware >> >> HOST SHARES >> MAX MEM?????????????? : 0 >> USED MEM (REAL)?????? : 0 >> USED MEM (ALLOCATED)? : 524288 >> MAX CPU?????????????? : 0 >> USED CPU (REAL)?????? : 0 >> USED CPU (ALLOCATED)? : 100 >> RUNNING VMS?????????? : 1 >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez wrote: >>> >>> Hi, >>> >>> Do you get the host monitorized with "onehost"? It seems like the >>> connection to the server is never made, are you using the FQDN? >>> >>> Regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> wrote: >>> > Nope. I'm not getting File<..> not found error. >>> > And there is no other folder in the datastore. >>> > >>> > This is how i create and deploy the vm. >>> > 1. onevm create vmware.template >>> > 2. onevm deploy >>> > >>> > The oned.log shows that the vm cloning is successful. >>> > And i can see that it is renaming the vmx file to one-.vmx. >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS and >>> > nothing else. >>> > >>> > The .log shows the following: >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> > yl-desktop:/vmware/store/ubuntu_template >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> > yl-desktop:/vmware/store/ubuntu_template >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >>> > /var/lib/one/17/deployment.0 >>> > >>> > The process stop here and nothing else happen, and the VM info shows >>> > LCM_STATE as BOOT. >>> > It seems like the vm doesn't get kick start at all. >>> > >>> > ID???????????? : 17 >>> > NAME?????????? : VMwareVM >>> > STATE????????? : ACTIVE >>> > LCM_STATE????? : BOOT >>> > START TIME???? : 04/22 12:29:30 >>> > END TIME?????? : - >>> > DEPLOY ID:???? : >>> > >>> > VIRTUAL MACHINE TEMPLATE >>> > CPU=1 >>> > DISK=[ >>> > ? CLONE=yes, >>> > ? SAVE=no, >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> > MEMORY=1024 >>> > NAME=VMwareVM >>> > NIC=[ >>> > ? BRIDGE=vbr0, >>> > ? IP=192.168.0.1, >>> > ? MAC=00:03:c0:a8:00:01, >>> > ? NETWORK=VMWareNet, >>> > ? VNID=0 ] >>> > VMID=17 >>> > >>> > >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> > Hi, >>> > >>> > Are you getting a Filenot found error in your VI >>> > client? >>> > >>> > In that case, try removing in the shared datastore all the ? >>> > folders. >>> > >>> > Regards, >>> > >>> > -Tino >>> > >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> > wrote: >>> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> (http://localhost:8222/ui). >>> >> It is not registered at all. >>> >> I'm using VMWare Server 2.0. >>> >> However, I can see the vmware template is already copied. And I can >>> >> run >>> >> register and start this one-13 from the vmware console. >>> >> But not from the OpenNebula. >>> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> wrote: >>> >>> >>> >>> Hi Sun, >>> >>> >>> >>> If you connect to the VMware host, can you see the machine running? >>> >>> Or >>> >>> is it registered at least (you should see a one-13 machine)? >>> >>> >>> >>> Regards, >>> >>> >>> >>> -Tino >>> >>> >>> >>> -- >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >>> DSA Research Group: http://dsa-research.org >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> >>> >>> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >>> > The LCM state stopped at BOOT state. >>> >>> > >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >>> > my-desktop:/vmware/store/ >>> >>> > ubuntu >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >>> >>> > /var/lib/one/13/deployment.0 >>> >>> > >>> >>> > It stop here and VM never go into active state. >>> >>> > >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >>> > ID???????????? : 13 >>> >>> > NAME?????????? : VMwareVM >>> >>> > STATE????????? : ACTIVE >>> >>> > LCM_STATE????? : BOOT >>> >>> > START TIME???? : 04/19 12:46:36 >>> >>> > END TIME?????? : - >>> >>> > DEPLOY ID:???? : >>> >>> > >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >>> > CPU=1 >>> >>> > DISK=[ >>> >>> > ? CLONE=yes, >>> >>> > ? SAVE=no, >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >>> > MEMORY=1024 >>> >>> > NAME=VMwareVM >>> >>> > NIC=[ >>> >>> > ? BRIDGE=vbr0, >>> >>> > ? IP=192.168.0.2, >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >>> > ? NETWORK=VMWareNet, >>> >>> > ? VNID=0 ] >>> >>> > VMID=13 >>> >>> > _______________________________________________ >>> >>> > Users mailing list >>> >>> > Users at lists.opennebula.org >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> > >>> >>> > >>> >> >>> > >>> > >> > > From tinova at fdi.ucm.es Thu Apr 22 07:52:05 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 16:52:05 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: The tm_delete.sh from the vmware tm scripts suite tries to ---8<---- exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" --->8---- >From the info provided, seems like the $DATASTORE_PATH should be set to "/vmware/store/one-21" Best, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. wrote: > What i can see is that "one-21" folder is created in the datastore which > contains all the vmx files. > i.e. /vmware/store/one-21. > > It is not the one in the tm_delete.sh: > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images > > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> Hi Yih, >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> nodes holding the hypervisors. This variable is set in >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> wrote: >> > Is it suppose to create any image files? >> > When i delete the vm, the logs shows: >> > tm_delete.sh: Executed "rm -rf >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> > >> > However, I can't find any file/folders >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> > >> > >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> > wrote: >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> The LCM_STATE still remains "BOOT". >> >> >> >> onehost show 1: >> >> ID??????????????????? : 1 >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> STATE???????????????? : MONITORING >> >> IM_MAD??????????????? : im_vmware >> >> VM_MAD??????????????? : vmm_vmware >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> HOST SHARES >> >> MAX MEM?????????????? : 0 >> >> USED MEM (REAL)?????? : 0 >> >> USED MEM (ALLOCATED)? : 524288 >> >> MAX CPU?????????????? : 0 >> >> USED CPU (REAL)?????? : 0 >> >> USED CPU (ALLOCATED)? : 100 >> >> RUNNING VMS?????????? : 1 >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> wrote: >> >>> >> >>> Hi, >> >>> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >>> connection to the server is never made, are you using the FQDN? >> >>> >> >>> Regards, >> >>> >> >>> -Tino >> >>> >> >>> -- >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> DSA Research Group: http://dsa-research.org >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >>> >> >>> >> >>> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >>> wrote: >> >>> > Nope. I'm not getting File<..> not found error. >> >>> > And there is no other folder in the datastore. >> >>> > >> >>> > This is how i create and deploy the vm. >> >>> > 1. onevm create vmware.template >> >>> > 2. onevm deploy >> >>> > >> >>> > The oned.log shows that the vm cloning is successful. >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >>> > and >> >>> > nothing else. >> >>> > >> >>> > The .log shows the following: >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >>> > /var/lib/one/17/deployment.0 >> >>> > >> >>> > The process stop here and nothing else happen, and the VM info shows >> >>> > LCM_STATE as BOOT. >> >>> > It seems like the vm doesn't get kick start at all. >> >>> > >> >>> > ID???????????? : 17 >> >>> > NAME?????????? : VMwareVM >> >>> > STATE????????? : ACTIVE >> >>> > LCM_STATE????? : BOOT >> >>> > START TIME???? : 04/22 12:29:30 >> >>> > END TIME?????? : - >> >>> > DEPLOY ID:???? : >> >>> > >> >>> > VIRTUAL MACHINE TEMPLATE >> >>> > CPU=1 >> >>> > DISK=[ >> >>> > ? CLONE=yes, >> >>> > ? SAVE=no, >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >>> > MEMORY=1024 >> >>> > NAME=VMwareVM >> >>> > NIC=[ >> >>> > ? BRIDGE=vbr0, >> >>> > ? IP=192.168.0.1, >> >>> > ? MAC=00:03:c0:a8:00:01, >> >>> > ? NETWORK=VMWareNet, >> >>> > ? VNID=0 ] >> >>> > VMID=17 >> >>> > >> >>> > >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >>> > Hi, >> >>> > >> >>> > Are you getting a Filenot found error in your >> >>> > VI >> >>> > client? >> >>> > >> >>> > In that case, try removing in the shared datastore all the ? >> >>> > folders. >> >>> > >> >>> > Regards, >> >>> > >> >>> > -Tino >> >>> > >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >>> > >> >>> > wrote: >> >>> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >>> >> (http://localhost:8222/ui). >> >>> >> It is not registered at all. >> >>> >> I'm using VMWare Server 2.0. >> >>> >> However, I can see the vmware template is already copied. And I can >> >>> >> run >> >>> >> register and start this one-13 from the vmware console. >> >>> >> But not from the OpenNebula. >> >>> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >>> >> wrote: >> >>> >>> >> >>> >>> Hi Sun, >> >>> >>> >> >>> >>> If you connect to the VMware host, can you see the machine >> >>> >>> running? >> >>> >>> Or >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >>> >>> >> >>> >>> Regards, >> >>> >>> >> >>> >>> -Tino >> >>> >>> >> >>> >>> -- >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >>> >>> DSA Research Group: http://dsa-research.org >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >>> >>> http://www.OpenNebula.org >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >>> >>> > The LCM state stopped at BOOT state. >> >>> >>> > >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no context >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >>> >>> > my-desktop:/vmware/store/ >> >>> >>> > ubuntu >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment file: >> >>> >>> > /var/lib/one/13/deployment.0 >> >>> >>> > >> >>> >>> > It stop here and VM never go into active state. >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >>> >>> > ID???????????? : 13 >> >>> >>> > NAME?????????? : VMwareVM >> >>> >>> > STATE????????? : ACTIVE >> >>> >>> > LCM_STATE????? : BOOT >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >>> >>> > END TIME?????? : - >> >>> >>> > DEPLOY ID:???? : >> >>> >>> > >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >>> >>> > CPU=1 >> >>> >>> > DISK=[ >> >>> >>> > ? CLONE=yes, >> >>> >>> > ? SAVE=no, >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >>> >>> > MEMORY=1024 >> >>> >>> > NAME=VMwareVM >> >>> >>> > NIC=[ >> >>> >>> > ? BRIDGE=vbr0, >> >>> >>> > ? IP=192.168.0.2, >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >>> >>> > ? NETWORK=VMWareNet, >> >>> >>> > ? VNID=0 ] >> >>> >>> > VMID=13 >> >>> >>> > _______________________________________________ >> >>> >>> > Users mailing list >> >>> >>> > Users at lists.opennebula.org >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >>> >>> > >> >>> >>> > >> >>> >> >> >>> > >> >>> > >> >> >> > >> > > > From tinova at fdi.ucm.es Thu Apr 22 08:36:54 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 22 Apr 2010 17:36:54 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Oops, my mistake, i meant "/vmware/store/" -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. wrote: > No. > one-21, the "21" is the vm id generated by the opennebula. > > > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez wrote: >> >> The tm_delete.sh from the vmware tm scripts suite tries to >> >> ---8<---- >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >> --->8---- >> >> From the info provided, seems like the $DATASTORE_PATH should be set >> to "/vmware/store/one-21" >> >> Best, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >> wrote: >> > What i can see is that "one-21" folder is created in the datastore which >> > contains all the vmx files. >> > i.e. /vmware/store/one-21. >> > >> > It is not the one in the tm_delete.sh: >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >> > >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez wrote: >> >> >> >> Hi Yih, >> >> >> >> It creates the image file to the $DATASTORE_PATH, which is supposed to >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to the >> >> nodes holding the hypervisors. This variable is set in >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >> >> >> >> Regards, >> >> >> >> -Tino >> >> >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >> >> wrote: >> >> > Is it suppose to create any image files? >> >> > When i delete the vm, the logs shows: >> >> > tm_delete.sh: Executed "rm -rf >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >> >> > >> >> > However, I can't find any file/folders >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >> >> > >> >> > >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >> >> > wrote: >> >> >> >> >> >> I have tried both FQDN and non-FQDN and still the same result. >> >> >> The LCM_STATE still remains "BOOT". >> >> >> >> >> >> onehost show 1: >> >> >> ID??????????????????? : 1 >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >> >> >> STATE???????????????? : MONITORING >> >> >> IM_MAD??????????????? : im_vmware >> >> >> VM_MAD??????????????? : vmm_vmware >> >> >> TM_MAD??????????????? : tm_vmware >> >> >> >> >> >> HOST SHARES >> >> >> MAX MEM?????????????? : 0 >> >> >> USED MEM (REAL)?????? : 0 >> >> >> USED MEM (ALLOCATED)? : 524288 >> >> >> MAX CPU?????????????? : 0 >> >> >> USED CPU (REAL)?????? : 0 >> >> >> USED CPU (ALLOCATED)? : 100 >> >> >> RUNNING VMS?????????? : 1 >> >> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >> >> >> wrote: >> >> >>> >> >> >>> Hi, >> >> >>> >> >> >>> Do you get the host monitorized with "onehost"? It seems like the >> >> >>> connection to the server is never made, are you using the FQDN? >> >> >>> >> >> >>> Regards, >> >> >>> >> >> >>> -Tino >> >> >>> >> >> >>> -- >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> DSA Research Group: http://dsa-research.org >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >>> >> >> >>> >> >> >>> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >> >> >>> >> >> >>> wrote: >> >> >>> > Nope. I'm not getting File<..> not found error. >> >> >>> > And there is no other folder in the datastore. >> >> >>> > >> >> >>> > This is how i create and deploy the vm. >> >> >>> > 1. onevm create vmware.template >> >> >>> > 2. onevm deploy >> >> >>> > >> >> >>> > The oned.log shows that the vm cloning is successful. >> >> >>> > And i can see that it is renaming the vmx file to one-.vmx. >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT SUCCESS >> >> >>> > and >> >> >>> > nothing else. >> >> >>> > >> >> >>> > The .log shows the following: >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no context >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment file: >> >> >>> > /var/lib/one/17/deployment.0 >> >> >>> > >> >> >>> > The process stop here and nothing else happen, and the VM info >> >> >>> > shows >> >> >>> > LCM_STATE as BOOT. >> >> >>> > It seems like the vm doesn't get kick start at all. >> >> >>> > >> >> >>> > ID???????????? : 17 >> >> >>> > NAME?????????? : VMwareVM >> >> >>> > STATE????????? : ACTIVE >> >> >>> > LCM_STATE????? : BOOT >> >> >>> > START TIME???? : 04/22 12:29:30 >> >> >>> > END TIME?????? : - >> >> >>> > DEPLOY ID:???? : >> >> >>> > >> >> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> > CPU=1 >> >> >>> > DISK=[ >> >> >>> > ? CLONE=yes, >> >> >>> > ? SAVE=no, >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >> >> >>> > MEMORY=1024 >> >> >>> > NAME=VMwareVM >> >> >>> > NIC=[ >> >> >>> > ? BRIDGE=vbr0, >> >> >>> > ? IP=192.168.0.1, >> >> >>> > ? MAC=00:03:c0:a8:00:01, >> >> >>> > ? NETWORK=VMWareNet, >> >> >>> > ? VNID=0 ] >> >> >>> > VMID=17 >> >> >>> > >> >> >>> > >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> >> >>> > Hi, >> >> >>> > >> >> >>> > Are you getting a Filenot found error in >> >> >>> > your >> >> >>> > VI >> >> >>> > client? >> >> >>> > >> >> >>> > In that case, try removing in the shared datastore all the >> >> >>> > ? >> >> >>> > folders. >> >> >>> > >> >> >>> > Regards, >> >> >>> > >> >> >>> > -Tino >> >> >>> > >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >> >> >>> > >> >> >>> > wrote: >> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >> >> >>> >> (http://localhost:8222/ui). >> >> >>> >> It is not registered at all. >> >> >>> >> I'm using VMWare Server 2.0. >> >> >>> >> However, I can see the vmware template is already copied. And I >> >> >>> >> can >> >> >>> >> run >> >> >>> >> register and start this one-13 from the vmware console. >> >> >>> >> But not from the OpenNebula. >> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >> >> >>> >> >> >> >>> >> wrote: >> >> >>> >>> >> >> >>> >>> Hi Sun, >> >> >>> >>> >> >> >>> >>> If you connect to the VMware host, can you see the machine >> >> >>> >>> running? >> >> >>> >>> Or >> >> >>> >>> is it registered at least (you should see a one-13 machine)? >> >> >>> >>> >> >> >>> >>> Regards, >> >> >>> >>> >> >> >>> >>> -Tino >> >> >>> >>> >> >> >>> >>> -- >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> >>> >>> DSA Research Group: http://dsa-research.org >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >> >> >>> >>> http://www.OpenNebula.org >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun wrote: >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >> >> >>> >>> > The LCM state stopped at BOOT state. >> >> >>> >>> > >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is ACTIVE. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is PROLOG. >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has no >> >> >>> >>> > context >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >> >> >>> >>> > my-desktop:/vmware/store/ >> >> >>> >>> > ubuntu >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is BOOT >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating deployment >> >> >>> >>> > file: >> >> >>> >>> > /var/lib/one/13/deployment.0 >> >> >>> >>> > >> >> >>> >>> > It stop here and VM never go into active state. >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >> >> >>> >>> > ID???????????? : 13 >> >> >>> >>> > NAME?????????? : VMwareVM >> >> >>> >>> > STATE????????? : ACTIVE >> >> >>> >>> > LCM_STATE????? : BOOT >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >> >> >>> >>> > END TIME?????? : - >> >> >>> >>> > DEPLOY ID:???? : >> >> >>> >>> > >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >> >> >>> >>> > CPU=1 >> >> >>> >>> > DISK=[ >> >> >>> >>> > ? CLONE=yes, >> >> >>> >>> > ? SAVE=no, >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >> >> >>> >>> > MEMORY=1024 >> >> >>> >>> > NAME=VMwareVM >> >> >>> >>> > NIC=[ >> >> >>> >>> > ? BRIDGE=vbr0, >> >> >>> >>> > ? IP=192.168.0.2, >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >> >> >>> >>> > ? NETWORK=VMWareNet, >> >> >>> >>> > ? VNID=0 ] >> >> >>> >>> > VMID=13 >> >> >>> >>> > _______________________________________________ >> >> >>> >>> > Users mailing list >> >> >>> >>> > Users at lists.opennebula.org >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> >>> >>> > >> >> >>> >>> > >> >> >>> >> >> >> >>> > >> >> >>> > >> >> >> >> >> > >> >> > >> > >> > > > From makhanmail at gmail.com Thu Apr 22 13:31:20 2010 From: makhanmail at gmail.com (makhanmail) Date: Thu, 22 Apr 2010 23:31:20 +0300 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? Message-ID: Hello, I'd like to ask why kernel and ramdisk have to be present locally on the hosts? What's the reason for that? I know they are small, so it's not really a problem to keep all kernels we're using directly on hosts, but so it wouldn't be a problem to just copy them from repository whenever we need. Maciej From shortstuff92 at gmail.com Thu Apr 22 17:24:08 2010 From: shortstuff92 at gmail.com (Joseph Glanville) Date: Fri, 23 Apr 2010 10:24:08 +1000 Subject: [one-users] Why kernel and ramdisk have to be kept on hosts? In-Reply-To: References: Message-ID: Hi there. :) Depends on your hypervisor enviroment etc. If you use a stubdom loader like pygrub or pv-grub (for Xen) then the kernels and ramdisks can be self contained within the VM images. Hope that helps. :) Kind regards, Joseph Glanville GPG Key ID: A5FC8BE3 On Fri, Apr 23, 2010 at 6:31 AM, makhanmail wrote: > > Hello, > > I'd like to ask why kernel and ramdisk have to be present locally on the > hosts? What's the reason for that? I know they are small, so it's not really > a problem to keep all kernels we're using directly on hosts, but so it > wouldn't be a problem to just copy them from repository whenever we need. > > Maciej > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From ameseacla at gmail.com Thu Apr 22 21:51:07 2010 From: ameseacla at gmail.com (Eddie Liu) Date: Fri, 23 Apr 2010 00:51:07 -0400 Subject: [one-users] port forwarding Message-ID: <4BD1273B.40802@gmail.com> Hi all: I want to set the port forwarding on front-end so that I can access the VMs from internet. Does anyone have the similar experience to share? Thanks in advance! / / From toens.bueker at lists0903.nurfuerspam.neuroserve.de Fri Apr 23 01:32:46 2010 From: toens.bueker at lists0903.nurfuerspam.neuroserve.de (Toens Bueker) Date: Fri, 23 Apr 2010 10:32:46 +0200 Subject: [one-users] High-availability included? Message-ID: <20100423083246.GL20225@neteligent.de> Hi *, as I understand, oned is monitoring all VMs, which are running in an opennebula grid. What I could not determine by reading the docs is: will oned restart VMs on another physical host, if their physical host crashes? If yes, it should be mentioned in the docs as "HA" or "high-availability". If not, is it possible to implement this feature (it seems to me that all required components are available to do that)? Kind regards, T?ns -- There is no safe distance. From wasimbari at gmail.com Fri Apr 23 07:44:11 2010 From: wasimbari at gmail.com (Wasim Bari) Date: Fri, 23 Apr 2010 15:44:11 +0100 Subject: [one-users] fault tolerance in OpenNebula Message-ID: Hi All, I am interested to know if OpenNebula has any plans in their roadmap, near future, adding fault tolerance capabilities into toolkit? something like BFT or other similar way ? Cheers, Wasim -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeroen at nijhofnet.nl Fri Apr 23 12:07:21 2010 From: jeroen at nijhofnet.nl (Jeroen Nijhof) Date: Fri, 23 Apr 2010 21:07:21 +0200 Subject: [one-users] port forwarding In-Reply-To: <4BD1273B.40802@gmail.com> References: <4BD1273B.40802@gmail.com> Message-ID: <1272049641.3120.8.camel@tux> Hi, You can use iptables for portforwarding i.e. ssh: # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to :22 Just keep in mind that the ssh connection should go back as well so check the routes/firewall's... Regards, Jeroen On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > Hi all: > I want to set the port forwarding on front-end so that I can access the VMs from internet. > Does anyone have the similar experience to share? Thanks in advance! > > > / > / > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From florianchazal at gmail.com Mon Apr 26 06:37:38 2010 From: florianchazal at gmail.com (florian chazal) Date: Mon, 26 Apr 2010 15:37:38 +0200 Subject: [one-users] OpenNebula Management Console : Bug Message-ID: Hi, This mesage is more for the developpers : I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the > VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From llorente at dacya.ucm.es Mon Apr 26 06:57:54 2010 From: llorente at dacya.ucm.es (Ignacio Martin Llorente) Date: Mon, 26 Apr 2010 15:57:54 +0200 Subject: [one-users] OpenNebula Management Console : Bug In-Reply-To: References: Message-ID: <8BD97721-2A3A-4871-B3FF-81F064652E95@dacya.ucm.es> Hi Florian, I am forwarding your email to the ecosystem mailing list. Cheers, -- Ignacio M. Llorente, Full Professor (Catedratico): http://dsa-research.org/llorente DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org RESERVOIR European Project in Cloud Computing: http://www.reservoir-fp7.eu On 26/04/2010, at 15:37, florian chazal wrote: > Hi, > > This mesage is more for the developpers : > I'm using OpenNeubla and your onemc. The code is well done and easy to modify but I have to let you know that you certainly miss something in the onemc_create_user function (in onemc/include/onemc_funcs.php) .The function doesn't add the user in the data base and you need it in the function onemc_deploy_vm() otherwise, if you are not the oneadmin user you will receive this kinfd of message if you triy to deploy a vm : > Notice: xmlrpc: Parameter that is supposed to be a string is not (-501) in /srv/cloud/one/GUI/onemc/include/xml_funcs.php on line 153 because the $template is empty ... > > > 2010/4/23 Jeroen Nijhof > Hi, > > You can use iptables for portforwarding i.e. ssh: > # iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to > :22 > > Just keep in mind that the ssh connection should go back as well so > check the routes/firewall's... > > Regards, > Jeroen > > > On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote: > > Hi all: > > I want to set the port forwarding on front-end so that I can access the VMs from internet. > > Does anyone have the similar experience to share? Thanks in advance! > > > > > > / > > / > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > Florian Chazal > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From jfontan at gmail.com Mon Apr 26 08:24:38 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:24:38 +0200 Subject: [one-users] About OVF In-Reply-To: References: Message-ID: Hello, There is no plan to natively support OVF. This feature can be implemented as a layer over OpenNebula. Take a look at this project: http://claudia.morfeo-project.org/ Bye On Thu, Apr 15, 2010 at 9:25 AM, hy xu wrote: > Hi all, > > does openneula support OVF or decide to support? > > Thanks so much~~ > > -- > Best Wishes~ > > Alex > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:31:21 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:31:21 +0200 Subject: [one-users] Onehost list output In-Reply-To: References: Message-ID: Hello, This problem was still not addressed but you can easily change column sizes. Edit onehost script, at the top of the code there is a table (hash) describing each column. You can change size of the affected columns. Negative numbers mean that the column is right justified. Bye On Sat, Apr 17, 2010 at 8:08 PM, Rangababu Chakravarthula wrote: > ONE Version 1.2 > > The value shown in the Total Memory and Free Memory columns of onehost list > command are only 7 digits. When I have a host with more than 10 gig memory > the value displayed is misleading making the user assume its 1 gig. Has this > been addressed in 1.4? If not, can this be addressed in future? > > > Ranga > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:33:44 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:33:44 +0200 Subject: [one-users] Cannot copy Deployment File when "onevm deploy" In-Reply-To: <285760.11931.qm@web76302.mail.sg1.yahoo.com> References: <285760.11931.qm@web76302.mail.sg1.yahoo.com> Message-ID: Hello, After the machine is submited and failed (before deleting it) can you check that /srv/cloud/one/var//images exists in the execution host? On Tue, Apr 20, 2010 at 5:07 AM, GIANG NGUYENVAN wrote: > Hello. > I have already mouted this directory (/srv/cloud/one/var) to share to > execution nodes. But the same error happened. > It seem that OpenNebula created the deployment file deployment.0 in the > different directory it looks up for. > >> Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: >> /srv/cloud/one/var/1/deployment.0 >> Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create >> /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred >> -d >> one-1 -w 26' >> Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. >> Thu Apr 15 10:47:38 2010 [VMM][I]: > bash: >> /srv/cloud/one/var/1/images/deployment.0: No such file or directory > > Can you show me where can i put some code to change the directory that > OpenNebula generate deployment file, or where it look > up this file. I think the problem is around that. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From jfontan at gmail.com Mon Apr 26 08:38:00 2010 From: jfontan at gmail.com (Javier Fontan) Date: Mon, 26 Apr 2010 17:38:00 +0200 Subject: [one-users] Query about Opennebula + libvirt In-Reply-To: References: Message-ID: Hello, It seems that libvirt was not compiled with one support. Can you check it? Bye On Wed, Apr 21, 2010 at 9:42 AM, Sandeep at kqinfotech.com wrote: > Hi, > ??I am?experimenting with opennebulea. I am successful to form simple > private cloud with two worker node and > one front node. I did deployment operations with command line (CUI). Now, I > need to use libvirt for the same purpose. > I tried with this at front end : > ?? ? ? ? ??virsh -c one:/// > and it gives me error : > ?? ? ? ? ? error: no hypervisor driver available for one:/// > Two things that I am able to do are : > 1) To Deploy vm in opennebula cloud with CUI with kvtm hyperwiser. > 2) To Deploy vm on remote host with kvm using libvirt APIs ( opeenebula > doesn't comes into picture ) > Actually, I am confused because three things has to be integrated to form a > system i.e. > 1) opennebula, > 2) kvm hyperwiser, > 3) libvirt APIs > Can someone clear the picture, so that i can proceed with further things? > I have few doubts like which daemons should be running on front-node and > worker node, what configuration settings should be done to specify > hyperwiser driver for one:/// > > > -- > Thanks & Regards, > Sandeep Kapse > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Javier Fontan, Grid & Virtualization Technology Engineer/Researcher DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org From rdiez at cesga.es Mon Apr 26 09:57:14 2010 From: rdiez at cesga.es (Ruben Diez) Date: Mon, 26 Apr 2010 18:57:14 +0200 Subject: [one-users] one compilation on Centos 5.4 Message-ID: <4BD5C5EA.60308@cesga.es> Hi: I'm try to compile one on a centos 5.4.... I am follow the steps specified at http://www.opennebula.org/documentation:rel1.4:notes for the centos 5/RLE 5 case.... But, after make all the specified stuff, i get the follow error when i run the "scons" command: ------------ BEGIN CODE ----------------- [root at nuba-cesga-1b one-1.4]# scons scons: Reading SConscript files ... Testing recipe: pkg-config Error calling pkg-config xmlrpc_server_abyss++ --static --libs Testing recipe: xmlrpc-c-config Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian lenny) Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags Testing recipe: hardcoded libraries for Mac OS X (installed using port) g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 Error searching for xmlrpc-c libraries. Please check this things: * You have installed development libraries for xmlrpc-c. One way to check this is calling xmlrpc-c-config that is provided with the development package. * Check that the version of xmlrpc-c is at least 1.06. You can do this also calling: $ xmlrpc-c-config --version * If all this requirements are already met please send log files located in .xmlrpc_test to the mailing list. TypeError: 'str' object is not callable: File "/root/one-1.4/SConstruct", line 114: exit(-1) --------- END CODE --------------- Anybody knows what is failing??? Regards. From makhanmail at gmail.com Mon Apr 26 09:40:28 2010 From: makhanmail at gmail.com (makhanmail) Date: Mon, 26 Apr 2010 19:40:28 +0300 Subject: [one-users] one compilation on Centos 5.4 In-Reply-To: <4BD5C5EA.60308@cesga.es> References: <4BD5C5EA.60308@cesga.es> Message-ID: Hi Do you have the right version of xmlrpc-c installed? Is your system 32- or 64-bit? Don't know how it's on CentOS, but I had problems with xmlrpc-c - it was 32 bit and I needed 64 bit. Commands I used to install dependencies on Scientific Linux: yum -y install yum-conf-epel.noarch yum -y install ruby ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc sqlite-devel xmlrpc rubygems openssl openssl-devel openssh scons gcc flex bison make rubygem-rake.noarch gem install nokogiri rake xmlparser wget http://prdownloads.sourceforge.net/scons/scons-1.2.0-1.noarch.rpm rpm -Uvh scons-1.2.0-1.noarch.rpm wget http://centos.karan.org/el5/extras/testing/SRPMS/xmlrpc-c-1.06.18-1.el5.kb.src.rpm yum -y install cmake rpmbuild --rebuild xmlrpc-c-1.06.18-1.el5.kb.src.rpm cd /usr/src/redhat/RPMS/x86_64/ rpm -i xmlrpc-c-1.06.18-1.x86_64.rpm rpm -i xmlrpc-c-devel-1.06.18-1.x86_64.rpm wget http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz tar xvzf sqlite-amalgamation-3.6.17.tar.gz cd sqlite-3.6.17/ ./configure make make install Regards, Maciej Kruk Dnia 26-04-2010 o 19:57:14 Ruben Diez napisa?(a): > Hi: > > I'm try to compile one on a centos 5.4.... > > I am follow the steps specified at > http://www.opennebula.org/documentation:rel1.4:notes for the centos > 5/RLE 5 case.... > > But, after make all the specified stuff, i get the follow error when i > run the "scons" command: > > ------------ BEGIN CODE ----------------- > [root at nuba-cesga-1b one-1.4]# scons > scons: Reading SConscript files ... > Testing recipe: pkg-config > Error calling pkg-config xmlrpc_server_abyss++ --static --libs > Testing recipe: xmlrpc-c-config > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian > lenny) > Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags > Testing recipe: hardcoded libraries for Mac OS X (installed using port) > g++ .xmlrpc_test/xmlrpc_test.80dc48.cc -o > .xmlrpc_test/xmlrpc_test.80dc48.cc.out -I/opt/local/include > -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit > -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher > -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans > -lwwwcore -lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ > -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse > -lxmlrpc_xmltok -lxmlrpc_server_abyss++ -lxmlrpc_server++ > -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss > 1>>.xmlrpc_test/xmlrpc_test.80dc48.cc.log 2>&1 > > > Error searching for xmlrpc-c libraries. Please check this things: > > * You have installed development libraries for xmlrpc-c. One way to > check > this is calling xmlrpc-c-config that is provided with the development > package. > * Check that the version of xmlrpc-c is at least 1.06. You can do this > also > calling: > $ xmlrpc-c-config --version > * If all this requirements are already met please send log files > located in > .xmlrpc_test to the mailing list. > > TypeError: 'str' object is not callable: > File "/root/one-1.4/SConstruct", line 114: > exit(-1) > --------- END CODE --------------- > > Anybody knows what is failing??? > > Regards. > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org From hoefler.tobias at googlemail.com Mon Apr 26 12:51:24 2010 From: hoefler.tobias at googlemail.com (=?ISO-8859-1?Q?Tobias_H=F6fler?=) Date: Mon, 26 Apr 2010 21:51:24 +0200 Subject: [one-users] "reason" column in history table Message-ID: <4BD5EEBC.8000600@googlemail.com> Hi all, there are some different numbers within the reason column in the history table of the OpenNebula database. What exactly does each number in there mean ? Thanks a lot in advance, cheers, Tobias From tinova at fdi.ucm.es Mon Apr 26 15:03:58 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Tue, 27 Apr 2010 00:03:58 +0200 Subject: [one-users] "reason" column in history table In-Reply-To: <4BD5EEBC.8000600@googlemail.com> References: <4BD5EEBC.8000600@googlemail.com> Message-ID: Hi Tobias, The reason column logs the circumstances of the termination of the VM in its host: 0 NONE, /** < Normal termination in host */ 1 ERROR, /** < The VM was migrated because of an error */ 2 STOP_RESUME,/** < The VM was migrated because of a stop/resume request*/ 3 USER, /** < The VM was migrated because of an explicit request */ 4 CANCEL /** < The VM was migrated because of an explicit cancel */ The above is taken from the History object header [1]. Regards, -Tino [1] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/entry/include/History.h -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Mon, Apr 26, 2010 at 9:51 PM, Tobias H?fler wrote: > Hi all, > > there are some different numbers within the reason column in the history > table of the OpenNebula database. > What exactly does each number in there mean ? > > Thanks a lot in advance, > cheers, > Tobias > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From jinzishuai at gmail.com Mon Apr 26 16:35:03 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:35:03 -0600 Subject: [one-users] resume a suspended VM in a different host Message-ID: Hi there, I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. However, I find that the resumed VM always runs on the same host where it was running before. This pauses a problem if the original host became fully occupied. The VM will resume any ways, causing degradation of performance of other VMs and might even cause error due to lack of memory. On the other hand, I think this can be fixed, especially if we are using a shared storage driver such as the tm_nfs. I can imagine that the to be resumed VM is actually put into the queue asking for resources from the scheduler. Once a proper host is selected for it, it can then easily be resume from the other host. I guess we don't really have to have a shared storage, just like migrate works on ssh drivers as well. Do you think this is a reasonable suggestion? -- Shi Jin, Ph.D. From jinzishuai at gmail.com Mon Apr 26 16:38:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Mon, 26 Apr 2010 17:38:37 -0600 Subject: [one-users] migrate causes VM to reboot Message-ID: Hi there, I am able to call "onevm migrate" to move a VM from one host to another. However, it seems that after each migration, the VM was started from the XML deployment file again. What is interesting is that a checkpoint has already been made. However, it does not seem to be used? I think this is a bug, isn't it? Thanks a lot. -- Shi Jin, Ph.D. From rajendra at kqinfotech.com Mon Apr 26 23:23:50 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:53:50 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil.mooney at sara.nl Tue Apr 27 00:22:33 2010 From: neil.mooney at sara.nl (Neil Mooney) Date: Tue, 27 Apr 2010 09:22:33 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: Message-ID: <4BD690B9.3030408@sara.nl> Hi Shi For the machine to transfer without reboot, you probably need to use livemigrate instead. Do you have shared storage already ? The checkpoint file is probably redundant in a non live migration.(not sure). cheers Neil -- * livemigrate (Migrates a running VM to another host without downtime) onevm livemigrate Shi Jin wrote: > Hi there, > > I am able to call "onevm migrate" to move a VM from one host to another. > However, it seems that after each migration, the VM was started from > the XML deployment file again. > > What is interesting is that a checkpoint has already been made. > However, it does not seem to be used? > > I think this is a bug, isn't it? > Thanks a lot. > > From mehdi.alishahi at gmail.com Tue Apr 27 00:25:42 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 09:25:42 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: <4AC59736.9070003@gmail.com> References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi All, I'd like to work with OpenNebula in dummy mode (simulated). Would you please let me know about the status of this and how can I start to work with it? Regards, Mehdi On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: > Hi Ruben, > > Thansk this works well. It will give me a leg up before I hook into the > cluster. > > cheers, -g > > Ruben S. Montero wrote: >> >> Morning Gary, >> >> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >> a try. Let us know >> if it is good for your purposes. >> >> Cheers! >> >> Ruben >> >> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >> wrote: >> >>> >>> Hi, >>> >>> I think this would work for the initial development, ?I think the >>> simulated >>> time, especially for provisioning and startup is important. It allows my >>> work out the "remote aspects" of the http protocol. A settable in a conf >>> file would be great. >>> >>> Its 3:30 am by me, need some sleep... :-) >>> >>> -gary >>> >>> Borja Sotomayor wrote: >>> >>>> >>>> Hi, >>>> >>>> >>>>> >>>>> Well in fact this may be quite straight forward if we assume that all >>>>> operations always succeed and we do not need to model the behavior of >>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>> we can use this as a very simple development backend. >>>>> >>>> >>>> To be more specific, I think this 'test adapter' would have to provide >>>> the >>>> following features: >>>> >>>> - Allow specification of a number of physical hosts with specific >>>> capacities using a configuration file. >>>> >>>> - Internally keep track of what VMs are running and respond to >>>> monitoring >>>> command with predictable values. For simplicity, a simple starting point >>>> could be to make all VMs say that they are using 0% of their allocated >>>> CPU >>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>> complex models, to replicate real workloads). >>>> >>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>> points out, a simple starting point is to assume that all operations >>>> complete successfully and instantly. In the future, it would be nice to >>>> also >>>> configure delays (most importantly, suspension/resumption shouldn't be >>>> done >>>> instantaneously; the test driver should try to replicate that there's a >>>> delay while the VM suspends/resumes, and that is should remain in the >>>> "suspending" state for some time before transitioning to "suspended") >>>> and >>>> even failures (e.g., I want to add error handling code in Haizea, but >>>> doing >>>> this with a real testbed is messy, since it involves somehow provoking >>>> the >>>> VMs to fail). >>>> >>>> - As a starting point, this test adapter should operate in "real time". >>>> For simulations, it would be nice to have "simulated time" (so we can >>>> fast-forward through a lot of requests) but since the core and the >>>> scheduler >>>> are separate processes, it would involve coordinating this simulated >>>> time >>>> between the two components. This is doable, but we would to think about >>>> what's the best way of doing this. >>>> >>>> >>>> Gary: Would the above meet your requirements? >>>> >>>> >>>> Cheers! >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >>> >> >> >> >> > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From rubensm at dacya.ucm.es Tue Apr 27 02:59:53 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Tue, 27 Apr 2010 11:59:53 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C32F.5030909@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi, The URL for the dummy backend: http://dev.opennebula.org/projects/onesim/wiki Cheers Ruben On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi wrote: > Hi All, > > I'd like to work with OpenNebula in dummy mode (simulated). Would you > please let me know about the status of this and how can I start to > work with it? > > Regards, > Mehdi > > On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >> Hi Ruben, >> >> Thansk this works well. It will give me a leg up before I hook into the >> cluster. >> >> cheers, -g >> >> Ruben S. Montero wrote: >>> >>> Morning Gary, >>> >>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>> a try. Let us know >>> if it is good for your purposes. >>> >>> Cheers! >>> >>> Ruben >>> >>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>> wrote: >>> >>>> >>>> Hi, >>>> >>>> I think this would work for the initial development, ?I think the >>>> simulated >>>> time, especially for provisioning and startup is important. It allows my >>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>> file would be great. >>>> >>>> Its 3:30 am by me, need some sleep... :-) >>>> >>>> -gary >>>> >>>> Borja Sotomayor wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> >>>>>> >>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>> operations always succeed and we do not need to model the behavior of >>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>> we can use this as a very simple development backend. >>>>>> >>>>> >>>>> To be more specific, I think this 'test adapter' would have to provide >>>>> the >>>>> following features: >>>>> >>>>> - Allow specification of a number of physical hosts with specific >>>>> capacities using a configuration file. >>>>> >>>>> - Internally keep track of what VMs are running and respond to >>>>> monitoring >>>>> command with predictable values. For simplicity, a simple starting point >>>>> could be to make all VMs say that they are using 0% of their allocated >>>>> CPU >>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>> complex models, to replicate real workloads). >>>>> >>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>> points out, a simple starting point is to assume that all operations >>>>> complete successfully and instantly. In the future, it would be nice to >>>>> also >>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>> done >>>>> instantaneously; the test driver should try to replicate that there's a >>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>> "suspending" state for some time before transitioning to "suspended") >>>>> and >>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>> doing >>>>> this with a real testbed is messy, since it involves somehow provoking >>>>> the >>>>> VMs to fail). >>>>> >>>>> - As a starting point, this test adapter should operate in "real time". >>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>> fast-forward through a lot of requests) but since the core and the >>>>> scheduler >>>>> are separate processes, it would involve coordinating this simulated >>>>> time >>>>> between the two components. This is doable, but we would to think about >>>>> what's the best way of doing this. >>>>> >>>>> >>>>> Gary: Would the above meet your requirements? >>>>> >>>>> >>>>> Cheers! >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.opennebula.org >>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>> >>>> >>> >>> >>> >>> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From mehdi.alishahi at gmail.com Tue Apr 27 05:55:04 2010 From: mehdi.alishahi at gmail.com (Mehdi Sheikhalishahi) Date: Tue, 27 Apr 2010 14:55:04 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <71ca94060909290125v1e9b47c4uc32a12ff86a5dfba@mail.gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Thanks Ruben, this feature is very interesting in OpenNebula. I've installed it and tried to test it, when I submit a VM, VM cannot be executed. The following are commands and logs. oneadmin at one:~/working> onevm list ?ID ? ? USER ? ? NAME STAT CPU ? ? MEM ? ? ? ?HOSTNAME ? ? ? ?TIME ? 2 oneadmin vm-examp fail ? 0 ? ? ? 0 ? ? ?dummyHost5 00 00:00:16 oneadmin at one:~/var/2> cat vm.log Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver vmm_dummy Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - ---And log files Tue Apr 27 14:44:23 2010 [ONE][I]: ? ? ? ?OpenNebula Configuration File Tue Apr 27 14:44:23 2010 [ONE][I]: ---------------------------------------------- Tue Apr 27 14:44:23 2010 [ONE][I]: -------------------------------------------- ? ? ? ?DEBUG_LEVEL=3 ? ? ? ?HM_MAD=EXECUTABLE=one_hm ? ? ? ?HOST_MONITORING_INTERVAL=5 ? ? ? ?IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy ? ? ? ?MAC_PREFIX=00:03 ? ? ? ?MANAGER_TIMER=30 ? ? ? ?NETWORK_SIZE=254 ? ? ? ?PORT=2633 ? ? ? ?TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy ? ? ? ?VM_DIR=/srv/cloud/one/var/ ? ? ? ?VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml ? ? ? ?VM_POLLING_INTERVAL=60 Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. Tue Apr 27 14:44:25 2010 [VMM][I]: ? ? ?Loading driver: vmm_dummy (XML) Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command Regards, Mehdi On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero wrote: > Hi, > > The URL for the dummy backend: > > http://dev.opennebula.org/projects/onesim/wiki > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > wrote: >> Hi All, >> >> I'd like to work with OpenNebula in dummy mode (simulated). Would you >> please let me know about the status of this and how can I start to >> work with it? >> >> Regards, >> Mehdi >> >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz wrote: >>> Hi Ruben, >>> >>> Thansk this works well. It will give me a leg up before I hook into the >>> cluster. >>> >>> cheers, -g >>> >>> Ruben S. Montero wrote: >>>> >>>> Morning Gary, >>>> >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it >>>> a try. Let us know >>>> if it is good for your purposes. >>>> >>>> Cheers! >>>> >>>> Ruben >>>> >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz >>>> wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> I think this would work for the initial development, ?I think the >>>>> simulated >>>>> time, especially for provisioning and startup is important. It allows my >>>>> work out the "remote aspects" of the http protocol. A settable in a conf >>>>> file would be great. >>>>> >>>>> Its 3:30 am by me, need some sleep... :-) >>>>> >>>>> -gary >>>>> >>>>> Borja Sotomayor wrote: >>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> >>>>>>> >>>>>>> Well in fact this may be quite straight forward if we assume that all >>>>>>> operations always succeed and we do not need to model the behavior of >>>>>>> the hosts. Gary, let me know if this would work for your demo. Borja, >>>>>>> we can use this as a very simple development backend. >>>>>>> >>>>>> >>>>>> To be more specific, I think this 'test adapter' would have to provide >>>>>> the >>>>>> following features: >>>>>> >>>>>> - Allow specification of a number of physical hosts with specific >>>>>> capacities using a configuration file. >>>>>> >>>>>> - Internally keep track of what VMs are running and respond to >>>>>> monitoring >>>>>> command with predictable values. For simplicity, a simple starting point >>>>>> could be to make all VMs say that they are using 0% of their allocated >>>>>> CPU >>>>>> or 100% of their allocated CPU (maybe in the future allowing for more >>>>>> complex models, to replicate real workloads). >>>>>> >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as Ruben >>>>>> points out, a simple starting point is to assume that all operations >>>>>> complete successfully and instantly. In the future, it would be nice to >>>>>> also >>>>>> configure delays (most importantly, suspension/resumption shouldn't be >>>>>> done >>>>>> instantaneously; the test driver should try to replicate that there's a >>>>>> delay while the VM suspends/resumes, and that is should remain in the >>>>>> "suspending" state for some time before transitioning to "suspended") >>>>>> and >>>>>> even failures (e.g., I want to add error handling code in Haizea, but >>>>>> doing >>>>>> this with a real testbed is messy, since it involves somehow provoking >>>>>> the >>>>>> VMs to fail). >>>>>> >>>>>> - As a starting point, this test adapter should operate in "real time". >>>>>> For simulations, it would be nice to have "simulated time" (so we can >>>>>> fast-forward through a lot of requests) but since the core and the >>>>>> scheduler >>>>>> are separate processes, it would involve coordinating this simulated >>>>>> time >>>>>> between the two components. This is doable, but we would to think about >>>>>> what's the best way of doing this. >>>>>> >>>>>> >>>>>> Gary: Would the above meet your requirements? >>>>>> >>>>>> >>>>>> Cheers! >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.opennebula.org >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>>>> >>>>> >>>> >>>> >>>> >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > From nadinunes at gmail.com Tue Apr 27 06:13:39 2010 From: nadinunes at gmail.com (Nadilma Nunes) Date: Tue, 27 Apr 2010 10:13:39 -0300 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi all, I want to use OpenNebula and I saw OneSim can be used as simulator. So, I don't know how can I use the OneSim, because when I access the page ( http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: 403 You are not authorized to access this page. So, what should I do? I hope somebody help me. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Tue Apr 27 06:44:42 2010 From: manju.kudu at gmail.com (manju a) Date: Tue, 27 Apr 2010 19:14:42 +0530 Subject: [one-users] ec2 tools command Message-ID: Hi, I am bit confused about ec2 command on open-nebula , is it possible to use below commands in opennebula cloud.. example :- ec2-run-instances ec2-run-instances.cmd ec2-start-instances ec2-start-instances.cmd ec2-stop-instances ec2-stop-instances.cmd ec2-terminate-instances ec2-terminate-instances.cmd ec2-unmonitor-instances ec2-unmonitor-instances.cmd i believe we can use only econe commands, please correct me if i am wrong. thanks, manjunath A -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Tue Apr 27 06:49:08 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Tue, 27 Apr 2010 07:49:08 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: <4BD690B9.3030408@sara.nl> References: <4BD690B9.3030408@sara.nl> Message-ID: Neil. Thanks for the reply. Yes, livemigration does not reboot. However, it seems quite easy to do a cold migrate without the need to reboot, why not do it? In the current way, the VM will be shutdown improperly. For the case of Windows, it might cause lengthy disk check upon boot. In the worst case, it might generate disk failure (I haven't had it yet. Maybe the checkpoint flushes the cache thus is better than a power lose). Just my thoughts. Shi On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: > > Hi Shi > > For the machine to transfer without reboot, you probably need to use > livemigrate instead. > Do you have shared storage already ? > > The checkpoint file is probably redundant in a non live migration.(not > sure). > > cheers > > Neil > > -- > * livemigrate (Migrates a running VM to another host without downtime) > ? ?onevm livemigrate > > Shi Jin wrote: >> Hi there, >> >> I am able to call "onevm migrate" to move a VM from one host to another. >> However, it seems that after each migration, the VM was started from >> the XML deployment file again. >> >> What is interesting is that a checkpoint has already been made. >> However, it does not seem to be used? >> >> I think this is a bug, isn't it? >> Thanks a lot. >> >> > > -- Shi Jin, Ph.D. From danmolin at pdi.ucm.es Tue Apr 27 06:57:24 2010 From: danmolin at pdi.ucm.es (Daniel Molina Aranda) Date: Tue, 27 Apr 2010 15:57:24 +0200 Subject: [one-users] Test Adapter for OpenNebula ? In-Reply-To: References: <4AC0C978.3010800@gmail.com> <4AC1C5E1.2070608@gmail.com> <4AC1CDD3.3080603@borjanet.com> <4AC1D28B.5080006@gmail.com> <4AC59736.9070003@gmail.com> Message-ID: Hi Mehdi, You have to change the permissions for $ONE_LOCATION+ "/lib/mads/one_vmm_dummy.rb", allowing the execution of this file. Regards. On 27 April 2010 14:55, Mehdi Sheikhalishahi wrote: > Thanks Ruben, this feature is very interesting in OpenNebula. > I've installed it and tried to test it, when I submit a VM, VM cannot > be executed. The following are commands and logs. > > oneadmin at one:~/working> onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 2 oneadmin vm-examp fail 0 0 dummyHost5 00 00:00:16 > > oneadmin at one:~/var/2> cat vm.log > Tue Apr 27 14:46:52 2010 [DiM][I]: New VM state is ACTIVE. > Tue Apr 27 14:46:52 2010 [LCM][I]: New VM state is PROLOG. > Tue Apr 27 14:46:52 2010 [VM][I]: Virtual Machine has no context > Tue Apr 27 14:46:53 2010 [LCM][I]: New VM state is BOOT > Tue Apr 27 14:46:53 2010 [VMM][E]: deploy_action, error getting driver > vmm_dummy > Tue Apr 27 14:46:54 2010 [DiM][I]: New VM state is FAILED > Tue Apr 27 14:46:54 2010 [TM][W]: Ignored: TRANSFER SUCCESS 2 - > > ---And log files > Tue Apr 27 14:44:23 2010 [ONE][I]: OpenNebula Configuration > File > Tue Apr 27 14:44:23 2010 [ONE][I]: > ---------------------------------------------- > Tue Apr 27 14:44:23 2010 [ONE][I]: > -------------------------------------------- > DEBUG_LEVEL=3 > HM_MAD=EXECUTABLE=one_hm > HOST_MONITORING_INTERVAL=5 > IM_MAD=EXECUTABLE=one_im_dummy,NAME=im_dummy > MAC_PREFIX=00:03 > MANAGER_TIMER=30 > NETWORK_SIZE=254 > PORT=2633 > > TM_MAD=ARGUMENTS=tm_dummy/tm_dummy.conf,EXECUTABLE=one_tm,NAME=tm_dummy > VM_DIR=/srv/cloud/one/var/ > VM_MAD=EXECUTABLE=one_vmm_dummy,NAME=vmm_dummy,TYPE=xml > VM_POLLING_INTERVAL=60 > > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading Virtual Machine Manager drivers. > Tue Apr 27 14:44:25 2010 [VMM][I]: Loading driver: vmm_dummy (XML) > Tue Apr 27 14:44:25 2010 [MAD][E]: MAD did not answer INIT command > > Regards, > Mehdi > > On Tue, Apr 27, 2010 at 11:59 AM, Ruben S. Montero > wrote: > > Hi, > > > > The URL for the dummy backend: > > > > http://dev.opennebula.org/projects/onesim/wiki > > > > Cheers > > > > Ruben > > > > On Tue, Apr 27, 2010 at 9:25 AM, Mehdi Sheikhalishahi > > wrote: > >> Hi All, > >> > >> I'd like to work with OpenNebula in dummy mode (simulated). Would you > >> please let me know about the status of this and how can I start to > >> work with it? > >> > >> Regards, > >> Mehdi > >> > >> On Fri, Oct 2, 2009 at 8:01 AM, Gary Mazz > wrote: > >>> Hi Ruben, > >>> > >>> Thansk this works well. It will give me a leg up before I hook into the > >>> cluster. > >>> > >>> cheers, -g > >>> > >>> Ruben S. Montero wrote: > >>>> > >>>> Morning Gary, > >>>> > >>>> Check http://dev.opennebula.org/projects/onesim/wiki/Wiki and give it > >>>> a try. Let us know > >>>> if it is good for your purposes. > >>>> > >>>> Cheers! > >>>> > >>>> Ruben > >>>> > >>>> On Tue, Sep 29, 2009 at 11:25 AM, Gary Mazz > > >>>> wrote: > >>>> > >>>>> > >>>>> Hi, > >>>>> > >>>>> I think this would work for the initial development, I think the > >>>>> simulated > >>>>> time, especially for provisioning and startup is important. It allows > my > >>>>> work out the "remote aspects" of the http protocol. A settable in a > conf > >>>>> file would be great. > >>>>> > >>>>> Its 3:30 am by me, need some sleep... :-) > >>>>> > >>>>> -gary > >>>>> > >>>>> Borja Sotomayor wrote: > >>>>> > >>>>>> > >>>>>> Hi, > >>>>>> > >>>>>> > >>>>>>> > >>>>>>> Well in fact this may be quite straight forward if we assume that > all > >>>>>>> operations always succeed and we do not need to model the behavior > of > >>>>>>> the hosts. Gary, let me know if this would work for your demo. > Borja, > >>>>>>> we can use this as a very simple development backend. > >>>>>>> > >>>>>> > >>>>>> To be more specific, I think this 'test adapter' would have to > provide > >>>>>> the > >>>>>> following features: > >>>>>> > >>>>>> - Allow specification of a number of physical hosts with specific > >>>>>> capacities using a configuration file. > >>>>>> > >>>>>> - Internally keep track of what VMs are running and respond to > >>>>>> monitoring > >>>>>> command with predictable values. For simplicity, a simple starting > point > >>>>>> could be to make all VMs say that they are using 0% of their > allocated > >>>>>> CPU > >>>>>> or 100% of their allocated CPU (maybe in the future allowing for > more > >>>>>> complex models, to replicate real workloads). > >>>>>> > >>>>>> - Allow execution of all OpenNebula operations. For simplicity, as > Ruben > >>>>>> points out, a simple starting point is to assume that all operations > >>>>>> complete successfully and instantly. In the future, it would be nice > to > >>>>>> also > >>>>>> configure delays (most importantly, suspension/resumption shouldn't > be > >>>>>> done > >>>>>> instantaneously; the test driver should try to replicate that > there's a > >>>>>> delay while the VM suspends/resumes, and that is should remain in > the > >>>>>> "suspending" state for some time before transitioning to > "suspended") > >>>>>> and > >>>>>> even failures (e.g., I want to add error handling code in Haizea, > but > >>>>>> doing > >>>>>> this with a real testbed is messy, since it involves somehow > provoking > >>>>>> the > >>>>>> VMs to fail). > >>>>>> > >>>>>> - As a starting point, this test adapter should operate in "real > time". > >>>>>> For simulations, it would be nice to have "simulated time" (so we > can > >>>>>> fast-forward through a lot of requests) but since the core and the > >>>>>> scheduler > >>>>>> are separate processes, it would involve coordinating this simulated > >>>>>> time > >>>>>> between the two components. This is doable, but we would to think > about > >>>>>> what's the best way of doing this. > >>>>>> > >>>>>> > >>>>>> Gary: Would the above meet your requirements? > >>>>>> > >>>>>> > >>>>>> Cheers! > >>>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Users mailing list > >>>>> Users at lists.opennebula.org > >>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> _______________________________________________ > >>> Users mailing list > >>> Users at lists.opennebula.org > >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >>> > >> _______________________________________________ > >> Users mailing list > >> Users at lists.opennebula.org > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > > > > > > > -- > > Dr. Ruben Santiago Montero > > Associate Professor (Profesor Titular), Complutense University of Madrid > > > > URL: http://dsa-research.org/doku.php?id=people:ruben > > Weblog: http://blog.dsa-research.org/?author=7 > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajendra at kqinfotech.com Mon Apr 26 23:19:14 2010 From: rajendra at kqinfotech.com (rajendra kumar) Date: Tue, 27 Apr 2010 11:49:14 +0530 Subject: [one-users] Issue With Virtual Machine Life-cycle Message-ID: Hi All, I am using OpenNebula from last couple of days.I have installed OpenNebula in system wide mode. and using non-shared SSH method for image transfer to worker node. Worker node is having KVM . i am still in confusion about stop, cancel, suspend, resume, shutdown command in CLI(command line interface). oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test runn 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm stop 7 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME * 7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test runn 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm suspend 10 oneadmin at rajendra:~$ onevm list ID NAME STAT CPU MEM HOSTNAME TIME *7 vm-test save 0 1048576 worker-node01 03 00:57:33* 8 vm-test boot 0 0 worker-node01 00 09:44:08 *10 vm-test save 0 1048576 worker-node01 00 00:35:40* 11 vm-test fail 0 0 worker-node01 00 00:06:03 oneadmin at rajendra:~$ onevm resume 10 *Error: Wrong state to perform action* i was stoping VM {ID: 7} and suspending VM {ID: 10 } after that both are in saving mode. and Now i have used all command on both VM {ID:7 and ID:10} it is giving error "Error: Wrong state to perform action" So my query is that 1>> What is main difference between stoping, suspending , canceling VM's. 2>> How can i get back all these VM's in *running state* after Stop, Suspend, Shutdown, and Cancel operation. -- Regards Rajendra Kumar KQ infotech Mobile No: +91-9823565282 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Wed Apr 28 02:39:27 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Wed, 28 Apr 2010 15:09:27 +0530 Subject: [one-users] Java OCA code dependency Message-ID: Hi I have noticed the following while using Java OCA with Nebula 1.4. Client oneClient = new Client("shashank:shashank"," http://localhost:2633/RPC2"); VirtualMachine vm = new VirtualMachine(1,oneClient); vm.info(); System.out.println(vm.getName()); Host host = new Host(4,oneClient); host.info(); System.out.println(host.getName()); In the above code, vm.getName() has a dependency on vm.info(). If vm.info() is not invoked prior to it then the attributes of VirtualMachine object are null. The same dependency can be seen with Host releated invocation. Is this dependency required or can it be reported as a bug ? I have also noticed that the code was functional for any username:password specified as secret. -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From florianchazal at gmail.com Wed Apr 28 05:59:30 2010 From: florianchazal at gmail.com (florian chazal) Date: Wed, 28 Apr 2010 14:59:30 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... Message-ID: Hi all, I don't if I guess well but I did some test of CPU varaible and I obtain this result : - CPU = 25%, VCPU = 1 (default value) : VM has 1 CPU and can use 100\% of it, - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 200%, VCPU = 1 : VM has 1 CPU and can use 100% of it, - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%, - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to say 200\%. Therefore I conclued that the manager is ont using the variable or is not able to limit the CPU comsuption of one vm on a single processor. Am I right? Is it a bug? Thanks in advance . ps : I did this test with a c script with an infinite loop launch on the vm and I check the result on the node with a htop command. -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From rubensm at dacya.ucm.es Wed Apr 28 06:38:14 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Wed, 28 Apr 2010 15:38:14 +0200 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: Hi CPU capacity is a hint for the scheduler. If a physical host has 2 CPU (200), means that OpenNebula would not allocate VMs whose aggregated capacity is greater than 200. Now, the actual sharing of the physical CPU's is managed by the hypervisor. Currently we are using the credit scheduler in Xen so the CPU usage of VMs tends to that in CPU value, see [1] for more info. KVM is using the kernel process scheduler, and currently we do not set priorities or any other scheduling attribute. So I'd say that is the expected behavior. Cheers Ruben [1] http://wiki.xensource.com/xenwiki/CreditScheduler On Wed, Apr 28, 2010 at 2:59 PM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From jinzishuai at gmail.com Wed Apr 28 06:41:20 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Wed, 28 Apr 2010 07:41:20 -0600 Subject: [one-users] The CPU template variable doesn't seem to work ... In-Reply-To: References: Message-ID: HI Florian, I assume you are using KVM. My understanding is that CPU does not directly control how much real CPU power the VM gets. If your physical host has enough cores, you always have VCPU number of cores equivalent of power, just like shown in your test. CPU comes into play only as a scheduling variable. For example, you have only 1 physical cpu and 1 core, if you set CPU=25%, you can deploy 4 similar VM on this host. Since there are 4 VM processes sharing a single physical core, each VM only gets 25% of the power of a single core. If you set CPU=100%, the scheduler will only allow no more than 1 VM. This setup has a fundamental limitation in the sense that we cannot have mixed CPU numbers and assure fair power distribution according to their CPU value. I am also looking for a more accurate way to assure quality of service for KVM VMs. Shi On Wed, Apr 28, 2010 at 6:59 AM, florian chazal wrote: > Hi all, > > I don't if I guess well but I did some test of CPU varaible and I obtain > this result : > > - CPU = 25%, VCPU = 1 (default value) :? VM has 1 CPU and can use 100\% of > it, > - CPU = 100%, VCPU = 1 : VM has 1 CPU and can use 100% of it, > - CPU = 200%, VCPU = 1 : VM has 1 CPU? and can use 100% of it, > - CPU = 100%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%, > - CPU = 200%, VCPU = 2 : VM has 2 CPUs and can use 100% of them, that is to > say 200\%. > > Therefore I conclued that the manager is ont using the variable or is not > able to limit the CPU comsuption of one vm on a single processor. > Am I right? Is it a bug? > Thanks in advance . > > > ps :? I did this test with a c script with an infinite loop launch on the vm > and I check the result on the node with a htop command. > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Shi Jin, Ph.D. From tinova at fdi.ucm.es Wed Apr 28 06:56:36 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 15:56:36 +0200 Subject: [one-users] OpenNebula VMWare LCM_State BOOT In-Reply-To: References: Message-ID: Hi Yih, That is interesting, I've opened a ticket [1] to fix the tm_delete.sh bug, please feel free to annotate your patch in the ticket comments. Regarding the malfunction of the "one_vmm_vmware", can you check the log of vmware server to see if the connection is attempted? Is the port 443 accessible from the OpenNebula server (you may want to try telnet into it). Best regards, -Tino [1] http://dev.opennebula.org/issues/225 -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 12:30 PM, Yih Leong, Sun. wrote: > With regards to the tm_delete.sh, there seems to be a bug in the script. > tm_delete.sh: Executed "rm -rf > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". > > in tm_delete.sh, it tried to grep the VM_ID=`echo $1 | sed -e > 's/.*\/\([0-9]\+\)\/images\/.*/\1/'` > However, $1 is passed in as > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images without > trailing slash. > So the sed is not succeeded. I have modifed the tm_delete.sh to exclude the > trailing slash so there is no problem on tm_delete.sh anymore. > > However, it still doesn't solve my problem. The vm is still in boot state. > >> $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > MONITOR 0 > > This doesn't return anything. Nothing happened. > It seems like ONE is not communicating with vmware server. > The vmware server is setup using default configuration. > > > On Tue, Apr 27, 2010 at 11:21 AM, Yih Leong, Sun. > wrote: >> >> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >> > >> MONITOR 0 >> >> It shows nothing. Nothing happen. >> It seems like ONE is not communicating with vmware server. >> The vmware server is setup using default configuration. >> >> >> >> >> On Tue, Apr 27, 2010 at 11:09 AM, Tino Vazquez wrote: >>> >>> Hi Yih, >>> >>> Strange, I just can't figure out how you can have the >>> >>> --- >>> tm_delete.sh: Executed "rm -rf >>> /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> --- >>> >>> log message with the DATASTORE_PATH set to "/vmware/store/"? Take a >>> look at etc/tm_vmware/tm_vwmare.conf to ensure you are running the >>> right tm_delete.sh. >>> >>> Also, I am wary about the connection of the drivers to the VMware >>> server. Let's try the monitoring mad by hand, the driver will expect >>> an input from stdin, like: >>> >>> > $ONE_LOCATION/lib/mads/one_vmm_vmware --username --password >>> > >>> MONITOR 0 >>> >>> >>> You should receive a MONITOR SUCESS . >>> >>> Best regards, >>> >>> -Tino >>> >>> -- >>> Constantino V?zquez, Grid & Virtualization Technology >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> DSA Research Group: http://dsa-research.org >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >>> >>> >>> On Fri, Apr 23, 2010 at 9:36 AM, Yih Leong, Sun. >>> wrote: >>> > Yes. that's what i've set it to. >>> > >>> > >>> > On Thu, Apr 22, 2010 at 4:36 PM, Tino Vazquez >>> > wrote: >>> >> >>> >> Oops, my mistake, i meant "/vmware/store/" >>> >> >>> >> -- >>> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> DSA Research Group: http://dsa-research.org >>> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >>> >> >>> >> >>> >> On Thu, Apr 22, 2010 at 5:26 PM, Yih Leong, Sun. >>> >> wrote: >>> >> > No. >>> >> > one-21, the "21" is the vm id generated by the opennebula. >>> >> > >>> >> > >>> >> > On Thu, Apr 22, 2010 at 3:52 PM, Tino Vazquez >>> >> > wrote: >>> >> >> >>> >> >> The tm_delete.sh from the vmware tm scripts suite tries to >>> >> >> >>> >> >> ---8<---- >>> >> >> exec_and_log "rm -rf $DATASTORE_PATH/one-$VM_ID" >>> >> >> --->8---- >>> >> >> >>> >> >> From the info provided, seems like the $DATASTORE_PATH should be >>> >> >> set >>> >> >> to "/vmware/store/one-21" >>> >> >> >>> >> >> Best, >>> >> >> >>> >> >> -Tino >>> >> >> >>> >> >> -- >>> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> DSA Research Group: http://dsa-research.org >>> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >>> >> >> >>> >> >> >>> >> >> >>> >> >> On Thu, Apr 22, 2010 at 3:32 PM, Yih Leong, Sun. >>> >> >> >>> >> >> wrote: >>> >> >> > What i can see is that "one-21" folder is created in the >>> >> >> > datastore >>> >> >> > which >>> >> >> > contains all the vmx files. >>> >> >> > i.e. /vmware/store/one-21. >>> >> >> > >>> >> >> > It is not the one in the tm_delete.sh: >>> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images >>> >> >> > >>> >> >> > On Thu, Apr 22, 2010 at 2:24 PM, Tino Vazquez >>> >> >> > wrote: >>> >> >> >> >>> >> >> >> Hi Yih, >>> >> >> >> >>> >> >> >> It creates the image file to the $DATASTORE_PATH, which is >>> >> >> >> supposed >>> >> >> >> to >>> >> >> >> be a NFS or VMFS share exported by the OpenNebula fornt-end to >>> >> >> >> the >>> >> >> >> nodes holding the hypervisors. This variable is set in >>> >> >> >> $ONE_LOCATIONtm_vmware/tm_vmwarerc. >>> >> >> >> >>> >> >> >> Regards, >>> >> >> >> >>> >> >> >> -Tino >>> >> >> >> >>> >> >> >> -- >>> >> >> >> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> DSA Research Group: http://dsa-research.org >>> >> >> >> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> http://www.OpenNebula.org >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> On Thu, Apr 22, 2010 at 3:04 PM, Yih Leong, Sun. >>> >> >> >> >>> >> >> >> wrote: >>> >> >> >> > Is it suppose to create any image files? >>> >> >> >> > When i delete the vm, the logs shows: >>> >> >> >> > tm_delete.sh: Executed "rm -rf >>> >> >> >> > >>> >> >> >> > /vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images". >>> >> >> >> > >>> >> >> >> > However, I can't find any file/folders >>> >> >> >> > >>> >> >> >> > "/vmware/store/one-yl-desktop.besc.ac.uk:/var/lib/one/21/images" >>> >> >> >> > >>> >> >> >> > >>> >> >> >> > On Thu, Apr 22, 2010 at 1:41 PM, Yih Leong, Sun. >>> >> >> >> > >>> >> >> >> > wrote: >>> >> >> >> >> >>> >> >> >> >> I have tried both FQDN and non-FQDN and still the same >>> >> >> >> >> result. >>> >> >> >> >> The LCM_STATE still remains "BOOT". >>> >> >> >> >> >>> >> >> >> >> onehost show 1: >>> >> >> >> >> ID??????????????????? : 1 >>> >> >> >> >> NAME????????????????? : yl-desktop.besc.ac.uk >>> >> >> >> >> STATE???????????????? : MONITORING >>> >> >> >> >> IM_MAD??????????????? : im_vmware >>> >> >> >> >> VM_MAD??????????????? : vmm_vmware >>> >> >> >> >> TM_MAD??????????????? : tm_vmware >>> >> >> >> >> >>> >> >> >> >> HOST SHARES >>> >> >> >> >> MAX MEM?????????????? : 0 >>> >> >> >> >> USED MEM (REAL)?????? : 0 >>> >> >> >> >> USED MEM (ALLOCATED)? : 524288 >>> >> >> >> >> MAX CPU?????????????? : 0 >>> >> >> >> >> USED CPU (REAL)?????? : 0 >>> >> >> >> >> USED CPU (ALLOCATED)? : 100 >>> >> >> >> >> RUNNING VMS?????????? : 1 >>> >> >> >> >> >>> >> >> >> >> On Thu, Apr 22, 2010 at 1:04 PM, Tino Vazquez >>> >> >> >> >> >>> >> >> >> >> wrote: >>> >> >> >> >>> >>> >> >> >> >>> Hi, >>> >> >> >> >>> >>> >> >> >> >>> Do you get the host monitorized with "onehost"? It seems >>> >> >> >> >>> like >>> >> >> >> >>> the >>> >> >> >> >>> connection to the server is never made, are you using the >>> >> >> >> >>> FQDN? >>> >> >> >> >>> >>> >> >> >> >>> Regards, >>> >> >> >> >>> >>> >> >> >> >>> -Tino >>> >> >> >> >>> >>> >> >> >> >>> -- >>> >> >> >> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> >> >>> On Thu, Apr 22, 2010 at 1:47 PM, Yih Leong, Sun. >>> >> >> >> >>> >>> >> >> >> >>> wrote: >>> >> >> >> >>> > Nope. I'm not getting File<..> not found error. >>> >> >> >> >>> > And there is no other folder in the datastore. >>> >> >> >> >>> > >>> >> >> >> >>> > This is how i create and deploy the vm. >>> >> >> >> >>> > 1. onevm create vmware.template >>> >> >> >> >>> > 2. onevm deploy >>> >> >> >> >>> > >>> >> >> >> >>> > The oned.log shows that the vm cloning is successful. >>> >> >> >> >>> > And i can see that it is renaming the vmx file to >>> >> >> >> >>> > one-.vmx. >>> >> >> >> >>> > Both the vmm_vmware.log and im_vmware.log only shows INIT >>> >> >> >> >>> > SUCCESS >>> >> >> >> >>> > and >>> >> >> >> >>> > nothing else. >>> >> >> >> >>> > >>> >> >> >> >>> > The .log shows the following: >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [DiM][I]: New VM state is ACTIVE. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [LCM][I]: New VM state is PROLOG. >>> >> >> >> >>> > Thu Apr 22 12:29:37 2010 [VM][I]: Virtual Machine has no >>> >> >> >> >>> > context >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > yl.desktop:/var/lib/one/17/images/disk.0 >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> > yl-desktop:/vmware/store/ubuntu_template >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [LCM][I]: New VM state is BOOT >>> >> >> >> >>> > Thu Apr 22 12:31:47 2010 [VMM][I]: Generating deployment >>> >> >> >> >>> > file: >>> >> >> >> >>> > /var/lib/one/17/deployment.0 >>> >> >> >> >>> > >>> >> >> >> >>> > The process stop here and nothing else happen, and the VM >>> >> >> >> >>> > info >>> >> >> >> >>> > shows >>> >> >> >> >>> > LCM_STATE as BOOT. >>> >> >> >> >>> > It seems like the vm doesn't get kick start at all. >>> >> >> >> >>> > >>> >> >> >> >>> > ID???????????? : 17 >>> >> >> >> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> > START TIME???? : 04/22 12:29:30 >>> >> >> >> >>> > END TIME?????? : - >>> >> >> >> >>> > DEPLOY ID:???? : >>> >> >> >> >>> > >>> >> >> >> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> > CPU=1 >>> >> >> >> >>> > DISK=[ >>> >> >> >> >>> > ? CLONE=yes, >>> >> >> >> >>> > ? SAVE=no, >>> >> >> >> >>> > ? SOURCE=/vmware/store/ubuntu_template ] >>> >> >> >> >>> > MEMORY=1024 >>> >> >> >> >>> > NAME=VMwareVM >>> >> >> >> >>> > NIC=[ >>> >> >> >> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> > ? IP=192.168.0.1, >>> >> >> >> >>> > ? MAC=00:03:c0:a8:00:01, >>> >> >> >> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> > ? VNID=0 ] >>> >> >> >> >>> > VMID=17 >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> >> >> >> >>> > Hi, >>> >> >> >> >>> > >>> >> >> >> >>> > Are you getting a Filenot found error >>> >> >> >> >>> > in >>> >> >> >> >>> > your >>> >> >> >> >>> > VI >>> >> >> >> >>> > client? >>> >> >> >> >>> > >>> >> >> >> >>> > In that case, try removing in the shared datastore all the >>> >> >> >> >>> > ? >>> >> >> >> >>> > folders. >>> >> >> >> >>> > >>> >> >> >> >>> > Regards, >>> >> >> >> >>> > >>> >> >> >> >>> > -Tino >>> >> >> >> >>> > >>> >> >> >> >>> > On Wed, Apr 21, 2010 at 10:45 AM, Yih Leong, Sun. >>> >> >> >> >>> > >>> >> >> >> >>> > wrote: >>> >> >> >> >>> >> >>> >> >> >> >>> >> Nope. I can't see the vm from the vmware host >>> >> >> >> >>> >> (http://localhost:8222/ui). >>> >> >> >> >>> >> It is not registered at all. >>> >> >> >> >>> >> I'm using VMWare Server 2.0. >>> >> >> >> >>> >> However, I can see the vmware template is already copied. >>> >> >> >> >>> >> And >>> >> >> >> >>> >> I >>> >> >> >> >>> >> can >>> >> >> >> >>> >> run >>> >> >> >> >>> >> register and start this one-13 from the vmware console. >>> >> >> >> >>> >> But not from the OpenNebula. >>> >> >> >> >>> >> >>> >> >> >> >>> >> On Wed, Apr 21, 2010 at 10:28 AM, Tino Vazquez >>> >> >> >> >>> >> >>> >> >> >> >>> >> wrote: >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Hi Sun, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> If you connect to the VMware host, can you see the >>> >> >> >> >>> >>> machine >>> >> >> >> >>> >>> running? >>> >> >> >> >>> >>> Or >>> >> >> >> >>> >>> is it registered at least (you should see a one-13 >>> >> >> >> >>> >>> machine)? >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> Regards, >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -Tino >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> -- >>> >> >> >> >>> >>> Constantino V?zquez, Grid & Virtualization Technology >>> >> >> >> >>> >>> Engineer/Researcher: http://www.dsa-research.org/tinova >>> >> >> >> >>> >>> DSA Research Group: http://dsa-research.org >>> >> >> >> >>> >>> Globus GridWay Metascheduler: http://www.GridWay.org >>> >> >> >> >>> >>> OpenNebula Virtual Infrastructure Engine: >>> >> >> >> >>> >>> http://www.OpenNebula.org >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> >>> >> >> >> >>> >>> On Mon, Apr 19, 2010 at 2:27 PM, Sun >>> >> >> >> >>> >>> wrote: >>> >> >> >> >>> >>> > Unable to deploy/start vmware using OpenNebula. >>> >> >> >> >>> >>> > The LCM state stopped at BOOT state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [DiM][I]: New VM state is >>> >> >> >> >>> >>> > ACTIVE. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > PROLOG. >>> >> >> >> >>> >>> > Mon Apr 19 12:46:42 2010 [VM][I]: Virtual Machine has >>> >> >> >> >>> >>> > no >>> >> >> >> >>> >>> > context >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [TM][I]: tm_clone.sh: Cloning >>> >> >> >> >>> >>> > my-desktop:/vmware/store/ >>> >> >> >> >>> >>> > ubuntu >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [LCM][I]: New VM state is >>> >> >> >> >>> >>> > BOOT >>> >> >> >> >>> >>> > Mon Apr 19 12:49:12 2010 [VMM][I]: Generating >>> >> >> >> >>> >>> > deployment >>> >> >> >> >>> >>> > file: >>> >> >> >> >>> >>> > /var/lib/one/13/deployment.0 >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > It stop here and VM never go into active state. >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE 13 INFORMATION >>> >> >> >> >>> >>> > ID???????????? : 13 >>> >> >> >> >>> >>> > NAME?????????? : VMwareVM >>> >> >> >> >>> >>> > STATE????????? : ACTIVE >>> >> >> >> >>> >>> > LCM_STATE????? : BOOT >>> >> >> >> >>> >>> > START TIME???? : 04/19 12:46:36 >>> >> >> >> >>> >>> > END TIME?????? : - >>> >> >> >> >>> >>> > DEPLOY ID:???? : >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > VIRTUAL MACHINE TEMPLATE >>> >> >> >> >>> >>> > CPU=1 >>> >> >> >> >>> >>> > DISK=[ >>> >> >> >> >>> >>> > ? CLONE=yes, >>> >> >> >> >>> >>> > ? SAVE=no, >>> >> >> >> >>> >>> > ? SOURCE=/vmware/store/ubuntu ] >>> >> >> >> >>> >>> > MEMORY=1024 >>> >> >> >> >>> >>> > NAME=VMwareVM >>> >> >> >> >>> >>> > NIC=[ >>> >> >> >> >>> >>> > ? BRIDGE=vbr0, >>> >> >> >> >>> >>> > ? IP=192.168.0.2, >>> >> >> >> >>> >>> > ? MAC=00:03:c0:a8:00:02, >>> >> >> >> >>> >>> > ? NETWORK=VMWareNet, >>> >> >> >> >>> >>> > ? VNID=0 ] >>> >> >> >> >>> >>> > VMID=13 >>> >> >> >> >>> >>> > _______________________________________________ >>> >> >> >> >>> >>> > Users mailing list >>> >> >> >> >>> >>> > Users at lists.opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> >> >> >>> >>> > >>> >> >> >> >>> >>> > >>> >> >> >> >>> >> >>> >> >> >> >>> > >>> >> >> >> >>> > >>> >> >> >> >> >>> >> >> >> > >>> >> >> >> > >>> >> >> > >>> >> >> > >>> >> > >>> >> > >>> > >>> > >> > > From cmartins at fdi.ucm.es Wed Apr 28 07:28:16 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Wed, 28 Apr 2010 16:28:16 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hello Shashank. Keep in mind that underneath, the java OCA is an XMLRPC interface to OpenNebula. That's why you need to retrieve the information from ONE with the info() method first. We tried to make the code flow clear by creating some examples[0], you may find them more helpful than the javadoc. About the username:password string: Do you mean that you could interact with OpenNebula with a non-existing user? [0] http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/oca/java/share/examples Best regards, Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org 2010/4/28 Shashank Rachamalla > Hi > > I have noticed the following while using Java OCA with Nebula 1.4. > > Client oneClient = new Client("shashank:shashank"," > http://localhost:2633/RPC2"); > VirtualMachine vm = new VirtualMachine(1,oneClient); > vm.info(); > System.out.println(vm.getName()); > > Host host = new Host(4,oneClient); > host.info(); > System.out.println(host.getName()); > > In the above code, vm.getName() has a dependency on vm.info(). If vm.info() > is not invoked prior to it then the attributes of VirtualMachine object are > null. The same dependency can be seen with Host releated invocation. Is this > dependency required or can it be reported as a bug ? > > > I have also noticed that the code was functional for any username:password > specified as secret. > > -- > Regards, > Shashank Rachamalla > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Wed Apr 28 09:21:57 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Wed, 28 Apr 2010 18:21:57 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Unfortunetely, for vmware VMs you need more than one file, basically you need to upload a folder, and that, for the moment, is not possible with econe-upload. You can modify slightly the EC2QueryServer to untar a tar.gz on the server, and you will have the desired functionality, uploading the folder as a tar.gz file. Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > Hi All, > > We are running Virtual machines on top of ESXI , when we do econe-upload, > which file extension we need to give for uploading vmware based images,? do > we need give? ".vmx" ?? > > i am able to upload ".vmx" (not sure whether its right or wrong) > > econe-describe-images > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > > when i do > > econe-run-instances 5 > econe-run-instances: undefined method `elements' for nil:NilClass > > i think i am missing some thing here.. please advise !! > > thanks, > manjunath A > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manju.kudu at gmail.com Wed Apr 28 23:32:11 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 12:02:11 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, okay, i tired with .img file, i was able to upload and register but cant run the instance i always get below message econe-run-instances: undefined method `elements' for nil:NilClass if i do econe-describe-images, i am able to get the result.. oneadmin 1 /vmfs/voulmes/vmimages/1 oneadmin 2 /vmfs/voulmes/vmimages/2 oneadmin 3 /vmfs/voulmes/vmimages/3 oneadmin 4 /vmfs/voulmes/vmimages/4 oneadmin 5 /vmfs/voulmes/vmimages/5 oneadmin 6 /vmfs/voulmes/vmimages/6 oneadmin 7 /vmfs/voulmes/vmimages/kvm/7 Any idea on this error.. thanks, manjunath A On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > Hi Manju, > > Unfortunetely, for vmware VMs you need more than one file, basically > you need to upload a folder, and that, for the moment, is not possible > with econe-upload. You can modify slightly the EC2QueryServer to untar > a tar.gz on the server, and you will have the desired functionality, > uploading the folder as a tar.gz file. > > Regards, > > -Tino > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > > Hi All, > > > > We are running Virtual machines on top of ESXI , when we do econe-upload, > > which file extension we need to give for uploading vmware based images, > do > > we need give ".vmx" ?? > > > > i am able to upload ".vmx" (not sure whether its right or wrong) > > > > econe-describe-images > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > > > when i do > > > > econe-run-instances 5 > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > i think i am missing some thing here.. please advise !! > > > > thanks, > > manjunath A > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opennebula.org > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Thu Apr 29 02:33:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:33:24 +0200 Subject: [one-users] OneSim In-Reply-To: References: Message-ID: Hi, Are you still experiencing this? I've tried it out and works for me.... Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Tue, Apr 27, 2010 at 3:13 PM, Nadilma Nunes wrote: > Hi all, > > I want to use OpenNebula and I saw OneSim can be used as simulator. So, I > don't know how can I use the OneSim, because when I access the page > (http://dev.opennebula.org/projects/7/wiki/Wiki) always appear: > > 403 > > You are not authorized to access this page. > > So, what should I do? > > I hope somebody help me. > Thanks. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From tinova at fdi.ucm.es Thu Apr 29 02:36:01 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:36:01 +0200 Subject: [one-users] Opennebula - VMWare Adapter In-Reply-To: <555378.51600.qm@web28411.mail.ukl.yahoo.com> References: <555378.51600.qm@web28411.mail.ukl.yahoo.com> Message-ID: Hi Carlos, You can install the VMware SDK anywhere, I've always place it in /opt. Same thing goes for Apache Axis. The important thing is to reference their jars correctly (full path) from the CLASSPATH. This is just necessary for the OpenNebula server. Hope it helps, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Wed, Apr 21, 2010 at 5:18 PM, Carlos Nuno wrote: > Opennebula's documents says that we need to install vmware sdk and apache axis. > > however vmware sdk document does not say anything about where it should be installed / unzipped. does vmware sdk and j2ee and apache axis needs to be installed on vmware esx host or it shall be installed on a windows machine or it needs to be installed on cloud cluster. > > I am confused. Please help. > > Thank You. > > > > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > From tinova at fdi.ucm.es Thu Apr 29 02:43:29 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Thu, 29 Apr 2010 11:43:29 +0200 Subject: [one-users] TTYLinux ecample: Cannot copy Deployment file. In-Reply-To: <168814.15324.qm@web76301.mail.sg1.yahoo.com> References: <168814.15324.qm@web76301.mail.sg1.yahoo.com> Message-ID: Hi Giang, I am assuming you are using NFS for storage. Is the "/srv/cloud/one" available in the execution nodes (ie, is it exported by the OpenNebula server, does it get mounted by, for instance, 172.29.70.92, and in that exact path?). Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 15, 2010 at 6:06 AM, GIANG NGUYENVAN wrote: > Hello. > I am new to opennebula, and I tried to do an example VM + network on > http://opennebula.org/documentation:rel1.4:vmg? but when i deploy the Vm the > the remote host, the VM STT become FAILED. In the vm_log file, it seems > unsuccessfully because of the deployment files. > > Thu Apr 15 10:47:37 2010 [DiM][I]: New VM state is ACTIVE. > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is PROLOG. > Thu Apr 15 10:47:38 2010 [VM][I]: Virtual Machine has no context > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: > nguyenlinh:/srv/cloud/images/ttylinux.img > 172.29.70.92:/srv/cloud/one/var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: DST: > /srv/cloud/one//var/1/images/disk.0 > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Creating directory > /srv/cloud/one//var/1/images > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "mkdir -p > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Cloning > /srv/cloud/images/ttylinux.img > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "cp > /srv/cloud/images/ttylinux.img /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [TM][I]: tm_clone.sh: Executed "chmod a+w > /srv/cloud/one//var/1/images/disk.0". > Thu Apr 15 10:47:38 2010 [LCM][I]: New VM state is BOOT > Thu Apr 15 10:47:38 2010 [VMM][I]: Generating deployment file: > /srv/cloud/one/var/1/deployment.0 > Thu Apr 15 10:47:38 2010 [VMM][I]: Command execution fail: 'cat > > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm create > /srv/cloud/one/var/1/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d > one-1 -w 26' > Thu Apr 15 10:47:38 2010 [VMM][I]: STDERR follows. > Thu Apr 15 10:47:38 2010 [VMM][I]: bash: > /srv/cloud/one/var/1/images/deployment.0: No such file or directory > Thu Apr 15 10:47:38 2010 [VMM][I]: ExitCode: 1 > Thu Apr 15 10:47:38 2010 [VMM][E]: Error deploying virtual machine > Thu Apr 15 10:47:39 2010 [DiM][I]: New VM state is FAILED > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Deleting > /srv/cloud/one//var/1/images > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: LOG - 1 tm_delete.sh: Executed > "rm -rf /srv/cloud/one//var/1/images". > > Thu Apr 15 10:47:39 2010 [TM][W]: Ignored: TRANSFER SUCCESS 1 - > > I have already set the $ONE_LOCATION=/srv/cloud/one, and other enviroment > path. In my oned.conf file, i set the VM_DIR = /srv/cloud/one/var, so I > don't know that error occur because of my remote host or my Front-end. > In addtion, my Remote host use Cent OS 5.4, with Xen-kernel, and my > front-end is Ubuntu 9.04 > > Anyone please help me, I got stuck in this error for weeks :( > Thanks all. > > __________________________________________________ > B?n C? S? D?ng Yahoo! Kh?ng? > M?t m?i v? th? r?c? Yahoo! Th? c? ch??ng tr?nh b?o v? ch?ng th? r?c h?u hi?u > nh?t tr?n m?ng > http://vn.mail.yahoo.com > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > From manish at gslab.com Thu Apr 29 03:14:19 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 15:44:19 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor Message-ID: <4BD95BFB.5070907@gslab.com> Hi, I am trying to configure opennebula, using VMWare server as Hypervisor. The document says that configure uid in VIC. However when I connect VIC to the VMWare console, I can add/manage role, however could not find any place where I can set the UID for that role/user. Am I missing anything? =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== All the VMware hypervisors (that will be accessed by the same set of drivers) needs to share the same user with the same password. This user can be created through the VMware Infrastructure Client (VIC), in the User & Groups. This user needs to have the same UID as the oneadmin user has in the OpenNebula front-end, and this can be set through the VIC as well. ========= -- Thanks and Regards, Manish Office Phone : 46711053 Extension : #1053 From manju.kudu at gmail.com Thu Apr 29 04:21:33 2010 From: manju.kudu at gmail.com (manju a) Date: Thu, 29 Apr 2010 16:51:33 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: <4BD95BFB.5070907@gslab.com> References: <4BD95BFB.5070907@gslab.com> Message-ID: Hi, When you add a username, there will be a Field to enter "UID" (in the right side) . thanks, manjunath A On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya wrote: > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This user can > be created through the VMware Infrastructure Client (VIC), in the User & > Groups. This user needs to have the same UID as the oneadmin user has in the > OpenNebula front-end, and this can be set through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manish at gslab.com Thu Apr 29 04:37:36 2010 From: manish at gslab.com (Manish Sapariya) Date: Thu, 29 Apr 2010 17:07:36 +0530 Subject: [one-users] opennebula using VMWare Server as Hypervisor In-Reply-To: References: <4BD95BFB.5070907@gslab.com> Message-ID: <4BD96F80.7040403@gslab.com> Thanks, however I don't see any such field. All I can do is add a role and select permissions for that user. I am using VMWare Server : 2.0 VMWare Infrastructure Client : 2.5.0 Regards, Manish Office Phone : 46711053 Extension : #1053 On 4/29/2010 4:51 PM, manju a wrote: > Hi, > > When you add a username, there will be a Field to enter "UID" (in the > right side) . > > thanks, > manjunath A > > > > > On Thu, Apr 29, 2010 at 3:44 PM, Manish Sapariya > wrote: > > Hi, > I am trying to configure opennebula, using VMWare server as Hypervisor. > The document says that configure uid in VIC. However when I connect > VIC to the VMWare console, I can add/manage role, however could not > find any place where I can set the UID for that role/user. > > Am I missing anything? > > =======http://www.opennebula.org/documentation:rel1.4:vmwareg===== > All the VMware hypervisors (that will be accessed by the same set of > drivers) needs to share the same user with the same password. This > user can be created through the VMware Infrastructure Client (VIC), > in the User & Groups. This user needs to have the same UID as the > oneadmin user has in the OpenNebula front-end, and this can be set > through the VIC as well. > ========= > -- > Thanks and Regards, > Manish > > Office Phone : 46711053 > Extension : #1053 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. From rubensm at dacya.ucm.es Thu Apr 29 06:00:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:00:01 +0200 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Hi Actually OpenNebula do a restore from the checkpoint file when the VM is "cold" migrated. It should not be restarted from the plain deployment file. This looks like a bug. Please Shi could you send us the vm.log file for this case (i.e. doing a migrate between two hosts). Thanks in advance! Cheers Ruben On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: > Neil. > Thanks for the reply. > Yes, livemigration does not reboot. > However, it seems quite easy to do a cold migrate without the need to > reboot, why not do it? > In the current way, the VM will be shutdown improperly. For the case > of Windows, it might cause lengthy disk check upon boot. > In the worst case, it might generate disk failure (I haven't had it > yet. Maybe the checkpoint flushes the cache thus is better than a > power lose). > > Just my thoughts. > Shi > > On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >> >> Hi Shi >> >> For the machine to transfer without reboot, you probably need to use >> livemigrate instead. >> Do you have shared storage already ? >> >> The checkpoint file is probably redundant in a non live migration.(not >> sure). >> >> cheers >> >> Neil >> >> -- >> * livemigrate (Migrates a running VM to another host without downtime) >> ? ?onevm livemigrate >> >> Shi Jin wrote: >>> Hi there, >>> >>> I am able to call "onevm migrate" to move a VM from one host to another. >>> However, it seems that after each migration, the VM was started from >>> the XML deployment file again. >>> >>> What is interesting is that a checkpoint has already been made. >>> However, it does not seem to be used? >>> >>> I think this is a bug, isn't it? >>> Thanks a lot. >>> >>> >> >> > > > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:06:23 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:06:23 +0200 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Hi There are two different ways to stop a VM: suspend: It leaves the images and checkpoint files in the running host, as you describe in your email. When you resume the VM all the files are already there and it should be fast. You usually want to use suspend for short suspend cycles. stop: It moves the files back to the VM_DIR. When you resume a stopped VM it will be re-scheduled and likely it will be re-started in other host. Note that is a more expensive process as images have to be moved between hosts. I think that stop is the behavior you were looking for... Cheers Ruben On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: > Hi there, > > I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. > However, I find that the resumed VM always runs on the same host where > it was running before. > This pauses a problem if the original host became fully occupied. The > VM will resume any ways, causing degradation of performance of other > VMs and might even cause error due to lack of memory. > On the other hand, I think this can be fixed, especially if we are > using a shared storage driver such as the tm_nfs. > I can imagine that the to be resumed VM is actually put into the queue > asking for resources from the scheduler. > Once a proper host is selected for it, it can then easily be resume > from the other host. > > I guess we don't really have to have a shared storage, just like > migrate works on ssh drivers as well. > > Do you think this is a reasonable suggestion? > > -- > Shi Jin, Ph.D. > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From rubensm at dacya.ucm.es Thu Apr 29 06:11:01 2010 From: rubensm at dacya.ucm.es (Ruben S. Montero) Date: Thu, 29 Apr 2010 15:11:01 +0200 Subject: [one-users] onevm - zombie vm In-Reply-To: <4B8F8825.7010706@srce.hr> References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Hi, Just a quick update on this issue. It seems that the source of the problems is a locking issue with sqlite, when the oned and scheduler processes are both accessing the DB. We are addressing this by: * add support for other DB backends (MySQL) * Move the scheduler to the XML-RPC interface instead of direct accessing the DB Cheers Ruben On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic wrote: > Hello, my answers are inline. > > Tino Vazquez wrote: >> >> Hi Shi Jin, Nikola, >> >> ?This seems like a bug, we will need more info to address the problem. >> We would appreciate it if you'll be so kind to provide more feedback >> on: >> >> * Which driver are you using (xen,kvm,vmware)? > > xen > >> >> * In what state was the VM prior to the delete action? > > runn(ing) > >> * If the machine has a network lease, can you check directly in the >> network to see if the lease has been released? > > Lease has been released > >> >> * Did the VM generate a transfer.prolog and/or transfer.epilog in >> $ONE_LOCATION/var// ? >> > > I only have empty vm.log file. I deleted all vm files due to image using > free space, sorry. > >> >> * Is the vm.log not showing relevant info or completely empty? > > My vm.log is completely empty. I did restart one few times after my VMs > stuck. Then I went and delete files, and now only have empty vm.log. > > Regards, > Nikola > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Dr. Ruben Santiago Montero Associate Professor (Profesor Titular), Complutense University of Madrid URL: http://dsa-research.org/doku.php?id=people:ruben Weblog: http://blog.dsa-research.org/?author=7 From florianchazal at gmail.com Thu Apr 29 08:55:34 2010 From: florianchazal at gmail.com (florian chazal) Date: Thu, 29 Apr 2010 17:55:34 +0200 Subject: [one-users] Storage and Service management Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinzishuai at gmail.com Thu Apr 29 09:15:59 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:15:59 -0600 Subject: [one-users] onevm - zombie vm In-Reply-To: References: <4B8523B6.5020607@srce.hr> <4B866323.6030105@srce.hr> <4B8665F3.6030301@srce.hr> <873c169b1003010915r63a1629do8b6feaa72cf979bf@mail.gmail.com> <4B8F8825.7010706@srce.hr> Message-ID: Thank you very much. Very good to know. Shi On Thu, Apr 29, 2010 at 7:11 AM, Ruben S. Montero wrote: > Hi, > > Just a quick update on this issue. It seems that the source of the > problems is a locking issue with sqlite, when the oned and scheduler > processes are both accessing the DB. We are addressing this by: > > * add support for other DB backends (MySQL) > * Move the scheduler to the XML-RPC interface instead of direct accessing the DB > > Cheers > > Ruben > > On Thu, Mar 4, 2010 at 12:15 PM, Nikola Garafolic > wrote: >> Hello, my answers are inline. >> >> Tino Vazquez wrote: >>> >>> Hi Shi Jin, Nikola, >>> >>> ?This seems like a bug, we will need more info to address the problem. >>> We would appreciate it if you'll be so kind to provide more feedback >>> on: >>> >>> * Which driver are you using (xen,kvm,vmware)? >> >> xen >> >>> >>> * In what state was the VM prior to the delete action? >> >> runn(ing) >> >>> * If the machine has a network lease, can you check directly in the >>> network to see if the lease has been released? >> >> Lease has been released >> >>> >>> * Did the VM generate a transfer.prolog and/or transfer.epilog in >>> $ONE_LOCATION/var// ? >>> >> >> I only have empty vm.log file. I deleted all vm files due to image using >> free space, sorry. >> >>> >>> * Is the vm.log not showing relevant info or completely empty? >> >> My vm.log is completely empty. I did restart one few times after my VMs >> stuck. Then I went and delete files, and now only have empty vm.log. >> >> Regards, >> Nikola >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 09:18:50 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 10:18:50 -0600 Subject: [one-users] resume a suspended VM in a different host In-Reply-To: References: Message-ID: Very helpful information. And I should add a comment that with shared storage (NFS), the stop/resume is also very fast. Thanks a lot. Shi On Thu, Apr 29, 2010 at 7:06 AM, Ruben S. Montero wrote: > Hi > > There are two different ways to stop a VM: > > suspend: It leaves the images and checkpoint files in the running > host, as you describe in your email. When you resume the VM all the > files are already there and it should be fast. You usually want to use > suspend for short suspend cycles. > > stop: It moves the files back to the VM_DIR. When you resume a stopped > VM it will be re-scheduled and likely it will be re-started in other > host. Note that is a more expensive process as images have to be moved > between hosts. > > I think that stop is the behavior you were looking for... > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 1:35 AM, Shi Jin wrote: >> Hi there, >> >> I am able to suspend/resume a KVM instance using OpenNebula, which is very nice. >> However, I find that the resumed VM always runs on the same host where >> it was running before. >> This pauses a problem if the original host became fully occupied. The >> VM will resume any ways, causing degradation of performance of other >> VMs and might even cause error due to lack of memory. >> On the other hand, I think this can be fixed, especially if we are >> using a shared storage driver such as the tm_nfs. >> I can imagine that the to be resumed VM is actually put into the queue >> asking for resources from the scheduler. >> Once a proper host is selected for it, it can then easily be resume >> from the other host. >> >> I guess we don't really have to have a shared storage, just like >> migrate works on ssh drivers as well. >> >> Do you think this is a reasonable suggestion? >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From jinzishuai at gmail.com Thu Apr 29 13:33:37 2010 From: jinzishuai at gmail.com (Shi Jin) Date: Thu, 29 Apr 2010 14:33:37 -0600 Subject: [one-users] migrate causes VM to reboot In-Reply-To: References: <4BD690B9.3030408@sara.nl> Message-ID: Actually, after some digging around, it turned out to be the libvirt problem running on my RHEl-5.4 host. No memory data was written to the checkpoint file (only 1.2KB in size) and thus resulting in a reboot at restore. I simply did an yum update and rebooted the server, they now seem to work fine. Thanks. Shi On Thu, Apr 29, 2010 at 7:00 AM, Ruben S. Montero wrote: > Hi > > Actually OpenNebula do a restore from the checkpoint file when the VM > is "cold" migrated. It should not be restarted from the plain > deployment file. This looks like a bug. > > Please Shi could you send us the vm.log file for this case (i.e. doing > a migrate between two hosts). Thanks in advance! > > Cheers > > Ruben > > On Tue, Apr 27, 2010 at 3:49 PM, Shi Jin wrote: >> Neil. >> Thanks for the reply. >> Yes, livemigration does not reboot. >> However, it seems quite easy to do a cold migrate without the need to >> reboot, why not do it? >> In the current way, the VM will be shutdown improperly. For the case >> of Windows, it might cause lengthy disk check upon boot. >> In the worst case, it might generate disk failure (I haven't had it >> yet. Maybe the checkpoint flushes the cache thus is better than a >> power lose). >> >> Just my thoughts. >> Shi >> >> On Tue, Apr 27, 2010 at 1:22 AM, Neil Mooney wrote: >>> >>> Hi Shi >>> >>> For the machine to transfer without reboot, you probably need to use >>> livemigrate instead. >>> Do you have shared storage already ? >>> >>> The checkpoint file is probably redundant in a non live migration.(not >>> sure). >>> >>> cheers >>> >>> Neil >>> >>> -- >>> * livemigrate (Migrates a running VM to another host without downtime) >>> ? ?onevm livemigrate >>> >>> Shi Jin wrote: >>>> Hi there, >>>> >>>> I am able to call "onevm migrate" to move a VM from one host to another. >>>> However, it seems that after each migration, the VM was started from >>>> the XML deployment file again. >>>> >>>> What is interesting is that a checkpoint has already been made. >>>> However, it does not seem to be used? >>>> >>>> I think this is a bug, isn't it? >>>> Thanks a lot. >>>> >>>> >>> >>> >> >> >> >> -- >> Shi Jin, Ph.D. >> _______________________________________________ >> Users mailing list >> Users at lists.opennebula.org >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Dr. Ruben Santiago Montero > Associate Professor (Profesor Titular), Complutense University of Madrid > > URL: http://dsa-research.org/doku.php?id=people:ruben > Weblog: http://blog.dsa-research.org/?author=7 > -- Shi Jin, Ph.D. From florianchazal at gmail.com Fri Apr 30 01:33:52 2010 From: florianchazal at gmail.com (florian chazal) Date: Fri, 30 Apr 2010 10:33:52 +0200 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Hi all, I'm sorry if these questions shouldn't be asked here but I'm a bit lost : I currently have a kind of IaaS which works, that is to say 3 nodes (with kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management console (1.0.1). We can say that I have a basic private cloud compute service. Therefore I want to reach the next step, that is to say : - A service enabling to attach storage volume to an vm instance (like the walrus module of eucalyptus, I guess) What I want to build is a storage Infrastructure which enable to store files, with authentification, encryption and autonomic redundancy services, on distributed storage equipment. But I'm a bit lost in wich kind of product I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, TwistedCloud .... I'm completly lost about the architecture of the cloud storage) - A service manager such as Claudia To sum up : Anyone has already tried to create a Storage service ? Or any body has any idea of what I need to build this ? Anyone has already tried to use Claudia ? with open nebula? Is another Service manager based on OCCI ? I'm looking for ideas ... Thanks in advance. Thanks a lot to the open nebula developpers, this an owesome project ! -- Florian Chazal -- Florian Chazal -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 01:46:24 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 10:46:24 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Can you send us the output of: > ruby -dw econe-run-instances 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > Hi Tino, > > okay, i tired with .img file, i was able to upload and register but cant run > the instance > > i always get below message > > econe-run-instances: undefined method `elements' for nil:NilClass > > ?if i do econe-describe-images, i am able to get the result.. > > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 > oneadmin? 7???????????????????????????????????? /vmfs/voulmes/vmimages/kvm/7 > > Any idea on this error.. > > thanks, > manjunath A > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> you need to upload a folder, and that, for the moment, is not possible >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> a tar.gz on the server, and you will have the desired functionality, >> uploading the folder as a tar.gz file. >> >> Regards, >> >> -Tino >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> > Hi All, >> > >> > We are running Virtual machines on top of ESXI , when we do >> > econe-upload, >> > which file extension we need to give for uploading vmware based images, >> > do >> > we need give? ".vmx" ?? >> > >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> > >> > econe-describe-images >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > >> > when i do >> > >> > econe-run-instances 5 >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > i think i am missing some thing here.. please advise !! >> > >> > thanks, >> > manjunath A >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opennebula.org >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > >> > > > From cmartins at fdi.ucm.es Fri Apr 30 02:18:37 2010 From: cmartins at fdi.ucm.es (=?ISO-8859-1?Q?Carlos_Mart=EDn_S=E1nchez?=) Date: Fri, 30 Apr 2010 11:18:37 +0200 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Shashank, I'm copying your email to the list (I guess you meant to send it here): Hi > > Thanks for guiding me through the examples. I will go through them to gain > a better understanding. Consider the following code where I am able to fetch > information w.r.t Virtual Machines providing invalid user name and password. > > Client oneClient = new Client("someuser:password"," > http://localhost:2633/RPC2"); > int vmID = 2; > > VirtualMachine vm = new VirtualMachine(vmID,oneClient); > > vm.info(); > System.out.println(vm.getName()); > System.out.println(vm.stateStr()); > > The output of the above code is: > ReactOS > DONE > > Please note that there is only one valid user with name shashank as shown > below. > > Also, I have noticed that operations which tend to change the state of > cloud entity objects are not allowed with these invalid credentials. Only > operations which involve fetching state information are allowed. Is this a > desired behavior ? > > root at shashank:/# oneuser list > ID USER PASSWORD > ENABLE > 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 > True > root at shashank:/# onehost list > ID NAME RVM TCPU FCPU ACPU TMEM FMEM > STAT > 4 localhost 1 200 78 78 1801900 1256364 > on > root at shashank:/# onevm list > ID USER NAME STAT CPU MEM HOSTNAME TIME > 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 > root at shashank:/# > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in the ONE core, allows information request for some pools without checking who is asking. If you need to change this behaviour for some reason, let us know and we'll help you to narrow down the c++ methods you have to modify. Regards, Carlos. Carlos Mart?n, Cloud Technology Engineer/Researcher DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org OpenNebula Open Source Toolkit for Cloud Computing: http://www.OpenNebula.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From manju.kudu at gmail.com Fri Apr 30 02:32:42 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 15:02:42 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Tino, Here is the output Exception `LoadError' at ruby:0 - No such file or directory -- econe-run-instances ruby: No such file or directory -- econe-run-instances (LoadError) thanks, manjunath A On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > Hi Manju, > > Can you send us the output of: > > > ruby -dw econe-run-instances 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > > Hi Tino, > > > > okay, i tired with .img file, i was able to upload and register but cant > run > > the instance > > > > i always get below message > > > > econe-run-instances: undefined method `elements' for nil:NilClass > > > > if i do econe-describe-images, i am able to get the result.. > > > > oneadmin 1 /vmfs/voulmes/vmimages/1 > > oneadmin 2 /vmfs/voulmes/vmimages/2 > > oneadmin 3 /vmfs/voulmes/vmimages/3 > > oneadmin 4 /vmfs/voulmes/vmimages/4 > > oneadmin 5 /vmfs/voulmes/vmimages/5 > > oneadmin 6 /vmfs/voulmes/vmimages/6 > > oneadmin 7 > /vmfs/voulmes/vmimages/kvm/7 > > > > Any idea on this error.. > > > > thanks, > > manjunath A > > > > > > > > > > > > > > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Unfortunetely, for vmware VMs you need more than one file, basically > >> you need to upload a folder, and that, for the moment, is not possible > >> with econe-upload. You can modify slightly the EC2QueryServer to untar > >> a tar.gz on the server, and you will have the desired functionality, > >> uploading the folder as a tar.gz file. > >> > >> Regards, > >> > >> -Tino > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: > >> > Hi All, > >> > > >> > We are running Virtual machines on top of ESXI , when we do > >> > econe-upload, > >> > which file extension we need to give for uploading vmware based > images, > >> > do > >> > we need give ".vmx" ?? > >> > > >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> > > >> > econe-describe-images > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > > >> > when i do > >> > > >> > econe-run-instances 5 > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > i think i am missing some thing here.. please advise !! > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > _______________________________________________ > >> > Users mailing list > >> > Users at lists.opennebula.org > >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shashank.rachamalla at hexagrid.com Fri Apr 30 02:47:52 2010 From: shashank.rachamalla at hexagrid.com (Shashank Rachamalla) Date: Fri, 30 Apr 2010 15:17:52 +0530 Subject: [one-users] Java OCA code dependency In-Reply-To: References: Message-ID: Hi Carlos, Thanks for the inputs. I don't think there will any problems with the current behavior. Is there any way I can get the Host Name for the Host on which a Virtual Machine is currently running ( given the Virtual Machine ID ) ? The following is the XML output returned by vm.info().getMessage() for a particular VM whose ID is 23. I don't see Host information listed anywhere except in the HISTORY section. If the VM is running, can the value of vm.xpath("/VM/HISTORY/HOSTNAME") be considered as the Host Name of Host the VM is currently running on ? 23 0 ReactOS 0 3 3 1272620457 0 one-23 0 0 0 0 0 localhost 4 1272620486 0 1272620486 1272620486 1272620486 0 0 0 0 2010/4/30 Carlos Mart?n S?nchez > Hi Shashank, I'm copying your email to the list (I guess you meant to send > it here): > > > Hi >> >> Thanks for guiding me through the examples. I will go through them to gain >> a better understanding. Consider the following code where I am able to fetch >> information w.r.t Virtual Machines providing invalid user name and password. >> >> Client oneClient = new Client("someuser:password"," >> http://localhost:2633/RPC2"); >> int vmID = 2; >> >> VirtualMachine vm = new VirtualMachine(vmID,oneClient); >> >> vm.info(); >> System.out.println(vm.getName()); >> System.out.println(vm.stateStr()); >> >> The output of the above code is: >> ReactOS >> DONE >> >> Please note that there is only one valid user with name shashank as shown >> below. >> >> Also, I have noticed that operations which tend to change the state of >> cloud entity objects are not allowed with these invalid credentials. Only >> operations which involve fetching state information are allowed. Is this a >> desired behavior ? >> >> root at shashank:/# oneuser list >> ID USER PASSWORD >> ENABLE >> 0 shashank 8b832b62abf2bd5180f6a225e4b99cac1392ea10 >> True >> root at shashank:/# onehost list >> ID NAME RVM TCPU FCPU ACPU TMEM FMEM >> STAT >> 4 localhost 1 200 78 78 1801900 1256364 >> on >> root at shashank:/# onevm list >> ID USER NAME STAT CPU MEM HOSTNAME TIME >> 3 shashank ReactOS runn 0 524288 localhost 00 00:07:59 >> root at shashank:/# >> >> > > Yes, right now this is how OpenNebula works. The xml-rpc server side, in > the ONE core, allows information request for some pools without checking who > is asking. > If you need to change this behaviour for some reason, let us know and we'll > help you to narrow down the c++ methods you have to modify. > > Regards, > Carlos. > > > Carlos Mart?n, Cloud Technology Engineer/Researcher > DSA Research Group: web http://dsa-research.org and blog > http://blog.dsa-research.org > OpenNebula Open Source Toolkit for Cloud Computing: > http://www.OpenNebula.org > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Regards, Shashank Rachamalla -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinova at fdi.ucm.es Fri Apr 30 02:48:43 2010 From: tinova at fdi.ucm.es (Tino Vazquez) Date: Fri, 30 Apr 2010 11:48:43 +0200 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi Manju, Ok, is not finding the script. Let's try this: > ruby -dw `which econe-run-instances` 7 Regards, -Tino -- Constantino V?zquez, Grid & Virtualization Technology Engineer/Researcher: http://www.dsa-research.org/tinova DSA Research Group: http://dsa-research.org Globus GridWay Metascheduler: http://www.GridWay.org OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > Hi Tino, > > Here is the output > > Exception `LoadError' at ruby:0 - No such file or directory -- > econe-run-instances > ruby: No such file or directory -- econe-run-instances (LoadError) > > thanks, > manjunath A > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: >> >> Hi Manju, >> >> Can you send us the output of: >> >> > ruby -dw econe-run-instances 7 >> >> Regards, >> >> -Tino >> >> -- >> Constantino V?zquez, Grid & Virtualization Technology >> Engineer/Researcher: http://www.dsa-research.org/tinova >> DSA Research Group: http://dsa-research.org >> Globus GridWay Metascheduler: http://www.GridWay.org >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: >> > Hi Tino, >> > >> > okay, i tired with .img file, i was able to upload and register but cant >> > run >> > the instance >> > >> > i always get below message >> > >> > econe-run-instances: undefined method `elements' for nil:NilClass >> > >> > ?if i do econe-describe-images, i am able to get the result.. >> > >> > oneadmin? 1???????????????????????????????????? /vmfs/voulmes/vmimages/1 >> > oneadmin? 2???????????????????????????????????? /vmfs/voulmes/vmimages/2 >> > oneadmin? 3???????????????????????????????????? /vmfs/voulmes/vmimages/3 >> > oneadmin? 4???????????????????????????????????? /vmfs/voulmes/vmimages/4 >> > oneadmin? 5???????????????????????????????????? /vmfs/voulmes/vmimages/5 >> > oneadmin? 6???????????????????????????????????? /vmfs/voulmes/vmimages/6 >> > oneadmin? 7 >> > /vmfs/voulmes/vmimages/kvm/7 >> > >> > Any idea on this error.. >> > >> > thanks, >> > manjunath A >> > >> > >> > >> > >> > >> > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez wrote: >> >> >> >> Hi Manju, >> >> >> >> Unfortunetely, for vmware VMs you need more than one file, basically >> >> you need to upload a folder, and that, for the moment, is not possible >> >> with econe-upload. You can modify slightly the EC2QueryServer to untar >> >> a tar.gz on the server, and you will have the desired functionality, >> >> uploading the folder as a tar.gz file. >> >> >> >> Regards, >> >> >> >> -Tino >> >> -- >> >> Constantino V?zquez, Grid & Virtualization Technology >> >> Engineer/Researcher: http://www.dsa-research.org/tinova >> >> DSA Research Group: http://dsa-research.org >> >> Globus GridWay Metascheduler: http://www.GridWay.org >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org >> >> >> >> >> >> >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a wrote: >> >> > Hi All, >> >> > >> >> > We are running Virtual machines on top of ESXI , when we do >> >> > econe-upload, >> >> > which file extension we need to give for uploading vmware based >> >> > images, >> >> > do >> >> > we need give? ".vmx" ?? >> >> > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) >> >> > >> >> > econe-describe-images >> >> > oneadmin? 1 >> >> > /vmfs/voulmes/vmimages/1 >> >> > oneadmin? 2 >> >> > /vmfs/voulmes/vmimages/2 >> >> > oneadmin? 3 >> >> > /vmfs/voulmes/vmimages/3 >> >> > oneadmin? 4 >> >> > /vmfs/voulmes/vmimages/4 >> >> > oneadmin? 5 >> >> > /vmfs/voulmes/vmimages/5 >> >> > >> >> > when i do >> >> > >> >> > econe-run-instances 5 >> >> > econe-run-instances: undefined method `elements' for nil:NilClass >> >> > >> >> > i think i am missing some thing here.. please advise !! >> >> > >> >> > thanks, >> >> > manjunath A >> >> > >> >> > >> >> > _______________________________________________ >> >> > Users mailing list >> >> > Users at lists.opennebula.org >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> > >> >> > >> > >> > > > From manju.kudu at gmail.com Fri Apr 30 04:01:08 2010 From: manju.kudu at gmail.com (manju a) Date: Fri, 30 Apr 2010 16:31:08 +0530 Subject: [one-users] econe commands In-Reply-To: References: Message-ID: Hi, Here is the output /src/cloud//bin/econe-run-instances:100: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:107: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:120: warning: ambiguous first argument; put parentheses or even spaces /src/cloud//bin/econe-run-instances:127: warning: ambiguous first argument; put parentheses or even spaces Exception `LoadError' at /usr/lib/ruby/1.8/rubygems.rb:1113 - no such file to load -- rubygems/defaults/operating_system Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd' for Rational(1, 2):Rational Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/config_file.rb:34 - no such file to load -- Win32API Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- curb Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- net/http/post/multipart Exception `LoadError' at /usr/lib/ruby/1.8/rubygems/custom_require.rb:31 - no such file to load -- AWS /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS/EC2/products.rb:11: warning: method redefined; discarding old confirm_product_instance Exception `NoMethodError' at /var/lib/gems/1.8/gems/amazon-ec2-0.9.12/lib/AWS.rb:298 - undefined method `elements' for nil:NilClass econe-run-instances: undefined method `elements' for nil:NilClass thanks, manjunath A On Fri, Apr 30, 2010 at 3:18 PM, Tino Vazquez wrote: > Hi Manju, > > Ok, is not finding the script. Let's try this: > > > ruby -dw `which econe-run-instances` 7 > > Regards, > > -Tino > > -- > Constantino V?zquez, Grid & Virtualization Technology > Engineer/Researcher: http://www.dsa-research.org/tinova > DSA Research Group: http://dsa-research.org > Globus GridWay Metascheduler: http://www.GridWay.org > OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > > > > On Fri, Apr 30, 2010 at 11:32 AM, manju a wrote: > > Hi Tino, > > > > Here is the output > > > > Exception `LoadError' at ruby:0 - No such file or directory -- > > econe-run-instances > > ruby: No such file or directory -- econe-run-instances (LoadError) > > > > thanks, > > manjunath A > > > > > > On Fri, Apr 30, 2010 at 2:16 PM, Tino Vazquez wrote: > >> > >> Hi Manju, > >> > >> Can you send us the output of: > >> > >> > ruby -dw econe-run-instances 7 > >> > >> Regards, > >> > >> -Tino > >> > >> -- > >> Constantino V?zquez, Grid & Virtualization Technology > >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> DSA Research Group: http://dsa-research.org > >> Globus GridWay Metascheduler: http://www.GridWay.org > >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> > >> > >> > >> On Thu, Apr 29, 2010 at 8:32 AM, manju a wrote: > >> > Hi Tino, > >> > > >> > okay, i tired with .img file, i was able to upload and register but > cant > >> > run > >> > the instance > >> > > >> > i always get below message > >> > > >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> > > >> > if i do econe-describe-images, i am able to get the result.. > >> > > >> > oneadmin 1 > /vmfs/voulmes/vmimages/1 > >> > oneadmin 2 > /vmfs/voulmes/vmimages/2 > >> > oneadmin 3 > /vmfs/voulmes/vmimages/3 > >> > oneadmin 4 > /vmfs/voulmes/vmimages/4 > >> > oneadmin 5 > /vmfs/voulmes/vmimages/5 > >> > oneadmin 6 > /vmfs/voulmes/vmimages/6 > >> > oneadmin 7 > >> > /vmfs/voulmes/vmimages/kvm/7 > >> > > >> > Any idea on this error.. > >> > > >> > thanks, > >> > manjunath A > >> > > >> > > >> > > >> > > >> > > >> > > >> > On Wed, Apr 28, 2010 at 9:51 PM, Tino Vazquez > wrote: > >> >> > >> >> Hi Manju, > >> >> > >> >> Unfortunetely, for vmware VMs you need more than one file, basically > >> >> you need to upload a folder, and that, for the moment, is not > possible > >> >> with econe-upload. You can modify slightly the EC2QueryServer to > untar > >> >> a tar.gz on the server, and you will have the desired functionality, > >> >> uploading the folder as a tar.gz file. > >> >> > >> >> Regards, > >> >> > >> >> -Tino > >> >> -- > >> >> Constantino V?zquez, Grid & Virtualization Technology > >> >> Engineer/Researcher: http://www.dsa-research.org/tinova > >> >> DSA Research Group: http://dsa-research.org > >> >> Globus GridWay Metascheduler: http://www.GridWay.org > >> >> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org > >> >> > >> >> > >> >> > >> >> On Wed, Apr 21, 2010 at 9:27 AM, manju a > wrote: > >> >> > Hi All, > >> >> > > >> >> > We are running Virtual machines on top of ESXI , when we do > >> >> > econe-upload, > >> >> > which file extension we need to give for uploading vmware based > >> >> > images, > >> >> > do > >> >> > we need give ".vmx" ?? > >> >> > > >> >> > i am able to upload ".vmx" (not sure whether its right or wrong) > >> >> > > >> >> > econe-describe-images > >> >> > oneadmin 1 > >> >> > /vmfs/voulmes/vmimages/1 > >> >> > oneadmin 2 > >> >> > /vmfs/voulmes/vmimages/2 > >> >> > oneadmin 3 > >> >> > /vmfs/voulmes/vmimages/3 > >> >> > oneadmin 4 > >> >> > /vmfs/voulmes/vmimages/4 > >> >> > oneadmin 5 > >> >> > /vmfs/voulmes/vmimages/5 > >> >> > > >> >> > when i do > >> >> > > >> >> > econe-run-instances 5 > >> >> > econe-run-instances: undefined method `elements' for nil:NilClass > >> >> > > >> >> > i think i am missing some thing here.. please advise !! > >> >> > > >> >> > thanks, > >> >> > manjunath A > >> >> > > >> >> > > >> >> > _______________________________________________ > >> >> > Users mailing list > >> >> > Users at lists.opennebula.org > >> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> >> > > >> >> > > >> > > >> > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yihleong at gmail.com Fri Apr 30 06:46:54 2010 From: yihleong at gmail.com (Yih Leong, Sun.) Date: Fri, 30 Apr 2010 14:46:54 +0100 Subject: [one-users] Command execution fail (KVM) Message-ID: I'm trying to install OpenNebula with KVM adapter. I'm getting "Command execution fail" error when trying to create the vm. Fri Apr 30 14:39:32 2010 [LCM][I]: New VM state is BOOT Fri Apr 30 14:39:32 2010 [VMM][I]: Generating deployment file: /srv/cloud/one/var/5/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: Command execution fail: 'mkdir -p /srv/cloud/one/var/5/images && cat > /srv/cloud/one/var/5/images/deployment.0 && virsh --connect qemu:///system create /srv/cloud/one/var/5/images/deployment.0' Fri Apr 30 14:40:02 2010 [VMM][I]: STDERR follows. Fri Apr 30 14:40:02 2010 [VMM][I]: Connecting to uri: qemu:///system Fri Apr 30 14:40:02 2010 [VMM][I]: error: Failed to create domain from /srv/cloud/one/var/5/images/deployment.0 Fri Apr 30 14:40:02 2010 [VMM][I]: error: monitor socket did not show up.: No such file or directory Fri Apr 30 14:40:02 2010 [VMM][I]: ExitCode: 1 Fri Apr 30 14:40:02 2010 [VMM][E]: Error deploying virtual machine Fri Apr 30 14:40:03 2010 [DiM][I]: New VM state is FAILED Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Deleting /srv/cloud/one/var/5/images Fri Apr 30 14:40:04 2010 [TM][W]: Ignored: LOG - 5 tm_delete.sh: Executed "rm -rf /srv/cloud/one/var/5/images". I can see that a deployment.0 file is created at the cluster node. -------------- next part -------------- An HTML attachment was scrubbed... URL: From borja at cs.uchicago.edu Fri Apr 30 07:47:44 2010 From: borja at cs.uchicago.edu (Borja Sotomayor) Date: Fri, 30 Apr 2010 09:47:44 -0500 Subject: [one-users] Let us know about your OpenNebula success stories Message-ID: <4BDAED90.1010509@cs.uchicago.edu> Hi everyone, As Community Manager for OpenNebula, I'm in the process of preparing a presentation highlighting how OpenNebula is being used "in the wild", highlighting several success stories (successful deployments of OpenNebula on large number of nodes, innovative use cases involving OpenNebula, interesting solutions developed on top of OpenNebula, etc.) Although I know of a couple such stories myself, I'd like to hear more from the community at large. So, if you have a particular success story you'd like to share, please contact me off-list and let me know about it. The more data, links, references, etc. you can provide, the better. Right now, I am planning on delivering this presentation at the University of Chicago and at Northwestern University, both universities with strong distributed systems research groups. So, inclusion in this presentation can give you a chance to advertise your work more widely. I will also make the presentation available to anyone who wants to use it (and we hope to deliver it at other venues), and it is likely we will add a "Success Stories" section to our website based on the information we receive. Cheers! -- Borja Sotomayor PhD Candidate in Computer Science, University of Chicago http://people.cs.uchicago.edu/~borja/ From rbabu at hexagrid.com Fri Apr 30 14:08:21 2010 From: rbabu at hexagrid.com (Rangababu Chakravarthula) Date: Fri, 30 Apr 2010 16:08:21 -0500 Subject: [one-users] Storage and Service management In-Reply-To: References: Message-ID: Florian, My 2 cents. I think these are two separate things. Building a storage solution and having VM's accessing the shared storage. You can probably use contextualization and at the time when VM comes up, you can mount the storage on to the VM. ZFS definitely gives redundancy, snapshots, deduplication etc. On a different note, you can also have shared storage directly mounted to the compute nodes and have the VM disk files reside on shared storage. You can still apply ZFS at the VM disk file level . Ranga On Fri, Apr 30, 2010 at 3:33 AM, florian chazal wrote: > > Hi all, > > I'm sorry if these questions shouldn't be asked here but I'm a bit lost : > I currently have a kind of IaaS which works, that is to say 3 nodes (with > kvm hypervisor) monitoring by OpenNebula 1.4 helped by the onemc management > console (1.0.1). We can say that I have a basic private cloud compute > service. Therefore I want to reach the next step, that is to say : > - A service enabling to attach storage volume to an vm instance (like > the walrus module of eucalyptus, I guess) > What I want to build is a storage Infrastructure which enable to store > files, with authentification, encryption and autonomic redundancy services, > on distributed storage equipment. But I'm a bit lost in wich kind of product > I should look for (Hadoop?, GlusterFS, ZFS, CloudStore, CloudLoop, > TwistedCloud .... I'm completly lost about the architecture of the cloud > storage) > - A service manager such as Claudia > > To sum up : > Anyone has already tried to create a Storage service ? Or any body has any > idea of what I need to build this ? > > Anyone has already tried to use Claudia ? with open nebula? > > Is another Service manager based on OCCI ? > > I'm looking for ideas ... > Thanks in advance. > > Thanks a lot to the open nebula developpers, this an owesome project ! > -- > Florian Chazal > > > > -- > Florian Chazal > > _______________________________________________ > Users mailing list > Users at lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: