[one-users] Initial installation

2014-12-14 Thread Michael A Cooper
Hello Everyone,

  I found this link OpenNebula Ubuntu 14.04 Quickstart
http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html
to install open nebula on Ubuntu 14.04, This includes the frontend and how
to add nodes. My question is according to this article, I can install
OpenNebula frontend right on the Ubuntu Server with the KVM install, is
this correct?

Also is it possible to have just the frontend installed by itself (non-kvm
server), then add nodes to it, I would prefer to it that way. If it is
possible is there a step by step document for me to use to help me through
the process?

Does any know who wrote this article?

Michael A Cooper
Linux/Windows Web Administrator
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Initial installation

2014-12-14 Thread Daniel Dehennin
Michael A Cooper nexusgu...@gmail.com writes:

 Hello Everyone,

Hello,

   I found this link OpenNebula Ubuntu 14.04 Quickstart
 http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html
 to install open nebula on Ubuntu 14.04, 

Note that the current stable OpenNebula[1] is 4.10.

 This includes the frontend and how to add nodes. My question is
 according to this article, I can install OpenNebula frontend right on
 the Ubuntu Server with the KVM install, is this correct?

 Also is it possible to have just the frontend installed by itself (non-kvm
 server), then add nodes to it, I would prefer to it that way. If it is
 possible is there a step by step document for me to use to help me through
 the process?

This article describes a multi-server setup:

- the frontend which runs the management daemons, the opennebula web
  interface (sunstone) and a NFS server

- the nodes which run libvirtd and use the NFS exported by the frontend

In the NFS configuration[2], you have a warning about setting up what I
call a « single node », i.e. everything on a single physical standalone
machine.

Some steps are already managed by the opennebula debian packages, like
the Qemu configuration.

The minimal requirement for a separated frontend is the ability for the
user oneadmin on the frontend to connect over SSH on each nodes without
passwords.

If you want live migration, you must use shared storage[3][4].

More informations are available in “planning the installation”[5].

Regards.

Footnotes: 
[1]  http://docs.opennebula.org/stable/

[2]  
http://docs.opennebula.org/stable/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-nfs

[3]  http://docs.opennebula.org/stable/administration/storage/index.html

[4]  personally I never share /var/lib/one as described in the quick
 start but /var/lib/one/datastores.

[5]  
http://docs.opennebula.org/stable/design_and_installation/building_your_cloud/plan.html

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


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


[one-users] Service without random IPs for servers.

2014-12-14 Thread M . Sērdienis
Hello!

I am looking to OpenNebula for my company and I installed
opennebula-sandbox for testing, but I can't understand how I can set/change
IP manually for VMs.
Next questions is about services:
1. For example, if I deploy web and sql server, how I can set in web server
application the correct IP of mysql server.
2. Is there possibility to set variable (NET_ID or somesing similar) for
users and uses that variable for IP assignment. For example if user deploys
Service1, then he gets 2 servers - one with IP 10.10.NET_ID.5 and second
with 10.10.NET_ID.6 ?

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


Re: [one-users] Wrong state to perform action

2014-12-14 Thread Karsten Nielsen

It is on one version 4.8

- Karsten

On 13/12/14 21:44, Karsten Nielsen wrote:

Hi,

When I try to live migrate or migrate one of my VM's i get this.

onevm migrate --live 130 2
[VirtualMachineMigrate] Wrong state to perform action

The state of the VM is
STATE   : ACTIVE
LCM_STATE   : RUNNING

I am a little confused.

- Karsten


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


[one-users] Wrong state to perform action

2014-12-14 Thread Karsten Nielsen

Hi,

When I try to live migrate or migrate one of my VM's i get this.

onevm migrate --live 130 2
[VirtualMachineMigrate] Wrong state to perform action

The state of the VM is
STATE   : ACTIVE
LCM_STATE   : RUNNING

I am a little confused.

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


[one-users] JClouds API - OpenNebula

2014-12-14 Thread Karim
Hello,
 
Please, how i can deploy an application on OpenNebula using Jclouds API?
Please, someone can give me an example using Jclouds API with OpenNebula?
Thanks

-- 
Best Regards
H. Karim___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] I define a hook, want the host to restart the VM will automatically start after , but has not been successful.

2014-12-14 Thread clm_t...@hotmail.com
Hi All

I define a hook, want the host to restart the VM will automatically start 
after,but has not been successful.

 VM_HOOK = [ 
name = autostart_hook, 
on = CUSTOM, 
state = POWEROFF, 
lcm_state = LCM_INIT, 
command = /usr/bin/env onevm resume, 
arguments = $ID ]

Do you have any good suggestions, thank you.


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