Re: [one-users] How to use ceph filesystem

2013-12-04 Thread Mario Giammarco
I have read all posts of this interesting thread.
You suggest to use ceph as a shared filesystem and it is a good idea I
agree.

But I supposed that, because kvm supports ceph rbd and because opennebula
supports ceph, there is a direct way to use it.
I mean not using ceph DFS layer and going directly to rbd layer (also for
system datastore)
I do not understand what advantages has opennebula actual ceph support, can
you explain to me?

Thanks,
Mario


2013/12/3 Jaime Melis jme...@c12g.com

 Hi Mario,

 Cephfs CAN be used a shared filesystem datastore. I don't completely agree
 with Kenneth's recommendation of using 'ssh' as the TM for the system
 datastore. I think you can go for 'shared' as long as you have the
 /var/lib/one/datastores/... shared via Cephfs. OpenNebula doesn't care
 about what DFS solution you're using, it will simply assume files are
 already there.

 Another thing worth mentioning, from 4.4 onwards the HOST attribute of the
 datastore should be renamed as BRIDGE_LIST.

 cheers,
 Jaime


 On Tue, Dec 3, 2013 at 11:28 AM, Kenneth kenn...@apolloglobal.net wrote:

  Actually, I'm using ceph as the system datastore. I used the cephfs
 (CEPH FUSE) and mounted it on all nodes on /var/lib/one/datastores/0/

 Regarding ssh for trasfer driver, I haven't really used it since I'm all
 on ceph, both system and image datastore. I may be wrong but that is how I
 understand it from the docs.
 ---

 Thanks,
 Kenneth
 Apollo Global Corp.

  On 12/03/2013 06:11 PM, Mario Giammarco wrote:

   My problem was that  because ceph is a distributed filesystem (and so
 it can be used as an alternative to nfs) I supposed I can use as a shared
 system datastore.
 Reading your reply I can see it is not true. Probably official
 documentation should clarify this.

 Infact I hoped to use ceph as system datastore because ceph is fault
 tolerant and nfs is not.

 Thanks for help,
 Mario


 2013/12/3 Kenneth kenn...@apolloglobal.net

  Ceph won't be the default image datastore, but you can always choose
 it whenever you create an image.

 You said you don't have an NFS disk and your just use plain disk on your
 system datastore so you *should* use ssh in order to have live
 migrations.

 Mine uses shared as datastore since I mounted a shared folder on each
 nebula node.
  ---

 Thanks,
 Kenneth
 Apollo Global Corp.

   On 12/03/2013 03:01 PM, Mario Giammarco wrote:

 First, thanks you for your very detailed reply!


 2013/12/3 Kenneth kenn...@apolloglobal.net

  You don't need to replace existing datastores, the important is you
 edit the system datastore as ssh because you still need to transfer files
 in each node when you deploy a VM.


 So I lose live migration, right?
 If I understand correctly ceph cannot be default datastore also.

  Next, you should make sure that all your node are able to communicate
 with the ceph cluster. Issue the command ceph -s on all nodes including
 the front end to be sure that they are connected to ceph.




 ... will check...



 oneadmin@cloud-node1:~$ onedatastore list

   ID NAMESIZE AVAIL CLUSTER  IMAGES TYPE DS
 TM

0 system - - - 0 sys  -
 shared

1 default 7.3G 71%   - 1 img  fs
 shared

2 files   7.3G 71%   - 0 fil  fs
 ssh

 * 100 cephds  5.5T 59%   - 3 img  ceph
 ceph*

 Once you add the you have verified that the ceph datastore is active
 you can upload images on the sunstone GUI. Be aware that conversion of
 images to RBD format of ceph may take quite some time.


 I see in your configuration that system datastore is shared!

 Thanks again,
 Mario


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




 --
 Jaime Melis
 C12G Labs - Flexible Enterprise Cloud Made Simple
 http://www.c12g.com | jme...@c12g.com

 --

 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's thanks you for your
 cooperation.

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


[one-users] Upgrade 4.2 to 4.4: System DS missing

2013-12-04 Thread Tobias Brunner

Hi,

After upgrading from 4.2 to 4.4 an attempt to deploy a new VM fails with 
the error:


FAILURE [VirtualMachineDeploy] cluster [100] does not have any datastore 
of type SYSTEM_DS


The system DS 0 is not assigned to a cluster (anymore, I'm not sure). 
Trying to assign it to the cluster 100 leads to the error:


FAILURE [ClusterAddDatastore] Cannot add object to cluster. Datastore 0 
cannot be added to any cluster


Is it not possible anymore to use DS 0 on a cluster? Do I have to create 
a new system DS? And if yes, how can I migrate the VMs saved in DS 0 to 
the new DS?


Cheers,
Tobias

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


Re: [one-users] Sunstone problems

2013-12-04 Thread Ionut Popovici
Sorry guys i found the problem .. was becaus i used old config files 
from  4.2.0

On 12/4/2013 6:02 AM, Vladislav Gorbunov wrote:

Check that new parameter exist in the /etc/one/sunstone-server.conf
# Default table order
:table_order: desc

Without  it Sunstone don't show any data. Look like a bug.

2013/12/4 Ionut Popovici io...@hackaserver.com:

Hello .. i have a problem.
I have updated to openenbula 4.4.0
On CLI everything seams ok.

oneadmin@serv:/var/tmp/one/im/kvm.d$ onedatastore list
   ID NAMESIZE AVAIL CLUSTER  IMAGES TYPE DS   TM
0 system  2.1T 81%   - 0 sys -shared
1 default 2.1T 81%   -   131 img fs   shared
2 files   2.1T 81%   - 0 fil fs   ssh

oneadmin@serv:/var/tmp/one/im/kvm.d$ oneimage list
   ID USER   GROUP  NAMEDATASTORE SIZE TYPE PER STAT
RVMS
0 mcabrerizo oneadmin   ttylinux - kvm  default40M OS No rdy
0
1 mcabrerizo oneadmin   Debian 7.1.0 Ne default   222M CD No rdy
0
2 mcabrerizo oneadmin   Ubuntu 13.04 Se default   701M CD No rdy
0

 ID USER GROUPNAMESTAT UCPUUMEM HOST
TIME
242 x  oneadmin ro01-x.hrunn01024M p.h  28d
03h56
251 x oneadmin mini4  runn01024M p.h  27d
18h43
252 x oneadmin mini5 runn0 1024M pl.h
27d 18h43
253 x oneadmin mini6 runn0 1024M pl.h
27d 18h43
278 x oneadmin cactirunn0 1024M pl.h  26d
16h26

oneadmin@serv:/var/tmp/one/im/kvm.d$ onehost list
   ID NAMECLUSTER   RVM  ALLOCATED_CPU ALLOCATED_MEM STAT
0 p.h-  75789 / 800 (98%) 40G /
31.4G (127%) on

But in sunstone i dont see the Datastore and the Virtual networks and VMS
and images.

On cli commands everything was ok ..
The only problem that i had it was after updated to 4.4.0 sunstone had a
problem with sha1 password for user server admin
so i used
oneuser passwd serveradmin pass --sha1

Wired is that i can connect on sunstone and se the host info .. and i see
all my 70 machines as zombie :(

any ideea ? Why i  can't se datastores vms images and vnet's in sunstone ?





___
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


[one-users] Database Version Mismatch

2013-12-04 Thread Rhesa Mahendra

Guys,

I have problem about update from one 4.2 to 4.4 see this:

[oneadmin@node1 ~]$ onedb upgrade -v -S localhost -u oneadmin -p 
oneadmin -d oneadmin

Version read:
4.4.0 : Database migrated from 4.2.0 to 4.4.0 (OpenNebula 4.4.0) by 
onedb command.


Database already uses version 4.4.0


[oneadmin@node1 ~]$ one start
Database version mismatch.
oned failed to start

any help?

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


[one-users] Reset installation and start with 4.4 from scratch

2013-12-04 Thread Mario Giammarco
Hello,
I have installed an opennebula 4.2 for tests on Ubuntu.
I would like to upgrade to 4.4 resetting all configuration because I start
from scratch.
What should I do?

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


Re: [one-users] Database Version Mismatch

2013-12-04 Thread Ruben S. Montero
hi,

Can you double check that the opennebula DB configured in oned.conf is the
same shown in the onedb upgrade command?

Cheers


On Wed, Dec 4, 2013 at 9:24 AM, Rhesa Mahendra
rh...@lintasmediadanawa.comwrote:

 Guys,

 I have problem about update from one 4.2 to 4.4 see this:

 [oneadmin@node1 ~]$ onedb upgrade -v -S localhost -u oneadmin -p oneadmin
 -d oneadmin
 Version read:
 4.4.0 : Database migrated from 4.2.0 to 4.4.0 (OpenNebula 4.4.0) by onedb
 command.

 Database already uses version 4.4.0


 [oneadmin@node1 ~]$ one start
 Database version mismatch.
 oned failed to start

 any help?

 Rhesa.
 ___
 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] opennebula4.2 and esxi5.1 pls for help

2013-12-04 Thread André Monteiro
Hi Hansz,

Check first if you have everything working on OpenNebula by instantiating a
simple ttylinux with the respective hypervisor ESXi (
http://marketplace.c12g.com/appliance/4ff2d3aa8fb81d440604)or KVM (
http://marketplace.c12g.com/appliance/4fc76a938fb81d351703).

If everything is working, you have a simple tutorial of how to install a
fresh VM on http://www.youtube.com/watch?v=fQP4NQQ9NSI, start by there.


--
André Monteiro



On Wed, Dec 4, 2013 at 7:02 AM, hansz hanshizhun...@126.com wrote:

 I have  try install windows on opennebula with esxi5.1 for a long days,but
 always could not make the vms successfully, if i select a  virtual networks
 ,the  windows vms will show a mismatch the nic driver, i also try follow
 the

 http://wiki.ieeta.pt/wiki/index.php/OpenNebula#Using_Windows_Images_for_new_Virtual_Machines
  ,
 but it for  vm install on kvm, clould you kind enough  guide me ? and
 another Headache question , is the novnc  on sunstone could not enter
 uppercase letters, my another friend  also have the same question. pls for
 help.



 ___
 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] Upgrade 4.2 to 4.4: System DS missing

2013-12-04 Thread Ruben S. Montero
Hi

With the new multi-system ds functionality, it is now required that system
ds is also part of the cluster. So, a VM will be deployed using any of the
system DS in the cluster. In general, this requirement prevents wrong
scheduling configurations.

System DS 0 (along with any system ds not assigned in a cluster) is still
valid but for any host not assigned in a cluster.

Going back to your questions:

Is it not possible anymore to use DS 0 on a cluster?
No, any system ds to be used in a cluster must be part of the cluster

Do I have to create a new system DS?
Yes, simply copy the definition of the working system DS (TM_MAD driver).
Depending on your setup this may or may not any additional configuration on
the nodes.

And if yes, how can I migrate the VMs saved in DS 0 to the new DS?
This cannot be done. If you need to deploy the VMs:
1.- Remove the host from the cluster.
2.- Deploy the VM manually
3.- Save any changes (either shutdown the VM or snapshoting the disk)
4.- Move back the host and deploy the VM using the new DS.


Cheers

Ruben


On Wed, Dec 4, 2013 at 9:18 AM, Tobias Brunner tob...@tobru.ch wrote:

 Hi,

 After upgrading from 4.2 to 4.4 an attempt to deploy a new VM fails with
 the error:

 FAILURE [VirtualMachineDeploy] cluster [100] does not have any datastore
 of type SYSTEM_DS

 The system DS 0 is not assigned to a cluster (anymore, I'm not sure).
 Trying to assign it to the cluster 100 leads to the error:

 FAILURE [ClusterAddDatastore] Cannot add object to cluster. Datastore 0
 cannot be added to any cluster

 Is it not possible anymore to use DS 0 on a cluster? Do I have to create a
 new system DS? And if yes, how can I migrate the VMs saved in DS 0 to the
 new DS?

 Cheers,
 Tobias

 ___
 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] Database Version Mismatch

2013-12-04 Thread Rhesa Mahendra
It's working fine now, i try to configured old oned.conf with the new 
oned.conf, and work fine, thanks.


Rhesa.

On 12/04/2013 04:29 PM, Ruben S. Montero wrote:

hi,

Can you double check that the opennebula DB configured in oned.conf is 
the same shown in the onedb upgrade command?


Cheers


On Wed, Dec 4, 2013 at 9:24 AM, Rhesa Mahendra 
rh...@lintasmediadanawa.com mailto:rh...@lintasmediadanawa.com wrote:


Guys,

I have problem about update from one 4.2 to 4.4 see this:

[oneadmin@node1 ~]$ onedb upgrade -v -S localhost -u oneadmin -p
oneadmin -d oneadmin
Version read:
4.4.0 : Database migrated from 4.2.0 to 4.4.0 (OpenNebula 4.4.0)
by onedb command.

Database already uses version 4.4.0


[oneadmin@node1 ~]$ one start
Database version mismatch.
oned failed to start

any help?

Rhesa.
___
Users mailing list
Users@lists.opennebula.org mailto: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 http://www.OpenNebula.org | 
rsmont...@opennebula.org mailto:rsmont...@opennebula.org | @OpenNebula


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


Re: [one-users] How to use ceph filesystem

2013-12-04 Thread Kenneth
 

Going directly to RBD layer will be used once you use ceph as IMAGE
datastore. Nebula will be interfacing directly with ceph and your images
will be in RBD format.This is already the direct way. This is the same
things as using KVM with ceph RBD. 

The only thing you may want to use
is the cephfs (which is not RBD) is when you use it for the SYSTEM
datastore and use shared for TM. This is what I use. Besides, system
datastore does't contain a lot of files so if this method is
inefficient, I won't notice it all. 

But if you also want to use RBD
for the system datastore, you can still use it. You just mount an RBD
image in the /var/lib/datastore/0/ of you nodes.

---

Thanks,
Kenneth
Apollo Global Corp.

On 12/04/2013 04:08 PM, Mario
Giammarco wrote: 

 I have read all posts of this interesting thread.
You suggest to use ceph as a shared filesystem and it is a good idea I
agree.
 
 But I supposed that, because kvm supports ceph rbd and
because opennebula supports ceph, there is a direct way to use it. I
mean not using ceph DFS layer and going directly to rbd layer (also for
system datastore) I do not understand what advantages has opennebula
actual ceph support, can you explain to me?
 
 Thanks, Mario 
 

2013/12/3 Jaime Melis jme...@c12g.com
 
 Hi Mario, 
 
 Cephfs
CAN be used a shared filesystem datastore. I don't completely agree with
Kenneth's recommendation of using 'ssh' as the TM for the system
datastore. I think you can go for 'shared' as long as you have the
/var/lib/one/datastores/... shared via Cephfs. OpenNebula doesn't care
about what DFS solution you're using, it will simply assume files are
already there. 
 
 Another thing worth mentioning, from 4.4 onwards
the HOST attribute of the datastore should be renamed as BRIDGE_LIST.

 
 cheers,
 Jaime 
 
 On Tue, Dec 3, 2013 at 11:28 AM,
Kenneth kenn...@apolloglobal.net wrote: 
 
 Actually, I'm using
ceph as the system datastore. I used the cephfs (CEPH FUSE) and mounted
it on all nodes on /var/lib/one/datastores/0/ 
 
 Regarding ssh
for trasfer driver, I haven't really used it since I'm all on ceph, both
system and image datastore. I may be wrong but that is how I understand
it from the docs. 
 
 ---
 
 Thanks,
 Kenneth
 Apollo
Global Corp.
 
 On 12/03/2013 06:11 PM, Mario Giammarco wrote:

 
 My problem was that because ceph is a distributed filesystem
(and so it can be used as an alternative to nfs) I supposed I can use as
a shared system datastore. Reading your reply I can see it is not true.
Probably official documentation should clarify this.
 
 Infact I
hoped to use ceph as system datastore because ceph is fault tolerant and
nfs is not.
 
 Thanks for help, Mario 
 
 2013/12/3
Kenneth kenn...@apolloglobal.net
 
 Ceph won't be the default
image datastore, but you can always choose it whenever you create an
image. 
 
 You said you don't have an NFS disk and your just
use plain disk on your system datastore so you SHOULD use ssh in order
to have live migrations. 
 
 Mine uses shared as datastore
since I mounted a shared folder on each nebula node. 
 

---
 
 Thanks,
 Kenneth
 Apollo Global Corp.


 On 12/03/2013 03:01 PM, Mario Giammarco wrote: 
 

First, thanks you for your very detailed reply!
 
 2013/12/3
Kenneth kenn...@apolloglobal.net
 
 You don't need to
replace existing datastores, the important is you edit the system
datastore as ssh because you still need to transfer files in each node
when you deploy a VM.
 
 So I lose live migration, right?

 If I understand correctly ceph cannot be default datastore also.

 
 Next, you should make sure that all your node are able
to communicate with the ceph cluster. Issue the command ceph -s on all
nodes including the front end to be sure that they are connected to
ceph.
 
 ... will check... 
 

oneadmin@cloud-node1:~$ onedatastore list
 

___
 Users mailing
list
 Users@lists.opennebula.org

http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]
 

-- 
 
 Jaime Melis
 C12G Labs - Flexible Enterprise Cloud Made
Simple
 http://www.c12g.com [2] | jme...@c12g.com
 
 -- 
 

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's thanks
you for your 
 cooperation.
 

Links:
--
[1]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[2]
http://www.c12g.com
___
Users mailing list

Re: [one-users] oZones Server Incomplete Information

2013-12-04 Thread Tino Vazquez
Hi Bill,

On what OpenNebula version are you on?

It would be also useful to know if the same applies for the CLI, that
is, what output do you get for the following commands:

$ onezone show zone_id vm
$ onezone show zone_id user

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, Dec 3, 2013 at 8:38 PM, Campbell, Bill
bcampb...@axcess-financial.com wrote:
 Hello,
 I'm having some weird issues with oZones.  Trying to configure it and add
 our zones, seems to work okay, but only seeing some of the information.  I
 can see Datastores, Users, and Hosts, but I'm missing VMs, Templates,
 Images, and Virtual Networks.  All show No Data in Table

 Is there something I'm missing in configuration?  Should I see this
 information upon connecting it to my OpenNebula instances?

 

 Bill Campbell
 Infrastructure Architect


 Axcess Financial Services, Inc.
 7755 Montgomery Rd., Suite 400
 Cincinnati, OH  45236



 NOTICE: Protect the information in this message in accordance with the
 company's security policies. If you received this message in error,
 immediately notify the sender and destroy all copies.


 ___
 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


[one-users] no kernel specified error

2013-12-04 Thread Neelaya Dhatchayani
Hi

I tried to deploy a vm in opennebula for xen hypervisor. but i get the
error as no kernel specified error. should i ve to upload a kernel image
and if so what kernel image.

can anyone help me on this

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


Re: [one-users] Upgrade 4.2 to 4.4: System DS missing

2013-12-04 Thread Tobias Brunner

Hi Ruben,

Thanks a lot for the clarification, it helped a lot!

Cheers,
Tobias

On 04.12.2013 10:59, Ruben S. Montero wrote:

Hi

With the new multi-system ds functionality, it is now required that
system ds is also part of the cluster. So, a VM will be deployed using
any of the system DS in the cluster. In general, this requirement
prevents wrong scheduling configurations.

System DS 0 (along with any system ds not assigned in a cluster) is
still valid but for any host not assigned in a cluster.

Going back to your questions:
 
 Is it not possible anymore to use DS 0 on a cluster? 
No, any system ds to be used in a cluster must be part of the cluster

Do I have to create a new system DS? 
Yes, simply copy the definition of the working system DS (TM_MAD
driver). Depending on your setup this may or may not any additional
configuration on the nodes.

And if yes, how can I migrate the VMs saved in DS 0 to the new DS?

This cannot be done. If you need to deploy the VMs:
1.- Remove the host from the cluster.
2.- Deploy the VM manually
3.- Save any changes (either shutdown the VM or snapshoting the disk)
4.- Move back the host and deploy the VM using the new DS.

Cheers

Ruben

On Wed, Dec 4, 2013 at 9:18 AM, Tobias Brunner tob...@tobru.ch
wrote:


Hi,

After upgrading from 4.2 to 4.4 an attempt to deploy a new VM fails
with the error:

FAILURE [VirtualMachineDeploy] cluster [100] does not have any
datastore of type SYSTEM_DS

The system DS 0 is not assigned to a cluster (anymore, I'm not
sure). Trying to assign it to the cluster 100 leads to the error:

FAILURE [ClusterAddDatastore] Cannot add object to cluster.
Datastore 0 cannot be added to any cluster

Is it not possible anymore to use DS 0 on a cluster? Do I have to
create a new system DS? And if yes, how can I migrate the VMs saved
in DS 0 to the new DS?

Cheers,
Tobias



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


Re: [one-users] oZones Server Incomplete Information

2013-12-04 Thread Campbell, Bill
I've had the same result on 4.2 and 4.4 

The CLI output is the same, but 'user' exhibits an error (all the others report 
back appropriate information). Not sure if that's related, but the user 
information shows up just fine in the Web UI: 



oneadmin@opennebula:~$ onezone show 3 vm 
ZONE E-Comm Lab INFORMATION 
ID : 3 
NAME : E-Comm Lab 
ZONE ADMIN : oneadmin 
ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
ENDPOINT : http://localhost:2633/RPC2 
SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
# VDCS : 0 




oneadmin@opennebula:~$ onezone show 3 host 
ZONE E-Comm Lab INFORMATION 
ID : 3 
NAME : E-Comm Lab 
ZONE ADMIN : oneadmin 
ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
ENDPOINT : http://localhost:2633/RPC2 
SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
# VDCS : 0 


ZONE VIEW - host 
ID NAME CLUSTER RVM ALLOCATED_CPU ALLOCATED_MEM STAT 
0 kvmhost1.ecomml E-Comm La 0 0 / 800 (0%) 0K / 15.7G (0%) on 
1 kvmhost2.ecomml E-Comm La 0 0 / 400 (0%) 0K / 7.8G (0%) on 
2 kvmhost3.ecomml Support S 2 400 / 400 (100%) 4G / 7.8G (51%) on 




oneadmin@opennebula:~$ onezone show 3 user 
ZONE E-Comm Lab INFORMATION 
ID : 3 
NAME : E-Comm Lab 
ZONE ADMIN : oneadmin 
ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
ENDPOINT : http://localhost:2633/RPC2 
SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
# VDCS : 0 


ZONE VIEW - user 
ID NAME GROUP AUTH VMS MEMORY CPU 
/usr/lib/one/ruby/cli/one_helper/oneuser_helper.rb:176:in `format_pool': 
undefined method `[]' for nil:NilClass (NoMethodError) 
from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `call' 
from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `data_array' 
from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `collect' 
from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `data_array' 
from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `collect' 
from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `data_array' 
from /usr/lib/one/ruby/cli/cli_helper.rb:209:in `print_data' 
from /usr/lib/one/ruby/cli/cli_helper.rb:204:in `print_table' 
from /usr/lib/one/ruby/cli/cli_helper.rb:171:in `show' 
from /usr/bin/onezone:135 
from /usr/lib/one/ruby/cli/command_parser.rb:449:in `call' 
from /usr/lib/one/ruby/cli/command_parser.rb:449:in `run' 
from /usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize' 
from /usr/bin/onezone:42:in `new' 
from /usr/bin/onezone:42 


- Original Message -

From: Tino Vazquez cvazq...@c12g.com 
To: Bill Campbell bcampb...@axcess-financial.com 
Cc: users users@lists.opennebula.org 
Sent: Wednesday, December 4, 2013 5:54:05 AM 
Subject: Re: [one-users] oZones Server Incomplete Information 

Hi Bill, 

On what OpenNebula version are you on? 

It would be also useful to know if the same applies for the CLI, that 
is, what output do you get for the following commands: 

$ onezone show zone_id vm 
$ onezone show zone_id user 

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, Dec 3, 2013 at 8:38 PM, Campbell, Bill 
bcampb...@axcess-financial.com wrote: 
 Hello, 
 I'm having some weird issues with oZones. Trying to configure it and add 
 our zones, seems to work okay, but only seeing some of the information. I 
 can see Datastores, Users, and Hosts, but I'm missing VMs, Templates, 
 Images, and Virtual Networks. All show No Data in Table 
 
 Is there something I'm missing in configuration? Should I see this 
 information upon connecting it to my OpenNebula instances? 
 
  
 
 Bill Campbell 
 Infrastructure Architect 
 
 
 Axcess Financial Services, Inc. 
 7755 Montgomery Rd., Suite 400 
 Cincinnati, OH 45236 
 
 
 
 NOTICE: Protect the information in this message in accordance with the 
 company's security policies. If you received this message in error, 
 immediately notify the sender and destroy all copies. 
 
 
 ___ 
 Users mailing list 
 Users@lists.opennebula.org 
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org 
 


NOTICE: Protect the information in this message in accordance with the 
company's security policies. If you received this message in 

[one-users] VMWare image on ONE 4.4

2013-12-04 Thread Eduardo Roloff
Hello,

I configured a ONE 4.4 installation with CentOS in the front end and
ESXi on hosts.

I uploaded an vmware image through sunstone (RHEL-x64.vmdk) using the
tar.gz format.

But when I try to instantiate a VM using this image the front end
tranfer the image to the host, but when it tryes to start it it is
using a diferent vmdk (disk.vmdk), according with the error below.

Wed Dec 4 11:50:26 2013 [VMM][I]: error: internal error Could not
start domain: FileNotFound - File [0] 12/disk.0/disk.vmdk was not
found

It is mandatory to use disk.vmdk as the disk name for vmware? And in
case of a slipted disk?

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


[one-users] setting hard limits on OpenNebula resources (memory, disk, etc).

2013-12-04 Thread Steven Timm

I just had a user successfully launch a 64GB VM even though none
of my hosts have more than 48GB of physical RAM.  All works fine
until you actually try to use more than 48G of RAM, in which case it goes 
deep into swap.


Is there any way that OpenNebula can be configured to just outright
reject VM's that request too many resources?  We are running 3.2 right
now but would appreciate help for any version.

Steve Timm


--
Steven C. Timm, Ph.D  (630) 840-8525
t...@fnal.gov  http://home.fnal.gov/~timm/
Fermilab Scientific Computing Division, Scientific Computing Services Quad.
Grid and Cloud Services Dept., Associate Dept. Head for Cloud Computing
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Nebula delivering a read only SO

2013-12-04 Thread Eduardo Roloff
Hello all,

I am delivering SO images from a ONE 4.4 front end to VMWare ESXi 5.0 hosts.

The deliver occurs without problem and the VMs boot from the ONE point of view.

But in the VMware side, they are delivered in read only mode and I
can`t use them.

What I need to change or check to fix this and deliver normal VMs to VMWare?

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


Re: [one-users] oZones Server Incomplete Information

2013-12-04 Thread Tino Vazquez
Hi Bill,

Just checking, are there VMs running in the zone? Could it be that
there are no  vms, templates, images nor vnets defined in the
OpenNebula instance running in the zone?

I'll check the users CLI bug, and come back if I need more input for
debugging, thanks for the feedback.

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 Wed, Dec 4, 2013 at 2:45 PM, Campbell, Bill
bcampb...@axcess-financial.com wrote:
 I've had the same result on 4.2 and 4.4

 The CLI output is the same, but 'user' exhibits an error (all the others
 report back appropriate information).  Not sure if that's related, but the
 user information shows up just fine in the Web UI:

 oneadmin@opennebula:~$ onezone show 3 vm
 ZONE E-Comm Lab INFORMATION
 ID : 3
 NAME : E-Comm Lab
 ZONE ADMIN : oneadmin
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg=
 ENDPOINT : http://localhost:2633/RPC2
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/
 # VDCS : 0


 oneadmin@opennebula:~$ onezone show 3 host
 ZONE E-Comm Lab INFORMATION
 ID : 3
 NAME : E-Comm Lab
 ZONE ADMIN : oneadmin
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg=
 ENDPOINT : http://localhost:2633/RPC2
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/
 # VDCS : 0


 ZONE VIEW - host
 ID NAME CLUSTER RVM ALLOCATED_CPU ALLOCATED_MEM STAT
 0 kvmhost1.ecomml E-Comm La 0 0 / 800 (0%) 0K / 15.7G (0%) on
 1 kvmhost2.ecomml E-Comm La 0 0 / 400 (0%) 0K / 7.8G (0%) on
 2 kvmhost3.ecomml Support S 2 400 / 400 (100%) 4G / 7.8G (51%) on


 oneadmin@opennebula:~$ onezone show 3 user
 ZONE E-Comm Lab INFORMATION
 ID : 3
 NAME : E-Comm Lab
 ZONE ADMIN : oneadmin
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg=
 ENDPOINT : http://localhost:2633/RPC2
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/
 # VDCS : 0


 ZONE VIEW - user
 ID NAME GROUP AUTH VMS MEMORY CPU
 /usr/lib/one/ruby/cli/one_helper/oneuser_helper.rb:176:in `format_pool':
 undefined method `[]' for nil:NilClass (NoMethodError)
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `call'
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `data_array'
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `collect'
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `data_array'
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `collect'
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `data_array'
 from /usr/lib/one/ruby/cli/cli_helper.rb:209:in `print_data'
 from /usr/lib/one/ruby/cli/cli_helper.rb:204:in `print_table'
 from /usr/lib/one/ruby/cli/cli_helper.rb:171:in `show'
 from /usr/bin/onezone:135
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `call'
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `run'
 from /usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize'
 from /usr/bin/onezone:42:in `new'
 from /usr/bin/onezone:42



 
 From: Tino Vazquez cvazq...@c12g.com
 To: Bill Campbell bcampb...@axcess-financial.com
 Cc: users users@lists.opennebula.org
 Sent: Wednesday, December 4, 2013 5:54:05 AM
 Subject: Re: [one-users] oZones Server Incomplete Information


 Hi Bill,

 On what OpenNebula version are you on?

 It would be also useful to know if the same applies for the CLI, that
 is, what output do you get for the following commands:

 $ onezone show zone_id vm
 $ onezone show zone_id user

 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
 

Re: [one-users] oZones Server Incomplete Information

2013-12-04 Thread Campbell, Bill
Tino, 
I have 2 VMs running, 4 virtual networks defined, multiple images and templates 
defined prior to adding to oZones. 

- Original Message -

From: Tino Vazquez cvazq...@c12g.com 
To: Bill Campbell bcampb...@axcess-financial.com 
Cc: users users@lists.opennebula.org 
Sent: Wednesday, December 4, 2013 1:19:14 PM 
Subject: Re: [one-users] oZones Server Incomplete Information 

Hi Bill, 

Just checking, are there VMs running in the zone? Could it be that 
there are no vms, templates, images nor vnets defined in the 
OpenNebula instance running in the zone? 

I'll check the users CLI bug, and come back if I need more input for 
debugging, thanks for the feedback. 

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 Wed, Dec 4, 2013 at 2:45 PM, Campbell, Bill 
bcampb...@axcess-financial.com wrote: 
 I've had the same result on 4.2 and 4.4 
 
 The CLI output is the same, but 'user' exhibits an error (all the others 
 report back appropriate information). Not sure if that's related, but the 
 user information shows up just fine in the Web UI: 
 
 oneadmin@opennebula:~$ onezone show 3 vm 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 oneadmin@opennebula:~$ onezone show 3 host 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 ZONE VIEW - host 
 ID NAME CLUSTER RVM ALLOCATED_CPU ALLOCATED_MEM STAT 
 0 kvmhost1.ecomml E-Comm La 0 0 / 800 (0%) 0K / 15.7G (0%) on 
 1 kvmhost2.ecomml E-Comm La 0 0 / 400 (0%) 0K / 7.8G (0%) on 
 2 kvmhost3.ecomml Support S 2 400 / 400 (100%) 4G / 7.8G (51%) on 
 
 
 oneadmin@opennebula:~$ onezone show 3 user 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 ZONE VIEW - user 
 ID NAME GROUP AUTH VMS MEMORY CPU 
 /usr/lib/one/ruby/cli/one_helper/oneuser_helper.rb:176:in `format_pool': 
 undefined method `[]' for nil:NilClass (NoMethodError) 
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `call' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `collect' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `collect' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:209:in `print_data' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:204:in `print_table' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:171:in `show' 
 from /usr/bin/onezone:135 
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `call' 
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `run' 
 from /usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize' 
 from /usr/bin/onezone:42:in `new' 
 from /usr/bin/onezone:42 
 
 
 
  
 From: Tino Vazquez cvazq...@c12g.com 
 To: Bill Campbell bcampb...@axcess-financial.com 
 Cc: users users@lists.opennebula.org 
 Sent: Wednesday, December 4, 2013 5:54:05 AM 
 Subject: Re: [one-users] oZones Server Incomplete Information 
 
 
 Hi Bill, 
 
 On what OpenNebula version are you on? 
 
 It would be also useful to know if the same applies for the CLI, that 
 is, what output do you get for the following commands: 
 
 $ onezone show zone_id vm 
 $ onezone show zone_id user 
 
 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 

Re: [one-users] oZones Server Incomplete Information

2013-12-04 Thread Campbell, Bill
Tino, 
I figured out why they are not displaying. 

I'm connecting the oZones server using the 'oneadmin' account. All of the 
missing resources were created and owned by my account (not oneadmin). After 
changing the owner to oneadmin, the resources appeared in oZones. 


This poses a problem. Since we have multiple users and would like to use oZones 
as a dashboard for a broad overview of the entire environment, is there a way 
to ensure that all resources, no matter who they are owned by, are visible? 

- Original Message -

From: Bill Campbell bcampb...@axcess-financial.com 
To: Tino Vazquez cvazq...@c12g.com 
Cc: users users@lists.opennebula.org 
Sent: Wednesday, December 4, 2013 1:42:08 PM 
Subject: Re: [one-users] oZones Server Incomplete Information 

Tino, 
I have 2 VMs running, 4 virtual networks defined, multiple images and templates 
defined prior to adding to oZones. 

- Original Message -

From: Tino Vazquez cvazq...@c12g.com 
To: Bill Campbell bcampb...@axcess-financial.com 
Cc: users users@lists.opennebula.org 
Sent: Wednesday, December 4, 2013 1:19:14 PM 
Subject: Re: [one-users] oZones Server Incomplete Information 

Hi Bill, 

Just checking, are there VMs running in the zone? Could it be that 
there are no vms, templates, images nor vnets defined in the 
OpenNebula instance running in the zone? 

I'll check the users CLI bug, and come back if I need more input for 
debugging, thanks for the feedback. 

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 Wed, Dec 4, 2013 at 2:45 PM, Campbell, Bill 
bcampb...@axcess-financial.com wrote: 
 I've had the same result on 4.2 and 4.4 
 
 The CLI output is the same, but 'user' exhibits an error (all the others 
 report back appropriate information). Not sure if that's related, but the 
 user information shows up just fine in the Web UI: 
 
 oneadmin@opennebula:~$ onezone show 3 vm 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 oneadmin@opennebula:~$ onezone show 3 host 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 ZONE VIEW - host 
 ID NAME CLUSTER RVM ALLOCATED_CPU ALLOCATED_MEM STAT 
 0 kvmhost1.ecomml E-Comm La 0 0 / 800 (0%) 0K / 15.7G (0%) on 
 1 kvmhost2.ecomml E-Comm La 0 0 / 400 (0%) 0K / 7.8G (0%) on 
 2 kvmhost3.ecomml Support S 2 400 / 400 (100%) 4G / 7.8G (51%) on 
 
 
 oneadmin@opennebula:~$ onezone show 3 user 
 ZONE E-Comm Lab INFORMATION 
 ID : 3 
 NAME : E-Comm Lab 
 ZONE ADMIN : oneadmin 
 ZONE PASS : PvrIdBbb+iOBb6fUxKOqwiK2lHn5LB5X/vm0iynSMzg= 
 ENDPOINT : http://localhost:2633/RPC2 
 SUNSENDPOINT : http://opennebula.ecommlab.local:9869/ 
 # VDCS : 0 
 
 
 ZONE VIEW - user 
 ID NAME GROUP AUTH VMS MEMORY CPU 
 /usr/lib/one/ruby/cli/one_helper/oneuser_helper.rb:176:in `format_pool': 
 undefined method `[]' for nil:NilClass (NoMethodError) 
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `call' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:239:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `collect' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:238:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `collect' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:237:in `data_array' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:209:in `print_data' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:204:in `print_table' 
 from /usr/lib/one/ruby/cli/cli_helper.rb:171:in `show' 
 from /usr/bin/onezone:135 
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `call' 
 from /usr/lib/one/ruby/cli/command_parser.rb:449:in `run' 
 from /usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize' 
 from /usr/bin/onezone:42:in `new' 
 from /usr/bin/onezone:42 
 
 
 
  
 From: Tino Vazquez cvazq...@c12g.com 
 To: Bill 

Re: [one-users] Errors, problems when creating VM using OpenNebula 3.6.0 in Ubuntu 12.04 with iSCSI datastore

2013-12-04 Thread Qiubo Su (David Su)
Dear OpenNebula Community,

Below is the email sent to you about Errors, problems when creating VM
using OpenNebula 3.6.0 in Ubuntu 12.04 with iSCSI datastore.

The Front-end isn't a physical machine, while a VM created under a physical
machine. The NodeServer is another physical machine and the iSCSIHost is a
VM created under this physical machine.

Just want to clarify the environment.

Thanks kindly,
Q.S.

On Wed, Dec 4, 2013 at 7:25 PM, Qiubo Su (David Su) qiub...@gmail.comwrote:

 Dear OpenNebula Community,

 1) To create VM using OpenNebula 3.6.0 in Ubuntu 12.04 with iSCSI
 datastore, I create Front-end, NodeServer and iSCSIHost (an iSCSI target VM
 created within the NodeServer. The IP of iSCSIHost is 192.168.1.7).

 The required setup, configuration for Front-end, NodeServer and iSCSIHost
 looks fine.

 The host, image, vnet and datastore creation under NodeServer are ok
 (except of the VM creation in below 2) ), but when oneimage show 0, can't
 see output of

 SOURCE: iqn.2013-12.iSCSIHost:192.168.1.7.vg-one.lv-one-13
 PATH: /var/lib/images/win-xp.qcow2

 while only can see SOURCE: /var/lib/images/win-xp.qcow2.

 the opennebula 3.6.0 used was downloaded in more than one year ago. is it
 the correct version of opennebula to use?

 2) the VM creation is failed and got error executing image transfer
 script: error cloning NodeServer:/dev//var/lib/image/win-xp-2/qcow2-0.
 Below is the vm.log for this VM creation:

 Wed Dec  4 17:38:56 2013 [DiM][I]: New VM state is ACTIVE.
 Wed Dec  4 17:38:56 2013 [LCM][I]: New VM state is PROLOG.
 Wed Dec  4 17:38:56 2013 [TM][I]: Command execution fail:
 /var/lib/one/var/remotes/tm/iscsi/clone
 Front-end:/var/lib/image/win-xp-2.qcow2
 NodeServer:/var/lib/one/var//datastores/0/0/disk.0 0 101
 Wed Dec  4 17:38:56 2013 [TM][E]: clone: Command set -e
 Wed Dec  4 17:38:56 2013 [TM][I]:
 Wed Dec  4 17:38:56 2013 [TM][I]: # get size
 Wed Dec  4 17:38:56 2013 [TM][I]: SIZE=$(sudo lvs --noheadings -o lv_size
 /dev//var/lib/image/win-xp-2/qcow2)
 Wed Dec  4 17:38:56 2013 [TM][I]:
 Wed Dec  4 17:38:56 2013 [TM][I]: # create lv
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo lvcreate -L${SIZE}
 /var/lib/image/win-xp-2 -n qcow2-0
 Wed Dec  4 17:38:56 2013 [TM][I]:
 Wed Dec  4 17:38:56 2013 [TM][I]: # clone lv with dd
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo dd
 if=/dev//var/lib/image/win-xp-2/qcow2
 of=/dev//var/lib/image/win-xp-2/qcow2-0 bs=64k
 Wed Dec  4 17:38:56 2013 [TM][I]:
 Wed Dec  4 17:38:56 2013 [TM][I]: # new iscsi target
 Wed Dec  4 17:38:56 2013 [TM][I]: TID=$(sudo tgtadm --lld iscsi --op show
 --mode target | grep Target | tail -n 1 | awk
 '{split($2,tmp,:); print tmp[1]+1;}')
 Wed Dec  4 17:38:56 2013 [TM][I]:
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo tgtadm --lld iscsi --op new --mode
 target --tid $TID  --targetname Front-end:/var/lib/image/win-xp-2.qcow2-0
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo tgtadm --lld iscsi --op bind --mode
 target --tid $TID -I ALL
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo tgtadm --lld iscsi --op new --mode
 logicalunit --tid $TID  --lun 1 --backing-store
 /dev//var/lib/image/win-xp-2/qcow2-0
 Wed Dec  4 17:38:56 2013 [TM][I]: sudo tgt-admin --dump |sudo tee
 /etc/tgt/targets.conf  /dev/null failed: ssh: Could not resolve hostname
 /var/lib/image/win-xp-2.qcow2: Name or service not known
 Wed Dec  4 17:38:56 2013 [TM][E]: Error cloning
 NodeServer:/dev//var/lib/image/win-xp-2/qcow2-0
 Wed Dec  4 17:38:56 2013 [TM][I]: ExitCode: 255
 Wed Dec  4 17:38:56 2013 [TM][E]: Error executing image transfer script:
 Error cloning NodeServer:/dev//var/lib/image/win-xp-2/qcow2-0
 Wed Dec  4 17:38:56 2013 [DiM][I]: New VM state is FAILED

 3) the iSCSI INITIATOR is only installed in the NodeServer. the tgt (for
 tgt admin) is only installed in the iSCSIHost, so the /etc/tgt/targets.conf
 is only in the iSCSIHost.

 From the result, it doesn't look like the Front-end and NodeServer can
 well communicate with the iSCSIHost, can access the iSCSI storage partition
 created under the iSCSIHost target.

 It is much appreciated if anyone can help with the above.

 Thanks kindly,
 Q.S.

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


Re: [one-users] opennebula4.2 and esxi5.1 pls for help

2013-12-04 Thread hansz
hi,
i can work on opennebula  with esxi  install  linux os sucessfully ,but novnc 
could not input ABCD ,and can not install windows sucessfully, and the 
 http://www.youtube.com/watch?v=fQP4NQQ9NSI  i could not open,
any other solution ? 





At 2013-12-04 17:39:44,André Monteiro andre.mont...@gmail.com wrote:

Hi Hansz,


Check first if you have everything working on OpenNebula by instantiating a 
simple ttylinux with the respective hypervisor ESXi 
(http://marketplace.c12g.com/appliance/4ff2d3aa8fb81d440604)or KVM 
(http://marketplace.c12g.com/appliance/4fc76a938fb81d351703).


If everything is working, you have a simple tutorial of how to install a fresh 
VM on http://www.youtube.com/watch?v=fQP4NQQ9NSI, start by there.



--
André Monteiro





On Wed, Dec 4, 2013 at 7:02 AM, hansz hanshizhun...@126.com wrote:

I have  try install windows on opennebula with esxi5.1 for a long days,but 
always could not make the vms successfully, if i select a  virtual networks 
,the  windows vms will show a mismatch the nic driver, i also try follow the 
http://wiki.ieeta.pt/wiki/index.php/OpenNebula#Using_Windows_Images_for_new_Virtual_Machines
 , but it for  vm install on kvm, clould you kind enough  guide me ? and 
another Headache question , is the novnc  on sunstone could not enter uppercase 
letters, my another friend  also have the same question. pls for help.



___
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 and esxi5.1 pls for help

2013-12-04 Thread hansz
hi man,
now i can see the  http://www.youtube.com/watch?v=fQP4NQQ9NSI ,but it does no 
help ,could you pls support me some about opennebula and esxi, 

i can work on opennebula  with esxi  install  linux os sucessfully ,but novnc 
could not input ABCD ,and can not install windows sucessfully,
any other solution ? 





At 2013-12-04 17:39:44,André Monteiro andre.mont...@gmail.com wrote:

Hi Hansz,


Check first if you have everything working on OpenNebula by instantiating a 
simple ttylinux with the respective hypervisor ESXi 
(http://marketplace.c12g.com/appliance/4ff2d3aa8fb81d440604)or KVM 
(http://marketplace.c12g.com/appliance/4fc76a938fb81d351703).


If everything is working, you have a simple tutorial of how to install a fresh 
VM on http://www.youtube.com/watch?v=fQP4NQQ9NSI, start by there.



--
André Monteiro





On Wed, Dec 4, 2013 at 7:02 AM, hansz hanshizhun...@126.com wrote:

I have  try install windows on opennebula with esxi5.1 for a long days,but 
always could not make the vms successfully, if i select a  virtual networks 
,the  windows vms will show a mismatch the nic driver, i also try follow the 
http://wiki.ieeta.pt/wiki/index.php/OpenNebula#Using_Windows_Images_for_new_Virtual_Machines
 , but it for  vm install on kvm, clould you kind enough  guide me ? and 
another Headache question , is the novnc  on sunstone could not enter uppercase 
letters, my another friend  also have the same question. pls for help.



___
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