Re: [one-users] HOWTO: various questions about open nebula

2014-02-23 Thread kenneth
Title: Thanks

  
  
1. Yes, we can have
deferred and hot snapshot. Deferred means backup is done
  when you shutdown the VM, hot means a live snapshot.
  2. I haven't tested it yet, but you can manually zip an image. If
  you saved it as qcow2 and it is empty, file size is small.
  5. On a normal install, you need to boot the VMs again on another
  node if their original node goes down.
  



 Thanks,
 Kenneth Samonte, ECE
 Apollo Global Corporation
  
  On 2/23/2014 8:10 PM, Paolo Di Francesco wrote:

Hi All
  
  
  I am wondering if there are such functionalities in opennebula:
  
  
  1) backup a virtual machine without shutting it down (usually, do
  a snapshoot and then back it up)
  
  2) as previous, but possibly storing it in a zipped file, I mean
  if the virtual HD is empty (all ZERO) why should I keep 120GB of
  ZEROs? :)
  
  3) incremental backup
  
  4) live cloning (as before, just do it without stopping it)
  
  5) virtual machine replication: what happens if one node goes down
  ? is there something similiar to vmotion or I should afford to
  underlaying layer to have the "vmotion" capabilities?
  
  
  Thank you
  


  

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


Re: [one-users] reupload RBD images

2014-01-18 Thread Kenneth
 

Thank you very much. I knew there is a way like that but I don't
know the syntax. I was desperate reuploading qcow2 images to rbd.


Thank you again. 
---

Thanks,
Kenneth
Apollo Global Corp.

On
01/19/2014 09:27 AM, Vladislav Gorbunov wrote: 

 You can create create
image in open nebula pool radios from existing
 rbd image rados/foo
with command like:
 oneimage create -d rados --name foo --type os
--persistent --size `rbd
 info rados/foo|awk '/size/ {print $5*4}'`
--source rados/foo
 
 2014/1/17 Matthew Richardson
m.richard...@ed.ac.uk:
 
 On 17/01/14 04:23, Kenneth wrote: 


 So our frontend crashed yesterday and I can't recover any of data
from it. All images are saved on ceph datastore. Now when I install the
new frontend, I know that the sunstone GUI will be empty, how can I
reupload the images from the ceph RBD?
 I'm not sure what opennebula
will do if there is already a ceph rbd image with the name that it wants
to use when creating a new image - however there is a safe, if a bit
more laborious way to do it... 1) Rename all the images in ceph for
safety before you start: rbd mv one-1 one-1-orig 2) Create new images
from opennebula, using the same specs you used to create the original
ones. You should now see 'one-1' etc in ceph. It doesn't matter what the
images contain (i.e. they can be empty) but you should make sure to
create them with the same name, type, size, persistence etc. 3) Stop
opennebula to prevent any more changes 4) Delete the empty images in
ceph (Make sure you're not deleting the originals here!): rbd rm one-1
5) Move the original images back to the corresponding names: rbd mv
one-1-orig one-1 6) Restart opennebula Hope this helps! Matthew -- The
University of Edinburgh is a charitable body, registered in Scotland,
with registration number SC005336.
___ Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]
 

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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] reupload RBD images

2014-01-16 Thread Kenneth
 

So our frontend crashed yesterday and I can't recover any of data
from it. 

All images are saved on ceph datastore. Now when I install
the new frontend, I know that the sunstone GUI will be empty, how can I
reupload the images from the ceph RBD? 

-- 

Thanks,
Kenneth
Apollo
Global Corp.

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


Re: [one-users] upgrade to 4.4, system datastore problem

2013-12-31 Thread Kenneth
 

Hi, 

I was able to upgrade to 4.4. Right now I have only a single
host running. CEPH datastore for images. I can't instantiate any of my
previous images. Right now the only way to instantiate images is via a
new upload or through market place. I think the problem is the system
datastore. Previously, I am using the ceph-fuse as the shared system
datastore. 

I can't start sunstone server when I use the ceph-fuse. Can
somebody explain how I can have a shared system datastore and possibly a
way to use ceph for it? I don't want to use NFS. 

Thanks.


---

Thanks,
Kenneth
Apollo Global Corp.

On 12/27/2013 10:17 PM,
Daniel Molina wrote: 

 Try reinstalling the opennebula-sunstone
package, or just copy the file from: 

https://github.com/OpenNebula/one/blob/release-4.4/src/sunstone/etc/sunstone-views.yaml
[8] 
 
 On 27 December 2013 15:06, Kenneth kenn...@apolloglobal.net
wrote:
 
 From here:
http://opennebula.org/documentation:rel4.4:upgrade [6] 
 
 then from
here: http://opennebula.org/documentation:rel4.4:ignc [7] 
 
 Using
apt-get. Is there a way for me to somehow reinstall it? I think apt
made some errors on installation since it asked to do dpkg --configure
-a after i installed opennebula-sunstone. 
 
 ---
 
 Thanks,

Kenneth
 Apollo Global Corp.
 
 On 12/27/2013 10:01 PM, Daniel
Molina wrote: 
 
 The /etc/one/sunstone-views.yaml file is missing,
how did you install one-4.4? 
 
 On 27 December 2013 14:57,
Kenneth kenn...@apolloglobal.net wrote:
 
 Hi Daniel, 


 Thanks for the reply. 
 
 oneadmin@cloud-node1:/etc/one$
ls -lh
 total 92K
 drwxr-xr-x 3 root root 4.0K Dec 27 19:42
auth
 drwxr-xr-x 2 root root 4.0K Dec 27 19:19 cli
 -rw-r--r-- 1
root root 2.6K Nov 28 06:24 ec2_driver.conf
 -rw-r--r-- 1 root root
1.8K Nov 28 06:24 ec2_driver.default
 drwxr-xr-x 2 root root 4.0K
Dec 27 19:55 ec2query_templates
 -rw-r--r-- 1 root root 4.1K Nov 28
06:24 econe.conf
 drwxr-xr-x 2 root root 4.0K Dec 27 19:42 hm

drwxr-xr-x 2 root root 4.0K Dec 27 19:55 occi_templates
 -rw-r--r--
1 root root 30K Nov 28 06:24 oned.conf
 -rw-r--r-- 1 root root 2.7K
Nov 28 06:24 oneflow-server.conf
 -rw-r--r-- 1 root root 3.1K Nov 28
06:24 sched.conf
 -rw-r--r-- 1 root root 5.1K Dec 27 20:15
sunstone-server.conf
 drwxr-xr-x 2 root root 4.0K Dec 27 19:55
sunstone-views
 drwxr-xr-x 2 root root 4.0K Dec 27 19:42 vmm_exec

 
 --- 
 
 Thanks,
 Kenneth
 Apollo Global
Corp.
 
 On 12/27/2013 09:20 PM, Daniel Molina wrote: 


 Hi Kenneth, 
 
 It looks like there is a problem with
the following file '' /etc/one/sunstone-views.yaml '', could you check
if this file is presetn in /etc/one and its permissions. 
 

Cheers 
 
 On 27 December 2013 13:38, Kenneth
kenn...@apolloglobal.net wrote:
 
 Hi all, 
 

I just update from opennebula 4.2 to 4.2. 
 
 I got as far
as running one service and I was able to instantiate a VM, but I can't
make sunstone server start. Any help is much appreciated. 


 oneadmin@cloud-node1:~$ sunstone-server start
 Stale .lock
detected. Erasing it.
 VNC proxy started
 Error executing
sunstone-server.
 Check /var/log/one/sunstone.error and
/var/log/one/sunstone.log for more information
 

oneadmin@cloud-node1:~$ cat /var/log/one/sunstone.error

/usr/lib/ruby/1.8/yaml.rb:143:in `initialize': No such file or directory
- /etc/one/sunstone-views.yaml (Errno::ENOENT)
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `open'
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `load_file'
 from
/usr/lib/one/sunstone/models/SunstoneViews.rb:27:in `initialize'

from /usr/lib/one/sunstone/sunstone-server.rb:122:in `new'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122
 

oneadmin@cloud-node1:~$ cat /var/log/one/sunstone.log

--
 Server
configuration
 --

{:routes=[oneflow],
 :vnc_proxy_port=29876,

:table_order=desc,

:memcache_namespace=opennebula.sunstone,

:sessions=memory,
 :oneflow_server=http://localhost:2474/
[1],
 :core_auth=cipher,
 :auth=sunstone,

:lang=en_US,
 :vnc_proxy_cert=nil,

:memcache_host=localhost,
 :vnc_proxy_ipv6=false,

:memcache_port=11211,
 :one_xmlrpc=http://localhost:2633/RPC2
[2],
 :tmpdir=/var/tmp,
 :vnc_proxy_key=nil,

:host=0.0.0.0,

:marketplace_url=http://marketplace.c12g.com/appliance [3],

:debug_level=3,
 :vnc_proxy_support_wss=false,

:port=9869}
 --


 -- 
 
 Thanks,
 Kenneth
 Apollo Global
Corp.
 

___
 Users mailing
list
 Users@lists.opennebula.org

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


 -- 
 
 -- Daniel Molina
 Project Engineer

OpenNebula - Flexible Enterprise Cloud Made Simple

www.OpenNebula.org [5] | dmol...@opennebula.org | @OpenNebula
 

-- 
 
 -- Daniel Molina
 Project Engineer
 OpenNebula -
Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org [5] |
dmol...@opennebula.org | @OpenNebula
 
 -- 
 
 -- Daniel Molina

Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple

www.OpenNebula.org [5] | dmol

[one-users] upgrade to 4.4, sunstone not running

2013-12-27 Thread Kenneth
 

Hi all, 

I just update from opennebula 4.2 to 4.2. 

I got as far
as running one service and I was able to instantiate a VM, but I can't
make sunstone server start. Any help is much appreciated.


oneadmin@cloud-node1:~$ sunstone-server start
Stale .lock detected.
Erasing it.
VNC proxy started
Error executing sunstone-server.
Check
/var/log/one/sunstone.error and /var/log/one/sunstone.log for more
information

oneadmin@cloud-node1:~$ cat
/var/log/one/sunstone.error
/usr/lib/ruby/1.8/yaml.rb:143:in
`initialize': No such file or directory - /etc/one/sunstone-views.yaml
(Errno::ENOENT)
 from /usr/lib/ruby/1.8/yaml.rb:143:in `open'
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `load_file'
 from
/usr/lib/one/sunstone/models/SunstoneViews.rb:27:in `initialize'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122:in `new'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122

oneadmin@cloud-node1:~$
cat /var/log/one/sunstone.log
--

Server
configuration
--
{:routes=[oneflow],

:vnc_proxy_port=29876,
 :table_order=desc,

:memcache_namespace=opennebula.sunstone,
 :sessions=memory,

:oneflow_server=http://localhost:2474/;,
 :core_auth=cipher,

:auth=sunstone,
 :lang=en_US,
 :vnc_proxy_cert=nil,

:memcache_host=localhost,
 :vnc_proxy_ipv6=false,

:memcache_port=11211,
 :one_xmlrpc=http://localhost:2633/RPC2;,

:tmpdir=/var/tmp,
 :vnc_proxy_key=nil,
 :host=0.0.0.0,

:marketplace_url=http://marketplace.c12g.com/appliance;,

:debug_level=3,
 :vnc_proxy_support_wss=false,

:port=9869}
--

--


Thanks,
Kenneth
Apollo Global Corp.

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


Re: [one-users] upgrade to 4.4, sunstone not running

2013-12-27 Thread Kenneth
 

Hi Daniel, 

Thanks for the reply. 

oneadmin@cloud-node1:/etc/one$
ls -lh
total 92K
drwxr-xr-x 3 root root 4.0K Dec 27 19:42
auth
drwxr-xr-x 2 root root 4.0K Dec 27 19:19 cli
-rw-r--r-- 1 root root
2.6K Nov 28 06:24 ec2_driver.conf
-rw-r--r-- 1 root root 1.8K Nov 28
06:24 ec2_driver.default
drwxr-xr-x 2 root root 4.0K Dec 27 19:55
ec2query_templates
-rw-r--r-- 1 root root 4.1K Nov 28 06:24
econe.conf
drwxr-xr-x 2 root root 4.0K Dec 27 19:42 hm
drwxr-xr-x 2 root
root 4.0K Dec 27 19:55 occi_templates
-rw-r--r-- 1 root root 30K Nov 28
06:24 oned.conf
-rw-r--r-- 1 root root 2.7K Nov 28 06:24
oneflow-server.conf
-rw-r--r-- 1 root root 3.1K Nov 28 06:24
sched.conf
-rw-r--r-- 1 root root 5.1K Dec 27 20:15
sunstone-server.conf
drwxr-xr-x 2 root root 4.0K Dec 27 19:55
sunstone-views
drwxr-xr-x 2 root root 4.0K Dec 27 19:42 vmm_exec


---

Thanks,
Kenneth
Apollo Global Corp.

On 12/27/2013 09:20 PM,
Daniel Molina wrote: 

 Hi Kenneth, 
 
 It looks like there is a
problem with the following file '' /etc/one/sunstone-views.yaml '',
could you check if this file is presetn in /etc/one and its permissions.

 
 Cheers 
 
 On 27 December 2013 13:38, Kenneth
kenn...@apolloglobal.net wrote:
 
 Hi all, 
 
 I just update
from opennebula 4.2 to 4.2. 
 
 I got as far as running one service
and I was able to instantiate a VM, but I can't make sunstone server
start. Any help is much appreciated. 
 
 oneadmin@cloud-node1:~$
sunstone-server start
 Stale .lock detected. Erasing it.
 VNC proxy
started
 Error executing sunstone-server.
 Check
/var/log/one/sunstone.error and /var/log/one/sunstone.log for more
information
 
 oneadmin@cloud-node1:~$ cat
/var/log/one/sunstone.error
 /usr/lib/ruby/1.8/yaml.rb:143:in
`initialize': No such file or directory - /etc/one/sunstone-views.yaml
(Errno::ENOENT)
 from /usr/lib/ruby/1.8/yaml.rb:143:in `open'
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `load_file'
 from
/usr/lib/one/sunstone/models/SunstoneViews.rb:27:in `initialize'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122:in `new'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122
 

oneadmin@cloud-node1:~$ cat /var/log/one/sunstone.log

--
 Server configuration

--
 {:routes=[oneflow],

:vnc_proxy_port=29876,
 :table_order=desc,

:memcache_namespace=opennebula.sunstone,
 :sessions=memory,

:oneflow_server=http://localhost:2474/ [1],

:core_auth=cipher,
 :auth=sunstone,
 :lang=en_US,

:vnc_proxy_cert=nil,
 :memcache_host=localhost,

:vnc_proxy_ipv6=false,
 :memcache_port=11211,

:one_xmlrpc=http://localhost:2633/RPC2 [2],

:tmpdir=/var/tmp,
 :vnc_proxy_key=nil,
 :host=0.0.0.0,

:marketplace_url=http://marketplace.c12g.com/appliance [3],

:debug_level=3,
 :vnc_proxy_support_wss=false,
 :port=9869}

--
 
 -- 
 
 Thanks,

Kenneth
 Apollo Global Corp.
 

___
 Users mailing list

Users@lists.opennebula.org

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

-- 
 
 -- Daniel Molina
 Project Engineer
 OpenNebula - Flexible
Enterprise Cloud Made Simple
 www.OpenNebula.org [5] |
dmol...@opennebula.org | @OpenNebula
 

Links:
--
[1]
http://localhost:2474/
[2] http://localhost:2633/RPC2
[3]
http://marketplace.c12g.com/appliance
[4]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[5]
http://www.OpenNebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] upgrade to 4.4, sunstone not running

2013-12-27 Thread Kenneth
 

From here: http://opennebula.org/documentation:rel4.4:upgrade [6]


then from here: http://opennebula.org/documentation:rel4.4:ignc [7]


Using apt-get. Is there a way for me to somehow reinstall it? I
think apt made some errors on installation since it asked to do dpkg
--configure -a after i installed opennebula-sunstone.

---

Thanks,
Kenneth
Apollo Global Corp.

On 12/27/2013 10:01 PM,
Daniel Molina wrote: 

 The /etc/one/sunstone-views.yaml file is
missing, how did you install one-4.4? 
 
 On 27 December 2013 14:57,
Kenneth kenn...@apolloglobal.net wrote:
 
 Hi Daniel, 
 

Thanks for the reply. 
 
 oneadmin@cloud-node1:/etc/one$ ls -lh

total 92K
 drwxr-xr-x 3 root root 4.0K Dec 27 19:42 auth
 drwxr-xr-x
2 root root 4.0K Dec 27 19:19 cli
 -rw-r--r-- 1 root root 2.6K Nov 28
06:24 ec2_driver.conf
 -rw-r--r-- 1 root root 1.8K Nov 28 06:24
ec2_driver.default
 drwxr-xr-x 2 root root 4.0K Dec 27 19:55
ec2query_templates
 -rw-r--r-- 1 root root 4.1K Nov 28 06:24
econe.conf
 drwxr-xr-x 2 root root 4.0K Dec 27 19:42 hm
 drwxr-xr-x
2 root root 4.0K Dec 27 19:55 occi_templates
 -rw-r--r-- 1 root root
30K Nov 28 06:24 oned.conf
 -rw-r--r-- 1 root root 2.7K Nov 28 06:24
oneflow-server.conf
 -rw-r--r-- 1 root root 3.1K Nov 28 06:24
sched.conf
 -rw-r--r-- 1 root root 5.1K Dec 27 20:15
sunstone-server.conf
 drwxr-xr-x 2 root root 4.0K Dec 27 19:55
sunstone-views
 drwxr-xr-x 2 root root 4.0K Dec 27 19:42 vmm_exec 


 --- 
 
 Thanks,
 Kenneth
 Apollo Global Corp.
 
 On
12/27/2013 09:20 PM, Daniel Molina wrote: 
 
 Hi Kenneth, 
 

It looks like there is a problem with the following file ''
/etc/one/sunstone-views.yaml '', could you check if this file is presetn
in /etc/one and its permissions. 
 
 Cheers 
 
 On 27
December 2013 13:38, Kenneth kenn...@apolloglobal.net wrote:
 

Hi all, 
 
 I just update from opennebula 4.2 to 4.2. 


 I got as far as running one service and I was able to instantiate
a VM, but I can't make sunstone server start. Any help is much
appreciated. 
 
 oneadmin@cloud-node1:~$ sunstone-server
start
 Stale .lock detected. Erasing it.
 VNC proxy started

Error executing sunstone-server.
 Check /var/log/one/sunstone.error
and /var/log/one/sunstone.log for more information
 

oneadmin@cloud-node1:~$ cat /var/log/one/sunstone.error

/usr/lib/ruby/1.8/yaml.rb:143:in `initialize': No such file or directory
- /etc/one/sunstone-views.yaml (Errno::ENOENT)
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `open'
 from
/usr/lib/ruby/1.8/yaml.rb:143:in `load_file'
 from
/usr/lib/one/sunstone/models/SunstoneViews.rb:27:in `initialize'

from /usr/lib/one/sunstone/sunstone-server.rb:122:in `new'
 from
/usr/lib/one/sunstone/sunstone-server.rb:122
 

oneadmin@cloud-node1:~$ cat /var/log/one/sunstone.log

--
 Server configuration

--
 {:routes=[oneflow],

:vnc_proxy_port=29876,
 :table_order=desc,

:memcache_namespace=opennebula.sunstone,

:sessions=memory,
 :oneflow_server=http://localhost:2474/
[1],
 :core_auth=cipher,
 :auth=sunstone,

:lang=en_US,
 :vnc_proxy_cert=nil,

:memcache_host=localhost,
 :vnc_proxy_ipv6=false,

:memcache_port=11211,
 :one_xmlrpc=http://localhost:2633/RPC2
[2],
 :tmpdir=/var/tmp,
 :vnc_proxy_key=nil,

:host=0.0.0.0,

:marketplace_url=http://marketplace.c12g.com/appliance [3],

:debug_level=3,
 :vnc_proxy_support_wss=false,

:port=9869}
 --
 
 --

 
 Thanks,
 Kenneth
 Apollo Global Corp.
 

___
 Users mailing
list
 Users@lists.opennebula.org

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


 -- 
 
 -- Daniel Molina
 Project Engineer
 OpenNebula -
Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org [5] |
dmol...@opennebula.org | @OpenNebula
 
 -- 
 
 -- Daniel Molina

Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple

www.OpenNebula.org [5] | dmol...@opennebula.org | @OpenNebula



Links:
--
[1] http://localhost:2474/
[2]
http://localhost:2633/RPC2
[3] http://marketplace.c12g.com/appliance
[4]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[5]
http://www.OpenNebula.org
[6]
http://opennebula.org/documentation:rel4.4:upgrade
[7]
http://opennebula.org/documentation:rel4.4:ignc
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Windows on opennebula

2013-12-19 Thread Kenneth
 

You are using the web GUI for your windows VM right? Mine too is
very unstable so I installed a VNC server (tightVNC) on the windows vm
and then use a vnc client to control it. I don't use nebula to control
the windows vm. 
---

Thanks,
Kenneth
Apollo Global Corp.

On 12/20/2013
03:28 AM, Mario Giammarco wrote: 

 Hello,
 I was finally able to
install a windows xp machine on my ceph/kvm/opennebula.
 
 I am using
now spice protocol and adding some rawdata now windows uses qxl
driver.
 
 Unfortunately mouse movement is jerky/unstable. 
 It was
not good with vnc but it has not improved enough with spice.
 
 Can
you help me?
 
 Thanks,
 Mario 
 

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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] Help getting sunstone-server to auto-start after reboot like oned

2013-12-14 Thread Kenneth Øst
This is my first post. Does anybody get my mails?
 Den 14/12/2013 00.23 skrev Kenneth Øst kenneth.o...@gmail.com:

 Hi One users
 I have successfully setup OpenNebula 4.4 on Ubuntu 13.10 with Open vSwitch
 on a single server for home use :-)

 My question as the subject says: I would like to have the sunstone-server
 to automatically startup after reboot of the server. Are there a simple way
 to do start sunstone-server, just like how the oned is started?

 Best regards
 Kenneth

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


Re: [one-users] Help getting sunstone-server to auto-start after reboot like oned

2013-12-14 Thread Kenneth
 

It's weekend, people are out of their computers (maybe). 

Are you
sure sunstone server is not being started when you reboot? It should be
as launched at startup like the one service, you could have made some
mistake during the installation? 

That being said, I'll make a bash
script which contain the lines. (This method is prety lame, and I
haven't tested it yet) 

su oneadmin 

sunstone-server start

Then add
the script to the /etc/rc.local file. I would assume you can change
users without any passwords? 

---

Thanks,
Kenneth
Apollo Global
Corp.

On 12/15/2013 12:36 AM, Kenneth Øst wrote: 

 This is my first
post. Does anybody get my mails? 
 Den 14/12/2013 00.23 skrev Kenneth
Øst kenneth.o...@gmail.com:
 
 Hi One users 
 I have
successfully setup OpenNebula 4.4 on Ubuntu 13.10 with Open vSwitch on a
single server for home use :-) 
 
 My question as the subject says:
I would like to have the sunstone-server to automatically startup after
reboot of the server. Are there a simple way to do start
sunstone-server, just like how the oned is started? 
 
 Best regards

 Kenneth
 
 ___
 Users
mailing list
 Users@lists.opennebula.org

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



Links:
--
[1]
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] Help getting sunstone-server to auto-start after reboot like oned

2013-12-13 Thread Kenneth Øst
Hi One users
I have successfully setup OpenNebula 4.4 on Ubuntu 13.10 with Open vSwitch
on a single server for home use :-)

My question as the subject says: I would like to have the sunstone-server
to automatically startup after reboot of the server. Are there a simple way
to do start sunstone-server, just like how the oned is started?

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


Re: [one-users] Ceph and thin provision

2013-12-12 Thread Kenneth
 

I haven't tested much on non-persistent image as I have no use on
them unless on experiments. Also, I haven't tried any volatile image,
sorry. 

_A not persistent image is writeable?_ 

Short answer: NO


Long answer: Yes, sort of. When you instantiate a non persistent
image, nebula create a another disk in the background temporarily. You
can check that on when you issue rbd ls -p one. You'll see something
like this. 

one-34 --- this is the non persistent image
disk
one-34-73-0  this is the temporary clone of the disk
when you instantiate a VM
one-34-80-0 - another VM which uses
the non persistent image one-34 

This is why you can instantiate two or
more VMs using a non-persistent image. If I'm not mistaken, the
temporary disk will be destoyed once you shutdown the VM from nebula
sunstone. But as long as the VM is running, the data is there. You can
even reboot the VM with non-persistent disk and still have data. You
lose the data once Nebula destroys VM disk, that is, when you SHUTDOWN
or DELETE the VM from nebula sunstone. 

As for thick and thin
provision, all of my images in ceph are thick, because my base image is
25 GB disk from a KVM template and then I imported it in ceph (it was
converted from qcow2 to rbd). It consumes whole 25GB on my ceph storage.
I just clone that template image every time I deploy a new VM. 

I
haven't tried creating a thin or thick provision in ceph rbd from
scratch. So basically, I can say that a 100GB disk will consume 100GB
RBD in ceph (of course it will be 200GB in ceph storage since ceph
duplicates the disks by default). 
---

Thanks,
Kenneth
Apollo Global
Corp.

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

 In several
virtualization systems you can have a virtual disk drive:
 
 -thick,
so a thick disk of 100gb uses 100gb of space; -thin, so a thin disk of
100gb uses 0gb when empty and starts using space when the virtual
machine fills it.
 
 So I can have a real hdd of 250gb with inside ten
virtual thin disks of 1000gb each, if they are almost empty. 
 I have
checked again and ceph rbd are thin. 
 
 BTW: I thank you for you
explanation of persistent/not persistent, I was not able to find it in
docs. Can you explain me also what a volatile disk is? 
 A not
persistent image is writeable? When you reboot a vm with a not
persistent image you lose all datda written to it?
 
 Thanks again,

Mario 
 
 2013/12/12 Kenneth kenn...@apolloglobal.net
 
 Hi, 


 Can you elaborate more on what you want to achieve? 
 
 If you
have a 100GB image and it is set to persistent, you can instantiate that
image immediately and deploy/live migrate it to any nebula node. Only
one running instance of VM of this image is allowed. 
 
 If it is a
100GB non persistent image, you'll have to wait for ceph to create a
copy of it once you deploy it. But you can use this image multiple
times simutaneously. 
 ---
 
 Thanks,
 Kenneth
 Apollo Global
Corp.
 
 On 12/11/2013 07:28 PM, Mario Giammarco wrote: 
 

Hello, I am using ceph with opennebula. I have created a 100gb disk
image and I do not understand if it is thin or thick.
 
 I hope I
can have thin provision.
 
 Thanks,
 Mario 
 

___
 Users mailing
list
 Users@lists.opennebula.org

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



Links:
--
[1]
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] Ceph and thin provision

2013-12-12 Thread Kenneth
 

Yes, that is possible. But as I said, all my images were all
preallocated as I haven't created any image from sunstone.


---

Thanks,
Kenneth
Apollo Global Corp.

On 12/12/2013 06:25 PM,
Michael wrote: 

 This doesn't appear to be the case, I've 2TB of
images on Ceph and 380GB 
 data reported by Ceph (760G after
replication). All of these Ceph images 
 were created through the
Opennebula Sunstone template GUI.
 
 -Michael
 
 On 12/12/2013
09:11, Kenneth wrote:
 
 I haven't tried creating a thin or thick
provision in ceph rbd from scratch. So basically, I can say that a 100GB
disk will consume 100GB RBD in ceph (of course it will be 200GB in ceph
storage since ceph duplicates the disks by default).
 

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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] Ceph and thin provision

2013-12-12 Thread Kenneth
 

This all is good news. And I think this will solve my problem of a
bit slow (a few minutes) of deploying a VM, that is cloning is really
time consuming. 

Although I really like this RBD format 2, I'm not
quite adept yet on how to implement it in nebula. And my ceph version is
dumpling 0.67, does it support rbd format 2? 

 If you have any docs,
I'd greatly appreciate it. Or rather I'm willing to wait a little
longer, maybe on the next release of nebula(?), to make rbd format 2 to
be the default format? 
---

Thanks,
Kenneth
Apollo Global Corp.

On
12/12/2013 09:48 PM, Campbell, Bill wrote: 

 Ceph's RBD Format 2
images support the copy-on-write clones/snapshots for quick
provisioning, where essentially the following happens: 
 
 Snapshot of
Image created -- Snapshot protected from deletion -- Clone image
created from snapshot 
 
 The protected snapshot acts as a base image
for the clone, where only the additional data is stored in the clone.
See more here: http://ceph.com/docs/master/rbd/rbd-snapshot/#layering
[2] 
 
 For our environment here I have modified the included
datastore/tm drivers for Ceph to take advantage of these format 2
images/layering for Non-Persistent images. It works rather well, and all
image functions work appropriately for non-persistent images (save as,
etc.). One note/requirement is to be using a newer Ceph release
(recommend Dumpling or newer) and newer versions of QEMU/Libvirt (there
were some bugs in older releases, but the versions from Ubuntu Cloud
Archive for 12.04 work fine). I did submit them for improvement prior to
the 4.0 release, but the simple format 1 images are the default
currently for OpenNebula. 
 
 I think this would be a good question
for the developers. Would creating the option for Format 2 images
(either in the image template as a parameter or on the Datastore as a
configuration attribute) and then developing the DS/TM drivers further
to accommodate this option be worth the effort? I can see use cases for
both (separate images vs. cloned images having to rely on the base
image), but cloned images are WAY faster to deploy. 
 
 I have the
basic code for format 2 images, I think the logic for looking up the
parameter/attribute and then applying appropriate action should be
rather simple. Could collaborate/share if you'd like. 
 

-
 
 FROM: Kenneth
kenn...@apolloglobal.net
 TO: users@lists.opennebula.org
 SENT:
Thursday, December 12, 2013 6:11:15 AM
 SUBJECT: Re: [one-users] Ceph
and thin provision
 
 Yes, that is possible. But as I said, all my
images were all preallocated as I haven't created any image from
sunstone. 
 
 ---
 
 Thanks,
 Kenneth
 Apollo Global Corp.
 
 On
12/12/2013 06:25 PM, Michael wrote: 
 
 This doesn't appear to be the
case, I've 2TB of images on Ceph and 380GB 
 data reported by Ceph
(760G after replication). All of these Ceph images 
 were created
through the Opennebula Sunstone template GUI.
 
 -Michael
 
 On
12/12/2013 09:11, Kenneth wrote:
 
 I haven't tried creating a thin
or thick provision in ceph rbd from scratch. So basically, I can say
that a 100GB disk will consume 100GB RBD in ceph (of course it will be
200GB in ceph storage since ceph duplicates the disks by default).


 ___
 Users mailing
list
 Users@lists.opennebula.org

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

___
 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 ERROR,
IMMEDIATELY NOTIFY THE SENDER AND DESTROY ALL COPIES.



Links:
--
[1]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[2]
http://ceph.com/docs/master/rbd/rbd-snapshot/#layering
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Ceph and thin provision

2013-12-11 Thread Kenneth
 

Hi, 

Can you elaborate more on what you want to achieve? 

If you
have a 100GB image and it is set to persistent, you can instantiate that
image immediately and deploy/live migrate it to any nebula node. Only
one running instance of VM of this image is allowed. 

If it is a 100GB
non persistent image, you'll have to wait for ceph to create a copy of
it once you deploy it. But you can use this image multiple times
simutaneously. 
---

Thanks,
Kenneth
Apollo Global Corp.

On 12/11/2013
07:28 PM, Mario Giammarco wrote: 

 Hello, I am using ceph with
opennebula. I have created a 100gb disk image and I do not understand if
it is thin or thick.
 
 I hope I can have thin provision.
 

Thanks,
 Mario 
 
 ___

Users mailing list
 Users@lists.opennebula.org

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



Links:
--
[1]
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 ceph filesystem

2013-12-10 Thread kenneth samonte
The first requirement is that the front end node is able to communicate with 
the ceph cluster. 
Veriy it by loggin in as the oneadmin user and issue the command ceph -w. 
The ceph cluster shoul respond HEALTH_OK.
Then define it as a datastore in openebula as an image datastore. No further 
confiuration needed and when you uplaod images to he front end, you should 
choose the ceph image to save the omages in rbd format.

Mario Giammarco mgiamma...@gmail.com wrote:

___
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] Cannot install images in ceph

2013-12-08 Thread Kenneth
 

When you are importing an image on the marketplace for use in ceph,
click the advanced options and be sure to define the device prefix as
hd and the Driver as raw. Also post your whole log file, we need to
find as much info as needed. 
---

Thanks,
Kenneth
Apollo Global
Corp.

On 12/08/2013 02:17 AM, Mario Giammarco wrote: 

 Hello,
 I
have just installed again from scratch ceph filesystem and open nebula
4.4.
 
 I have added a ceph rbd (one) as images datastore.
 It
seems all ok because it shows correct free space.
 
 Now I try to add
an image from marketplace or from iso and at the end I get always the
same error:
 
 Error copying image in the datastore: Error registering
one/one-11 in cloud1.mio
 
 What am I doing wrong?
 
 Thanks,

Mario 
 
 ___
 Users
mailing list
 Users@lists.opennebula.org

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



Links:
--
[1]
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 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] How to use ceph filesystem

2013-12-03 Thread Kenneth
 

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


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

2013-12-03 Thread Kenneth
 

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


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

2013-12-02 Thread Kenneth
 

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. 

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. 

Also make a pool in ceph with the
name one, because it will be used as the default pool. 

Create a pool:


 ceph osd pool create [poolname] [pg_num] [pgp_num] 

 Example: ceph
osd pool create one 196 196 

##Be sure that the pool one is already
created on the ceph cluster before adding a ceph datastore to
opennebula. Refer to the ceph documentation for adding pools. 

##Create
a datastore template file 

nano ceph.ds 

## Add the following lines.


NAME = cephds 

DS_MAD = ceph 

TM_MAD = ceph 

 # the following
line *must* be preset 

DISK_TYPE = RBD 

 POOL_NAME = one 

HOST =
cloud-node1 

##The host node can be any node just be sure that it can
access the ceph nodes. This cloud-ceph node will perform the RAW to RBD
conversions of the VMs so define here the node with the lowest load,
which is the cloud-front end node. Save and exit the file. 

## Create
the datastore. 

onedatastore create ceph.ds 

##Verify that open nebula
can see the datastore. 

oneadmin@cloud-node1:~$ onedatastore list 

 ID
NAME SIZE 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. 
---

Thanks,
Kenneth
Apollo Global Corp.

On 12/01/2013 07:14 PM,
Mario Giammarco wrote: 

 Hello, 
 I am a newbie but I would like to
try opennebula with ceph filesystem. 
 
 I start with default
opennebula installation with three datastores: system, default and
files. 
 
 Now, even if they are configured as shared they are not
an nfs mount, simply directories on the disk. 
 
 Now I have installed
ceph, I have created a ceph rbd and datastore but then? 
 
 Should I
delete existing repositories? How can I replace them with ceph? 
 
 Do
I need to replace them? 
 
 Thanks, 
 Mario 
 

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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 do i know the cluster's datastore's capacity?

2013-11-26 Thread Kenneth
 

That's because you are not using a shared folder for all hosts. A
better way to do it is to make the /var/lib/datastore/1/ folder on the
sunstone as a NFS folder and then mount it all other hosts on the same
location /var/lib/datastore/1/. This will enable you to do live
migrations and very fast deployment of vms. 
---

Thanks,
Kenneth
Apollo
Global Corp.

On 11/26/2013 04:17 PM, caohf wrote: 

 Dear all: 
 How
do i get the whole capacity for a cluster's datastores, 
 I have two
hosts in a cluster, every host has 100GB space for /var/lib/datastore.

 In sunstone i find the capacity of cluster only display the capacity
of host where the sunstone deployed. 
 
 -


 Best Wishes! 
 Dennis 
 

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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 do i know the cluster's datastore's capacity?

2013-11-26 Thread Kenneth
 

You can of course. But it is up to you to monitor. And using storage
on different hosts will cause the VMs to be copied via scp which is
pretty slow. 

Another way to have a large storage is to remove other
drives on the nodes (or use small drives in them) and then plug big
capacity drives on the main NFS node. I mean put everything on the host
A and let other have a small hard drive just enough for the OS itself.


--- 

Thanks,
Kenneth
Apollo Global Corp.

On 11/26/2013 04:48 PM, 曹海峰
wrote: 

 Thanks for replay! 
 But if I use a shared folder ,such as
/var/lib/datastore/1/ on host A and mount it on all hosts in a cluster.
the whole storage capacity is very small,Opennebula can't use other
hosts's disk space.? 
 
 -
 
 Best Wishes!

 Dennis 
 
 FROM: users-boun...@lists.opennebula.org 
 DATE:
2013-11-26 16:27 
 TO: users@lists.opennebula.org 
 SUBJECT: Re:
[one-users] How do i know the cluster's datastore's capacity? 
 

That's because you are not using a shared folder for all hosts. A better
way to do it is to make the /var/lib/datastore/1/ folder on the sunstone
as a NFS folder and then mount it all other hosts on the same location
/var/lib/datastore/1/. This will enable you to do live migrations and
very fast deployment of vms. 
 ---
 
 Thanks,
 Kenneth
 Apollo
Global Corp.
 
 On 11/26/2013 04:17 PM, caohf wrote: 
 
 Dear all:

 How do i get the whole capacity for a cluster's datastores, 
 I
have two hosts in a cluster, every host has 100GB space for
/var/lib/datastore. 
 In sunstone i find the capacity of cluster only
display the capacity of host where the sunstone deployed. 
 

-
 
 Best Wishes! 
 Dennis 
 

___
 Users mailing list

Users@lists.opennebula.org

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

___
 Users mailing list

Users@lists.opennebula.org

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



Links:
--
[1]
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] Users Digest, Vol 67, Issue 89

2013-09-25 Thread Kenneth
 

Which Guide did you follow? What particular problems are you having?
And give some details on your setup such as how many nodes it has?


---
Thanks,
Kenneth

On 09/26/2013 03:16 AM, Luis wrote: 

 Hi 
 

I am trying to install 4.2, is there anybody with a succefully
installation and a guide to do this. I already try the manuals but they
dont work. 
 
 Greetings 
 
 Sent from Yahoo! Mail on Android 
 

-
 FROM: users-requ...@lists.opennebula.org
users-requ...@lists.opennebula.org; 
 TO:
users@lists.opennebula.org; 
 SUBJECT: Users Digest, Vol 67, Issue 89

 SENT: Wed, Sep 25, 2013 7:10:08 PM 
 
 Send Users mailing list
submissions to
 users@lists.opennebula.org
 
 To subscribe or
unsubscribe via the World Wide Web, visit

http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]
 or,
via email, send a message with subject or body 'help' to

users-requ...@lists.opennebula.org
 
 You can reach the person
managing the list at
 users-ow...@lists.opennebula.org
 
 When
replying, please edit your Subject line so it is more specific
 than
Re: Contents of Users digest...
 
 Today's Topics:
 
 1. Re:
Migrate error with OpenNebula 3.4.1 using KVM hypervisor
 on Ubuntu
12.05 box (Duverne, Cyrille)
 

--


 Message: 1
 Date: Wed, 25 Sep 2013 18:18:08 +0200
 From: Duverne,
Cyrille cyrille.duve...@euranova.eu
 To: th?i b?nh
thaibin...@yahoo.com, users@lists.opennebula.org

users@lists.opennebula.org
 Subject: Re: [one-users] Migrate error
with OpenNebula 3.4.1 using KVM
 hypervisor on Ubuntu 12.05 box

Message-ID: 1380125888.52430cc083...@euranova.eu
 Content-Type:
text/plain; charset=utf-8
 
 Hello Thai,
 
 Could you give the
output of : ls
 -lArth?/var/lib/one/var//datastores/0/8/disk.1 ?

Another thought : Is oneadmin part of the libvirt group ?
 

Cheers
 Cyrille
 Eura Nova
 Twitter : @CydsWorld
 
 At Tuesday,
24/09/2013 on 19:58 th?i b?nh wrote:
 
 Dear,
 
 I am trying to live
migrate from KVM host to another KVM host but I
 always catch an error
message?which I quote below. Does anyone know
 the reason and how to
solve this problem ?
 
 oneadmin@OneVMHost:~/var/8$ cat vm.log
 Tue
Sep 24 10:20:48 2013 [DiM][I]: New VM state is ACTIVE.
 Tue Sep 24
10:20:48 2013 [LCM][I]: New VM state is PROLOG.
 Tue Sep 24 10:21:31
2013 [TM][I]: clone: Cloning ../../win2k3sp2.qcow2
 in
OneVMHost:/var/lib/one/var//datastores/0/8/disk.0
 Tue Sep 24 10:21:31
2013 [TM][I]: ExitCode: 0
 Tue Sep 24 10:21:32 2013 [TM][I]: context:
Generating context block
 device at
OneVMHost:/var/lib/one/var//datastores/0/8/disk.1
 Tue Sep 24 10:21:32
2013 [TM][I]: ExitCode: 0
 Tue Sep 24 10:21:32 2013 [LCM][I]: New VM
state is BOOT
 Tue Sep 24 10:21:32 2013 [VMM][I]: Generating deployment
file:
 /var/lib/one/var/8/deployment.0
 Tue Sep 24 10:21:32 2013
[VMM][I]: ExitCode: 0
 Tue Sep 24 10:21:32 2013 [VMM][I]: Successfully
execute network driver
 operation: pre.
 Tue Sep 24 10:21:33 2013
[VMM][I]: ExitCode: 0
 Tue Sep 24 10:21:33 2013 [VMM][I]: Successfully
execute virtualization
 driver operation: deploy.
 Tue Sep 24 10:21:33
2013 [VMM][I]: ExitCode: 0
 Tue Sep 24 10:21:33 2013 [VMM][I]:
Successfully execute network driver
 operation: post.
 Tue Sep 24
10:21:33 2013 [LCM][I]: New VM state is RUNNING
 Tue Sep 24 10:30:49
2013 [LCM][I]: New VM state is SAVE_MIGRATE
 Tue Sep 24 10:31:04 2013
[VMM][I]: ExitCode: 0
 Tue Sep 24 10:31:04 2013 [VMM][I]: Successfully
execute virtualization
 driver operation: save.
 Tue Sep 24 10:31:04
2013 [VMM][I]: ExitCode: 0
 Tue Sep 24 10:31:04 2013 [VMM][I]:
Successfully execute network driver
 operation: clean.
 Tue Sep 24
10:31:04 2013 [LCM][I]: New VM state is PROLOG_MIGRATE
 Tue Sep 24
10:31:04 2013 [TM][I]: ExitCode: 0
 Tue Sep 24 10:31:04 2013 [TM][I]:
ExitCode: 0
 Tue Sep 24 10:31:04 2013 [LCM][I]: New VM state is BOOT

Tue Sep 24 10:31:04 2013 [VMM][I]: ExitCode: 0
 Tue Sep 24 10:31:04
2013 [VMM][I]: Successfully execute network driver
 operation: pre.

Tue Sep 24 10:31:05 2013 [VMM][I]: Command execution fail:

/var/tmp/one/vmm/kvm/restore

/var/lib/one/var//datastores/0/8/checkpoint VMHost1 8 VMHost1
 Tue Sep
24 10:31:05 2013 [VMM][E]: restore: Command virsh --connect

qemu:///system restore /var/lib/one/var//datastores/0/8/checkpoint

failed: error: Failed to restore domain from

/var/lib/one/var//datastores/0/8/checkpoint
 Tue Sep 24 10:31:05 2013
[VMM][I]: error: unable to open disk path

/var/lib/one/var//datastores/0/8/disk.1: Permission denied
 Tue Sep 24
10:31:05 2013 [VMM][E]: Could not restore from

/var/lib/one/var//datastores/0/8/checkpoint
 Tue Sep 24 10:31:05 2013
[VMM][I]: ExitCode: 1
 Tue Sep 24 10:31:05 2013 [VMM][I]: Failed to
execute virtualization
 driver operation: restore.
 Tue Sep 24
10:31:05 2013 [VMM][E]: Error restoring VM: Could not
 restore from
/var/lib/one/var//datastores/0/8/checkpoint
 Tue Sep 24 10:31:05 2013
[DiM][I]: New VM state is FAILED
 
 Many thanks,
 NDTBinh

[one-users] recover the RBD

2013-09-23 Thread Kenneth
 

So I have a about 20 images stored in a ceph image datastore and the
pool name is one. I understand that the disk images are in RBD format
now. I want to migrate a VM, say image is one-23, to another KVM host.
It is just a plain Ubuntu server KVM host and not a member of the
OpenNebula cloud or Ceph cluster. 

Is there a way to convert and image
from the Nebula (or from ceph rbd) to .qcow2 format or to .raw format? I
want to import the image to the new KVM host using Virt-Manager utility
in Ubuntu. 

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


Re: [one-users] How to connect to VMs

2013-09-11 Thread Kenneth
 

What Network model are you using when you create Virtual networks -
Default, 802.1Q, ebtables, Open vSwitch etc? 

Try Default first, then
define the Bridge interface of your OpenNebula hosts such as br0 or br1.
You should know already that the network interfaces of the hosts nodes
of OpenNebula is bridged. 

On the virtual network, define your IP range
of 192.168.42.x IPs. Assign this Virtual network to your VMs. (You may
need to configure you VM to use this address). 

On 09/12/2013 07:38 AM,
Johannes Schuster wrote: 

 Hi,
 
 OpenNebula is running without
Problems.
 I created a virtual network (192.168.20.1 - 192.168.20.5)
and 2 VMs 
 (using the ttylinux - kvm from the OpenNebula
Marketplace). I can 
 access them through VNC in Sunstone and they are
up and running. They 
 have IPs (192.168.20.1 and 192.168.20.2) and I
can successfully ping 
 among themeselves.
 
 But now I want to
access them from the outside. I have a frontend and 2 
 hosts. They
have 192.168.42.x IPs. Regardless from which computer I try 
 I get the
error Destination Host Unreachable (ping 192.168.20.1).
 
 How do I
connect to the VMs?
 
 Thank you and best regards,
 
 Johannes

___
 Users mailing list

Users@lists.opennebula.org

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

--

Thanks,
Kenneth
 

Links:
--
[1]
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] upload using command line

2013-09-06 Thread Kenneth
 

Hi all, 

I have here a 32GB .raw image of ubuntu 12.04 that I want
to upload to opennebula. I don't want to wait a lot uploading the image
using the OpenNebula sunstone interface. And since my OpenNebula front
end has no hard drive, I figured that I would attach an external hard
drive to it containing the 32GB imgae. Then, while the external hard
drive is mounted, I would like to upload the image using the command
line as oneadmin. 

What is the syntax to do this? I'm also using a ceph
datastore to store the images, so in case there are some arguments to be
changed on the command, kindly enlighten me. 

Thanks a lot. 

--

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


[one-users] Virtual network requirement?

2013-09-05 Thread Kenneth
 

Can i create a VM without declaring a network IP for it in Open
Nebula sunstone? 

I mean, if I set a VM on sunstone to use 192.168.1.15
with br1 (in the Virtual networks in the section), and the Ubuntu VM
boots up (default is dhcp in ubuntu), the IP that is going to be
assigned in the VM is the one assigned by my DHCP server. For example
the IP that will be given to the VM by the DHCP server will be
192.168.1.10. 

The 192.168.1.15 doesn't make sense at all. What's worse
is that the VM will not be able to connect to my LAN if it's IP is
192.168.1.10. I need to *change it manually* so that the *IP in
sunstone* is the same as the *IP set in the VM* to be able to
communicate in my local LAN. 

It's an extra step to define a network
first and then define again in the VM. Any workaround on this? Can't I
just decalre an IP to the VM itself and not in sunstone? 

--

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


Re: [one-users] OpenNebula VM Live-Migration

2013-09-04 Thread Kenneth
 

The default OpenNebula installation will assume you want to use a
shared system datastore. 

The /var/lib/one/datastores/0/ folder should
be shared on all nodes.


http://www.opennebula.org/documentation:rel4.2:system_ds 

On
09/04/2013 02:58 PM, Triton2010 wrote: 

 Hello, 
 
 what are the
requirements for VM Live-Migration with OpenNebula? 
 
 I tried this
and get the error message: „Fail to live migrate VM. Assuming that the
VM is still RUNNING (will poll VM). 
 
 Thank you in advance. 
 

Best regards 
 
 ___

Users mailing list
 Users@lists.opennebula.org

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

--

Thanks,
Kenneth
 

Links:
--
[1]
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] persistent vs. non persistent

2013-09-03 Thread Kenneth
 

What the difference between non persistent and persistent image? 

-
are the changes not saved on a non persistent image? 

- is one faster
than the other? 

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


Re: [one-users] Working with Ceph datastore - How to tell do linked snapshot for new VM?

2013-09-03 Thread Kenneth
 

Are you cloning/uploading an existing image to open nebula?. 

I'm
using ceph datastore too. My kvm template image is a 21GB qcow2 (and
raw) image but only 1.5GB of space is taken up. (that is before
uploading to nebula). 

Images that will be stored in ceph will be
converted to RBD and when nebula sees that a this disk is 21GB, it
will be allocated. The allocation time will depend on how fast your ceph
network is. 

And have you tried creating an empty datablock? Create an
empty datablock in the ceph datastore and then install linux on that
datablock, the allocation of an empty datablock is faster, though you'll
need to install the OS afterwards. 

On 09/03/2013 05:57 PM, Igor
Laskovy wrote: 

 Anybody? ;) 
 
 On Sat, Aug 31, 2013 at 5:27 PM,
Igor Laskovy igor.lask...@gmail.com wrote:
 
 Hello all! 
 

When I create VMs from image which located on ceph datastore, OpenNebula
do full clone of that image - it takes precious time. Is it possible to
tell do something like just quick snapshot and than working with it with
VM?
 
 -- 
 
 Igor Laskovy
 facebook.com/igor.laskovy [1]


 studiogrizzly.com [2]
 
 -- 
 
 Igor Laskovy

facebook.com/igor.laskovy [1]
 
 studiogrizzly.com [2] 
 

___
 Users mailing list

Users@lists.opennebula.org

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

--

Thanks,
Kenneth
 

Links:
--
[1]
http://facebook.com/igor.laskovy
[2] http://studiogrizzly.com
[3]
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 Action not defined

2013-09-02 Thread Kenneth
 

I waited for about two hours and then i tried to instantiate the VM
using the onetemplate instantiate command and then i worked
again...
Still, most of my VMs are for testing or Staging VMs. I still
feel that opennebula isn't stable as much as I expected it though. 

On
09/02/2013 10:14 PM, Daniel Molina wrote: 

 Hi, 
 
 On 17 August
2013 02:00, kenn...@apolloglobal.net wrote:
 
 I was uploading a
35GB image using the sunstone GUI and it was cut off when it was almost
finished. I and using ceph image datastore and a shared system
datastore. 
 
 The problem is that now everytime a click anything on
the web GUI such as clone, instantiate, datastore etc. I keep getting
this error. 
 
 I can't clone or create any new VMs and can't deploy
or migrate due to this error. Where do I start to fix this error?
 

Are you still experiencing this issue? 
 
 Cheers 
 
 Thanks,

Kenneth 
 
 ___
 Users
mailing list
 Users@lists.opennebula.org

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

-- 
 
 Join us at OpenNebulaConf2013 [2] in Berlin, 24-26 September,
2013 
 -- Daniel Molina
 Project Engineer
 OpenNebula - The Open
Source Solution for Data Center Virtualization
 www.OpenNebula.org [3]
| dmol...@opennebula.org | @OpenNebula

-- 
Thanks,
Kenneth



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


Re: [one-users] Error creating VM opennebula 4.2

2013-09-01 Thread Kenneth
 

No, it's not about the double slashes. Some pointers: 

- be sure
the system datastore (default datastore 0, located in
/var/lib/one/datastores/0/) is a common folder shared by the front-end
and the nodes. It can be a mounted nfs. 

- be sure the the image
datastore (default datastore 2) or your own declared image datastore is
also a common folder shared by all nodes. 

Please try again after you
make sure that this is done. 

On 09/02/2013 03:53 AM,
kenny.ke...@bol.com.br wrote: 

 Hello! 
 I m a master degree student
and i need to work with opennebula and xen, but 
 
 I m having
problems to create VM´s in opennebula 4.2, i got this error : 
 

Error executing image transfer script: Error copying
ubuntu-proxy:/var/lib/one/datastores/100/891f7d53bb43d4464298f68b9134c62b
to ubuntu-xen7:/var/lib/one//datastores/0/5/disk.0 
 I think the
problem is because the two slashes // , but i dont know which file i
need to change this parameter. 
 
 I read some things about that, but
it was in older versions of opennebula. can anybody help me with this ?

 Thanks. 
 
 ___
 Users
mailing list
 Users@lists.opennebula.org

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

--

Thanks,
Kenneth
 

Links:
--
[1]
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 run a windows vm

2013-08-20 Thread Kenneth
 

Hi, 

Thanks for the input. I was successful installing a winXP vm.
It's now running. However, the network of the Vitual machine itself is
not functioning. I looked at the device manager and it seems to need
some drivers. Do i need to install network drivers? Where do I get them?


Thanks,
Kenneth 

On 08/19/2013 08:48 PM, Javier Fontan wrote: 

 Go
to images tab and click in create. In the wizard make sure that
 type
datablock is selected so you can chose Empty datablock in the
 Image
location section. After the image is created you can change
 the type
to OS.
 
 On Fri, Aug 16, 2013 at 5:59 AM, kenn...@apolloglobal.net
wrote:
 
 How do I create an empty disk? I can't seem to find a way
on how to do that on the sunstone gui. And i have a ceph image datastore
and shared system datastore. Thanks, Kenneth On 08/16/2013 10:58 AM,
Ionut Popovici wrote: Make and empty disk like 32 Gb disk , upload
windows ISO, Make an template ... Booting form Iso disk, start the
machine , use VNC from Sunstone to installit as u install a normal
windows. On 8/16/2013 5:56 AM, kenn...@apolloglobal.net wrote: Hi all, I
have been running opennebula for a few days now but all virtual machines
are linux. One of our test teams would like to use a windows VM. I don't
have any idea on how to run Windows VMs in OpenNebula. I have an .iso of
windows xp install disk. How do you do it? Thanks, Kenneth
___ Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]
___ Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]
___ Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org [1]

--

Thanks,
Kenneth
 

Links:
--
[1]
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] Error Action not defined

2013-08-16 Thread kenneth
 

I was uploading a 35GB image using the sunstone GUI and it was cut
off when it was almost finished. I and using ceph image datastore and a
shared system datastore. 

The problem is that now everytime a click
anything on the web GUI such as clone, instantiate, datastore etc. I
keep getting this error. 

I can't clone or create any new VMs and can't
deploy or migrate due to this error. Where do I start to fix this error?


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


[one-users] how to run a windows vm

2013-08-15 Thread kenneth
 

Hi all, 

I have been running opennebula for a few days now but all
virtual machines are linux. One of our test teams would like to use a
windows VM. I don't have any idea on how to run Windows VMs in
OpenNebula. 

I have an .iso of windows xp install disk. 

How do you do
it? 

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


Re: [one-users] how to run a windows vm

2013-08-15 Thread kenneth
 

How do I create an empty disk? I can't seem to find a way on how to
do that on the sunstone gui. And i have a ceph image datastore and
shared system datastore. 

Thanks,
Kenneth 

On 08/16/2013 10:58 AM,
Ionut Popovici wrote: 

 Make and empty disk like 32 Gb disk , upload
windows ISO, Make an template ... Booting form Iso disk, start the
machine , use VNC from Sunstone to installit as u install a normal
windows.
 On 8/16/2013 5:56 AM, kenn...@apolloglobal.net wrote: 
 

Hi all, 
 
 I have been running opennebula for a few days now but
all virtual machines are linux. One of our test teams would like to use
a windows VM. I don't have any idea on how to run Windows VMs in
OpenNebula. 
 
 I have an .iso of windows xp install disk. 
 

How do you do it? 
 
 Thanks,
 Kenneth 
 

___
 Users mailing list

Users@lists.opennebula.org

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

___
 Users mailing list

Users@lists.opennebula.org

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




Links:
--
[1]
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] temp directory

2013-08-13 Thread kenneth
 

I see that when I upload or clone a new image temporary files are
saved in the /var/tmp. Is there a way to change this directory? I'm
running out of space. 
 ___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] migrate xenserver 6.2 environment to opennenula

2013-08-12 Thread kenneth
 

Hi, 

Try installing opennebula using the the documentation. Just
one node will do.


https://support.opennebula.pro/entries/24996687-Start-Here-for-Installing-OpenNebula-4-2


The default install will use KVM so you'll need to tell opennebula
(using the oned.conf) that you want to use xen. 

Then when you are able
to access the opennebula web admin page, try to upload your images, .raw
.qcow2 and see if it Opennebula can import. I believe it can.


Regards,
Kenneth 

On 08/12/2013 02:51 PM,
pawel.orzechow...@budikom.net wrote: 

 Hi,
 
 We are running
xenserver 6.2 environment managed by xencenter. Now we 
 want migrate
all this to opennebula. Is it possible? Where can I find 
 some info
about this?
 
 Regards
 
 Pawel

___
 Users mailing list

Users@lists.opennebula.org

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




Links:
--
[1]
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] Cannot contact server: is it running and reachable?

2013-08-12 Thread kenneth
 

Hi, 

Thanks for the reply. 

* [sunstone-oned] Is the connection
between sunstone-server and oned fast? 

- The sunstone server and oned
is on the same physical server. I'm no longer using the KVM sandbox. The
front end have a dedicated machine. 
* [sunstone] Check if the nokogiri
gem is installed in the physical machine where sunstone-server is
running, if it's not installed rexml will be used by default (a bit
slower) 
- I ran install_gems and everything went was installed except
for the nokogiri. Here is the error. Any way to fix this?

rake=/usr/bin/rake gem install --no-ri --no-rdoc nokogiri 
ERROR:
Error installing nokogiri:
nokogiri requires Ruby version =
1.9.2.
Error executing rake=/usr/bin/rake gem install --no-ri
--no-rdoc nokogiri 

* [sunstone] Using ruby 1.9 instead of 1.8 
- I'm
running ubuntu and tried this. Notification Error is still showing. 

On
08/12/2013 03:16 PM, Daniel Molina wrote: 

 Hi, 
 
 On 12 August
2013 07:52, kenn...@apolloglobal.net wrote:
 
 Hi all,
 
 I
just installed OpenNebula a few days ago. It is running fine, but every
minute or so this message appears on the lower right of the OpenNebula
webmin page. It is a notification bubble. It also appears when I used
the KVM sandbox from the opennebula website. Now that the front end is
in a seperate physical machine, the notification still appears.
 

Error
 
 Cannot contact server: is it running and reachable? 


 Although the notification appears, all features (as far as my
testing go) are working as expected. No errors yet.
 Should be alarmed
of this message? Is there a way to remove this notification. I don't
want my boss to see this notification when the cluster is in production
environment.
 
 This error appears when the browser cannot contact the
sunstone-server or the request takes more than expected and the timeout
is reached. To improve the response time: 
 * [sunstone-oned] Is the
connection between sunstone-server and oned fast? 
 * [sunstone] Check
if the nokogiri gem is installed in the physical machine where
sunstone-server is running, if it's not installed rexml will be used by
default (a bit slower) 
 * [sunstone] Using ruby 1.9 instead of 1.8 

* [sunstone] By default sunstone-server runs using the thin server, in a
production environment it's recommended to use passenger + apache/nginx
instead. [1] * [oned] Use mysql instead of sqlite as oned backend. [2]

 
 Hope this helps 
 
 [1]
http://opennebula.org/documentation:rel4.2:suns_advance#running_sunstone_inside_another_webserver
[2] 
 [2] http://opennebula.org/documentation:rel4.2:mysql [3] 
 

Thanks!
 -kenneth
 

___
 Users mailing list

Users@lists.opennebula.org

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

-- 
 
 Join us at OpenNebulaConf2013 [4] in Berlin, 24-26 September,
2013 
 -- Daniel Molina
 Project Engineer
 OpenNebula - The Open
Source Solution for Data Center Virtualization
 www.OpenNebula.org [5]
| dmol...@opennebula.org | @OpenNebula

 

Links:
--
[1]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[2]
http://opennebula.org/documentation:rel4.2:suns_advance#running_sunstone_inside_another_webserver
[3]
http://opennebula.org/documentation:rel4.2:mysql
[4]
http://opennebulaconf.com/
[5] http://www.OpenNebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Cannot contact server: is it running and reachable?

2013-08-12 Thread kenneth
 

Hi, 

I tried manual install of nokogiri. 

user@cloud-node1:~$ sudo
gem install --no-ri --no-rdoc nokogiri 
ERROR: Error installing
nokogiri:
 nokogiri requires Ruby version = 1.9.2. 

I installed
ruby1.9.1-full before. Then i installed ruby1.9.3 and tried again with
the same result. There are no ruby 1.9.2 package in ubuntu 12.04
repository. 

Any more idea? 

Thanks,
Kenneth 

On 08/12/2013 07:21 PM,
Daniel Molina wrote: 

 On 12 August 2013 09:26,
kenn...@apolloglobal.net wrote:
 
 Hi, 
 
 Thanks for the
reply. 
 
 * [sunstone-oned] Is the connection between
sunstone-server and oned fast? 
 
 - The sunstone server and oned is
on the same physical server. I'm no longer using the KVM sandbox. The
front end have a dedicated machine. 
 
 * [sunstone] Check if the
nokogiri gem is installed in the physical machine where sunstone-server
is running, if it's not installed rexml will be used by default (a bit
slower) 
 - I ran install_gems and everything went was installed
except for the nokogiri. Here is the error. Any way to fix this? 

rake=/usr/bin/rake gem install --no-ri --no-rdoc nokogiri 
 ERROR:
Error installing nokogiri:
 nokogiri requires Ruby version =
1.9.2.
 Error executing rake=/usr/bin/rake gem install --no-ri
--no-rdoc nokogiri 
 
 * [sunstone] Using ruby 1.9 instead of 1.8

 - I'm running ubuntu and tried this. Notification Error is still
showing.
 
 What ruby version are you using? 
 Do you get the same
message installing it manually? 
 sudo gem install --no-ri --no-rdoc
nokogiri 
 
 On 08/12/2013 03:16 PM, Daniel Molina wrote: 
 

Hi, 
 
 On 12 August 2013 07:52, kenn...@apolloglobal.net
wrote:
 
 Hi all,
 
 I just installed OpenNebula a few
days ago. It is running fine, but every minute or so this message
appears on the lower right of the OpenNebula webmin page. It is a
notification bubble. It also appears when I used the KVM sandbox from
the opennebula website. Now that the front end is in a seperate physical
machine, the notification still appears.
 
 Error
 

Cannot contact server: is it running and reachable? 
 

Although the notification appears, all features (as far as my testing
go) are working as expected. No errors yet.
 Should be alarmed of
this message? Is there a way to remove this notification. I don't want
my boss to see this notification when the cluster is in production
environment.
 
 This error appears when the browser cannot contact
the sunstone-server or the request takes more than expected and the
timeout is reached. To improve the response time: 
 * [sunstone-oned]
Is the connection between sunstone-server and oned fast? 
 *
[sunstone] Check if the nokogiri gem is installed in the physical
machine where sunstone-server is running, if it's not installed rexml
will be used by default (a bit slower) 
 * [sunstone] Using ruby 1.9
instead of 1.8 
 * [sunstone] By default sunstone-server runs using
the thin server, in a production environment it's recommended to use
passenger + apache/nginx instead. [1] * [oned] Use mysql instead of
sqlite as oned backend. [2] 
 
 Hope this helps 
 
 [1]
http://opennebula.org/documentation:rel4.2:suns_advance#running_sunstone_inside_another_webserver
[2] 
 [2] http://opennebula.org/documentation:rel4.2:mysql [3] 


 Thanks!
 -kenneth
 

___
 Users mailing
list
 Users@lists.opennebula.org

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


 -- 
 
 Join us at OpenNebulaConf2013 [4] in Berlin, 24-26
September, 2013 
 -- Daniel Molina
 Project Engineer

OpenNebula - The Open Source Solution for Data Center Virtualization

www.OpenNebula.org [5] | dmol...@opennebula.org | @OpenNebula
 
 -- 


 Join us at OpenNebulaConf2013 [4] in Berlin, 24-26 September, 2013 

-- Daniel Molina
 Project Engineer
 OpenNebula - The Open Source
Solution for Data Center Virtualization
 www.OpenNebula.org [5] |
dmol...@opennebula.org | @OpenNebula

 

Links:
--
[1]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[2]
http://opennebula.org/documentation:rel4.2:suns_advance#running_sunstone_inside_another_webserver
[3]
http://opennebula.org/documentation:rel4.2:mysql
[4]
http://opennebulaconf.com/
[5] http://www.OpenNebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Cannot contact server: is it running and reachable?

2013-08-11 Thread kenneth
 

Hi all,

I just installed OpenNebula a few days ago. It is running
fine, but every minute or so this message appears on the lower right of
the OpenNebula webmin page. It is a notification bubble. It also appears
when I used the KVM sandbox from the opennebula website. Now that the
front end is in a seperate physical machine, the notification still
appears.

Error

Cannot contact server: is it running and reachable?


Although the notification appears, all features (as far as my testing
go) are working as expected. No errors yet.
Should be alarmed of this
message? Is there a way to remove this notification. I don't want my
boss to see this notification when the cluster is in production
environment.

Thanks!
-kenneth

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