[ovirt-users] self hosted engine migration to existsing node question

2014-09-22 Thread Jeremiah Jahn
So I have a number of nodes already running and in production. My
engine is sitting on a test box, and needs to be moved onto the
already existing nodes.  I've read all the docs, but none of them seem
to address the the use of an already existing node.  if I run
hosted-engine --deploy on an already existing node, is it going to
mess things up, or is it really just adding some additional config
files, and creating a new VM? Also does it take any additional work to
get the engine enabled on all of the other nodes for the HA version?

thanks,
-jj-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] small cluster

2014-07-17 Thread Jeremiah Jahn
Just a couple of thoughts for you. You are correct. Gluster would not
be a happy thing for for a DB.  But for that matter, no network file
system would be good for postgres or any DB. Your SSD's probably max
out at 6Gb/s while your nics on a mini only go up to 1Gb/s. The whole
point of postgres-xc is that it takes care of all of the replication
and redundancy.  Depending on your usage, your probably going to want
all of the 16 GB of ram for your indexes as well.  I'd be very tempted
to make an install image from one mini and use it to add/create the
other nodes with puppet or just a custom script to configure the image
for addition to the pg-xc cluster.  You're not going to gain  a whole
lot of anything by running ovirt on your mini's except some slowdown.
if your servers that PG will be running on are linux, then you don't
really need more than 10GB for a linux install.  If you're going to
use your mini's for other guests careful of the memory you use so you
don't make your dba unhappy.  and using gluster on the exported 100G
partition would only net you about 500G for a storage domain if you've
got gluster replication going, which is not a bad idea.  And finally,
why mac mini's? pretty pricey for server hardware unless your planning
on using them to host osx guests, which I'm not sure can actually be
done with anything but vmware, which is even a hack, at the moment.

just my 2 cents as a person who runs gluster, ovirt, and a postgres cluster.

On Wed, Jul 16, 2014 at 2:50 PM, urthmover urthmo...@gmail.com wrote:
 After further investigation and reading.  Glusterfs is not really designed
 for database operations.  So I am retracting one question and curious about
 anyone’s thoughts regrading the new set of questions.

 Should I partition the mirrored pair into two slices (100GB and 800GB).
 Then present ovirt with 10 storage domains each being a 100G partition for
 the OS of each guest.  Then use nfs for the 800G /data partitions (not using
 /data as a storage domain within overt, just as plain old nfs mounts hard
 coded to each guest machine)

 Should I present each mac mini’s mirrored pair as an nfs share to
 ovirt-engine?  This would create 10 1TB storage domains.  Then create 10
 large 800GB /data partitions (a /data for each guest).

 Should I NOT use ovirt and just run each mac mini as a mirrored pair of
 disks and a standalone server?

 --
 urthmover

 On July 16, 2014 at 12:12:16 PM, urthmover (urthmo...@gmail.com) wrote:

 I have 10 mac minis at my disposal.  (Currently, I’m booting each device
 using a centos6.5 usbstick leaving the 2 disks free for use)

 GOAL:
 To build a cluster of 10 servers running postgres-xc

 EQUIPMENT:
 10 mac mini:  i7-3720QM@2.60GHz/16G RAM/1x1gbit NIC/2x1TB SSDs (zfs
 mirrored)

 REQUEST:
 Please run the software application postgres-xc (a multi-master version of
 postgres).  I'm told by the DBA that disk IO is the most important factor
 for the tasks that he’ll  be running.  The DBA wants 10 servers each with a
 50G OS partition and a 800GB /data.

 THOUGHTS:
 I have a few ideas for how to accomplish but I'm unsure which is the best
 balance between disk IO and overall IT management of  the environment.

 QUESTIONS FOR THE LIST:
 Should I present each of the 10 mac mini’s mirrored disks to glusterfs thus
 creating a large 10TB storage area.  Then connect the storage area to
 ovirt-engine creating on 10TB storage domain, and use it as the storage
 domain for 10 large 800GB disks (a /data for each guest) ?

 Should I present each mac mini’s mirrored pair as an nfs share to
 ovirt-engine?  This would create 10 1TB storage domains.  Then create 10
 large 800GB /data partitions (a /data for each guest).

 Should I NOT use ovirt and just run each mac mini as a mirrored pair of
 disks and a sandalone server?

 LASTLY:
 I’m open to any other thoughts or ideas for how to best accomplish this
 task.

 Thanks in advance,

 --
 urthmover


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [QE] Hardening Guide

2014-07-17 Thread Jeremiah Jahn
Did you ever get an answer to this?  I've got a compliance audit
coming up, and would love to have a place to verify things against.

On Thu, Jun 19, 2014 at 2:33 AM, Sandro Bonazzola sbona...@redhat.com wrote:
 Hi,
 while I was working on Bug 1097022 - ovirt-engine-setup: weak default 
 passwords for PostgreSQL database users
 I was wondering where to write hardening tips described in comment #18.
 It looks like we don't have any page on oVirt wiki about hardening.
 Anyone interested in contributing to such page?
 I guess it can be created as http://www.ovirt.org/OVirt_Hardening_Guide
 Thoughts?


 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] small cluster

2014-07-17 Thread Jeremiah Jahn
you can use puppet to remotely reboot the machine.. FYI

http://stackoverflow.com/questions/8528392/remotely-shutdown-reboot-linux-boxes-without-ssh

On Thu, Jul 17, 2014 at 10:17 AM, urthmover urthmo...@gmail.com wrote:
 Thank you for the insight and advice Jeremiah.

 I think that creating a base image on one machine and using puppet/scripting
 to create the others is a great idea (I’ve been using clonezilla and
 manually editing IP/hostname afterwards).

 As for not using overt, the aspects that I’d be missing are remotely
 rebooting a hung machine.  Also, taking a snapshot of the entire guest is
 relatively easy/without reboot/started remotely.

 As for “Why Mini’s” we have a bunch of extra machines on hand and off lease.

 If anyone else has other thoughts and suggestions, please share.

 Thanks,

 --
 urthmover

 On July 17, 2014 at 9:04:12 AM, Jeremiah Jahn
 (jerem...@goodinassociates.com) wrote:

 Just a couple of thoughts for you. You are correct. Gluster would not
 be a happy thing for for a DB. But for that matter, no network file
 system would be good for postgres or any DB. Your SSD's probably max
 out at 6Gb/s while your nics on a mini only go up to 1Gb/s. The whole
 point of postgres-xc is that it takes care of all of the replication
 and redundancy. Depending on your usage, your probably going to want
 all of the 16 GB of ram for your indexes as well. I'd be very tempted
 to make an install image from one mini and use it to add/create the
 other nodes with puppet or just a custom script to configure the image
 for addition to the pg-xc cluster. You're not going to gain a whole
 lot of anything by running ovirt on your mini's except some slowdown.
 if your servers that PG will be running on are linux, then you don't
 really need more than 10GB for a linux install. If you're going to
 use your mini's for other guests careful of the memory you use so you
 don't make your dba unhappy. and using gluster on the exported 100G
 partition would only net you about 500G for a storage domain if you've
 got gluster replication going, which is not a bad idea. And finally,
 why mac mini's? pretty pricey for server hardware unless your planning
 on using them to host osx guests, which I'm not sure can actually be
 done with anything but vmware, which is even a hack, at the moment.

 just my 2 cents as a person who runs gluster, ovirt, and a postgres cluster.

 On Wed, Jul 16, 2014 at 2:50 PM, urthmover urthmo...@gmail.com wrote:
 After further investigation and reading. Glusterfs is not really designed
 for database operations. So I am retracting one question and curious about
 anyone’s thoughts regrading the new set of questions.

 Should I partition the mirrored pair into two slices (100GB and 800GB).
 Then present ovirt with 10 storage domains each being a 100G partition for
 the OS of each guest. Then use nfs for the 800G /data partitions (not
 using
 /data as a storage domain within overt, just as plain old nfs mounts hard
 coded to each guest machine)

 Should I present each mac mini’s mirrored pair as an nfs share to
 ovirt-engine? This would create 10 1TB storage domains. Then create 10
 large 800GB /data partitions (a /data for each guest).

 Should I NOT use ovirt and just run each mac mini as a mirrored pair of
 disks and a standalone server?

 --
 urthmover

 On July 16, 2014 at 12:12:16 PM, urthmover (urthmo...@gmail.com) wrote:

 I have 10 mac minis at my disposal. (Currently, I’m booting each device
 using a centos6.5 usbstick leaving the 2 disks free for use)

 GOAL:
 To build a cluster of 10 servers running postgres-xc

 EQUIPMENT:
 10 mac mini: i7-3720QM@2.60GHz/16G RAM/1x1gbit NIC/2x1TB SSDs (zfs
 mirrored)

 REQUEST:
 Please run the software application postgres-xc (a multi-master version of
 postgres). I'm told by the DBA that disk IO is the most important factor
 for the tasks that he’ll be running. The DBA wants 10 servers each with a
 50G OS partition and a 800GB /data.

 THOUGHTS:
 I have a few ideas for how to accomplish but I'm unsure which is the best
 balance between disk IO and overall IT management of the environment.

 QUESTIONS FOR THE LIST:
 Should I present each of the 10 mac mini’s mirrored disks to glusterfs
 thus
 creating a large 10TB storage area. Then connect the storage area to
 ovirt-engine creating on 10TB storage domain, and use it as the storage
 domain for 10 large 800GB disks (a /data for each guest) ?

 Should I present each mac mini’s mirrored pair as an nfs share to
 ovirt-engine? This would create 10 1TB storage domains. Then create 10
 large 800GB /data partitions (a /data for each guest).

 Should I NOT use ovirt and just run each mac mini as a mirrored pair of
 disks and a sandalone server?

 LASTLY:
 I’m open to any other thoughts or ideas for how to best accomplish this
 task.

 Thanks in advance,

 --
 urthmover


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] small cluster

2014-07-17 Thread Jeremiah Jahn
you probably shouldn't snapshot your data directory though, as
postgres pretty much does it's own thing as far as journalling and
what not. It also has it's own snapshotting capabilities.  again just
an FYI and chances are bringing  back a db from a snapshot could cause
all sorts of problems with your PG-XC cluster, esp in a mutli-master
configuration. Generally we just drop the db, and resync from the
beginning, but we use slony, and not XC, so your milage may vary.
I've got nothing on the remote start though :-)

On Thu, Jul 17, 2014 at 10:23 AM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 you can use puppet to remotely reboot the machine.. FYI

 http://stackoverflow.com/questions/8528392/remotely-shutdown-reboot-linux-boxes-without-ssh

 On Thu, Jul 17, 2014 at 10:17 AM, urthmover urthmo...@gmail.com wrote:
 Thank you for the insight and advice Jeremiah.

 I think that creating a base image on one machine and using puppet/scripting
 to create the others is a great idea (I’ve been using clonezilla and
 manually editing IP/hostname afterwards).

 As for not using overt, the aspects that I’d be missing are remotely
 rebooting a hung machine.  Also, taking a snapshot of the entire guest is
 relatively easy/without reboot/started remotely.

 As for “Why Mini’s” we have a bunch of extra machines on hand and off lease.

 If anyone else has other thoughts and suggestions, please share.

 Thanks,

 --
 urthmover

 On July 17, 2014 at 9:04:12 AM, Jeremiah Jahn
 (jerem...@goodinassociates.com) wrote:

 Just a couple of thoughts for you. You are correct. Gluster would not
 be a happy thing for for a DB. But for that matter, no network file
 system would be good for postgres or any DB. Your SSD's probably max
 out at 6Gb/s while your nics on a mini only go up to 1Gb/s. The whole
 point of postgres-xc is that it takes care of all of the replication
 and redundancy. Depending on your usage, your probably going to want
 all of the 16 GB of ram for your indexes as well. I'd be very tempted
 to make an install image from one mini and use it to add/create the
 other nodes with puppet or just a custom script to configure the image
 for addition to the pg-xc cluster. You're not going to gain a whole
 lot of anything by running ovirt on your mini's except some slowdown.
 if your servers that PG will be running on are linux, then you don't
 really need more than 10GB for a linux install. If you're going to
 use your mini's for other guests careful of the memory you use so you
 don't make your dba unhappy. and using gluster on the exported 100G
 partition would only net you about 500G for a storage domain if you've
 got gluster replication going, which is not a bad idea. And finally,
 why mac mini's? pretty pricey for server hardware unless your planning
 on using them to host osx guests, which I'm not sure can actually be
 done with anything but vmware, which is even a hack, at the moment.

 just my 2 cents as a person who runs gluster, ovirt, and a postgres cluster.

 On Wed, Jul 16, 2014 at 2:50 PM, urthmover urthmo...@gmail.com wrote:
 After further investigation and reading. Glusterfs is not really designed
 for database operations. So I am retracting one question and curious about
 anyone’s thoughts regrading the new set of questions.

 Should I partition the mirrored pair into two slices (100GB and 800GB).
 Then present ovirt with 10 storage domains each being a 100G partition for
 the OS of each guest. Then use nfs for the 800G /data partitions (not
 using
 /data as a storage domain within overt, just as plain old nfs mounts hard
 coded to each guest machine)

 Should I present each mac mini’s mirrored pair as an nfs share to
 ovirt-engine? This would create 10 1TB storage domains. Then create 10
 large 800GB /data partitions (a /data for each guest).

 Should I NOT use ovirt and just run each mac mini as a mirrored pair of
 disks and a standalone server?

 --
 urthmover

 On July 16, 2014 at 12:12:16 PM, urthmover (urthmo...@gmail.com) wrote:

 I have 10 mac minis at my disposal. (Currently, I’m booting each device
 using a centos6.5 usbstick leaving the 2 disks free for use)

 GOAL:
 To build a cluster of 10 servers running postgres-xc

 EQUIPMENT:
 10 mac mini: i7-3720QM@2.60GHz/16G RAM/1x1gbit NIC/2x1TB SSDs (zfs
 mirrored)

 REQUEST:
 Please run the software application postgres-xc (a multi-master version of
 postgres). I'm told by the DBA that disk IO is the most important factor
 for the tasks that he’ll be running. The DBA wants 10 servers each with a
 50G OS partition and a 800GB /data.

 THOUGHTS:
 I have a few ideas for how to accomplish but I'm unsure which is the best
 balance between disk IO and overall IT management of the environment.

 QUESTIONS FOR THE LIST:
 Should I present each of the 10 mac mini’s mirrored disks to glusterfs
 thus
 creating a large 10TB storage area. Then connect the storage area to
 ovirt-engine creating on 10TB storage domain, and use it as the storage
 domain for 10

Re: [ovirt-users] is spice html5 console actually working

2014-05-12 Thread Jeremiah Jahn
no. I just modified the scripts to allow unsecured connections.

On Sun, May 11, 2014 at 3:43 PM, Itamar Heim ih...@redhat.com wrote:
 On 04/17/2014 09:56 AM, Jeremiah Jahn wrote:

 Has anyone gotten the html5 spice console to work, and did you have to
 do anything special other than enable it?  I've tried every browser
 except opera and ie on linux and mac
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


 was this resolved?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is spice html5 console actually working

2014-05-12 Thread Jeremiah Jahn
I have no doubt I screwed it up. :) just not sure how to get them all
resynced back up. I've got to setup a new engine host soon anyway, so
doesn't really matter to me.

On Mon, May 12, 2014 at 9:42 AM, Michal Skrivanek
michal.skriva...@redhat.com wrote:

 On May 12, 2014, at 15:47 , Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 no. I just modified the scripts to allow unsecured connections.

 it works fine on clean install…so I wonder what did you do differently and 
 where:-/


 On Sun, May 11, 2014 at 3:43 PM, Itamar Heim ih...@redhat.com wrote:
 On 04/17/2014 09:56 AM, Jeremiah Jahn wrote:

 Has anyone gotten the html5 spice console to work, and did you have to
 do anything special other than enable it?  I've tried every browser
 except opera and ie on linux and mac
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


 was this resolved?
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Using Virtio-SCSI passthough on SCSI - Devices

2014-04-27 Thread Jeremiah Jahn
looks like libvirt should be able to do it with it's hostdev entries.

http://libvirt.org/formatdomain.html#elementsHostDevSubsys

devices
hostdev mode='subsystem' type='scsi'
  source
adapter name='scsi_host0'/
address type='scsi' bus='0' target='0' unit='0'/
  /source
  readonly/
  address type='drive' controller='0' bus='0' target='0' unit='0'/
/hostdev
  /devices
  ...

On Sat, Apr 26, 2014 at 4:09 AM, Itamar Heim ih...@redhat.com wrote:
 On 04/25/2014 08:01 PM, Daniel Helgenberger wrote:


 On Fr, 2014-04-25 at 17:19 +0200, Jiri Belka wrote:

 On Fri, 25 Apr 2014 13:40:09 +
 Daniel Helgenberger daniel.helgenber...@m-box.de wrote:

 Hello,

 does anyone have an idea on how to accomplish this? In my particular
 setup, I need a FC tape drive passed though to the vm.
 Note, passing throuh FC - LUNs works flawlessly.

 If I understood Virtio -SCSI correctly, this should be possible from
 libvirt's part.


 I can be wrong but my understanding is that dm-mpio works on block
 layer thus it does not support multipath for tapes/cd-devices.

 But I could be wrong, I got this info from an OpenBSD paper comparing
 SCSI multipath implementation.

 j.

 No, I think so too - it does not support tape drive as such (but I could
 set up a tape library as a LUN to use it with LTFS for instance)

 The point being is another. VirtIO SCSI should be able to pass through
 any scsi device; like tape drives end enclosures. I know this works in
 Proxmox: http://pve.proxmox.com/wiki/Tape_Drives

 Does it work in oVirt, too? In the GUI I only see block LUNs from DM.


 i suggest you try making it work via libivrt first, then we can compare to
 the xml passed to the guest, workaround with a custom hook, etc.


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Using Virtio-SCSI passthough on SCSI - Devices

2014-04-25 Thread Jeremiah Jahn
For what it's worth, I'm also in need of this feature.  Some way to
make a scsi tape available to a VM.

On Fri, Apr 25, 2014 at 12:01 PM, Daniel Helgenberger
daniel.helgenber...@m-box.de wrote:

 On Fr, 2014-04-25 at 17:19 +0200, Jiri Belka wrote:
 On Fri, 25 Apr 2014 13:40:09 +
 Daniel Helgenberger daniel.helgenber...@m-box.de wrote:

  Hello,
 
  does anyone have an idea on how to accomplish this? In my particular
  setup, I need a FC tape drive passed though to the vm.
  Note, passing throuh FC - LUNs works flawlessly.
 
  If I understood Virtio -SCSI correctly, this should be possible from
  libvirt's part.

 I can be wrong but my understanding is that dm-mpio works on block
 layer thus it does not support multipath for tapes/cd-devices.

 But I could be wrong, I got this info from an OpenBSD paper comparing
 SCSI multipath implementation.

 j.
 No, I think so too - it does not support tape drive as such (but I could
 set up a tape library as a LUN to use it with LTFS for instance)

 The point being is another. VirtIO SCSI should be able to pass through
 any scsi device; like tape drives end enclosures. I know this works in
 Proxmox: http://pve.proxmox.com/wiki/Tape_Drives

 Does it work in oVirt, too? In the GUI I only see block LUNs from DM.

 --

 Daniel Helgenberger
 m box bewegtbild GmbH

 P: +49/30/2408781-22
 F: +49/30/2408781-10

 ACKERSTR. 19
 D-10115 BERLIN


 www.m-box.de  www.monkeymen.tv

 Geschäftsführer: Martin Retschitzegger / Michaela Göllner
 Handeslregister: Amtsgericht Charlottenburg / HRB 112767

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is spice html5 console actually working

2014-04-23 Thread Jeremiah Jahn
yes, yes I did...  It's as if installing the webproxy after the fact
caused it to self sign with it's own certificate or something.  I
edited the two html files so that for the moment it's not using https
and that works fine, but I just can't get the https to work at all.

On Wed, Apr 23, 2014 at 2:51 AM, David Jaša dj...@redhat.com wrote:
 Did you import your engine CA (https://ovirt-engine.example.org/ca.crt)
 to firefox?

 David

 On Pá, 2014-04-18 at 16:07 -0500, Jeremiah Jahn wrote:
 I really seems to point to something strange that I've done with my
 certificates I guess..

 I get the following on chrome

 WebSocket server settings:
   - Listen on *:6100
   - Flash security policy server
   - SSL/TLS support
   - proxying from *:6100 to targets in /dummy

   1: handler exception: WSRequestHandler instance has no attribute 
 'last_code'


 and the following on firefox:

 [root@bluejay X86]#   - proxying from *:6100 to targets in /dummy

   1: handler exception: WSRequestHandler instance has no attribute 
 'last_code'
   2: handler exception: [Errno 1] _ssl.c:1390: error:14094412:SSL
 routines:SSL3_READ_BYTES:sslv3 alert bad certificate
   3: handler exception: [Errno 1] _ssl.c:1390: error:14094412:SSL
 routines:SSL3_READ_BYTES:sslv3 alert bad certificate
   4: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
 routines:SSL3_READ_BYTES:tlsv1 alert access denied
   5: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
 routines:SSL3_READ_BYTES:tlsv1 alert access denied
   6: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
 routines:SSL3_READ_BYTES:tlsv1 alert access denied


 is there a way to just turn off SSL websockets for now?

 On Fri, Apr 18, 2014 at 9:24 AM, Jeremiah Jahn
 jerem...@goodinassociates.com wrote:
  Even after I've manually imported the ca.cert file into both chrome
  and firefox, I get the same error as before.  Is there something that
  needs to be done on each host?  I installed the websocket-proxy after
  the fact, and each host is a manually installed host, as opposed to
  the node.iso install.
 
  On Fri, Apr 18, 2014 at 8:28 AM, Jeremiah Jahn
  jerem...@goodinassociates.com wrote:
  And yet I always seem to get this error:
 
  WebSocket connection to
  'wss://localhost:6100/eyJ2YWxpZFRvIjoiMjAxNDA0MTgxMzI4MjMiLCJkYXRhIjoiJTdCJT...lHbjZVRHhzOThaRndVdUlmM0s5Wk1VQVh4K2QwZz09Iiwic2FsdCI6IjlxZFkzakN4U0lNPSJ9'
  failed: WebSocket is closed before the connection is established.
  spicehtml5-main.html?host=localhostport=6100:1
   disconnect spicehtml5-main.html?host=localhostport=6100:90
  Error in event handler for (unknown): TypeError: Cannot read property
  'state' of null at CSRecorder.onQueryStateCompleted
  (chrome-extension://cplklnmnlbnpmjogncfgfijoopmnlemp/content_scripts/recorder.js:43:13)
  at extensions::messaging:327:9 at Function.target.(anonymous function)
  (extensions::SafeBuiltins:19:14) at Event.dispatchToListener
  (extensions::event_bindings:386:22) at Event.dispatch_
  (extensions::event_bindings:371:27) at Event.dispatch
  (extensions::event_bindings:392:17) at dispatchOnMessage
  (extensions::messaging:294:22)
  spicehtml5-main.html?host=localhostport=6100:1
 
  On Thu, Apr 17, 2014 at 6:21 PM, Maurice James mja...@media-node.com 
  wrote:
  There are a few steps. Download the CA cert from your manager
  https://ovirtaddress/ca.crt
  Make sure it is trusted.
  Make sure ovirt-webproxy-socket is installed and running.
 
  Sent from my Galaxy S(R)III
 
 
   Original message 
  From: Jeremiah Jahn
  Date:04/17/2014 9:56 AM (GMT-05:00)
  To: users@ovirt.org
  Subject: [ovirt-users] is spice html5 console actually working
 
  Has anyone gotten the html5 spice console to work, and did you have to
  do anything special other than enable it?  I've tried every browser
  except opera and ie on linux and mac
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] converting windows guests with v2v, where to put the iso?

2014-04-22 Thread Jeremiah Jahn
The Supplementary channel isn't available to CentOS/SL linux folks or
through EPEL. So some Ovirt/distro agnostic documentation would be
great.  There is also the same problem with the windows guest agents
as well.  I'm really not sure why these two packages aren't shipped as
part of ovirt and are RHEL only.

Just my two cents.

On Tue, Apr 22, 2014 at 5:31 AM, Matthew Booth mbo...@redhat.com wrote:
 On 22/04/14 11:26, Richard W.M. Jones wrote:
 On Thu, Apr 17, 2014 at 09:31:51AM -0500, Jeremiah Jahn wrote:
 I'm getting the following error. RedHat seems to thin the answer is to
 use their virtio-win rpm. As far as I can tell, this is not available
 anywhere, So I've just got to go and get the iso that it installs from
 kvm.org. Ok, done. now that I have said iso, where the heck do I put
 it, since it doesn't seem to align with the structure that v2v is
 looking for.

 virt-v2v: Installation failed because the following files referenced
 in the configuration file are required, but missing:
 /usr/share/virtio-win/drivers/i386/WinXP

 Matt, do we have any documentation about where to put this ISO?
 I believe it's got something to do with the contents of the file
 /etc/virt-v2v.conf ...

 You have 2 options:

 1. Install the virtio-win rpm, which is available in the RHEL
 Supplementary subchannel.

 2. Source the expanded Windows virtio drivers some other way, and put
 them in the expected place. In the above case, it's expecting to find
 the virtio driver (collection of files including *.inf) for i386 Windows
 XP in the above directory.

 Matt
 --
 Matthew Booth
 Red Hat Engineering, Virtualisation Team

 Phone: +442070094448 (UK)
 GPG ID:  D33C3490
 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt + GLUSTER

2014-04-22 Thread Jeremiah Jahn
I am.

On Mon, Apr 21, 2014 at 1:50 PM, Joop jvdw...@xs4all.nl wrote:
 Ovirt User wrote:

 Hello,

 anyone are using ovirt with glusterFS as storage domain in production
 environment ?



 Not directly production but almost. Having problems?

 Regards,

 Joop


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt + GLUSTER

2014-04-22 Thread Jeremiah Jahn
Nothing too complicated.
SL 6x and 5
8 vm hosts running on a hitachi blade symphony.
25 Server guests
15+ desktop windows guests
3x 12TB storage servers (All 1TB based raid 10 SSDs)  10Gbs PTP
between 2 of the servers, with one geolocation server offsite.
Most of the server images/luns are exported through 4Gbps FC cards
from the servers using LIO except the desktop machines with are
attached directly to the gluster storage pool since normal users can
create them.  Various servers use use the gluster system directly for
storing a large number of  documents and providing public access to
the tune of about 300 to 400 thousand requests per day.  We
aggregate, provide public access, efiling, e-payments and case
management software to most of the illinois circuit court system.
Gluster has worked like a champ.

On Tue, Apr 22, 2014 at 8:05 AM, Ovirt User ldrt8...@gmail.com wrote:
 what type of configuration and use case ?

 Il giorno 22/apr/2014, alle ore 14:53, Jeremiah Jahn 
 jerem...@goodinassociates.com ha scritto:

 I am.

 On Mon, Apr 21, 2014 at 1:50 PM, Joop jvdw...@xs4all.nl wrote:
 Ovirt User wrote:

Hello,

 anyone are using ovirt with glusterFS as storage domain in production
 environment ?



 Not directly production but almost. Having problems?

 Regards,

 Joop


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt + GLUSTER

2014-04-22 Thread Jeremiah Jahn
oh, and engine is currently on a separate server, but will probably
move to one of the storage servers.

On Tue, Apr 22, 2014 at 8:43 AM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 Nothing too complicated.
 SL 6x and 5
 8 vm hosts running on a hitachi blade symphony.
 25 Server guests
 15+ desktop windows guests
 3x 12TB storage servers (All 1TB based raid 10 SSDs)  10Gbs PTP
 between 2 of the servers, with one geolocation server offsite.
 Most of the server images/luns are exported through 4Gbps FC cards
 from the servers using LIO except the desktop machines with are
 attached directly to the gluster storage pool since normal users can
 create them.  Various servers use use the gluster system directly for
 storing a large number of  documents and providing public access to
 the tune of about 300 to 400 thousand requests per day.  We
 aggregate, provide public access, efiling, e-payments and case
 management software to most of the illinois circuit court system.
 Gluster has worked like a champ.

 On Tue, Apr 22, 2014 at 8:05 AM, Ovirt User ldrt8...@gmail.com wrote:
 what type of configuration and use case ?

 Il giorno 22/apr/2014, alle ore 14:53, Jeremiah Jahn 
 jerem...@goodinassociates.com ha scritto:

 I am.

 On Mon, Apr 21, 2014 at 1:50 PM, Joop jvdw...@xs4all.nl wrote:
 Ovirt User wrote:

Hello,

 anyone are using ovirt with glusterFS as storage domain in production
 environment ?



 Not directly production but almost. Having problems?

 Regards,

 Joop


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] converting windows guests with v2v, where to put the iso?

2014-04-21 Thread Jeremiah Jahn
Solution #2

download the src rpm from
http://ftp.redhat.com/redhat/linux/enterprise/6Server/en/RHOS/SRPMS/

build the rpm
rpmbuild --rebuild virtio-win-1.6.8-4.el6.src.rpm

install the rpm
rpm -Uhv  ~/rpmbuild/RPMS/noarch/virtio-win-1.6.8-4.el6.noarch.rpm



On Fri, Apr 18, 2014 at 3:10 PM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 Just so my solution is out there...

 You have to edit /var/lib/virt-v2v/virt-v2v.db  to use the correct
 paths from the iso.

 Copy all of the drivers into the same directory

 then lower case all of the driver names

 for f in *; do mv $f `echo $f | tr '[:upper:]' '[:lower:]'`; done

 uncomment and fix the appropriate network mapping in /etc/virt-v2v.conf

  network type='bridge' name='VM Network'
 network type='network' name='ovirtmgmt'/
   /network

 if you have to activate the windows machine and it doesn't startup
 knowing anything about your ethernet device

 press F8 on startup and go into safe mode with command prompt where it
 will let you install the appropriate virtIO drivers.

 once you restart you should be able to activate things.

 this was all for an XP guest.


 looks like Redhat does a lot more than just packing the ISO into an RPM.

 -jj-

 On Fri, Apr 18, 2014 at 6:42 AM, Jeremiah Jahn
 jerem...@goodinassociates.com wrote:
 thanks. It's Sci Linux. And I guess the supplementary disk must have
 some different licensing on it, as it's not part of CentOS or SL, nor
 is it a part of EPEL. I would have thought it'd be part of the ovirt
 repo though. Seems kinda weird to not have that dependency taken care
 of along with everything else.

 On Fri, Apr 18, 2014 at 5:44 AM, Sander Grendelman
 san...@grendelman.com wrote:
 If your machine is RHEL, the rpm is in the supplementary subchannel:
 rhel6-x86_64-supplementary

 Structure:

 rpm -ql virtio-win
 /usr/share/doc/virtio-win-1.6.8
 /usr/share/doc/virtio-win-1.6.8/virtio-win_license.txt
 /usr/share/virtio-win
 /usr/share/virtio-win/drivers
 /usr/share/virtio-win/drivers/amd64
 /usr/share/virtio-win/drivers/amd64/Win2003
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2008
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2012
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win7
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win7/qxl.cat
 /usr/share/virtio-win/drivers/amd64/Win7/qxl.inf
 /usr/share/virtio-win/drivers/amd64

Re: [ovirt-users] converting windows guests with v2v, where to put the iso?

2014-04-18 Thread Jeremiah Jahn
/virtio-win/drivers/amd64/Win8/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win8/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win8/viostor.sys
 /usr/share/virtio-win/drivers/i386
 /usr/share/virtio-win/drivers/i386/Win2003
 /usr/share/virtio-win/drivers/i386/Win2003/netkvm.cat
 /usr/share/virtio-win/drivers/i386/Win2003/netkvm.inf
 /usr/share/virtio-win/drivers/i386/Win2003/netkvm.sys
 /usr/share/virtio-win/drivers/i386/Win2003/viostor.cat
 /usr/share/virtio-win/drivers/i386/Win2003/viostor.inf
 /usr/share/virtio-win/drivers/i386/Win2003/viostor.sys
 /usr/share/virtio-win/drivers/i386/Win2008
 /usr/share/virtio-win/drivers/i386/Win2008/netkvm.cat
 /usr/share/virtio-win/drivers/i386/Win2008/netkvm.inf
 /usr/share/virtio-win/drivers/i386/Win2008/netkvm.sys
 /usr/share/virtio-win/drivers/i386/Win2008/vioscsi.cat
 /usr/share/virtio-win/drivers/i386/Win2008/vioscsi.inf
 /usr/share/virtio-win/drivers/i386/Win2008/vioscsi.sys
 /usr/share/virtio-win/drivers/i386/Win2008/viostor.cat
 /usr/share/virtio-win/drivers/i386/Win2008/viostor.inf
 /usr/share/virtio-win/drivers/i386/Win2008/viostor.sys
 /usr/share/virtio-win/drivers/i386/Win7
 /usr/share/virtio-win/drivers/i386/Win7/netkvm.cat
 /usr/share/virtio-win/drivers/i386/Win7/netkvm.inf
 /usr/share/virtio-win/drivers/i386/Win7/netkvm.sys
 /usr/share/virtio-win/drivers/i386/Win7/qxl.cat
 /usr/share/virtio-win/drivers/i386/Win7/qxl.inf
 /usr/share/virtio-win/drivers/i386/Win7/qxl.sys
 /usr/share/virtio-win/drivers/i386/Win7/qxldd.dll
 /usr/share/virtio-win/drivers/i386/Win7/vioscsi.cat
 /usr/share/virtio-win/drivers/i386/Win7/vioscsi.inf
 /usr/share/virtio-win/drivers/i386/Win7/vioscsi.sys
 /usr/share/virtio-win/drivers/i386/Win7/viostor.cat
 /usr/share/virtio-win/drivers/i386/Win7/viostor.inf
 /usr/share/virtio-win/drivers/i386/Win7/viostor.sys
 /usr/share/virtio-win/drivers/i386/Win8
 /usr/share/virtio-win/drivers/i386/Win8.1
 /usr/share/virtio-win/drivers/i386/Win8.1/netkvm.cat
 /usr/share/virtio-win/drivers/i386/Win8.1/netkvm.inf
 /usr/share/virtio-win/drivers/i386/Win8.1/netkvm.sys
 /usr/share/virtio-win/drivers/i386/Win8.1/vioscsi.cat
 /usr/share/virtio-win/drivers/i386/Win8.1/vioscsi.inf
 /usr/share/virtio-win/drivers/i386/Win8.1/vioscsi.sys
 /usr/share/virtio-win/drivers/i386/Win8.1/viostor.cat
 /usr/share/virtio-win/drivers/i386/Win8.1/viostor.inf
 /usr/share/virtio-win/drivers/i386/Win8.1/viostor.sys
 /usr/share/virtio-win/drivers/i386/Win8/netkvm.cat
 /usr/share/virtio-win/drivers/i386/Win8/netkvm.inf
 /usr/share/virtio-win/drivers/i386/Win8/netkvm.sys
 /usr/share/virtio-win/drivers/i386/Win8/vioscsi.cat
 /usr/share/virtio-win/drivers/i386/Win8/vioscsi.inf
 /usr/share/virtio-win/drivers/i386/Win8/vioscsi.sys
 /usr/share/virtio-win/drivers/i386/Win8/viostor.cat
 /usr/share/virtio-win/drivers/i386/Win8/viostor.inf
 /usr/share/virtio-win/drivers/i386/Win8/viostor.sys
 /usr/share/virtio-win/drivers/i386/WinXP
 /usr/share/virtio-win/drivers/i386/WinXP/netkvm.cat
 /usr/share/virtio-win/drivers/i386/WinXP/netkvm.inf
 /usr/share/virtio-win/drivers/i386/WinXP/netkvm.sys
 /usr/share/virtio-win/drivers/i386/WinXP/qxl.cat
 /usr/share/virtio-win/drivers/i386/WinXP/qxl.inf
 /usr/share/virtio-win/drivers/i386/WinXP/qxl.sys
 /usr/share/virtio-win/drivers/i386/WinXP/qxldd.dll
 /usr/share/virtio-win/drivers/i386/WinXP/viostor.cat
 /usr/share/virtio-win/drivers/i386/WinXP/viostor.inf
 /usr/share/virtio-win/drivers/i386/WinXP/viostor.sys
 /usr/share/virtio-win/guest-agent
 /usr/share/virtio-win/guest-agent/qemu-ga-x64.msi
 /usr/share/virtio-win/guest-agent/qemu-ga-x86.msi
 /usr/share/virtio-win/virtio-win-1.6.8.iso
 /usr/share/virtio-win/virtio-win-1.6.8_amd64.vfd
 /usr/share/virtio-win/virtio-win-1.6.8_x86.vfd
 /usr/share/virtio-win/virtio-win.iso
 /usr/share/virtio-win/virtio-win_amd64.vfd
 /usr/share/virtio-win/virtio-win_x86.vfd



 On Thu, Apr 17, 2014 at 4:31 PM, Jeremiah Jahn
 jerem...@goodinassociates.com wrote:

 I'm getting the following error. RedHat seems to thin the answer is to
 use their virtio-win rpm. As far as I can tell, this is not available
 anywhere, So I've just got to go and get the iso that it installs from
 kvm.org. Ok, done. now that I have said iso, where the heck do I put
 it, since it doesn't seem to align with the structure that v2v is
 looking for.

 virt-v2v: Installation failed because the following files referenced
 in the configuration file are required, but missing:
 /usr/share/virtio-win/drivers/i386/WinXP
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is spice html5 console actually working

2014-04-18 Thread Jeremiah Jahn
And yet I always seem to get this error:

WebSocket connection to
'wss://localhost:6100/eyJ2YWxpZFRvIjoiMjAxNDA0MTgxMzI4MjMiLCJkYXRhIjoiJTdCJT...lHbjZVRHhzOThaRndVdUlmM0s5Wk1VQVh4K2QwZz09Iiwic2FsdCI6IjlxZFkzakN4U0lNPSJ9'
failed: WebSocket is closed before the connection is established.
spicehtml5-main.html?host=localhostport=6100:1
 disconnect spicehtml5-main.html?host=localhostport=6100:90
Error in event handler for (unknown): TypeError: Cannot read property
'state' of null at CSRecorder.onQueryStateCompleted
(chrome-extension://cplklnmnlbnpmjogncfgfijoopmnlemp/content_scripts/recorder.js:43:13)
at extensions::messaging:327:9 at Function.target.(anonymous function)
(extensions::SafeBuiltins:19:14) at Event.dispatchToListener
(extensions::event_bindings:386:22) at Event.dispatch_
(extensions::event_bindings:371:27) at Event.dispatch
(extensions::event_bindings:392:17) at dispatchOnMessage
(extensions::messaging:294:22)
spicehtml5-main.html?host=localhostport=6100:1

On Thu, Apr 17, 2014 at 6:21 PM, Maurice James mja...@media-node.com wrote:
 There are a few steps. Download the CA cert from your manager
 https://ovirtaddress/ca.crt
 Make sure it is trusted.
 Make sure ovirt-webproxy-socket is installed and running.

 Sent from my Galaxy S(R)III


  Original message 
 From: Jeremiah Jahn
 Date:04/17/2014 9:56 AM (GMT-05:00)
 To: users@ovirt.org
 Subject: [ovirt-users] is spice html5 console actually working

 Has anyone gotten the html5 spice console to work, and did you have to
 do anything special other than enable it?  I've tried every browser
 except opera and ie on linux and mac
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is spice html5 console actually working

2014-04-18 Thread Jeremiah Jahn
Even after I've manually imported the ca.cert file into both chrome
and firefox, I get the same error as before.  Is there something that
needs to be done on each host?  I installed the websocket-proxy after
the fact, and each host is a manually installed host, as opposed to
the node.iso install.

On Fri, Apr 18, 2014 at 8:28 AM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 And yet I always seem to get this error:

 WebSocket connection to
 'wss://localhost:6100/eyJ2YWxpZFRvIjoiMjAxNDA0MTgxMzI4MjMiLCJkYXRhIjoiJTdCJT...lHbjZVRHhzOThaRndVdUlmM0s5Wk1VQVh4K2QwZz09Iiwic2FsdCI6IjlxZFkzakN4U0lNPSJ9'
 failed: WebSocket is closed before the connection is established.
 spicehtml5-main.html?host=localhostport=6100:1
  disconnect spicehtml5-main.html?host=localhostport=6100:90
 Error in event handler for (unknown): TypeError: Cannot read property
 'state' of null at CSRecorder.onQueryStateCompleted
 (chrome-extension://cplklnmnlbnpmjogncfgfijoopmnlemp/content_scripts/recorder.js:43:13)
 at extensions::messaging:327:9 at Function.target.(anonymous function)
 (extensions::SafeBuiltins:19:14) at Event.dispatchToListener
 (extensions::event_bindings:386:22) at Event.dispatch_
 (extensions::event_bindings:371:27) at Event.dispatch
 (extensions::event_bindings:392:17) at dispatchOnMessage
 (extensions::messaging:294:22)
 spicehtml5-main.html?host=localhostport=6100:1

 On Thu, Apr 17, 2014 at 6:21 PM, Maurice James mja...@media-node.com wrote:
 There are a few steps. Download the CA cert from your manager
 https://ovirtaddress/ca.crt
 Make sure it is trusted.
 Make sure ovirt-webproxy-socket is installed and running.

 Sent from my Galaxy S(R)III


  Original message 
 From: Jeremiah Jahn
 Date:04/17/2014 9:56 AM (GMT-05:00)
 To: users@ovirt.org
 Subject: [ovirt-users] is spice html5 console actually working

 Has anyone gotten the html5 spice console to work, and did you have to
 do anything special other than enable it?  I've tried every browser
 except opera and ie on linux and mac
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] converting windows guests with v2v, where to put the iso?

2014-04-18 Thread Jeremiah Jahn
Just so my solution is out there...

You have to edit /var/lib/virt-v2v/virt-v2v.db  to use the correct
paths from the iso.

Copy all of the drivers into the same directory

then lower case all of the driver names

for f in *; do mv $f `echo $f | tr '[:upper:]' '[:lower:]'`; done

uncomment and fix the appropriate network mapping in /etc/virt-v2v.conf

 network type='bridge' name='VM Network'
network type='network' name='ovirtmgmt'/
  /network

if you have to activate the windows machine and it doesn't startup
knowing anything about your ethernet device

press F8 on startup and go into safe mode with command prompt where it
will let you install the appropriate virtIO drivers.

once you restart you should be able to activate things.

this was all for an XP guest.


looks like Redhat does a lot more than just packing the ISO into an RPM.

-jj-

On Fri, Apr 18, 2014 at 6:42 AM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 thanks. It's Sci Linux. And I guess the supplementary disk must have
 some different licensing on it, as it's not part of CentOS or SL, nor
 is it a part of EPEL. I would have thought it'd be part of the ovirt
 repo though. Seems kinda weird to not have that dependency taken care
 of along with everything else.

 On Fri, Apr 18, 2014 at 5:44 AM, Sander Grendelman
 san...@grendelman.com wrote:
 If your machine is RHEL, the rpm is in the supplementary subchannel:
 rhel6-x86_64-supplementary

 Structure:

 rpm -ql virtio-win
 /usr/share/doc/virtio-win-1.6.8
 /usr/share/doc/virtio-win-1.6.8/virtio-win_license.txt
 /usr/share/virtio-win
 /usr/share/virtio-win/drivers
 /usr/share/virtio-win/drivers/amd64
 /usr/share/virtio-win/drivers/amd64/Win2003
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2003/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2003/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2008
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2008/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2008R2/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2012
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2012/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.inf
 /usr/share/virtio-win/drivers/amd64/Win2012R2/viostor.sys
 /usr/share/virtio-win/drivers/amd64/Win7
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.cat
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.inf
 /usr/share/virtio-win/drivers/amd64/Win7/netkvm.sys
 /usr/share/virtio-win/drivers/amd64/Win7/qxl.cat
 /usr/share/virtio-win/drivers/amd64/Win7/qxl.inf
 /usr/share/virtio-win/drivers/amd64/Win7/qxl.sys
 /usr/share/virtio-win/drivers/amd64/Win7/qxldd.dll
 /usr/share/virtio-win/drivers/amd64/Win7/vioscsi.cat
 /usr/share/virtio-win/drivers/amd64/Win7/vioscsi.inf
 /usr/share/virtio-win/drivers/amd64/Win7/vioscsi.sys
 /usr/share/virtio-win/drivers/amd64/Win7/viostor.cat
 /usr/share/virtio-win/drivers/amd64/Win7/viostor.inf
 /usr/share/virtio-win

Re: [ovirt-users] is spice html5 console actually working

2014-04-18 Thread Jeremiah Jahn
I really seems to point to something strange that I've done with my
certificates I guess..

I get the following on chrome

WebSocket server settings:
  - Listen on *:6100
  - Flash security policy server
  - SSL/TLS support
  - proxying from *:6100 to targets in /dummy

  1: handler exception: WSRequestHandler instance has no attribute 'last_code'


and the following on firefox:

[root@bluejay X86]#   - proxying from *:6100 to targets in /dummy

  1: handler exception: WSRequestHandler instance has no attribute 'last_code'
  2: handler exception: [Errno 1] _ssl.c:1390: error:14094412:SSL
routines:SSL3_READ_BYTES:sslv3 alert bad certificate
  3: handler exception: [Errno 1] _ssl.c:1390: error:14094412:SSL
routines:SSL3_READ_BYTES:sslv3 alert bad certificate
  4: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
routines:SSL3_READ_BYTES:tlsv1 alert access denied
  5: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
routines:SSL3_READ_BYTES:tlsv1 alert access denied
  6: handler exception: [Errno 1] _ssl.c:1390: error:14094419:SSL
routines:SSL3_READ_BYTES:tlsv1 alert access denied


is there a way to just turn off SSL websockets for now?

On Fri, Apr 18, 2014 at 9:24 AM, Jeremiah Jahn
jerem...@goodinassociates.com wrote:
 Even after I've manually imported the ca.cert file into both chrome
 and firefox, I get the same error as before.  Is there something that
 needs to be done on each host?  I installed the websocket-proxy after
 the fact, and each host is a manually installed host, as opposed to
 the node.iso install.

 On Fri, Apr 18, 2014 at 8:28 AM, Jeremiah Jahn
 jerem...@goodinassociates.com wrote:
 And yet I always seem to get this error:

 WebSocket connection to
 'wss://localhost:6100/eyJ2YWxpZFRvIjoiMjAxNDA0MTgxMzI4MjMiLCJkYXRhIjoiJTdCJT...lHbjZVRHhzOThaRndVdUlmM0s5Wk1VQVh4K2QwZz09Iiwic2FsdCI6IjlxZFkzakN4U0lNPSJ9'
 failed: WebSocket is closed before the connection is established.
 spicehtml5-main.html?host=localhostport=6100:1
  disconnect spicehtml5-main.html?host=localhostport=6100:90
 Error in event handler for (unknown): TypeError: Cannot read property
 'state' of null at CSRecorder.onQueryStateCompleted
 (chrome-extension://cplklnmnlbnpmjogncfgfijoopmnlemp/content_scripts/recorder.js:43:13)
 at extensions::messaging:327:9 at Function.target.(anonymous function)
 (extensions::SafeBuiltins:19:14) at Event.dispatchToListener
 (extensions::event_bindings:386:22) at Event.dispatch_
 (extensions::event_bindings:371:27) at Event.dispatch
 (extensions::event_bindings:392:17) at dispatchOnMessage
 (extensions::messaging:294:22)
 spicehtml5-main.html?host=localhostport=6100:1

 On Thu, Apr 17, 2014 at 6:21 PM, Maurice James mja...@media-node.com wrote:
 There are a few steps. Download the CA cert from your manager
 https://ovirtaddress/ca.crt
 Make sure it is trusted.
 Make sure ovirt-webproxy-socket is installed and running.

 Sent from my Galaxy S(R)III


  Original message 
 From: Jeremiah Jahn
 Date:04/17/2014 9:56 AM (GMT-05:00)
 To: users@ovirt.org
 Subject: [ovirt-users] is spice html5 console actually working

 Has anyone gotten the html5 spice console to work, and did you have to
 do anything special other than enable it?  I've tried every browser
 except opera and ie on linux and mac
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] is spice html5 console actually working

2014-04-17 Thread Jeremiah Jahn
Has anyone gotten the html5 spice console to work, and did you have to
do anything special other than enable it?  I've tried every browser
except opera and ie on linux and mac
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] minimum DNS requirements for /etc/hosts

2014-04-14 Thread Jeremiah Jahn
So like the nut job I am, I host my dns server on a virtual machine
that is now hosted by ovirt, I also have a few gateway machine in
there as well for routing traffic between internal networks.  With
virt-manager, DNS rarely seemed to be an issue. I'd connect to a host
IP, and bring up the vm, no problem. Ovirt on the other hand takes
forever if dns is down. So i've passed around a /etc/hosts file to
resolve any ip address that ovirt might be looking for while dns is
out.  I'd like to verify at an abstract level, what needs to be in
said file, to keep everything from timing out, or just taking forever.

name and FQDN of each host
name and FQDN of engine host
name and FQDN of each storage domain.

Is this enough, or are there other places/things the ovirt node and
hosts might be trying to resolve?

thanks,
-jj-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] minimum DNS requirements for /etc/hosts

2014-04-14 Thread Jeremiah Jahn
I only use names for storage, but didn't have entries for the engine
yet, So I think ssh was slow since it couldn't do reverse DNS lookups
against the engine where my consoles are coming from. Thanks for the
input. I wanted to verify before testing since this is a production
environment. It seems like even the XMLRPC code must try and do a
reverse DNS against the engine as well, not just ssh.  Seems like the
engine hosts also needs said hosts file as well..

On Mon, Apr 14, 2014 at 8:23 AM, René Koch rk...@linuxland.at wrote:
 On 04/14/2014 03:08 PM, Jeremiah Jahn wrote:

 So like the nut job I am, I host my dns server on a virtual machine
 that is now hosted by ovirt, I also have a few gateway machine in
 there as well for routing traffic between internal networks.  With
 virt-manager, DNS rarely seemed to be an issue. I'd connect to a host
 IP, and bring up the vm, no problem. Ovirt on the other hand takes
 forever if dns is down. So i've passed around a /etc/hosts file to
 resolve any ip address that ovirt might be looking for while dns is
 out.  I'd like to verify at an abstract level, what needs to be in
 said file, to keep everything from timing out, or just taking forever.

 name and FQDN of each host
 name and FQDN of engine host
 name and FQDN of each storage domain.

 Is this enough, or are there other places/things the ovirt node and
 hosts might be trying to resolve?


 Afaik this should be enough.
 Just remember that e.g. ssh login will still be slow if the DNS server isn't
 reachable as you have to wait until it reaches a timeout.

 My oVirt setup doesn't have any DNS entry - just the hosts and engine in
 /etc/hosts. But I don't use DNS names at all only IP addresses...


 Regards,
 René


 thanks,
 -jj-
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is ovirt-node.iso supposed to create a readonly filesystem?

2014-04-10 Thread Jeremiah Jahn
On Thu, Apr 10, 2014 at 5:46 AM, Fabian Deutsch fabi...@redhat.com wrote:
 Am Donnerstag, den 10.04.2014, 09:19 +0300 schrieb Itamar Heim:
 On 04/09/2014 11:01 PM, Jeremiah Jahn wrote:
  I'm assuming the answer is no. But for some reason I seem to be

 the answer is yes actually. if you want a host you can change, use plain
 fedora/rhel/centos as the host.
 Fabian can reply to the rest.

 Yep. Node has a read-only root filesystem, which has some overlays to
 allow limited changes.

And yet I've been able to edit the /etc/hosts file before this
problem? Does it go readonly after a while?


  getting LVM volume group UUID overruns.

 Do you mean collisions here, or can you explain it a bit more.

  I'm using direct attach fiber
  channel, and everything looks good, but there appears to be some UUID
  or Volume group name in my list of LUNs that matches  some sort of lvm
  key from the node root file system.  This only happens on the node
  that I installed from the iso. I built all of these nodes in a vm,
  then set that image to boot. I did NOT copy that lun from one top the
  others, nor are any of the hosts luns visible from any of the other
  hosts.  Not sure where to start. I'm going to reinstall from a
  bootable cd directly connected to my blade and see if that clears up
  the problem.

 Could you please explain abit more about your setup.
 If you have a SAN, an all LUNs of it are visible by all hosts, and you
 install Node on more than one host, then it could come to collisions.

Yes, I have a SAN, The only LUNs visible to all hosts are guest luns.
But apparently one of those guest luns has an LV named Root.   When
the VG Scan runs it picks up all of the volume groups on every lun,
and seems to be using the LAST one it finds as the prefered drive. So
in place of /dev/sda1 becoming the root, it seems some other partition
from some other lan was chosen. I can't seem to track down which other
lun yet.  I can't seem to find a path between /dev/dm-31 and the
actual partition it's using, only /dev/lvm-Root (or something..).
Would have helped just a little if there had been a tool to edit/view
GTP partitions btw. Given that it's a read only file system, I
couldn't install them.


 Node is using some predefined LV names, e.g. Root, which will cause
 collisions if there are more LUNs with LVs which have the same name.

yes... That's going to be a problem you know. There should be a way to
choose the LV Name, or randomize it, add a namespace to it, or let the
user do a different layout of their partitions.  I think the namespace
would solve a lot of problems. Using 'Root' as the VG name will always
have a chance of colliding, in a direct attach setup.
'ovirt-node-root' on the other hand is probably pretty safe.  Because
lord only knows what one of the other people is going to drop out and
try on some lun.


thanks so much for the help.


 Greetings
 fabian

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is ovirt-node.iso supposed to create a readonly filesystem?

2014-04-10 Thread Jeremiah Jahn
awesome thanks!

On Thu, Apr 10, 2014 at 8:30 AM, Jorick Astrego j.astr...@netbulae.eu wrote:
 On Thu, 2014-04-10 at 08:02 -0500, Jeremiah Jahn wrote:

 On Thu, Apr 10, 2014 at 5:46 AM, Fabian Deutsch fabi...@redhat.com wrote:
 Am Donnerstag, den 10.04.2014, 09:19 +0300 schrieb Itamar Heim:
 On 04/09/2014 11:01 PM, Jeremiah Jahn wrote:
  I'm assuming the answer is no. But for some reason I seem to be

 the answer is yes actually. if you want a host you can change, use plain
 fedora/rhel/centos as the host.
 Fabian can reply to the rest.

 Yep. Node has a read-only root filesystem, which has some overlays to
 allow limited changes.

 And yet I've been able to edit the /etc/hosts file before this
 problem? Does it go readonly after a while?

 Actually /etc is mounted in tmpfs so not persistent:

 cat /proc/mounts |grep etc
 none /etc tmpfs
 rw,rootcontext=system_u:object_r:var_lib_t:s0,seclabel,relatime 0 0

 So if you want to change things you have to change it in /config/etc/


 the answer is yes actually. if you want a host you can change, use plain

 fedora/rhel/centos as the host.
 Fabian can reply to the rest.

 You can just as easily do a mount -o rw,remount / to edit things if you
 want but you have to do this on every node and again after upgrading to a
 newer version of node.

 I see it's there in the wiki:

 http://www.ovirt.org/Node_Troubleshooting#Making_changes_on_the_host


 Kind regards,

 Jorick Astrego
 Netbulae B.V.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] sql error when viewing system disks

2014-04-10 Thread Jeremiah Jahn
version 3.4

System-Disks tab-All checked


Caused by: org.postgresql.util.PSQLException: The column name
disk_storage_type was not found in this ResultSet.
at 
org.postgresql.jdbc2.AbstractJdbc2ResultSet.findColumn(AbstractJdbc2ResultSet.java:2542)
at 
org.postgresql.jdbc2.AbstractJdbc2ResultSet.getInt(AbstractJdbc2ResultSet.java:2406)
at 
org.jboss.jca.adapters.jdbc.WrappedResultSet.getInt(WrappedResultSet.java:1073)
at 
org.ovirt.engine.core.dao.DiskDaoDbFacadeImpl$DiskRowMapper.mapRow(DiskDaoDbFacadeImpl.java:116)
[dal.jar:]
at 
org.ovirt.engine.core.dao.DiskDaoDbFacadeImpl$DiskRowMapper.mapRow(DiskDaoDbFacadeImpl.java:106)
[dal.jar:]



 ERROR [org.ovirt.engine.core.bll.SearchQuery] (ajp--127.0.0.1-8702-3)
Query SearchQuery failed. Exception message is StatementCallback; bad
SQL grammar [SELECT * FROM (SELECT * FROM vds WHERE ( vds_id IN
(SELECT vds_with_tags.vds_id FROM  vds_with_tags   WHERE
vds_with_tags.vds_group_name LIKE 'Default' ))  ORDER BY vds_name ASC
) as T1 OFFSET (1 -1) LIMIT 100]; nested exception is
org.postgresql.util.PSQLException: The column name disk_storage_type
was not found in this ResultSet. :
org.springframework.jdbc.BadSqlGrammarException: StatementCallback;
bad SQL grammar [SELECT * FROM (SELECT * FROM vds WHERE ( vds_id IN
(SELECT vds_with_tags.vds_id FROM  vds_with_tags   WHERE
vds_with_tags.vds_group_name LIKE 'Default' ))  ORDER BY vds_name ASC
) as T1 OFFSET (1 -1) LIMIT 100]; nested exception is
org.postgresql.util.PSQLException: The column name disk_storage_type
was not found in this ResultSet.:
org.springframework.jdbc.BadSqlGrammarException: StatementCallback;
bad SQL grammar [SELECT * FROM (SELECT * FROM vds WHERE ( vds_id IN
(SELECT vds_with_tags.vds_id FROM  vds_with_tags   WHERE
vds_with_tags.vds_group_name LIKE 'Default' ))  ORDER BY vds_name ASC
) as T1 OFFSET (1 -1) LIMIT 100]; nested exception is
org.postgresql.util.PSQLException: The column name disk_storage_type
was not found in this ResultSet.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] how to import a disk image w/o associated vm

2014-04-09 Thread Jeremiah Jahn
One of the things that I have to where I work, is pull and push disk
images onto appliances and other physical things.  This is generally
done with a little dd magic.   We'll start up the appliance in a
virtual machine and mess with it in one way or another, then when
we're done we'll take that image and use it to image our appliances
that we send out.  So we have this collection of  some_system.img
files laying around.  With virt-manager I can just stick the image
file in a storage pool somewhere, create a new vm, and attach the
image.

So my question is how is this done in ovirt. v2v and
engine-upload-image all want a pre-configured vm to work with. That is
not what I have. Is there anyway to do this? I thought it'd be
something like drop an img onto the export domain, and import it,
create a vm around it. Once done export the image back to the export
domain and move it someplace to be useful. This is not the case as far
as I can tell. Am I missing something?


-jj-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] is ovirt-node.iso supposed to create a readonly filesystem?

2014-04-09 Thread Jeremiah Jahn
I'm assuming the answer is no. But for some reason I seem to be
getting LVM volume group UUID overruns.  I'm using direct attach fiber
channel, and everything looks good, but there appears to be some UUID
or Volume group name in my list of LUNs that matches  some sort of lvm
key from the node root file system.  This only happens on the node
that I installed from the iso. I built all of these nodes in a vm,
then set that image to boot. I did NOT copy that lun from one top the
others, nor are any of the hosts luns visible from any of the other
hosts.  Not sure where to start. I'm going to reinstall from a
bootable cd directly connected to my blade and see if that clears up
the problem.


thanks for any suggestions.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] help.. vm trapped in limbo aka can't acquire exclusive lock

2014-04-09 Thread Jeremiah Jahn
I can't start it, I can't migrate it. I tried to migrate it before,
but the machine was stuck in a read only state. The migration failed
because the machine it was being migrated to was also in a read only
state. somewhere  in the process the lock obviously got lost, and I
can't get it back...



2014-04-09 18:11:16,675 INFO  [org.ovirt.engine.core.bll.RunVmCommand]
(ajp--127.0.0.1-8702-3) [58b40832] Failed to Acquire Lock to object
EngineLock [exclusiveLocks= key: b0108933-deb2-4fa0-ae74-e10cefbb0cea
value: VM
, sharedLocks= ]


2014-04-09 18:11:16,676 WARN  [org.ovirt.engine.core.bll.RunVmCommand]
(ajp--127.0.0.1-8702-3) [58b40832] CanDoAction of action RunVm failed.
Reasons:VAR__ACTION__RUN,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_IS_BEING_MIGRATED,$VmName
web.judici
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you connect to a host's serial console

2014-04-08 Thread Jeremiah Jahn
That's a nice theory you've got there... :) I'd think a little script
management would go a long way until you have _every_ possible use
case in the system. :)  As a developer I find at some point I always
get talked into adding that extra bit of flexibility even though no
user should ever need it. They always find something I never thought
of.

btw, do I put feature requests in bugzilla, or is there some other place?

Thanks for all of the help.

On Tue, Apr 8, 2014 at 2:11 AM, Michal Skrivanek
michal.skriva...@redhat.com wrote:

 On Apr 7, 2014, at 23:04 , Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 that seems silly. Seems like the kinda thing that would be a nice
 feature to have in the webadmin stuff. esp if you have 100's of hosts.
 oh well, thanks for the help.

 you're not supposed to need a hook under normal circumstances, when the 
 functionality is useful enough it should be built into vdsm natively...well, 
 that's in progress for this one for 3.4.1:)

 Thanks,
 michal


 On Mon, Apr 7, 2014 at 3:46 PM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:


 On 07 Apr 2014, at 22:25, Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 And just to verify... All hooking scripts have to be placed on each
 host by hand?

 Yes


 On Mon, Apr 7, 2014 at 2:40 PM, Antoni Segura Puimedon
 asegu...@redhat.com wrote:


 - Original Message -
 From: Michal Skrivanek michal.skriva...@redhat.com
 To: Jeremiah Jahn jerem...@goodinassociates.com
 Cc: users@ovirt.org
 Sent: Monday, April 7, 2014 4:31:11 PM
 Subject: Re: [Users] how do you connect to a host's serial console


 On Apr 7, 2014, at 16:23 , Jeremiah Jahn jerem...@goodinassociates.com
 wrote:

 thx, So dumb question at this point. I'm in the process of moving from
 virt-manager to ovirt.  virsh has an edit domain function, or I can
 edit the xml by hand. I'm able to locate the xml on the host, but
 obviously if I edit it by hand it will be replaced by vdsm. I'm having
 a hell of a time trying to find the xml on the engine, so that I can
 try modifying the xml to add a serial console.  Based on that code
 that's all that's really going on with that patch. So I'd think I can
 wing it by modifying the db or xml directly.  Just not sure where to
 go to do so.  I'm guessing I could go into vm_device and replace
 device='virtio-serial' with 'serial'  but that seems to easy. Any
 pointers you've got on how the xml is stored or produced would be
 great.

 It's a bit more complicated than thatthere's no XML stored in the 
 backend.
 You'd be better off applying the patch over and compile yourself:)
 The supported way of how to amend the libvirt XML is via VDSM hooks. You 
 need
 to intercept the created XML and add whatever is needed, see
 http://www.ovirt.org/VDSM-Hooks, some of the examples can be used as a 
 base
 for what you're trying to do...

 Yup, before_vm_start before_vm_migrate should allow you to do what you 
 want.


 Thanks,
 michal


 On Mon, Apr 7, 2014 at 9:00 AM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:

 On Apr 7, 2014, at 15:57 , Jeremiah Jahn 
 jerem...@goodinassociates.com
 wrote:

 So do you think this is a 3.5 thing or a 3.4.1 thing? It's exactly
 what I need, just curious how long I'll have to wait. I know this is
 every developers favorite question.

 one needs to nag Vinzenz frequently enough:-D

 but should be 3.4.1

 Thanks,
 michal


 On Mon, Apr 7, 2014 at 5:58 AM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:

 On Apr 6, 2014, at 21:50 , Jeremiah Jahn 
 jerem...@goodinassociates.com
 wrote:

 I just can't seem to figure this out.  I've enabled 'VirtIO Console
 Device' yet I can't seem to find anyplace that will let me get 
 there.
 If I go to virsh on the host and try ttyconsoe that doesn't  work
 either.  thanks for any help.

 Does not work. Pending this[1] patch to get in.

 Thanks,
 michal

 [1] http://gerrit.ovirt.org/#/c/25979/

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you connect to a host's serial console

2014-04-07 Thread Jeremiah Jahn
So do you think this is a 3.5 thing or a 3.4.1 thing? It's exactly
what I need, just curious how long I'll have to wait. I know this is
every developers favorite question.

On Mon, Apr 7, 2014 at 5:58 AM, Michal Skrivanek
michal.skriva...@redhat.com wrote:

 On Apr 6, 2014, at 21:50 , Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 I just can't seem to figure this out.  I've enabled 'VirtIO Console
 Device' yet I can't seem to find anyplace that will let me get there.
 If I go to virsh on the host and try ttyconsoe that doesn't  work
 either.  thanks for any help.

 Does not work. Pending this[1] patch to get in.

 Thanks,
 michal

 [1] http://gerrit.ovirt.org/#/c/25979/

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you connect to a host's serial console

2014-04-07 Thread Jeremiah Jahn
thx, So dumb question at this point. I'm in the process of moving from
virt-manager to ovirt.  virsh has an edit domain function, or I can
edit the xml by hand. I'm able to locate the xml on the host, but
obviously if I edit it by hand it will be replaced by vdsm. I'm having
a hell of a time trying to find the xml on the engine, so that I can
try modifying the xml to add a serial console.  Based on that code
that's all that's really going on with that patch. So I'd think I can
wing it by modifying the db or xml directly.  Just not sure where to
go to do so.  I'm guessing I could go into vm_device and replace
device='virtio-serial' with 'serial'  but that seems to easy. Any
pointers you've got on how the xml is stored or produced would be
great.

On Mon, Apr 7, 2014 at 9:00 AM, Michal Skrivanek
michal.skriva...@redhat.com wrote:

 On Apr 7, 2014, at 15:57 , Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 So do you think this is a 3.5 thing or a 3.4.1 thing? It's exactly
 what I need, just curious how long I'll have to wait. I know this is
 every developers favorite question.

 one needs to nag Vinzenz frequently enough:-D

 but should be 3.4.1

 Thanks,
 michal


 On Mon, Apr 7, 2014 at 5:58 AM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:

 On Apr 6, 2014, at 21:50 , Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 I just can't seem to figure this out.  I've enabled 'VirtIO Console
 Device' yet I can't seem to find anyplace that will let me get there.
 If I go to virsh on the host and try ttyconsoe that doesn't  work
 either.  thanks for any help.

 Does not work. Pending this[1] patch to get in.

 Thanks,
 michal

 [1] http://gerrit.ovirt.org/#/c/25979/

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you connect to a host's serial console

2014-04-07 Thread Jeremiah Jahn
And just to verify... All hooking scripts have to be placed on each
host by hand?

On Mon, Apr 7, 2014 at 2:40 PM, Antoni Segura Puimedon
asegu...@redhat.com wrote:


 - Original Message -
 From: Michal Skrivanek michal.skriva...@redhat.com
 To: Jeremiah Jahn jerem...@goodinassociates.com
 Cc: users@ovirt.org
 Sent: Monday, April 7, 2014 4:31:11 PM
 Subject: Re: [Users] how do you connect to a host's serial console


 On Apr 7, 2014, at 16:23 , Jeremiah Jahn jerem...@goodinassociates.com
 wrote:

  thx, So dumb question at this point. I'm in the process of moving from
  virt-manager to ovirt.  virsh has an edit domain function, or I can
  edit the xml by hand. I'm able to locate the xml on the host, but
  obviously if I edit it by hand it will be replaced by vdsm. I'm having
  a hell of a time trying to find the xml on the engine, so that I can
  try modifying the xml to add a serial console.  Based on that code
  that's all that's really going on with that patch. So I'd think I can
  wing it by modifying the db or xml directly.  Just not sure where to
  go to do so.  I'm guessing I could go into vm_device and replace
  device='virtio-serial' with 'serial'  but that seems to easy. Any
  pointers you've got on how the xml is stored or produced would be
  great.

 It's a bit more complicated than thatthere's no XML stored in the 
 backend.
 You'd be better off applying the patch over and compile yourself:)
 The supported way of how to amend the libvirt XML is via VDSM hooks. You need
 to intercept the created XML and add whatever is needed, see
 http://www.ovirt.org/VDSM-Hooks, some of the examples can be used as a base
 for what you're trying to do...

 Yup, before_vm_start before_vm_migrate should allow you to do what you want.


 Thanks,
 michal

 
  On Mon, Apr 7, 2014 at 9:00 AM, Michal Skrivanek
  michal.skriva...@redhat.com wrote:
 
  On Apr 7, 2014, at 15:57 , Jeremiah Jahn jerem...@goodinassociates.com
  wrote:
 
  So do you think this is a 3.5 thing or a 3.4.1 thing? It's exactly
  what I need, just curious how long I'll have to wait. I know this is
  every developers favorite question.
 
  one needs to nag Vinzenz frequently enough:-D
 
  but should be 3.4.1
 
  Thanks,
  michal
 
 
  On Mon, Apr 7, 2014 at 5:58 AM, Michal Skrivanek
  michal.skriva...@redhat.com wrote:
 
  On Apr 6, 2014, at 21:50 , Jeremiah Jahn jerem...@goodinassociates.com
  wrote:
 
  I just can't seem to figure this out.  I've enabled 'VirtIO Console
  Device' yet I can't seem to find anyplace that will let me get there.
  If I go to virsh on the host and try ttyconsoe that doesn't  work
  either.  thanks for any help.
 
  Does not work. Pending this[1] patch to get in.
 
  Thanks,
  michal
 
  [1] http://gerrit.ovirt.org/#/c/25979/
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you connect to a host's serial console

2014-04-07 Thread Jeremiah Jahn
that seems silly. Seems like the kinda thing that would be a nice
feature to have in the webadmin stuff. esp if you have 100's of hosts.
 oh well, thanks for the help.

On Mon, Apr 7, 2014 at 3:46 PM, Michal Skrivanek
michal.skriva...@redhat.com wrote:


 On 07 Apr 2014, at 22:25, Jeremiah Jahn jerem...@goodinassociates.com 
 wrote:

 And just to verify... All hooking scripts have to be placed on each
 host by hand?

 Yes


 On Mon, Apr 7, 2014 at 2:40 PM, Antoni Segura Puimedon
 asegu...@redhat.com wrote:


 - Original Message -
 From: Michal Skrivanek michal.skriva...@redhat.com
 To: Jeremiah Jahn jerem...@goodinassociates.com
 Cc: users@ovirt.org
 Sent: Monday, April 7, 2014 4:31:11 PM
 Subject: Re: [Users] how do you connect to a host's serial console


 On Apr 7, 2014, at 16:23 , Jeremiah Jahn jerem...@goodinassociates.com
 wrote:

 thx, So dumb question at this point. I'm in the process of moving from
 virt-manager to ovirt.  virsh has an edit domain function, or I can
 edit the xml by hand. I'm able to locate the xml on the host, but
 obviously if I edit it by hand it will be replaced by vdsm. I'm having
 a hell of a time trying to find the xml on the engine, so that I can
 try modifying the xml to add a serial console.  Based on that code
 that's all that's really going on with that patch. So I'd think I can
 wing it by modifying the db or xml directly.  Just not sure where to
 go to do so.  I'm guessing I could go into vm_device and replace
 device='virtio-serial' with 'serial'  but that seems to easy. Any
 pointers you've got on how the xml is stored or produced would be
 great.

 It's a bit more complicated than thatthere's no XML stored in the 
 backend.
 You'd be better off applying the patch over and compile yourself:)
 The supported way of how to amend the libvirt XML is via VDSM hooks. You 
 need
 to intercept the created XML and add whatever is needed, see
 http://www.ovirt.org/VDSM-Hooks, some of the examples can be used as a base
 for what you're trying to do...

 Yup, before_vm_start before_vm_migrate should allow you to do what you want.


 Thanks,
 michal


 On Mon, Apr 7, 2014 at 9:00 AM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:

 On Apr 7, 2014, at 15:57 , Jeremiah Jahn jerem...@goodinassociates.com
 wrote:

 So do you think this is a 3.5 thing or a 3.4.1 thing? It's exactly
 what I need, just curious how long I'll have to wait. I know this is
 every developers favorite question.

 one needs to nag Vinzenz frequently enough:-D

 but should be 3.4.1

 Thanks,
 michal


 On Mon, Apr 7, 2014 at 5:58 AM, Michal Skrivanek
 michal.skriva...@redhat.com wrote:

 On Apr 6, 2014, at 21:50 , Jeremiah Jahn 
 jerem...@goodinassociates.com
 wrote:

 I just can't seem to figure this out.  I've enabled 'VirtIO Console
 Device' yet I can't seem to find anyplace that will let me get there.
 If I go to virsh on the host and try ttyconsoe that doesn't  work
 either.  thanks for any help.

 Does not work. Pending this[1] patch to get in.

 Thanks,
 michal

 [1] http://gerrit.ovirt.org/#/c/25979/

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-06 Thread Jeremiah Jahn
That's what I ended up doing, thanks.

The problem that really arose from all of this is that eth1.4 points
to br4 and ovirt comes in to ovirtmgmt and then fails, udevadm get
caught in an infinate loop as it bounces back and forth between br4
and ovirtmgmt since bringing up one seems to cause the other to go
down and they both take eth1.4 with them. Probably wouldn't be so bad,
but that's the the interface I'm using to configure them. takes a
killall -9 udevadm. then a rename of br4 to ovirtmgmt, then a reboot,
then we do it again as vdsm tries to roll things back and kills the
replaced ovirtmgmt.  fun. Thanks for the help.

-jj-

On Sun, Apr 6, 2014 at 1:36 AM, Moti Asayag masa...@redhat.com wrote:
 Under the assumption that the engine communicates with the
 host via 10.10.4.31, you should configure the 'ovirtmgmt'
 on top of eth1, with the following configuration (as used to be defined on 
 eth4):
 GATEWAY: 10.10.4.1
 IPADDR: 10.10.4.31
 NETMASK: 255.255.255.0

 The static boot protocol configuration should replace the 'DHCP' which led to
 the mentioned error in the logs. Note also that currently br4 is might be used
 by couple vms (based on vnet nics attached to it  'ports': ['eth1.4', 
 'vnet3', 'vnet7', 'vnet19', 'vnet9'],),
 therefore it would be advisable to migrate those vms or to stop them (if they 
 exist).

 Once you drag the 'ovirtmgmt' to eth1, hover the attached 'ovirtmgmt' network
 and click on the 'pencil' icon that will appear by hovering.
 Next you should select the 'static' red button and fill the above ip address 
 details.

 If connectivity restored and action succeeded, make sure to click on the 
 'save network
 configuration' to persist the network changes to the host.

 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 2:48:17 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host

 START
 getVdsCaps==
 [root@kvm01 multipath]# vdsClient -s localhost getVdsCaps
 HBAInventory = {'FC': [{'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '201b329db9c8',
'wwpn': '211b329db9c8'},
   {'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '2001001b32bdb9c8',
'wwpn': '2101001b32bdb9c8'}],
'iSCSI': [{'InitiatorName':
 'iqn.1994-05.com.redhat:2f85cac0a96c'}]}
 ISCSIInitiatorName = 'iqn.1994-05.com.redhat:2f85cac0a96c'
 bondings = {'bond0': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond1': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond2': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond3': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond4': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []}}
 bridges = {';vdsmdummy;': {'addr': '',
   'cfg': {},
   'gateway': '',
   'ipv6addrs': [],
   'ipv6gateway': '::',
   'mtu': '1500',
   'netmask': '',
   'ports': [],
   'stp': 'off'},
   'br0': {'addr': '10.10.3.31',
   'cfg': {'BOOTPROTO': 'none',
   'DELAY': '0',
   'DEVICE': 'br0',
   'IPADDR': '10.10.3.31',
   'NETMASK': '255.255.255.0',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'STP': 'off',
   'TYPE': 'Bridge'},
   'gateway': '',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
   'ipv6gateway

Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Jeremiah Jahn
, name=eth0.30,
networkName=null, vlanId=30, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged=fa
lse, type=0, networkImplementationDetails=null},
eth0.6 {id=02fe6dd8-b375-484a-a02e-7370c825a524,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, name=eth0.6,
networkName=null, vlanId=6, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged=false
, type=0, networkImplementationDetails=null},
eth1.101 {id=4760dab2-3b37-4786-8235-64044291f01d,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, name=eth1.101,
networkName=null, vlanId=101, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged
=false, type=0, networkImplementationDetails=null},
eth1.4 {id=null,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, macAddress=null,
networkName=ovirtmgmt, vlanId=4, bonded=null, bondName=null,
bondOptions=null, bootProtocol=DHCP, address=null, subnet=null, gatewa
y=null, mtu=0, bridged=true, speed=null, type=2,
networkImplementationDetails=null, qos=null qosOverridden=false,
labels=null}],
removedNetworks=[],
removedBonds=[]) execution failed. Exception:
RuntimeException: java.util.concurrent.ExecutionException:
java.lang.reflect.InvocationTargetException
2014-04-03 15:08:42,661 ERROR
[org.ovirt.engine.core.bll.network.host.SetupNetworksCommand]
(ajp--127.0.0.1-8702-6) [7d2f431f] Command
org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc
Bll exception. With
error message VdcBLLException: java.lang.RuntimeException:
java.util.concurrent.ExecutionException:
java.lang.reflect.InvocationTargetException (Failed with error ENGINE
and code 5001)
==END
ENGINE.LOG

On Sat, Apr 5, 2014 at 12:52 PM, Moti Asayag masa...@redhat.com wrote:


 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: users@ovirt.org
 Sent: Friday, April 4, 2014 4:03:07 PM
 Subject: [Users] how do you manually add ovirtmgmt network to a node/host

 Trying to install ovirt node on an already existing kvm host.  Used
 the New wizard from the engine. Things seemed to go ok ish until it
 got to the point where it wanted to install networking. No real
 errors, but has One of the Logical Networks defined for this Cluster
 is Unreachable by the Host.  error sitting on it. I tried dragging
 that network onto one of the interfaces of my host, which already has
 an IP address, as that's how I ssh to it, and it then took down the
 interface and tried to dhcp an ip for it which failed after a while,
 and resulted in udev stuck in an infinite loop taking down and
 bringing up said interface.

 Not really sure what's going on or what it's trying to accomplish.  I
 set the ovrtmgmt network to have the same vlan id as the ethernet
 device i dragged it onto.


 Could you paste the output of 'vdsClient -s localhost getVdsCaps' of the host
 on which you tried to configure the 'ovirtmgmt' network manually and also
 the vdsm.log and supervdsm.log from that node at the failure time, and the
 engine.log from the ovirt-engine server.

 This will allow us to figure out how the ovirt-engine tried to configure
 the management network on the host when you dragged it manually.


 thanks for any help.
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Jeremiah Jahn
': '',
'cfg': {'BRIDGE': 'br30',
'DEVICE': 'eth0.30',
'ONBOOT': 'yes',
'PEERDNS': 'no',
'VLAN': 'yes'},
'iface': 'eth0',
'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
'mtu': '1500',
'netmask': '',
'vlanid': 30},
'eth0.6': {'addr': '',
   'cfg': {'BRIDGE': 'br6',
   'DEVICE': 'eth0.6',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'VLAN': 'yes'},
   'iface': 'eth0',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
   'mtu': '1500',
   'netmask': '',
   'vlanid': 6},
'eth1.101': {'addr': '',
 'cfg': {'BRIDGE': 'br101',
 'DEVICE': 'eth1.101',
 'ONBOOT': 'yes',
 'PEERDNS': 'no',
 'VLAN': 'yes'},
 'iface': 'eth1',
 'ipv6addrs': ['fe80::224:1dff:fec1:cf83/64'],
 'mtu': '1500',
 'netmask': '',
 'vlanid': 101},
'eth1.4': {'addr': '',
   'cfg': {'BRIDGE': 'br4',
   'DEVICE': 'eth1.4',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'VLAN': 'yes'},
   'iface': 'eth1',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf83/64'],
   'mtu': '1500',
   'netmask': '',
   'vlanid': 4}}
vmTypes = ['kvm']
[root@kvm01 multipath]#
==END
GETVDSCAPS==

On Sat, Apr 5, 2014 at 4:53 PM, Moti Asayag masa...@redhat.com wrote:
 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 12:00:16 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host

 Looks like the superlog shows the problem quite well. Now that I know
 where to look.

  SUCCESS: err = device eth1.4 is already a member of a bridge;
 can't enslave it to bridge ovirtmgmt.\n; rc = 0


 Can you share the output of 'vdsClient -s localhost getVdsCaps' ?
 I see that the suggested vlan device to configure the 'ovirtmgmt' on top of it
 has already an existing bridge named 'br4'. If it is configured with static
 boot protocol, you can just copy the same address/subnet/gateway to the 
 ovirtmgmt
 when you drag it on top of eth1.

 Should I create a new vlan and assign ovirtmgmt to it, as opposed to
 using any of my already existing networks?


 If the vlan-id of the ovirtmgmt logical network definition matches the 
 expected one,
 no need to create it manually since the ovirt-engine will indicate the vdsm 
 to do so.

 ==SUPERVDSM.LOG==
 MainProcess|Thread-13::DEBUG::2014-04-03
 15:00:00,300::supervdsmServer::103::SuperVdsm.ServerCallback::(wrapper)
 return getHardwareInfo with {'systemProductName': 'BladeSymphony E51',
 'systemSerialNumber': 'N/A', 'systemFamily': 'N/A', 'systemVersion':
 'E51400', 'systemUUID': '00241dc1-cf82---',
 'systemManufacturer': 'HITACHI'}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,713::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper)
 call setupNetworks with ({'ovirtmgmt': {'nic': 'eth1', 'vlan': '4',
 'bootproto': 'dhcp', 'STP': 'no', 'bridged': 'true', 'defaultRoute':
 True}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120})
 {}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,714::utils::642::root::(execCmd) '/sbin/ip route show to
 0.0.0.0/0 table all' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,738::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,740::libvirtconnection::145::root::(get) trying to connect
 libvirt
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,766::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.30' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,789::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,791::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.6' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,800::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,802::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.101' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,811::utils::662::root

[Users] how do you manually add ovirtmgmt network to a node/host

2014-04-04 Thread Jeremiah Jahn
Trying to install ovirt node on an already existing kvm host.  Used
the New wizard from the engine. Things seemed to go ok ish until it
got to the point where it wanted to install networking. No real
errors, but has One of the Logical Networks defined for this Cluster
is Unreachable by the Host.  error sitting on it. I tried dragging
that network onto one of the interfaces of my host, which already has
an IP address, as that's how I ssh to it, and it then took down the
interface and tried to dhcp an ip for it which failed after a while,
and resulted in udev stuck in an infinite loop taking down and
bringing up said interface.

Not really sure what's going on or what it's trying to accomplish.  I
set the ovrtmgmt network to have the same vlan id as the ethernet
device i dragged it onto.


thanks for any help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virt-manager migration

2014-04-03 Thread Jeremiah Jahn
Well, that was fun. So I let the ovirt engine install to a running
host that already had kvm/libvirt running on it. Don't ask why, but it
did happen.  After figuring out how to setup a sasl user/password and
adding qemu to the disk group I could startup all of my guests again.
  My host now shows up in the list of hosts, but has One of the
Logical Networks defined for this Cluster is Unreachable by the Host.
 error sitting on it.  ovirt-node-setup also tells me I should setup a
network.   I currently have 6 bridges running on this thing all one
for each vlan. I'm unsure as to how to meld the 'bondX' in
ovirt-node-setup with my current network configuration to resolve the
error.  esp given that I don't actually want to bond any of my NIC's
together at this point.  I do realise I'm doing this the hard way.  My
goal at the moment is to just get the host to fully report in the
engine, at which point I think I'll be able to use v2v to finish up
the rest.

Thanks for any suggestions or pointers.


On Thu, Apr 3, 2014 at 10:29 AM, Ryan Barry rba...@redhat.com wrote:
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: users@ovirt.org
 Sent: Wednesday, April 2, 2014 8:38:02 PM
 Subject: [Users] virt-manager migration



 Anyway, long story short. I'm having a difficult time finding
 documentation
 on migrating from virt-manager to oVirt. As well as installing ovirt-nodes
 manually. I'd love to find this perfect world where I can just install the
 ovirt-node RPMs on my already running Hosts and begin to have them managed
 by the oVirt engine. Without and serious downtime.

 The usual way is to go through virt-v2v. Essentially, you'd install the
 engine somewhere and configure a storage domain (the properties of which
 vary, but it's UUIDed and the UUID must match the engine) to bring the
 datacenter up, then add an export domain (which is also UUIDed).

 Once an export domain is created, virt-v2v can move your VMs over, but with
 downtime.

 As far as turning your existing hosts into nodes, adding them from the
 engine is the easiest way (there's a wizard for this). It's possible to
 install the ovirt-node RPMs directly, but they take over your system a bit,
 and it's probably not what you're looking for. The engine can manage regular
 EL6/fedora hosts.

 But registering to the engine will reconfigure libvirt, so the general path
 is:

 Install engine.
 Live-migrate VMs off one of your hosts.
 Add that host as a node.
 virt-v2v machines than can take downtime (can you get a maintenance window)?
 Bring them up on the new node.
 Repeat until your environment is converted.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virt-manager migration

2014-04-03 Thread Jeremiah Jahn
I was just using ovirt-node-setup to see what going on. Also used it
to setup my resolv.conf. I did use the New wizard, but it seems to
have failed at the point where ovirtmgmt magic was supposed to happen.
Dragging the ovrtmgmt network onto the proper interface in the host
then results in udev trying to restart repeatedly my vlan device after
failing with a dhcpclient request. Since it's already got an ip on
that vlan all hell breaks loose and no dhcp response ever comes.
Thanks for the help though, I hope someone else on the list can give
me a pointer or some help.

-jj-

On Thu, Apr 3, 2014 at 3:04 PM, Ryan Barry rba...@redhat.com wrote:
 On 04/03/2014 03:58 PM, Jeremiah Jahn wrote:

 Well, that was fun. So I let the ovirt engine install to a running
 host that already had kvm/libvirt running on it. Don't ask why, but it
 did happen.  After figuring out how to setup a sasl user/password and
 adding qemu to the disk group I could startup all of my guests again.
My host now shows up in the list of hosts, but has One of the
 Logical Networks defined for this Cluster is Unreachable by the Host.
   error sitting on it.  ovirt-node-setup also tells me I should setup a
 network.   I currently have 6 bridges running on this thing all one
 for each vlan. I'm unsure as to how to meld the 'bondX' in
 ovirt-node-setup with my current network configuration to resolve the
 error.  esp given that I don't actually want to bond any of my NIC's
 together at this point.  I do realise I'm doing this the hard way.  My
 goal at the moment is to just get the host to fully report in the
 engine, at which point I think I'll be able to use v2v to finish up
 the rest.

 Thanks for any suggestions or pointers.

 That's ok. I probably would have skipped ovirt-node-setup (which is intended
 to run on the oVirt Node ISO) and used the New wizard from the Engine to
 add it (which would install requisite RPMs, etc).

 The one of the networks is not reachable error isn't really my area, but
 it's probably looking for the host to be reachable by IP on a bridge called
 ovirtmgmt.

 An engine developer can verify this, but I'd guess that adding a virtual NIC
 to whatever VLAN has the IP the engine sees and bridging that to ovirtmgmt
 with the appropriate address would work. It may only need the right bridge
 (ovirtmgmt, probably) defined. I've never experimented with this aspect of
 it, to be honest.


 On Thu, Apr 3, 2014 at 10:29 AM, Ryan Barry rba...@redhat.com wrote:

 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: users@ovirt.org
 Sent: Wednesday, April 2, 2014 8:38:02 PM
 Subject: [Users] virt-manager migration




 Anyway, long story short. I'm having a difficult time finding
 documentation
 on migrating from virt-manager to oVirt. As well as installing
 ovirt-nodes
 manually. I'd love to find this perfect world where I can just install
 the
 ovirt-node RPMs on my already running Hosts and begin to have them
 managed
 by the oVirt engine. Without and serious downtime.


 The usual way is to go through virt-v2v. Essentially, you'd install the
 engine somewhere and configure a storage domain (the properties of which
 vary, but it's UUIDed and the UUID must match the engine) to bring the
 datacenter up, then add an export domain (which is also UUIDed).

 Once an export domain is created, virt-v2v can move your VMs over, but
 with
 downtime.

 As far as turning your existing hosts into nodes, adding them from the
 engine is the easiest way (there's a wizard for this). It's possible to
 install the ovirt-node RPMs directly, but they take over your system a
 bit,
 and it's probably not what you're looking for. The engine can manage
 regular
 EL6/fedora hosts.

 But registering to the engine will reconfigure libvirt, so the general
 path
 is:

 Install engine.
 Live-migrate VMs off one of your hosts.
 Add that host as a node.
 virt-v2v machines than can take downtime (can you get a maintenance
 window)?
 Bring them up on the new node.
 Repeat until your environment is converted.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] virt-manager migration

2014-04-02 Thread Jeremiah Jahn
Quick background:

I have a number of hosts already running SL6.5 and have been using
virt-manager with them for some time.  All of the guests are by-id fiber
channel LUNs. I'm attempting to migrate from virt-manager to oVirt. I'll be
dropping my SAN array and migrating all of the LUNs to a gluster system,
which will be exporting the images to my blades over SCST or LIO.  FC is
what i already have and won't saturate my network as opposed to trying to
use the 1Gbs network cards.  Gluster is being used for redundancy and
geo-replication, but not image hosting to the hosts.

Anyway, long story short. I'm having a difficult time finding documentation
on migrating from virt-manager to oVirt. As well as installing ovirt-nodes
manually. I'd love to find this perfect world where I can just install the
ovirt-node RPMs on my already running Hosts and begin to have them managed
by the oVirt engine. Without and serious downtime.

Any suggestions or pointers to documentation would be great. Even comments
as to making this transition smoother or approaching it differently are
appreciated.


thanks,
-jj-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users