[one-users] Sunstone image upload not working - images not in tmpdir

2013-11-12 Thread Stefan Kooman
Hi List,

I'm a bit puzzled. I have a set of load-balanced sunstone nodes with
":tmpdir" set to "/mnt/sunstone_upload". This is an nfs share accessible
by both "front-end" and "sunstone" nodes. If I upload an image it fails
like this (from oned.log):

Tue Nov 12 22:26:02 2013 [ReM][D]: Req:3824 UID:0 ImageAllocate invoked,
"NAME="ubuntu_saucy"...", 105
Tue Nov 12 22:26:02 2013 [ImM][I]: Command execution fail:
/var/lib/one/remotes/datastore/fs/stat
PERTX0RSSVZFUl9BQ1RJT05fREFUQT48SU1BR0U+PFBBVEg+L3RtcC9zdW5zdG9uZS11cGxvYWQyMDEzMTExMi0xMzUyLTFtNWlmcHg8L1BBVEg+PC9JT
UFHRT48REFUQVNUT1JFPjxJRD4xMDU8L0lEPjxVSUQ+MDwvVUlEPjxHSUQ+MDwvR0lEPjxVTkFNRT5vbmVhZG1pbjwvVU5BTUU+PEdOQU1FPm9uZWFkbW
luPC9HTkFNRT48TkFNRT5pbWFnZXNfZHNfMV9rdm1fY2x1c3RlcjwvTkFNRT48UEVSTUlTU0lPTlM+PE9XTkVSX1U+MTwvT1dORVJfVT48T1dORVJfTT4
xPC9PV05FUl9NPjxPV05FUl9BPjA8L09XTkVSX0E+PEdST1VQX1U+MTwvR1JPVVBfVT48R1JPVVBfTT4wPC9HUk9VUF9NPjxHUk9VUF9BPjA8L0dST1VQ
X0E+PE9USEVSX1U+MDwvT1RIRVJfVT48T1RIRVJfTT4wPC9PVEhFUl9NPjxPVEhFUl9BPjA8L09USEVSX0E+PC9QRVJNSVNTSU9OUz48RFNfTUFEPmZzP
C9EU19NQUQ+PFRNX01BRD5zaGFyZWQ8L1RNX01BRD48QkFTRV9QQVRIPi92YXIvbGliL29uZS8vZGF0YXN0b3Jlcy8xMDU8L0JBU0VfUEFUSD48VFlQRT
4wPC9UWVBFPjxESVNLX1RZUEU+MDwvRElTS19UWVBFPjxDTFVTVEVSX0lEPjEwMDwvQ0xVU1RFUl9JRD48Q0xVU1RFUj5LVk08L0NMVVNURVI+PFRPVEF
MX01CPjk5NjE0ODwvVE9UQUxfTUI+PEZSRUVfTUI+OTQyODAwPC9GUkVFX01CPjxVU0VEX01CPjE8L1VTRURfTUI+PElNQUdFUz48L0lNQUdFUz48VEVN
UExBVEU+PERTX01BRD48IVtDREFUQVtmc11dPjwvRFNfTUFEPjxUTV9NQUQ+PCFbQ0RBVEFbc2hhcmVkXV0+PC9
UTV9NQUQ+PFRZUEU+PCFbQ0RBVEFbSU1BR0VfRFNdXT48L1RZUEU+PC9URU1QTEFURT48L0RBVEFTVE9SRT48L0RTX0RSSVZFUl9BQ1RJT05fREFUQT4=
11178
Tue Nov 12 22:26:02 2013 [ImM][I]: stat: cannot stat
'/tmp/sunstone-upload20131112-1352-1m5ifpx': No such file or directory
Tue Nov 12 22:26:02 2013 [ImM][E]: stat: Cannot determine size for
/tmp/sunstone-upload20131112-1352-1m5ifpx

It's trying to stat the file in /tmp while the tempdir should be
"/mnt/sunstone_upload". The file does not apear in /tmp, /var/tmp on the
sunstone nodes either.

Sunstone nodes are running sunstone with Apache Passenger, running as
"www-data" user. Permissions on /mnt/sunstone_upload are as follow:

drwxrwxr-x 2 www-data oneadmin 4096 Nov 12 22:09 sunstone_upload

Any hints?

Thanks,

Stefan

P.s. I did apply patch http://dev.opennebula.org/issues/2407


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl


signature.asc
Description: Digital signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] how to reset VM ID???

2013-11-12 Thread 염재근
should I open all port?? from 5900 to 65535??




2013/11/12 Javier Fontan 

> There's not an way to reset ID and we discourage it. The code to
> generate the VNC port is
>
> --8<--
> int limit = 65535;
> oss << ( base_port + ( oid % (limit - base_port) ));
> -->8--
>
> base_port is 5900 by default. You should not have problems with the
> port as it goes back to 5900 after reaching 65535.
>
>
>
> On Tue, Nov 12, 2013 at 9:35 AM, 염재근  wrote:
> > Dear All
> >
> > how to reset VM ID??
> >
> > I already exceed over 10400.
> >
> > actually, I want to control vnc port.
> > I saw the VM log file in qemu. It show me that the vnc port is same with
> VM
> > ID.
> >
> > If I specify the vnc port in opennebula template, I can`t make 2 more VMs
> > with same template because of vnc port duplication.
> >
> > thanks :D
> >
> > ___
> > Users mailing list
> > Users@lists.opennebula.org
> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> >
>
>
>
> --
> Javier Fontán Muiños
> Developer
> OpenNebula - The Open Source Toolkit for Data Center Virtualization
> www.OpenNebula.org | @OpenNebula | github.com/jfontan
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to manage vm created by opennebula by virsh tools?

2013-11-12 Thread caohf
HI:
Here is a document for virsh-install ,this command can help you create a image 
file.
http://www.techotopia.com/index.php/Installing_a_CentOS_KVM_Guest_OS_from_the_Command-line_(virt-install)

After you finsh the installlation,you can import the  image file into 
opennebula via sunstone.



 Best Wishes!
 Dennis

From: vishnu e divakaran
Date: 2013-11-12 21:40
To: caohf
Subject: Re: [one-users] How to manage vm created by opennebula by virsh tools?
dear friend,

can you tell me how can I create a image file using virsh? any sample code or 
anything. 




On 12 November 2013 15:03, caohf  wrote:

Thanks for your help.





Best wishes
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 14:48
To: caohf
CC: users@lists.opennebula.org
Subject: Re: Re: [one-users] How to manage vm created by opennebula by virsh 
tools?
Hi Dennis,


When Opennebula shutdown a VM, it will destroy the XML file on the host, and 
unregister the VM from KVM.


If you just want it to stop, so that you can do something to the image, eg. 
making a backup, you can use the command


onevm suspend 


then the VM will still be available in the host, and can be queried by virsh 
list command.


Read more at:

http://opennebula.org/documentation:rel4.2:vm_guide_2
http://opennebula.org/doc/4.2/cli/onevm.1.html









On Tue, Nov 12, 2013 at 12:33 PM, caohf  wrote:


Thanks 

But when i use  virsh  list --all command


-
[root@opennebula-node1 ~]# virsh  list --all
 IdName   State

 43one-111running
 44one-104running
 48one-123running
 - centos5.6.kvm  shut off



if the vm managed by one  is runnning ,it can be list by virsh list --all 
command

when I destory a vm.


-  
[root@opennebula-node1 ~]# virsh  destroy 44
Domain 44 destroyed



It can't be display by virsh command



[root@opennebula-node1 ~]# virsh  list --all
 IdName   State

 43one-111running
 48one-123running
 - centos5.6.kvm  shut off
---

How to fix this 



Best Wishes!
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 11:48
To: caohf
CC: users@lists.opennebula.org
Subject: Re: Re: [one-users] How to manage vm created by opennebula by virsh 
tools?
Hi Dennis,


Opennebula is still using libvirt for KVM-based nodes.


You can still stop/start the VM using normal virsh command, such as virsh stop, 
virsh start, virsh attach-device etc.


But doing so directly to the VM, will cause your VM to not shutting down 
properly if you onevm shutdown from Opennebula later. That's what I have 
experience before.


Thanks.







On Tue, Nov 12, 2013 at 11:34 AM, caohf  wrote:

Hi :
 I have another  system use virsh(libvirt) manage the kvm vms,when i use 
opennebula ,I also want to use my old system.
 Opennebula provide the libvirt drivers in the old version.



  
Best Wishes!
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 11:13
To: caohf
CC: users@lists.opennebula.org
Subject: Re: [one-users] How to manage vm created by opennebula by virsh tools?
Hi Dennis,


What actually that you want to achieve?


Thanks.






On Tue, Nov 12, 2013 at 9:58 AM, caohf  wrote:

Dear All:
How to manage vm created by opennebula by virsh tool? 




Best Wishes!
Dennis


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





-- 
Sharuzzaman Ahmat Raslan 



-- 
Sharuzzaman Ahmat Raslan 



-- 
Sharuzzaman Ahmat Raslan 

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Creating images how to

2013-11-12 Thread Amier Anis
thanks guys,I will try both way. basically i'm looking similar to vmware export feature than I can use as ovf template once I hv done the necessary configuration on my image.hi sharuz,nice to meet u here. i'm ok to have TTS. :)will be at cyberjaya tomorrow (thurs) after 5pm. we can meet at any mamak.  Sent from my BlackBerry z10. From: Sharuzzaman Ahmat RaslanSent: Wednesday, 13 November 2013 00:27To: Martin AlfkeCc: Amier Anis; usersSubject: Re: [one-users] Creating images how toHi all,Alternative to Martin's way:Launch virt-manager on any Linux system (you can install virt-manager on CentOS)In the virt-manager, create a new VM, customize the disk size, select the CentOS installer ISO image, and start performing the installation.

Note where you save the virtual disk for this VM.Once installation finish, you will have a fully installed VM. You will use this virtual disk (usually qcow format) and upload it into Opennebula. This is your gold image.

After that, you need to configure your VM template in Opennebula. Here you need to define your NIC, memory, and point the disk information to your gold image that you have uploaded. You need to know if you are using persistence or non-persistence. Persistence will modify your gold image. Non-persistence will create a clone of your gold image, and changes will be written to that clone. That depends on your Opennebula storage architecture too.

Amier, I'm Malaysian, and working in Cyberjaya.If you want, maybe we can have a face-to-face knowledge sharing session, so that we can discuss this further.Thanks.

On Fri, Nov 8, 2013 at 6:09 PM, Martin Alfke  wrote:

Hi Amier,

we create Images in the following way:

1. create qcow2 disk:
qemu-img create -f qcow2 base_centos.img 10G

2. fetch installer image:
wget /centos6/6/os/x86_64/images/install.img

3. install image:
qemu-system-x86_46 -m 4096 -hda centos_base.img -cdrom install.img -boot d

4. post install vm preparation:
qemu-system-x86_46 -m 4096 -hda centos_base.img

Within image:
install acpid (needed to reboot/shutdown vm from open nebula management node)
install one-context package

5. upload image to opennebula
attn: do not use sunstone for large images copied over network.
copy image to open nebula management host (scp,..) and use local directory and image name.

hth,

Martin


On 07 Nov 2013, at 18:21, Amier Anis  wrote:

> Dear Guys,
>
> I'm still new with opennebula. I would like to know how to create images for my 100 vm using centos 6.4. In the images i need to install a few component and add a few users.
>
> any ideas?
>
> Thanks you.
>
> Regards & Best Wishes,
>
>
> .: Amier Anis :.
> Mobile: +6012-260-0819
>
> IMPORTANT:
> This e-mail (including any attachment hereto) is intended solely for the addressee and is confidential and privileged. If this should have been sent to you in error, you are not to reproduce, distribute or take any action in reliance on it. Kindly notify us and delete the e-mail and all attachments immediately.


>
> As e-mail and/or attachments may contain viruses and other interfering or damaging elements, the receipt and/or downloading of e-mail and/or attachments will be at your own risk and we accept no liability for any damage sustained as a result of any such viruses; you should carry out your own virus checks before opening any attachment.


> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
-- Sharuzzaman Ahmat Raslan


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Mark Kusch
That did it!
Thanks a lot. 

Please provide such information more clearly in the docs below! ;)

# kraM

On 17:54 Tue 12 Nov, Javier Fontan wrote:
> Use IMAGE_UNAME instead of DISK_UNAME [1]. It only supports one "raw"
> parameter with an enter inside quotes:
> 
> onetemplate instantiate 0 \
>   --raw 
> "NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms]
> \
> DISK=[IMAGE_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe]"
> 
> Cheers
> 
> [1] 
> http://opennebula.org/documentation:rel4.2:vm_guide#defining_a_vm_in_3_steps
> 
> On Tue, Nov 12, 2013 at 5:33 PM, Mark Kusch  wrote:
> > Hi,
> >
> > onetemplate instantiate 0 \
> >   --raw 
> > "NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms]"
> >  \
> >   --raw "DISK=[DISK_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe]"
> >
> > results in
> >
> > [TemplateInstantiate] Error allocating a new virtual machine. User 2 does 
> > not own a network with name: net-mms . Set NETWORK_UNAME or NETWORK_UID of 
> > owner in NIC.
> >
> > Any further hints?
> >
> > Is that supported to provide multiple --raw arguments? If that's not
> > the case, what would be the syntax for the command above?
> >
> > Thanks a lot!,
> >
> > # kraM
> >
> > On 17:33 Tue 05 Nov, Javier Fontan wrote:
> >> In case you only have one NIC you can use:
> >>
> >> $ onetemplate instantiate 0 --raw
> >> "NIC=[IP=10.0.0.1,MAC=00:00:00:00:00:01,NETWORK=my_network]"
> >>
> >> On Mon, Nov 4, 2013 at 4:52 PM, Mark Kusch  wrote:
> >> > |16:46:05| < kraM> Hi, what do I need to tell onetemplate instantiate 
> >> > when I want to force a MAC:IP pair from
> >> >virtual network on the command line?
> >> >
> >> > # kraM
> >> >
> >> > --
> >> > Mark Kusch
> >> > Silpion IT-Solutions GmbH: Systems Engineer
> >> >
> >> > Tel.: +49 (40) 399976-51
> >> > Fax.: +49 (40) 399976-40
> >> > Mail: mark.ku...@silpion.de
> >> >
> >> > Firmensitz: Brandshofer Deich 48, 20539 Hamburg
> >> > Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
> >> > Registergericht: Amtsgericht Hamburg HRB 78585
> >> > Finanzbehörde: Hamburg
> >> > USt.-Ident.-Nr.: DE213610768
> >> >
> >> > ___
> >> > Users mailing list
> >> > Users@lists.opennebula.org
> >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> >> >
> >>
> >>
> >>
> >> --
> >> Javier Fontán Muiños
> >> Developer
> >> OpenNebula - The Open Source Toolkit for Data Center Virtualization
> >> www.OpenNebula.org | @OpenNebula | github.com/jfontan
> >
> > --
> > Mark Kusch
> > Silpion IT-Solutions GmbH: Systems Engineer
> >
> > Tel.: +49 (40) 399976-50
> > Fax.: +49 (40) 399976-40
> > Mail: mark.ku...@silpion.de
> >
> > Firmensitz: Brandshofer Deich 48, 20539 Hamburg
> > Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
> > Registergericht: Amtsgericht Hamburg HRB 78585
> > Finanzbehörde: Hamburg
> > USt.-Ident.-Nr.: DE213610768
> 
> 
> 
> -- 
> Javier Fontán Muiños
> Developer
> OpenNebula - The Open Source Toolkit for Data Center Virtualization
> www.OpenNebula.org | @OpenNebula | github.com/jfontan

-- 
Mark Kusch
Silpion IT-Solutions GmbH: Systems Engineer

Tel.: +49 (40) 399976-50
Fax.: +49 (40) 399976-40
Mail: mark.ku...@silpion.de

Firmensitz: Brandshofer Deich 48, 20539 Hamburg
Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
Registergericht: Amtsgericht Hamburg HRB 78585
Finanzbehörde: Hamburg
USt.-Ident.-Nr.: DE213610768


pgpDEFABjJwo4.pgp
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Javier Fontan
Use IMAGE_UNAME instead of DISK_UNAME [1]. It only supports one "raw"
parameter with an enter inside quotes:

onetemplate instantiate 0 \
  --raw 
"NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms]
\
DISK=[IMAGE_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe]"

Cheers

[1] http://opennebula.org/documentation:rel4.2:vm_guide#defining_a_vm_in_3_steps

On Tue, Nov 12, 2013 at 5:33 PM, Mark Kusch  wrote:
> Hi,
>
> onetemplate instantiate 0 \
>   --raw 
> "NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms]" 
> \
>   --raw "DISK=[DISK_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe]"
>
> results in
>
> [TemplateInstantiate] Error allocating a new virtual machine. User 2 does not 
> own a network with name: net-mms . Set NETWORK_UNAME or NETWORK_UID of owner 
> in NIC.
>
> Any further hints?
>
> Is that supported to provide multiple --raw arguments? If that's not
> the case, what would be the syntax for the command above?
>
> Thanks a lot!,
>
> # kraM
>
> On 17:33 Tue 05 Nov, Javier Fontan wrote:
>> In case you only have one NIC you can use:
>>
>> $ onetemplate instantiate 0 --raw
>> "NIC=[IP=10.0.0.1,MAC=00:00:00:00:00:01,NETWORK=my_network]"
>>
>> On Mon, Nov 4, 2013 at 4:52 PM, Mark Kusch  wrote:
>> > |16:46:05| < kraM> Hi, what do I need to tell onetemplate instantiate when 
>> > I want to force a MAC:IP pair from
>> >virtual network on the command line?
>> >
>> > # kraM
>> >
>> > --
>> > Mark Kusch
>> > Silpion IT-Solutions GmbH: Systems Engineer
>> >
>> > Tel.: +49 (40) 399976-51
>> > Fax.: +49 (40) 399976-40
>> > Mail: mark.ku...@silpion.de
>> >
>> > Firmensitz: Brandshofer Deich 48, 20539 Hamburg
>> > Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
>> > Registergericht: Amtsgericht Hamburg HRB 78585
>> > Finanzbehörde: Hamburg
>> > USt.-Ident.-Nr.: DE213610768
>> >
>> > ___
>> > Users mailing list
>> > Users@lists.opennebula.org
>> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> >
>>
>>
>>
>> --
>> Javier Fontán Muiños
>> Developer
>> OpenNebula - The Open Source Toolkit for Data Center Virtualization
>> www.OpenNebula.org | @OpenNebula | github.com/jfontan
>
> --
> Mark Kusch
> Silpion IT-Solutions GmbH: Systems Engineer
>
> Tel.: +49 (40) 399976-50
> Fax.: +49 (40) 399976-40
> Mail: mark.ku...@silpion.de
>
> Firmensitz: Brandshofer Deich 48, 20539 Hamburg
> Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
> Registergericht: Amtsgericht Hamburg HRB 78585
> Finanzbehörde: Hamburg
> USt.-Ident.-Nr.: DE213610768



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Mark Kusch
Hi,

onetemplate instantiate 0 \
  --raw 
"NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms]" \
  --raw "DISK=[DISK_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe]"

results in

[TemplateInstantiate] Error allocating a new virtual machine. User 2 does not 
own a network with name: net-mms . Set NETWORK_UNAME or NETWORK_UID of owner in 
NIC.

Any further hints?

Is that supported to provide multiple --raw arguments? If that's not
the case, what would be the syntax for the command above?

Thanks a lot!,

# kraM

On 17:33 Tue 05 Nov, Javier Fontan wrote:
> In case you only have one NIC you can use:
> 
> $ onetemplate instantiate 0 --raw
> "NIC=[IP=10.0.0.1,MAC=00:00:00:00:00:01,NETWORK=my_network]"
> 
> On Mon, Nov 4, 2013 at 4:52 PM, Mark Kusch  wrote:
> > |16:46:05| < kraM> Hi, what do I need to tell onetemplate instantiate when 
> > I want to force a MAC:IP pair from
> >virtual network on the command line?
> >
> > # kraM
> >
> > --
> > Mark Kusch
> > Silpion IT-Solutions GmbH: Systems Engineer
> >
> > Tel.: +49 (40) 399976-51
> > Fax.: +49 (40) 399976-40
> > Mail: mark.ku...@silpion.de
> >
> > Firmensitz: Brandshofer Deich 48, 20539 Hamburg
> > Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
> > Registergericht: Amtsgericht Hamburg HRB 78585
> > Finanzbehörde: Hamburg
> > USt.-Ident.-Nr.: DE213610768
> >
> > ___
> > Users mailing list
> > Users@lists.opennebula.org
> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> >
> 
> 
> 
> -- 
> Javier Fontán Muiños
> Developer
> OpenNebula - The Open Source Toolkit for Data Center Virtualization
> www.OpenNebula.org | @OpenNebula | github.com/jfontan

-- 
Mark Kusch
Silpion IT-Solutions GmbH: Systems Engineer

Tel.: +49 (40) 399976-50
Fax.: +49 (40) 399976-40
Mail: mark.ku...@silpion.de

Firmensitz: Brandshofer Deich 48, 20539 Hamburg
Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
Registergericht: Amtsgericht Hamburg HRB 78585
Finanzbehörde: Hamburg
USt.-Ident.-Nr.: DE213610768


pgpZUaQbLek7I.pgp
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Creating images how to

2013-11-12 Thread Sharuzzaman Ahmat Raslan
Hi all,

Alternative to Martin's way:

Launch virt-manager on any Linux system (you can install virt-manager on
CentOS)

In the virt-manager, create a new VM, customize the disk size, select the
CentOS installer ISO image, and start performing the installation.

Note where you save the virtual disk for this VM.

Once installation finish, you will have a fully installed VM. You will use
this virtual disk (usually qcow format) and upload it into Opennebula. This
is your gold image.

After that, you need to configure your VM template in Opennebula. Here you
need to define your NIC, memory, and point the disk information to your
gold image that you have uploaded. You need to know if you are using
persistence or non-persistence. Persistence will modify your gold image.
Non-persistence will create a clone of your gold image, and changes will be
written to that clone. That depends on your Opennebula storage architecture
too.

Amier, I'm Malaysian, and working in Cyberjaya.

If you want, maybe we can have a face-to-face knowledge sharing session, so
that we can discuss this further.

Thanks.













On Fri, Nov 8, 2013 at 6:09 PM, Martin Alfke  wrote:

> Hi Amier,
>
> we create Images in the following way:
>
> 1. create qcow2 disk:
> qemu-img create -f qcow2 base_centos.img 10G
>
> 2. fetch installer image:
> wget /centos6/6/os/x86_64/images/install.img
>
> 3. install image:
> qemu-system-x86_46 -m 4096 -hda centos_base.img -cdrom install.img -boot d
>
> 4. post install vm preparation:
> qemu-system-x86_46 -m 4096 -hda centos_base.img
>
> Within image:
> install acpid (needed to reboot/shutdown vm from open nebula management
> node)
> install one-context package
>
> 5. upload image to opennebula
> attn: do not use sunstone for large images copied over network.
> copy image to open nebula management host (scp,..) and use local directory
> and image name.
>
> hth,
>
> Martin
>
>
> On 07 Nov 2013, at 18:21, Amier Anis  wrote:
>
> > Dear Guys,
> >
> > I'm still new with opennebula. I would like to know how to create images
> for my 100 vm using centos 6.4. In the images i need to install a few
> component and add a few users.
> >
> > any ideas?
> >
> > Thanks you.
> >
> > Regards & Best Wishes,
> >
> >
> > .: Amier Anis :.
> > Mobile: +6012-260-0819
> >
> > IMPORTANT:
> > This e-mail (including any attachment hereto) is intended solely for the
> addressee and is confidential and privileged. If this should have been sent
> to you in error, you are not to reproduce, distribute or take any action in
> reliance on it. Kindly notify us and delete the e-mail and all attachments
> immediately.
> >
> > As e-mail and/or attachments may contain viruses and other interfering
> or damaging elements, the receipt and/or downloading of e-mail and/or
> attachments will be at your own risk and we accept no liability for any
> damage sustained as a result of any such viruses; you should carry out your
> own virus checks before opening any attachment.
> > ___
> > Users mailing list
> > Users@lists.opennebula.org
> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Sharuzzaman Ahmat Raslan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Liu, Guang Jun (Gene)
Hi Javier,

My fault. :(
You are right, it worked with the correction of the typo.

Thanks very much!

Gene Liu

On Tue 12 Nov 2013 09:34:04 AM EST, Javier Fontan wrote:
> There's a typo, it should read:
>
> 
> not:
>
> 
> On Tue, Nov 12, 2013 at 3:21 PM, Liu, Guang Jun (Gene)
>  wrote:
>> No, it does not. With ERROR like below:
>>
>> Tue Nov 12 09:19:29 2013 [VMM][I]: error: Failed to create domain from
>> /var/lib/one//datastores/0/34/deployment.0
>> Tue Nov 12 09:19:29 2013 [VMM][I]: error: (domain_definition):28: error
>> parsing attribute name
>> Tue Nov 12 09:19:29 2013 [VMM][I]: > mode="bind" host="0.0.0.0" service="4056"/>> type="telnet"/>> mode="bind" host="0.0.0.0" service="4056"/>> type="telnet"/>
>>
>> Thanks,
>> Gene Liu
>>
>> On Tue 12 Nov 2013 04:11:03 AM EST, Javier Fontan wrote:
>>> Even if it creates a new devices section it should work. We've been
>>> doing just that (adding serial console) this way in the past.
>>>
>>> Doesn't it work?
>>>
>>> On Mon, Nov 11, 2013 at 8:34 PM, Liu, Guang Jun (Gene)
>>>  wrote:
 Hi there,

 I have a need to define serial (and serial over tcp) in KVM VMs. I
 understood I can use RAW to specify in a template. However I the data is
 not just appended within the  section, not merged into the
  section.

 My input of the "RAW" is like this:

 RAW=[DATA=">>> host=\"0.0.0.0\" service=\"4056\"/ port=\"0\"/ host=\"0.0.0.0\" service=\"4056\"/ type=\"serial\" port=\"0\"/>",TYPE="kvm"]

 And I got the deployment.0 as below which is not right. Can anyone help
 to give me suggestions?

 Thanks very much,

 Gene


 
 one-33
 
 1024
 
 2097152
 
 hvm
 
 
 
 /usr/libexec/qemu-kvm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 >>> service="4056"/ port="0"/ host="0.0.0.0" service="4056"/ type="serial" port="0"/>
 
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>>
>>>
>
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Creating images how to

2013-11-12 Thread Martin Alfke
??
Startup the image (mentioned in 4.) and use the system package manager to 
install packages.

On 12 Nov 2013, at 14:49, vishnu e divakaran  wrote:

> Within image:
> install acpid (needed to reboot/shutdown vm from open nebula management node)
> install one-context package
> 
> how to do this?
> 
> On 08/11/2013, Martin Alfke  wrote:
>> Hi Amier,
>> 
>> we create Images in the following way:
>> 
>> 1. create qcow2 disk:
>> qemu-img create -f qcow2 base_centos.img 10G
>> 
>> 2. fetch installer image:
>> wget /centos6/6/os/x86_64/images/install.img
>> 
>> 3. install image:
>> qemu-system-x86_46 -m 4096 -hda centos_base.img -cdrom install.img -boot d
>> 
>> 4. post install vm preparation:
>> qemu-system-x86_46 -m 4096 -hda centos_base.img
>> 
>> Within image:
>> install acpid (needed to reboot/shutdown vm from open nebula management
>> node)
>> install one-context package
>> 
>> 5. upload image to opennebula
>> attn: do not use sunstone for large images copied over network.
>> copy image to open nebula management host (scp,..) and use local directory
>> and image name.
>> 
>> hth,
>> 
>> Martin
>> 
>> 
>> On 07 Nov 2013, at 18:21, Amier Anis  wrote:
>> 
>>> Dear Guys,
>>> 
>>> I'm still new with opennebula. I would like to know how to create images
>>> for my 100 vm using centos 6.4. In the images i need to install a few
>>> component and add a few users.
>>> 
>>> any ideas?
>>> 
>>> Thanks you.
>>> 
>>> Regards & Best Wishes,
>>> 
>>> 
>>> .: Amier Anis :.
>>> Mobile: +6012-260-0819
>>> 
>>> IMPORTANT:
>>> This e-mail (including any attachment hereto) is intended solely for the
>>> addressee and is confidential and privileged. If this should have been
>>> sent to you in error, you are not to reproduce, distribute or take any
>>> action in reliance on it. Kindly notify us and delete the e-mail and all
>>> attachments immediately.
>>> 
>>> As e-mail and/or attachments may contain viruses and other interfering or
>>> damaging elements, the receipt and/or downloading of e-mail and/or
>>> attachments will be at your own risk and we accept no liability for any
>>> damage sustained as a result of any such viruses; you should carry out
>>> your own virus checks before opening any attachment.
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> 
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> 

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Javier Fontan
There's a typo, it should read:

 wrote:
> No, it does not. With ERROR like below:
>
> Tue Nov 12 09:19:29 2013 [VMM][I]: error: Failed to create domain from
> /var/lib/one//datastores/0/34/deployment.0
> Tue Nov 12 09:19:29 2013 [VMM][I]: error: (domain_definition):28: error
> parsing attribute name
> Tue Nov 12 09:19:29 2013 [VMM][I]:  mode="bind" host="0.0.0.0" service="4056"/> type="telnet"/> mode="bind" host="0.0.0.0" service="4056"/> type="telnet"/>
>
> Thanks,
> Gene Liu
>
> On Tue 12 Nov 2013 04:11:03 AM EST, Javier Fontan wrote:
>> Even if it creates a new devices section it should work. We've been
>> doing just that (adding serial console) this way in the past.
>>
>> Doesn't it work?
>>
>> On Mon, Nov 11, 2013 at 8:34 PM, Liu, Guang Jun (Gene)
>>  wrote:
>>> Hi there,
>>>
>>> I have a need to define serial (and serial over tcp) in KVM VMs. I
>>> understood I can use RAW to specify in a template. However I the data is
>>> not just appended within the  section, not merged into the
>>>  section.
>>>
>>> My input of the "RAW" is like this:
>>>
>>> RAW=[DATA=">> host=\"0.0.0.0\" service=\"4056\"/>>> port=\"0\"/>>> host=\"0.0.0.0\" service=\"4056\"/>>> type=\"serial\" port=\"0\"/>",TYPE="kvm"]
>>>
>>> And I got the deployment.0 as below which is not right. Can anyone help
>>> to give me suggestions?
>>>
>>> Thanks very much,
>>>
>>> Gene
>>>
>>>
>>> 
>>> one-33
>>> 
>>> 1024
>>> 
>>> 2097152
>>> 
>>> hvm
>>> 
>>> 
>>> 
>>> /usr/libexec/qemu-kvm
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> >> service="4056"/>>> port="0"/>>> host="0.0.0.0" service="4056"/>>> type="serial" port="0"/>
>>> 
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>>
>>



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild.

2013-11-12 Thread Tino Vazquez
Hi,

Which guide are you following?

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
"To" and "cc" box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 2:42 PM, hansz  wrote:
> hi,
> a i feel confused,let me make it clearly,
> i use opennebula install on centos6.4(but the server only has i 300G disk)
> and esxi5.1 (has 2T disks),i follow the opennebula,
> i shared the front-end's /var/lib/one/datastores/0  and 1  to esxi5.1 use
> nfs,
> and i upload the image from the sunstone ,and then create vms, although the
> images and vms storages on the esxi's  /vmfs/volumes/0 and 1 but Actually it
> use the front-end's space storage these.and my centos server will full soon,
> what i want is that ,i can use the esxi's2T space to storage the images or
> vms ?
> can i do like this? how?  i make it clearier? hope so.
>
>
>
>
>
>
> At 2013-11-12 19:08:04,"Tino Vazquez"  wrote:
>>Hi,
>>
>>There must be some misunderstanding. The OpenNebula front-end _cannot_
>>have a access to a vmfs system datastore (or vmfs image datastore, for
>>that matter).
>>
>>Regards,
>>
>>-Tino
>>--
>>OpenNebula - Flexible Enterprise Cloud Made Simple
>>
>>--
>>Constantino Vázquez Blanco, PhD, MSc
>>Senior Infrastructure Architect at C12G Labs
>>www.c12g.com | @C12G | es.linkedin.com/in/tinova
>>
>>--
>>Confidentiality Warning: The information contained in this e-mail and
>>any accompanying documents, unless otherwise expressly indicated, is
>>confidential and privileged, and is intended solely for the person
>>and/or entity to whom it is addressed (i.e. those identified in the
>>"To" and "cc" box). They are the property of C12G Labs S.L..
>>Unauthorized distribution, review, use, disclosure, or copying of this
>>communication, or any part thereof, is strictly prohibited and may be
>>unlawful. If you have received this e-mail in error, please notify us
>>immediately by e-mail at ab...@c12g.com and delete the e-mail and
>>attachments and any copy from your system. C12G thanks you for your
>>cooperation.
>>
>>
>>On Tue, Nov 12, 2013 at 11:23 AM, hansz  wrote:
>>> hi,
>>>
>>> i mean if i cloud use esxi's storage space to  storage the front-end's
>>> system datastores?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> At 2013-11-12 18:04:10,"Tino Vazquez"  wrote:
Hi,

>  as for my front-end has a limited storage.


Not sure if I follow correctly, the front-end cannot access any VMFS
 volume.

OpenNebula currently supports only shared vmfs system datastores.

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
"To" and "cc" box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 10:33 AM, hansz  wrote:
> hi,man
> another question
> now i use opennebula4.2 install on centso 6.4and esxi 5.1,and when i
> create
> a vm ,the*.vmdk clone front-end's image datastore to front-end's system
> datastores. can i use esxi local storage to storage the vms ? as for my
> front-end has a limited storage.
>
>
>
>
>
> At 2013-11-12 17:05:38,"Javier Fontan"  wrote:
>>This is the error:
>>
>>--8<--
>>Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>>(publickey,keyboard-interactive).
>>-->8--
>>
>>It seems oneadmin user can not ssh without password

Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Liu, Guang Jun (Gene)
No, it does not. With ERROR like below:

Tue Nov 12 09:19:29 2013 [VMM][I]: error: Failed to create domain from 
/var/lib/one//datastores/0/34/deployment.0
Tue Nov 12 09:19:29 2013 [VMM][I]: error: (domain_definition):28: error 
parsing attribute name
Tue Nov 12 09:19:29 2013 [VMM][I]: 

Thanks,
Gene Liu

On Tue 12 Nov 2013 04:11:03 AM EST, Javier Fontan wrote:
> Even if it creates a new devices section it should work. We've been
> doing just that (adding serial console) this way in the past.
>
> Doesn't it work?
>
> On Mon, Nov 11, 2013 at 8:34 PM, Liu, Guang Jun (Gene)
>  wrote:
>> Hi there,
>>
>> I have a need to define serial (and serial over tcp) in KVM VMs. I
>> understood I can use RAW to specify in a template. However I the data is
>> not just appended within the  section, not merged into the
>>  section.
>>
>> My input of the "RAW" is like this:
>>
>> RAW=[DATA="> host=\"0.0.0.0\" service=\"4056\"/>> port=\"0\"/>> host=\"0.0.0.0\" service=\"4056\"/>> type=\"serial\" port=\"0\"/>",TYPE="kvm"]
>>
>> And I got the deployment.0 as below which is not right. Can anyone help
>> to give me suggestions?
>>
>> Thanks very much,
>>
>> Gene
>>
>>
>> 
>> one-33
>> 
>> 1024
>> 
>> 2097152
>> 
>> hvm
>> 
>> 
>> 
>> /usr/libexec/qemu-kvm
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> > service="4056"/>> port="0"/>> host="0.0.0.0" service="4056"/>> type="serial" port="0"/>
>> 
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Creating images how to

2013-11-12 Thread vishnu e divakaran
Within image:
install acpid (needed to reboot/shutdown vm from open nebula management node)
install one-context package

how to do this?

On 08/11/2013, Martin Alfke  wrote:
> Hi Amier,
>
> we create Images in the following way:
>
> 1. create qcow2 disk:
> qemu-img create -f qcow2 base_centos.img 10G
>
> 2. fetch installer image:
> wget /centos6/6/os/x86_64/images/install.img
>
> 3. install image:
> qemu-system-x86_46 -m 4096 -hda centos_base.img -cdrom install.img -boot d
>
> 4. post install vm preparation:
> qemu-system-x86_46 -m 4096 -hda centos_base.img
>
> Within image:
> install acpid (needed to reboot/shutdown vm from open nebula management
> node)
> install one-context package
>
> 5. upload image to opennebula
> attn: do not use sunstone for large images copied over network.
> copy image to open nebula management host (scp,..) and use local directory
> and image name.
>
> hth,
>
> Martin
>
>
> On 07 Nov 2013, at 18:21, Amier Anis  wrote:
>
>> Dear Guys,
>>
>> I'm still new with opennebula. I would like to know how to create images
>> for my 100 vm using centos 6.4. In the images i need to install a few
>> component and add a few users.
>>
>> any ideas?
>>
>> Thanks you.
>>
>> Regards & Best Wishes,
>>
>>
>> .: Amier Anis :.
>> Mobile: +6012-260-0819
>>
>> IMPORTANT:
>> This e-mail (including any attachment hereto) is intended solely for the
>> addressee and is confidential and privileged. If this should have been
>> sent to you in error, you are not to reproduce, distribute or take any
>> action in reliance on it. Kindly notify us and delete the e-mail and all
>> attachments immediately.
>>
>> As e-mail and/or attachments may contain viruses and other interfering or
>> damaging elements, the receipt and/or downloading of e-mail and/or
>> attachments will be at your own risk and we accept no liability for any
>> damage sustained as a result of any such viruses; you should carry out
>> your own virus checks before opening any attachment.
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Error creating image in opennebula for OpenVZ

2013-11-12 Thread knawnd

Hi Catanlia,

The problem could be because of datastore by default unpack image 
whereas it is not acceptable in case of OpenVZ. To workaround that one 
can add NO_DECOMPRESS="yes" in datastore config.

For more info see [1].

Hope it helps.

Regards,
Nikolay.

[1] 
http://opennebula.org/**documentation:rel4.2:fs_ds%3Chttp://opennebula.org/documentation:rel4.2:fs_ds



Catalina Quinde wrote on 12/11/13 00:34:

Hi friends,

Other problem:

I made a VM on OpenVZ node, then this VM I have backed up to a file 
"tar.gz", create an image file in order to register the image in 
Opennebula but to make image the status is "err", this steps I followed:


- The file is /var/lib/images/VMopenvzamd64.tar.gz"

- The template for image contains:
oneadmin@ubuntuOpNeb:~$ cat /var/lib/images/VMopenvzamd64.one
NAME = "VMopenvzamd64"
PATH = /var/lib/images/VMopenvzamd64.tar.gz
TYPE = OS
DESCRIPTION = "Pruebas VM OpenVZ"

- This command to register image
oneadmin@ubuntuOpNeb:~$ oneimage create 
/var/lib/images/VMopenvzamd64.one -d default

ID: 14

- This displays comand "oneimage show 14"
oneadmin@ubuntuOpNeb:~$ oneimage show 14
IMAGE 14 INFORMATION
ID : 14
NAME   : VMopenvzamd64
USER   : oneadmin
GROUP  : oneadmin
DATASTORE  : default
TYPE   : OS
REGISTER TIME  : 11/11 14:47:30
PERSISTENT : No
SOURCE :
PATH   : /var/lib/images/VMopenvzamd64.tar.gz
SIZE   : 189M
STATE  : err
RUNNING_VMS: 0

PERMISSIONS
OWNER  : um-
GROUP  : ---
OTHER  : ---

IMAGE TEMPLATE
DESCRIPTION="Pruebas VM OpenVZ"
DEV_PREFIX="hd"
ERROR="Mon Nov 11 14:48:39 2013 : Error copying image in the 
datastore: Error copying /var/lib/images/VMopenvzamd64.tar.gz to 
/var/lib/one/datastores/1/c1d6f4ca8d3b8d2c7aee8705b43019d1"


VIRTUAL MACHINES

Please help me is very important.


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Tino Vazquez
Hi,

There must be some misunderstanding. The OpenNebula front-end _cannot_
have a access to a vmfs system datastore (or vmfs image datastore, for
that matter).

Regards,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
"To" and "cc" box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 11:23 AM, hansz  wrote:
> hi,
>
> i mean if i cloud use esxi's storage space to  storage the front-end's
> system datastores?
>
>
>
>
>
>
>
> At 2013-11-12 18:04:10,"Tino Vazquez"  wrote:
>>Hi,
>>
>>>  as for my front-end has a limited storage.
>>
>>
>>Not sure if I follow correctly, the front-end cannot access any VMFS
>> volume.
>>
>>OpenNebula currently supports only shared vmfs system datastores.
>>
>>Regards,
>>
>>-Tino
>>
>>--
>>OpenNebula - Flexible Enterprise Cloud Made Simple
>>
>>--
>>Constantino Vázquez Blanco, PhD, MSc
>>Senior Infrastructure Architect at C12G Labs
>>www.c12g.com | @C12G | es.linkedin.com/in/tinova
>>
>>--
>>Confidentiality Warning: The information contained in this e-mail and
>>any accompanying documents, unless otherwise expressly indicated, is
>>confidential and privileged, and is intended solely for the person
>>and/or entity to whom it is addressed (i.e. those identified in the
>>"To" and "cc" box). They are the property of C12G Labs S.L..
>>Unauthorized distribution, review, use, disclosure, or copying of this
>>communication, or any part thereof, is strictly prohibited and may be
>>unlawful. If you have received this e-mail in error, please notify us
>>immediately by e-mail at ab...@c12g.com and delete the e-mail and
>>attachments and any copy from your system. C12G thanks you for your
>>cooperation.
>>
>>
>>On Tue, Nov 12, 2013 at 10:33 AM, hansz  wrote:
>>> hi,man
>>> another question
>>> now i use opennebula4.2 install on centso 6.4and esxi 5.1,and when i
>>> create
>>> a vm ,the*.vmdk clone front-end's image datastore to front-end's system
>>> datastores. can i use esxi local storage to storage the vms ? as for my
>>> front-end has a limited storage.
>>>
>>>
>>>
>>>
>>>
>>> At 2013-11-12 17:05:38,"Javier Fontan"  wrote:
This is the error:

--8<--
Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
(publickey,keyboard-interactive).
-->8--

It seems oneadmin user can not ssh without password from "nebula" to
"10.24.101.72".



On Tue, Nov 12, 2013 at 8:30 AM, hansz  wrote:
> Tue Nov 12 15:11:07 2013 [DiM][I]: New VM state is ACTIVE.
> Tue Nov 12 15:11:07 2013 [LCM][I]: New VM state is PROLOG.
> Tue Nov 12 15:11:14 2013 [TM][I]: Command execution fail:
> /var/lib/one/remotes/tm/vmfs/clone
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
> 10.24.101.72:/vmfs/volumes/0/5/disk.0 5 1
> Tue Nov 12 15:11:14 2013 [TM][I]: clone: Cloning
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b in
> 10.24.101.72:/vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][E]: clone: Command "cd /vmfs/volumes/0/5
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: export PATH=/usr/sbin:/sbin:$PATH
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ "FILE" != "CDROM" ]; then
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5/disk.0 ];
> then
> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][I]: fi
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -U
> /vmfs/volumes/0/5/disk.0/disk.vmdk
> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0/*
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -i
> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b/disk.vmdk -d
> thin
> /vmfs/volumes/0/5/disk.0/disk.vmdk
> Tue Nov 12 15:11:14 2013 [TM][I]: else
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5 ]; then
> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5
> Tue Nov 12 15:11:14 2013 [TM][I]: fi
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Tino Vazquez
Hi,

>  as for my front-end has a limited storage.


Not sure if I follow correctly, the front-end cannot access any VMFS volume.

OpenNebula currently supports only shared vmfs system datastores.

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
"To" and "cc" box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 10:33 AM, hansz  wrote:
> hi,man
> another question
> now i use opennebula4.2 install on centso 6.4and esxi 5.1,and when i create
> a vm ,the*.vmdk clone front-end's image datastore to front-end's system
> datastores. can i use esxi local storage to storage the vms ? as for my
> front-end has a limited storage.
>
>
>
>
>
> At 2013-11-12 17:05:38,"Javier Fontan"  wrote:
>>This is the error:
>>
>>--8<--
>>Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>>(publickey,keyboard-interactive).
>>-->8--
>>
>>It seems oneadmin user can not ssh without password from "nebula" to
>>"10.24.101.72".
>>
>>
>>
>>On Tue, Nov 12, 2013 at 8:30 AM, hansz  wrote:
>>> Tue Nov 12 15:11:07 2013 [DiM][I]: New VM state is ACTIVE.
>>> Tue Nov 12 15:11:07 2013 [LCM][I]: New VM state is PROLOG.
>>> Tue Nov 12 15:11:14 2013 [TM][I]: Command execution fail:
>>> /var/lib/one/remotes/tm/vmfs/clone
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0 5 1
>>> Tue Nov 12 15:11:14 2013 [TM][I]: clone: Cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b in
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][E]: clone: Command "cd /vmfs/volumes/0/5
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: export PATH=/usr/sbin:/sbin:$PATH
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ "FILE" != "CDROM" ]; then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5/disk.0 ];
>>> then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -U
>>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0/*
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -i
>>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b/disk.vmdk -d
>>> thin
>>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>>> Tue Nov 12 15:11:14 2013 [TM][I]: else
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5 ]; then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: cp
>>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>>> /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: ln -s /vmfs/volumes/0/5/disk.0
>>> /vmfs/volumes/0/5/disk.0.iso
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>>> (publickey,keyboard-interactive).
>>> Tue Nov 12 15:11:14 2013 [TM][E]: Error cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: ExitCode: 255
>>> Tue Nov 12 15:11:14 2013 [TM][E]: Error executing image transfer script:
>>> Error cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is FAILED
>>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is CLEANUP.
>>> Tue Nov 12 15:11:14 2013 [HKM][I]: Success executing Hook:
>>> on_failure_recreate: .
>>>
>>>
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>
>>
>>
>>--
>>Javier Fontán Muiños
>>Developer
>>OpenNebula - The Open Source Toolkit for Data Center Virtualization
>>www.OpenNebula.org | @OpenNebula | github.com/jfontan
>
>
>
>
> ___
> Us

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Javier Fontan
Is "oned" running as "oneadmin" user?

On Tue, Nov 12, 2013 at 10:15 AM, hansz  wrote:
> at first i think so ,but i can ssh without passwd from front-end to esxi
> use oneadmin user
>
>
>
>
>
>
> At 2013-11-12 17:05:38,"Javier Fontan"  wrote:
>>This is the error:
>>
>>--8<--
>>Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>>(publickey,keyboard-interactive).
>>-->8--
>>
>>It seems oneadmin user can not ssh without password from "nebula" to
>>"10.24.101.72".
>>
>>
>>
>>On Tue, Nov 12, 2013 at 8:30 AM, hansz  wrote:
>>> Tue Nov 12 15:11:07 2013 [DiM][I]: New VM state is ACTIVE.
>>> Tue Nov 12 15:11:07 2013 [LCM][I]: New VM state is PROLOG.
>>> Tue Nov 12 15:11:14 2013 [TM][I]: Command execution fail:
>>> /var/lib/one/remotes/tm/vmfs/clone
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0 5 1
>>> Tue Nov 12 15:11:14 2013 [TM][I]: clone: Cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b in
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][E]: clone: Command "cd /vmfs/volumes/0/5
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: export PATH=/usr/sbin:/sbin:$PATH
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ "FILE" != "CDROM" ]; then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5/disk.0 ];
>>> then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -U
>>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0/*
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -i
>>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b/disk.vmdk -d
>>> thin
>>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>>> Tue Nov 12 15:11:14 2013 [TM][I]: else
>>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5 ]; then
>>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]:
>>> Tue Nov 12 15:11:14 2013 [TM][I]: cp
>>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>>> /vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: ln -s /vmfs/volumes/0/5/disk.0
>>> /vmfs/volumes/0/5/disk.0.iso
>>> Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>>> (publickey,keyboard-interactive).
>>> Tue Nov 12 15:11:14 2013 [TM][E]: Error cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [TM][I]: ExitCode: 255
>>> Tue Nov 12 15:11:14 2013 [TM][E]: Error executing image transfer script:
>>> Error cloning
>>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is FAILED
>>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is CLEANUP.
>>> Tue Nov 12 15:11:14 2013 [HKM][I]: Success executing Hook:
>>> on_failure_recreate: .
>>>
>>>
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>
>>
>>
>>--
>>Javier Fontán Muiños
>>Developer
>>OpenNebula - The Open Source Toolkit for Data Center Virtualization
>>www.OpenNebula.org | @OpenNebula | github.com/jfontan
>
>
>



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Hybrid deployments with Deltacloud

2013-11-12 Thread Daniel Molina
On 11 November 2013 21:03, Marcin Jarzab  wrote:

>  Daniel,
>
> I know thet EC2 is supported but I have thought that some implementations
> of EC2 might be not comptaibile and in OpenNebula only
> Amazon access interface is supported.
>

Currently, OpenNebula does not implement the whole EC2 API set and some
implementation depends on certain calls (i.e security groups), we are
working on extending the EC2 support, we have already improved it in
OpenNebula 4.4, but security groups are still not supported



> From what you wrote I understand that different deployments of OpenNebula
> can be integrated trough utilisation of EC2. Is this correct?
>
>
You are right. You can integrate different OpenNebula instances using the
EC2 API. The problem is that the EC2 client library does not allow you to
specify a custom url, you have to use one of the existing ec2 endpoints.
Therefore, you have to modify the library to use custom endpoints, or
redirect ec2 urls to a different IP.

As I said in the previous mail it would not be difficult to implement a
Deltacloud driver, therefore you could interact with OpenNebula since
Deltacloud currently support it or interact with any of the providers that
Deltacloud supports.

Hope this helps


 Marcin
>
> Hi,
>
>  Currently the OpenNebula distribution just includes drivers to interact
> with EC2 clouds, but it would not be difficult to develop a new driver to
> interact with the deltacloud API. We can even create a new addon [1] for
> this and I can give you some guidelines on how to develop this driver.
>
>  Basically you should create a new VMM_MAD based on the ec2 driver:
> https://github.com/OpenNebula/one/tree/master/src/vmm_mad/remotes/ec2
>
>  The ec2_driver.rb is the library that interacts with the EC2 API and
> each script (deploy, reboot...) uses this library to send the ec2 commands.
>
>  If you have any doubts do not hesitate to ask me.
>
>  Cheers
>
>  [1] http://opennebula.org/addons:addons
>
>
> On 7 November 2013 15:56, Marcin Jarzab  wrote:
>
>>  Hello,
>>
>> I just installed the Deltacloud service and wondering if OpenNebula can
>> be integrated with service in such way
>> that inside hosts there can be "configured" external cloud installation.
>> Such configuration is supported by the EC2 driver when using  Amazon
>> clouds.
>>
>> In the following blog there is elaborated such deployment but how this
>> can be achieved?
>>
>> http://blog.opennebula.org/?p=569
>>
>> Marcin
>>
>> --
>> Ph.D. Eng. Marcin Jarzab  m...@agh.edu.pl http://www.ics.agh.edu.pl/people/mj
>>
>> Department of Computer Science
>> AGH University of Science and Technology
>> Kawiory 21, Building D17, 30-055  Krakow, POLAND
>> phone: +48 (12) 328 33 72
>> ==
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>>
>
>
>  --
>  --
>  Daniel Molina
> Project Engineer
> OpenNebula - Flexible Enterprise Cloud Made Simple
> www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
>
>
>
> --
> Ph.D. Eng. Marcin Jarzab  m...@agh.edu.pl http://www.ics.agh.edu.pl/people/mj
>
> Department of Computer Science
> AGH University of Science and Technology
> Kawiory 21, Building D17, 30-055  Krakow, POLAND
> phone: +48 (12) 328 33 72
> ==
>
>


-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread hansz
hi,man
another question
now i use opennebula4.2 install on centso 6.4and esxi 5.1,and when i create a 
vm ,the*.vmdk clone front-end's image datastore to front-end's system 
datastores. can i use esxi local storage to storage the vms ? as for my 
front-end has a limited storage. 







At 2013-11-12 17:05:38,"Javier Fontan"  wrote:
>This is the error:
>
>--8<--
>Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>(publickey,keyboard-interactive).
>-->8--
>
>It seems oneadmin user can not ssh without password from "nebula" to
>"10.24.101.72".
>
>
>
>On Tue, Nov 12, 2013 at 8:30 AM, hansz  wrote:
>> Tue Nov 12 15:11:07 2013 [DiM][I]: New VM state is ACTIVE.
>> Tue Nov 12 15:11:07 2013 [LCM][I]: New VM state is PROLOG.
>> Tue Nov 12 15:11:14 2013 [TM][I]: Command execution fail:
>> /var/lib/one/remotes/tm/vmfs/clone
>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>> 10.24.101.72:/vmfs/volumes/0/5/disk.0 5 1
>> Tue Nov 12 15:11:14 2013 [TM][I]: clone: Cloning
>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b in
>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [TM][E]: clone: Command "cd /vmfs/volumes/0/5
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: export PATH=/usr/sbin:/sbin:$PATH
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ "FILE" != "CDROM" ]; then
>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5/disk.0 ]; then
>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -U
>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0/*
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -i
>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b/disk.vmdk -d thin
>> /vmfs/volumes/0/5/disk.0/disk.vmdk
>> Tue Nov 12 15:11:14 2013 [TM][I]: else
>> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5 ]; then
>> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5
>> Tue Nov 12 15:11:14 2013 [TM][I]: fi
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [TM][I]:
>> Tue Nov 12 15:11:14 2013 [TM][I]: cp
>> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
>> /vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [TM][I]: ln -s /vmfs/volumes/0/5/disk.0
>> /vmfs/volumes/0/5/disk.0.iso
>> Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
>> (publickey,keyboard-interactive).
>> Tue Nov 12 15:11:14 2013 [TM][E]: Error cloning
>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [TM][I]: ExitCode: 255
>> Tue Nov 12 15:11:14 2013 [TM][E]: Error executing image transfer script:
>> Error cloning
>> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
>> 10.24.101.72:/vmfs/volumes/0/5/disk.0
>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is FAILED
>> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is CLEANUP.
>> Tue Nov 12 15:11:14 2013 [HKM][I]: Success executing Hook:
>> on_failure_recreate: .
>>
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>
>
>
>-- 
>Javier Fontán Muiños
>Developer
>OpenNebula - The Open Source Toolkit for Data Center Virtualization
>www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to manage vm created by opennebula by virsh tools?

2013-11-12 Thread caohf
Thanks for your help.





Best wishes
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 14:48
To: caohf
CC: users@lists.opennebula.org
Subject: Re: Re: [one-users] How to manage vm created by opennebula by virsh 
tools?
Hi Dennis,


When Opennebula shutdown a VM, it will destroy the XML file on the host, and 
unregister the VM from KVM.


If you just want it to stop, so that you can do something to the image, eg. 
making a backup, you can use the command


onevm suspend 


then the VM will still be available in the host, and can be queried by virsh 
list command.


Read more at:

http://opennebula.org/documentation:rel4.2:vm_guide_2
http://opennebula.org/doc/4.2/cli/onevm.1.html









On Tue, Nov 12, 2013 at 12:33 PM, caohf  wrote:


Thanks 

But when i use  virsh  list --all command


-
[root@opennebula-node1 ~]# virsh  list --all
 IdName   State

 43one-111running
 44one-104running
 48one-123running
 - centos5.6.kvm  shut off



if the vm managed by one  is runnning ,it can be list by virsh list --all 
command

when I destory a vm.


-  
[root@opennebula-node1 ~]# virsh  destroy 44
Domain 44 destroyed



It can't be display by virsh command



[root@opennebula-node1 ~]# virsh  list --all
 IdName   State

 43one-111running
 48one-123running
 - centos5.6.kvm  shut off
---

How to fix this 



Best Wishes!
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 11:48
To: caohf
CC: users@lists.opennebula.org
Subject: Re: Re: [one-users] How to manage vm created by opennebula by virsh 
tools?
Hi Dennis,


Opennebula is still using libvirt for KVM-based nodes.


You can still stop/start the VM using normal virsh command, such as virsh stop, 
virsh start, virsh attach-device etc.


But doing so directly to the VM, will cause your VM to not shutting down 
properly if you onevm shutdown from Opennebula later. That's what I have 
experience before.


Thanks.







On Tue, Nov 12, 2013 at 11:34 AM, caohf  wrote:

Hi :
 I have another  system use virsh(libvirt) manage the kvm vms,when i use 
opennebula ,I also want to use my old system.
 Opennebula provide the libvirt drivers in the old version.



  
Best Wishes!
Dennis

From: Sharuzzaman Ahmat Raslan
Date: 2013-11-12 11:13
To: caohf
CC: users@lists.opennebula.org
Subject: Re: [one-users] How to manage vm created by opennebula by virsh tools?
Hi Dennis,


What actually that you want to achieve?


Thanks.






On Tue, Nov 12, 2013 at 9:58 AM, caohf  wrote:

Dear All:
How to manage vm created by opennebula by virsh tool? 




Best Wishes!
Dennis


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





-- 
Sharuzzaman Ahmat Raslan 



-- 
Sharuzzaman Ahmat Raslan 



-- 
Sharuzzaman Ahmat Raslan ___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Fwd: Error executing image transfer script

2013-11-12 Thread Neelaya Dhatchayani
-- Forwarded message --
From: Neelaya Dhatchayani 
Date: Fri, Nov 8, 2013 at 4:32 PM
Subject: Re: [one-users] Error executing image transfer script
To: "Ruben S. Montero" 


I tried to mount the onelocation directory /var/lib/one/datastores to the
client machine. I did the following

ran the foll. command and got the following error
   mount onedaemon:/var/lib/one/datastores

error: unable to mount connection refused

I googled the error and appended the following content in the /etc/exports
file in onedaemon
   /var/lib/one/datastores hostip(rw)

Finally when I rebooted onedaemon(my opennebula server), I am unable to
login through user and root. Not even through ctrl+alt+F2 (console)

Can you help me on this

Thanks



On Fri, Nov 8, 2013 at 9:01 AM, Neelaya Dhatchayani wrote:

> Thank You.
>
>
> On Fri, Nov 8, 2013 at 12:15 AM, Ruben S. Montero <
> rsmont...@opennebula.org> wrote:
>
>> This seems to be the problem:
>>
>> Thu Nov  7 17:10:13 2013 [TM][E]: clone: Command "cd
>> /var/lib/one/datastores/0/8; cp
>> /var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d
>> /var/lib/one/datastores/0/8/disk.0" failed: cp: cannot stat
>> `/var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d': No such file
>> or directory
>>
>>
>> Check that `/var/lib/one/datastores/1' is properly mount'ed in all hosts.
>>
>>
>>
>>
>>  On Thu, Nov 7, 2013 at 7:48 AM, Neelaya Dhatchayani <
>> neels.v...@gmail.com> wrote:
>>
>>>  Hi,
>>>
>>> I am trying to setup a private cloud using opennebula for research
>>> purpose
>>> I have installed and created hosts using opennebula.
>>> While creating virtual machines I get the following error.
>>>
>>> Thu Nov  7 16:54:05 2013 [DiM][I]: New VM state is FAILED
>>> Thu Nov  7 17:10:02 2013 [DiM][I]: New VM state is CLEANUP.
>>> Thu Nov  7 17:10:02 2013 [DiM][I]: New VM state is PENDING
>>> Thu Nov  7 17:10:12 2013 [DiM][I]: New VM state is ACTIVE.
>>> Thu Nov  7 17:10:12 2013 [LCM][I]: New VM state is PROLOG.
>>> Thu Nov  7 17:10:13 2013 [TM][I]: Command execution fail:
>>> /var/lib/one/remotes/tm/shared/clone
>>> onedaemon:/var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d
>>> onehost2:/var/lib/one/datastores/0/8/disk.0 8 1
>>> Thu Nov  7 17:10:13 2013 [TM][I]: clone: Cloning
>>> /var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d in
>>> onehost2:/var/lib/one/datastores/0/8/disk.0
>>> Thu Nov  7 17:10:13 2013 [TM][E]: clone: Command "cd
>>> /var/lib/one/datastores/0/8; cp
>>> /var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d
>>> /var/lib/one/datastores/0/8/disk.0" failed: cp: cannot stat
>>> `/var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d': No such file
>>> or directory
>>> Thu Nov  7 17:10:13 2013 [TM][E]: Error copying
>>> onedaemon:/var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d to
>>> onehost2:/var/lib/one/datastores/0/8/disk.0
>>> Thu Nov  7 17:10:13 2013 [TM][I]: ExitCode: 1
>>> Thu Nov  7 17:10:13 2013 [TM][E]: Error executing image transfer script:
>>> Error copying
>>> onedaemon:/var/lib/one/datastores/1/71726c1f6ad1a39fbdab860ca4f73e1d to
>>> onehost2:/var/lib/one/datastores/0/8/disk.0
>>> Thu Nov  7 17:10:13 2013 [DiM][I]: New VM state is FAILED
>>>
>>>
>>> Cloud anyone help me on this
>>> I have even set NFS running
>>>
>>> Many Thanks
>>>
>>> vani
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>>
>>
>>
>> --
>> --
>> Ruben S. Montero, PhD
>> Project co-Lead and Chief Architect
>> OpenNebula - Flexible Enterprise Cloud Made Simple
>> www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
>>
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Error executing image transfer script

2013-11-12 Thread Carlos Martín Sánchez
Hi,

Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 error:
> Unable to allow access for disk path
> /var/lib/one/var//datastores/0/14/disk.0: No such file or directory


Did you check if this path exists in the host?

Regards

--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | cmar...@opennebula.org |
@OpenNebula


On Mon, Nov 11, 2013 at 7:58 PM, vishnu e divakaran wrote:

> Hai, I'am trying to deploy vm.
> This seems to be the problem:
>
> Tue Nov 12 00:08:56 2013 [ReM][D]: Req:9120 UID:0 VirtualMachineDeploy
> invoked, 14, 18, false
> Tue Nov 12 00:08:56 2013 [DiM][D]: Deploying VM 14
> Tue Nov 12 00:08:56 2013 [ReM][D]: Req:9120 UID:0 VirtualMachineDeploy
> result SUCCESS, 14
> Tue Nov 12 00:08:56 2013 [TM][D]: Message received: TRANSFER SUCCESS 14 -
>
> Tue Nov 12 00:09:02 2013 [VMM][D]: Message received: LOG I 14 ExitCode: 0
>
> Tue Nov 12 00:09:02 2013 [VMM][D]: Message received: LOG I 14
> Successfully execute network driver operation: pre.
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 Command
> execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy
> '/var/lib/one/var//datastores/0/14/deployment.0' 'onevmhost' 14
> onevmhost
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 error:
> Failed to create domain from
> /var/lib/one/var//datastores/0/14/deployment.0
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 error:
> Unable to allow access for disk path
> /var/lib/one/var//datastores/0/14/disk.0: No such file or directory
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG E 14 Could
> not create domain from /var/lib/one/var//datastores/0/14/deployment.0
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 ExitCode: 255
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 Failed
> to execute virtualization driver operation: deploy.
>
> Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: DEPLOY FAILURE 14
> Could not create domain from
> /var/lib/one/var//datastores/0/14/deployment.0
>
> Tue Nov 12 00:09:10 2013 [ReM][D]: Req:8528 UID:0
> VirtualMachinePoolInfo invoked, -2, -1, -1, -1
> Tue Nov 12 00:09:10 2013 [ReM][D]: Req:8528 UID:0
> VirtualMachinePoolInfo result SUCCESS, "14<..."
> Tue Nov 12 00:09:25 2013 [ReM][D]: Req:1392 UID:0
> VirtualMachinePoolInfo invoked, -2, -1, -1, -1
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Javier Fontan
Even if it creates a new devices section it should work. We've been
doing just that (adding serial console) this way in the past.

Doesn't it work?

On Mon, Nov 11, 2013 at 8:34 PM, Liu, Guang Jun (Gene)
 wrote:
> Hi there,
>
> I have a need to define serial (and serial over tcp) in KVM VMs. I
> understood I can use RAW to specify in a template. However I the data is
> not just appended within the  section, not merged into the
>  section.
>
> My input of the "RAW" is like this:
>
> RAW=[DATA=" host=\"0.0.0.0\" service=\"4056\"/> port=\"0\"/> host=\"0.0.0.0\" service=\"4056\"/> type=\"serial\" port=\"0\"/>",TYPE="kvm"]
>
> And I got the deployment.0 as below which is not right. Can anyone help
> to give me suggestions?
>
> Thanks very much,
>
> Gene
>
>
> 
> one-33
> 
> 1024
> 
> 2097152
> 
> hvm
> 
> 
> 
> /usr/libexec/qemu-kvm
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  service="4056"/> port="0"/> host="0.0.0.0" service="4056"/> type="serial" port="0"/>
> 
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] how to reset VM ID???

2013-11-12 Thread Javier Fontan
There's not an way to reset ID and we discourage it. The code to
generate the VNC port is

--8<--
int limit = 65535;
oss << ( base_port + ( oid % (limit - base_port) ));
-->8--

base_port is 5900 by default. You should not have problems with the
port as it goes back to 5900 after reaching 65535.



On Tue, Nov 12, 2013 at 9:35 AM, 염재근  wrote:
> Dear All
>
> how to reset VM ID??
>
> I already exceed over 10400.
>
> actually, I want to control vnc port.
> I saw the VM log file in qemu. It show me that the vnc port is same with VM
> ID.
>
> If I specify the vnc port in opennebula template, I can`t make 2 more VMs
> with same template because of vnc port duplication.
>
> thanks :D
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Javier Fontan
This is the error:

--8<--
Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
(publickey,keyboard-interactive).
-->8--

It seems oneadmin user can not ssh without password from "nebula" to
"10.24.101.72".



On Tue, Nov 12, 2013 at 8:30 AM, hansz  wrote:
> Tue Nov 12 15:11:07 2013 [DiM][I]: New VM state is ACTIVE.
> Tue Nov 12 15:11:07 2013 [LCM][I]: New VM state is PROLOG.
> Tue Nov 12 15:11:14 2013 [TM][I]: Command execution fail:
> /var/lib/one/remotes/tm/vmfs/clone
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
> 10.24.101.72:/vmfs/volumes/0/5/disk.0 5 1
> Tue Nov 12 15:11:14 2013 [TM][I]: clone: Cloning
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b in
> 10.24.101.72:/vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][E]: clone: Command "cd /vmfs/volumes/0/5
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: export PATH=/usr/sbin:/sbin:$PATH
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ "FILE" != "CDROM" ]; then
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5/disk.0 ]; then
> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][I]: fi
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -U
> /vmfs/volumes/0/5/disk.0/disk.vmdk
> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0/*
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: vmkfstools -i
> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b/disk.vmdk -d thin
> /vmfs/volumes/0/5/disk.0/disk.vmdk
> Tue Nov 12 15:11:14 2013 [TM][I]: else
> Tue Nov 12 15:11:14 2013 [TM][I]: if [ ! -d /vmfs/volumes/0/5 ]; then
> Tue Nov 12 15:11:14 2013 [TM][I]: mkdir -p /vmfs/volumes/0/5
> Tue Nov 12 15:11:14 2013 [TM][I]: fi
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: rm -f /vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][I]:
> Tue Nov 12 15:11:14 2013 [TM][I]: cp
> /var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b
> /vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][I]: ln -s /vmfs/volumes/0/5/disk.0
> /vmfs/volumes/0/5/disk.0.iso
> Tue Nov 12 15:11:14 2013 [TM][I]: fi" failed: Permission denied
> (publickey,keyboard-interactive).
> Tue Nov 12 15:11:14 2013 [TM][E]: Error cloning
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
> 10.24.101.72:/vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [TM][I]: ExitCode: 255
> Tue Nov 12 15:11:14 2013 [TM][E]: Error executing image transfer script:
> Error cloning
> nebula:/var/lib/one/datastores/1/db26556239aeae23087af8083e70bb1b to
> 10.24.101.72:/vmfs/volumes/0/5/disk.0
> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is FAILED
> Tue Nov 12 15:11:14 2013 [DiM][I]: New VM state is CLEANUP.
> Tue Nov 12 15:11:14 2013 [HKM][I]: Success executing Hook:
> on_failure_recreate: .
>
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to manage vm created by opennebula by virsh tools?

2013-11-12 Thread Javier Fontan
OpenNebula can not manage running VMs created by virsh.

On Tue, Nov 12, 2013 at 2:58 AM, caohf  wrote:
> Dear All:
> How to manage vm created by opennebula by virsh tool?
>
> 
> Best Wishes!
> Dennis
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] how to reset VM ID???

2013-11-12 Thread 염재근
Dear All

how to reset VM ID??

I already exceed over 10400.

actually, I want to control vnc port.
I saw the VM log file in qemu. It show me that the vnc port is same with VM
ID.

If I specify the vnc port in opennebula template, I can`t make 2 more VMs
with same template because of vnc port duplication.

thanks :D
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Appmarket 3.8.3

2013-11-12 Thread Daniel Molina
Hi,

El 11/11/2013 06:06, "Eddy Gonzalo Castillon D." 
escribió:
>
>
> Hello Team,
>
> I would like test the appmarket funcionality in my private cloud.  I have
followed  the OpenNebula documentation for the version  3.8.   I think the
appmarket is working well since command line, but I am not able to see the
appmarket tab  in the sunstone interface.  According the documentation, by
default the appmarket is  enabled. Thanks a lot for your help.
>
>> - plugins/vnets-tab.js:
>> :ALL: true
>> :user:
>> :group:
>> - plugins/marketplace-tab.js:
>> :ALL: true
>> :user:
>> :group:
>> - user-plugins/apptools.appmarket-dashboard.js:
>> :group:
>> :ALL: true
>> :user:
>> - user-plugins/apptools.appmarket.appliances.js:
>> :group:
>> :ALL: true
>> :user:

Did you restart Sunstone after adding these lines?

Btw, currently you are using opennebula 3.8 you should try 4.x series.  We
have just released 4.4beta

http://opennebula.org/software:rnotes:rn-rel4.4beta

Cheers

>
>
> oneadmin@opennebula38:~$ appmarket list
>ID
NAME   PUBLISHER
>  527c163a98b58a5d2101 Ubuntu
3.5 DMG Services
> oneadmin@opennebula38:~$
>
>
>
>
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org