[ovirt-users] Install ovirt on Azure

2017-08-07 Thread Grzegorz Szypa
Hi.

Did anyone try to install ovirt on Azure Environment?

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


Re: [ovirt-users] adding new node through WAN - fatal: Unable to negotiate a key exchange method [preauth]

2017-01-06 Thread Grzegorz Szypa
]
at
sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:297)
[rt.jar:1.8.0_111]
at
java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:420)
[rt.jar:1.8.0_111]
at
org.apache.sshd.common.io.nio2.Nio2Session.startReading(Nio2Session.java:173)
at
org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:189)
at
org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:173)
at
org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio2CompletionHandler.java:32)
at java.security.AccessController.doPrivileged(Native Method)
[rt.jar:1.8.0_111]
at
org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:30)
at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
[rt.jar:1.8.0_111]
at sun.nio.ch.Invoker$2.run(Invoker.java:218) [rt.jar:1.8.0_111]
at
sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
[rt.jar:1.8.0_111]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[rt.jar:1.8.0_111]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[rt.jar:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_111]



In the end server (oVirt Node) in /var/log/secure.log:

Jan  7 08:10:26 ns3047117 sshd[30377]: fatal: Unable to negotiate a key
exchange method [preauth]

2016-12-01 8:22 GMT+01:00 Yedidyah Bar David <d...@redhat.com>:

> (Adding the list. Please reply also to the list and not only
> to specific people. Thanks).
>
> On Wed, Nov 30, 2016 at 9:01 PM, Grzegorz Szypa
> <grzegorz.sz...@gmail.com> wrote:
> > Hi.
> >
> > It works.
> >
> > Problem I think are in other side, maybe I explain my landscape:
> >
> > oVirt Engine is VM on after NAT, but currectly this way are disabled and
> now
> > only work direct access to Internet via dedicated WAN IP, and oVirt Node
> are
> > VM also under separat WAN IP, but still the same problem. I think there
> is
> > no problem with SSH configuration because setting it as self-hosted
> engine
> > work fine
>
> What OS is on each of the engine and host?
>
> Did you change any configuration of sshd on the host,
> compared to the OS's defaults?
>
> Please check/share the output of previous ssh command, but
> with '-v' appended.
>
> Please also share more of the engine log, starting with a line
> containing 'AddVdsCommand'.
>
> Please attach output of: 'rpm -qa | grep ovirt'.
>
> Thanks,
>
> >
> >
> > 2016-11-30 14:18 GMT+01:00 Yedidyah Bar David <d...@redhat.com>:
> >>
> >> On Wed, Nov 30, 2016 at 1:58 PM, Grzegorz Szypa
> >> <grzegorz.sz...@gmail.com> wrote:
> >> > Hi.
> >> >
> >> > Did you meet ever with  problem, when you try to add new node to quite
> >> > new
> >> > oVirt Engine via Gui and get Error :
> >> >
> >> > engine.log:
> >> >
> >> > 2016-11-30 12:50:55,453 ERROR
> >> > [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (default
> task-23)
> >> > [178c9385] Failed to establish session with host 'node1': SSH session
> >> > closed
> >> > during connection '["my new node"]'
> >> > 2016-11-30 12:50:55,453 WARN
> >> > [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (default
> task-23)
> >> > [178c9385] Validation of action 'AddVds' failed for user
> >> > admin@internal-authz. Reasons: VAR__ACTION__ADD,VAR__TYPE__
> HOST,$server
> >> > vmsrv1.szypa.net,VDS_CANNOT_CONNECT_TO_SERVER
> >> >
> >> >
> >> >
> >> > in the end node I only got error that there is not possible, to
> exchange
> >> > key
> >> > between two hosts:
> >> >
> >> > there is log form /var/log/secure:
> >> >
> >> > fatal: Unable to negotiate a key exchange method [preauth]
> >> >
> >> > In network I found that it could be a problem with key exchange
> method,
> >> > which is not available on some host.
> >> >
> >> > SSH connection between this two hosts work fine so I do not understand
> >> > why
> >> > it does not work?
> >>
> >> Please try this, from the engine machine, as user root:
> >>
> >> ssh -i /etc/pki/ovirt-engine/keys/engine_id_rsa HOST
> >>
> >> Replace "HOST" with the name or address you input in the field "Address"
> >> in the "New Host" dialog. I think that's 'node1', from above.
> >>
> >> Does it work? If not, please check sshd configuration/logs on the host.
> >>
> >> Best,
> >> --
> >> Didi
> >
> >
> >
> >
> > --
> > G.Sz.
>
>
>
> --
> Didi
>



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


[ovirt-users] adding new node through WAN - fatal: Unable to negotiate a key exchange method [preauth]

2016-11-30 Thread Grzegorz Szypa
Hi.

Did you meet ever with  problem, when you try to add new node to quite new
oVirt Engine via Gui and get Error :

engine.log:

2016-11-30 12:50:55,453 ERROR
[org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (default task-23)
[178c9385] Failed to establish session with host 'node1': SSH session
closed during connection '["my new node"]'
2016-11-30 12:50:55,453 WARN
 [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (default task-23)
[178c9385] Validation of action 'AddVds' failed for user
admin@internal-authz. Reasons: VAR__ACTION__ADD,VAR__TYPE__HOST,$server
vmsrv1.szypa.net,VDS_CANNOT_CONNECT_TO_SERVER



in the end node I only got error that there is not possible, to exchange
key between two hosts:

there is log form /var/log/secure:

fatal: Unable to negotiate a key exchange method [preauth]

In network I found that it could be a problem with key exchange method,
which is not available on some host.

SSH connection between this two hosts work fine so I do not understand why
it does not work?




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


[ovirt-users] Problem with start VDSMD durring hosted-engine --deploy

2016-10-23 Thread Grzegorz Szypa
Hi  Support,

Could you  help me with my problem, because when I try to deploy host on
fresh Centos  7.1 installation  I got an error that vdsmd servies cannot
bestarted, and deploy after taht are terminated:

[root@vmsrv1 ~]#
[root@vmsrv1 ~]# hosted-engine --deploy
/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py:15:
DeprecationWarning: vdscli uses xmlrpc. since ovirt 3.6 xmlrpc is
deprecated, please use vdsm.jsonrpcvdscli
  import vdsm.vdscli
[ INFO  ] Stage: Initializing
[ INFO  ] Generating a temporary VNC password.
[ INFO  ] Stage: Environment setup
  During customization use CTRL-D to abort.
  Continuing will configure this host for serving as hypervisor and
create a VM where you have to install the engine afterwards.
  Are you sure you want to continue? (Yes, No)[Yes]:
  It has been detected that this program is executed through an SSH
connection without using screen.
  Continuing with the installation may lead to broken installation
if the network connection fails.
  It is highly recommended to abort the installation and run it
inside a screen session using command "screen".
  Do you want to continue anyway? (Yes, No)[No]: Yes
[ INFO  ] Hardware supports virtualization
  Configuration files: []
  Log file:
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20161024074216-iagc54.log
  Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
*[ ERROR ] Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'*
[ INFO  ] Stage: Clean up
[ INFO  ] Generating answer file
'/var/lib/ovirt-hosted-engine-setup/answers/answers-20161024074222.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Hosted Engine deployment failed
  Log file is located at
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20161024074216-iagc54.log
[root@vmsrv1 ~]#


Firstly I tried to do it by ovirt portal, but every time failed. so I try
to do it  by hosted-engine --deploy, and this time I got  more  information
as above. (SELinux is disabled). firewall are disabled. Onlywhat make me
confuse are vdsm. So I checkd it and for sure it has been installed (with
version vdsm-4.18.13-1.el7.centos.x86_64)

[root@vmsrv1 ~]# yum install vdsm
Wczytane wtyczki: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
 * base: centos.trisect.eu
 * epel: epel.mirrors.ovh.net
 * extras: centos.trisect.eu
 * ovirt-4.0: ftp.nluug.nl
 * ovirt-4.0-epel: epel.mirrors.ovh.net
 * updates: centos.trisect.eu
Pakiet vdsm-4.18.13-1.el7.centos.x86_64 jest już zainstalowany w najnowszej
wersji
Nie ma niczego do zrobienia

after that I tried to find it and restart :
[root@vmsrv1 ~]# systemctl vdsmd restart
Unknown operation 'vdsmd'.

So question is if vdsm has been installed, what going on? So:
[root@vmsrv1 ~]# systemctl |grep -i vdsm
  supervdsmd.service
loadedactive running   Auxiliary vdsm service for
running helper functions as root
  vdsm-network.service
loadedactive exitedVirtual Desktop Server Manager
network restoration
[root@vmsrv1 ~]#


As see  above there are completly different name convention, and it shuld
be like vdsmd.service. What is strange, this exist  on host where is
Portal, but it is not possible to start it, because of
"vdsm-network.service"

Question are how to avoid it, because for sure hosted-engine script do not
 know how to start vdsm

Additionaly, I tried to reconfigure  vdsm:

[root@vmsrv1 ~]# vdsm-tool configure --force
/usr/lib/python2.7/site-packages/vdsm/tool/dump_volume_chains.py:28:
DeprecationWarning: vdscli uses xmlrpc. since ovirt 3.6 xmlrpc is
deprecated, please use vdsm.jsonrpcvdscli
  from vdsm import vdscli

Checking configuration status...

Current revision of multipath.conf detected, preserving
libvirt is already configured for vdsm
SUCCESS: ssl configured to true. No conflicts

Running configure...
Reconfiguration of sebool is done.
Reconfiguration of libvirt is done.

Done configuring modules to VDSM.


[root@vmsrv1 ~]# systemctl start vdsmd
A dependency job for vdsmd.service failed. See 'journalctl -xe' for details.


[root@vmsrv1 ~]# journalctl -xe
-- Subject: Ukończono uruchamianie jednostki libvirtd.service
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Jednostka libvirtd.service ukończyła uruchamianie.
--
-- Wynik uruchamiania: done.
paź 24 07:57:12 vmsrv1.szypa.net systemd[1]: Configuration file
/usr/lib/systemd/system/ebtables.service is marked executable. Please
remove executable permission bits. Proceeding anyway.
paź 24 07:57:12 vmsrv1.szypa.net systemd[1]: Started Auxiliary vdsm service
for running helper functions as root.
-- Subject: Ukończono uruchamianie jednostki supervdsmd.service
-- Defined-By: systemd

Re: [ovirt-users] VMs unknown state and ovirt node Non Responsive

2015-01-23 Thread Grzegorz Szypa
Thanks.

It was resolve problem, but question,but the question is whether the
problem is resolved JAVA or rather fall off ??

Regards,
Grzegorz Szypa

2015-01-23 9:46 GMT+01:00 Juan Hernández jhern...@redhat.com:

 On 01/23/2015 05:20 AM, Grzegorz Szypa wrote:
  Hi.
 
  I have a simillar problem like in this link:
  https://access.redhat.com/discussions/1326793
  https://bugzilla.redhat.com/show_bug.cgi?id=1165269
 
  Similar, becouse I worked it out with the VM uknown status, but I still
  have problem with host (node). It is all in one installaltion, therefore
  i dont have to remove host and add again (it is only one host portal and
  node on the same host), because there are still connected to the VMs.
 
  It is ovirt 3.4.4 release in latest updates on Centos 6.6 (Centos 6.5
  Final).
 
  Can I do smoethings or can I upgrade to ovirt 3.5 release (safely
  without losing anything) if this helps.
 
  If anyone would like to help me remotely (for charity), I would be
  grateful :)
 
  --
  G.Sz.

 If your problem is related to that link, then you should have tried to
 downgrade the JDK, and it should have worked. To double check you can
 check the
 /usr/lib/jvm/java-1.7.0-openjdk-*/jre/lib/security/java.security file.
 It may contain this line, at the very end:

   jdk.tls.disabledAlgorithms=SSLv3

 That is because of the recent security problems with SSLv3. If you need
 to solve your problem urgently and you are sure that you won't be
 affected by those security problems then you can just comment out this
 line and restart the engine.

 Remember to undo this change once you upgrade to 3.5.

 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.




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


[ovirt-users] VMs unknown state and ovirt node Non Responsive

2015-01-23 Thread Grzegorz Szypa
Hi.

I have a simillar problem like in this link:
https://access.redhat.com/discussions/1326793
https://bugzilla.redhat.com/show_bug.cgi?id=1165269

Similar, becouse I worked it out with the VM uknown status, but I still
have problem with host (node). It is all in one installaltion, therefore i
dont have to remove host and add again (it is only one host portal and node
on the same host), because there are still connected to the VMs.

It is ovirt 3.4.4 release in latest updates on Centos 6.6 (Centos 6.5
Final).

Can I do smoethings or can I upgrade to ovirt 3.5 release (safely without
losing anything) if this helps.

If anyone would like to help me remotely (for charity), I would be grateful
:)

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


[ovirt-users] Fwd: Fwd: run ovirt-shell script like background job - problem

2014-12-09 Thread Grzegorz Szypa
Problem is solved.

It must be install this:

yum update packages

not like this
rpm -i *.rpm


-- Forwarded message --
From: Grzegorz Szypa grzegorz.sz...@gmail.com
Date: 2014-12-09 20:42 GMT+01:00
Subject: Re: [ovirt-users] Fwd: run ovirt-shell script like background job
- problem
To: Juan Hernández jhern...@redhat.com


So i have a question:

When i install:

rpm -i ovirt-engine-sdk-python-3.5.0.7-1.el6.noarch.rpm
ovirt-engine-cli-3.5.0.5-1.el6.noarch.rpm

i got error conflict with current package ovirt-engine-3.4.x

It was all-in-one instalation in one server.



2014-12-09 10:32 GMT+01:00 Juan Hernández jhern...@redhat.com:

 On 12/08/2014 08:05 PM, Grzegorz Szypa wrote:
  So, i have a question.
 
  Is ovirt-engine-cli-3.5.0.2-1.el6.noarch compatible in ovirt-engine-3.4?
 
  Can install ovirt-engine-cli-3.5 on ovirt-engine-cli-3.4 and using him
  with landscape based on ovirt 3.4 ??
 

 Yes, versions 3.5.x of ovirt-engine-cli and ovirt-engine-sdk-python (you
 will need both) are compatible with version 3.4 of the engine.

  2014-12-07 17:33 GMT+01:00 Juan Hernández jhern...@redhat.com
  mailto:jhern...@redhat.com:
 
  On 12/07/2014 05:05 PM, Grzegorz Szypa wrote:
   Hi,
  
   I have a problem with running ovirt-shell script, that it starting
  VMs.
   In dialog mode it's fine, but in background no :(
  
   Example script:
   ovirt-shell -E 'action vm WinSrv2012r2 start'
  
   I start this job in cron as root.
  
  
   Have somebody idea??
  
   --
   G.Sz.
  
 
  We used to have bug that made ovirt-shell fail when there wasn't a
 tty
  available (like when running from cron):
 
ovirt-shell cannot run in cron (/dev/tty missing)
https://bugzilla.redhat.com/1119412
 
  That was fixed in version 3.5.0.2, so make sure that you have at
 least
  that version.
 
  If you still have problems please share the output of the ovirt-shell
  command.
 
  --
  Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
  3ºD, 28016 Madrid, Spain
  Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
  S.L.
 
 
 
 
  --
  G.Sz.
 
 
 
  --
  G.Sz.
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 


 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.




-- 
G.Sz.



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


[ovirt-users] Fwd: run ovirt-shell script like background job - problem

2014-12-08 Thread Grzegorz Szypa
So, i have a question.

Is ovirt-engine-cli-3.5.0.2-1.el6.noarch compatible in ovirt-engine-3.4?

Can install ovirt-engine-cli-3.5 on ovirt-engine-cli-3.4 and using him with
landscape based on ovirt 3.4 ??

2014-12-07 17:33 GMT+01:00 Juan Hernández jhern...@redhat.com:

 On 12/07/2014 05:05 PM, Grzegorz Szypa wrote:
  Hi,
 
  I have a problem with running ovirt-shell script, that it starting VMs.
  In dialog mode it's fine, but in background no :(
 
  Example script:
  ovirt-shell -E 'action vm WinSrv2012r2 start'
 
  I start this job in cron as root.
 
 
  Have somebody idea??
 
  --
  G.Sz.
 

 We used to have bug that made ovirt-shell fail when there wasn't a tty
 available (like when running from cron):

   ovirt-shell cannot run in cron (/dev/tty missing)
   https://bugzilla.redhat.com/1119412

 That was fixed in version 3.5.0.2, so make sure that you have at least
 that version.

 If you still have problems please share the output of the ovirt-shell
 command.

 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.




-- 
G.Sz.



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


[ovirt-users] run ovirt-shell script like background job - problem

2014-12-07 Thread Grzegorz Szypa
Hi,

I have a problem with running ovirt-shell script, that it starting VMs. In
dialog mode it's fine, but in background no :(

Example script:
ovirt-shell -E 'action vm WinSrv2012r2 start'

I start this job in cron as root.


Have somebody idea??

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


[ovirt-users] VMs guest with Mac OS X on board

2014-11-19 Thread Grzegorz Szypa
Hi Expert.

Is it possible to install virtual machines running Mac OS X on board.

I trying booting VM with mac os x ISO but it is ending with failed:
Boot failed: could not read the boot disk



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


[ovirt-users] change ovirt and node hostname.fqdn - all in one installation

2014-10-25 Thread Grzegorz Szypa
Hi.

I have a problem with changing ovirt hostname:

I change the following:

1. config in /etc/hosts and /etc/sysconfig/network and restart machine

2.  /usr/share/ovirt-engine/setup/bin/ovirt-engine-rename --newname=new
hostname.fqdn

3. engine-setup

But still a problem with changing address in node in webadmin portal.

Have somebody any idea how to do it?

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


Re: [ovirt-users] [ovirt 3.4.4] iptables blocking access via nativ vnc (blocking port)

2014-10-07 Thread Grzegorz Szypa
2014-10-07 9:54 GMT+02:00 Frantisek Kobzik fkob...@redhat.com:

 Hi,

in default scenario (i.e. deploying host using engine's host-deploy feature
 with automatic fw configuration selected), the ports should be opened. Did
 you deploy your host using host-deploy or manually?


to install ovirt i used engine-setu, becouse it is only one server
environment. And during configuration the iptables is configuring and after
vnc working.

But after some time vns ports is bloked, and i do not know why?

I looking for config file whne the port vnc is defined.





 Cheers,
 F.


 - Original Message -
 From: Grzegorz Szypa grzegorz.sz...@gmail.com
 To: users@ovirt.org
 Sent: Saturday, October 4, 2014 8:00:03 PM
 Subject: [ovirt-users] [ovirt 3.4.4] iptables blocking access via nativ
 vnc (blocking port)

 Hi.


 How does opening ports for VNC connection if you need ports in the range
 5900-5999 unblock yourself or ovirt should do it yourself?

 --
 G.Sz.

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




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


[ovirt-users] [ovirt 3.4.4] iptables blocking access via nativ vnc (blocking port)

2014-10-04 Thread Grzegorz Szypa
Hi.


How does opening ports for VNC connection if you need ports in the range
5900-5999 unblock yourself or ovirt should do it yourself?

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


Re: [ovirt-users] [oVirt 3.4.3] RDP Browser plug-in - SSO

2014-09-24 Thread Grzegorz Szypa
Hi.

I resolved problem with connection to ovirt via Microsoft AD users, but
it's stiil a problem with sign  / before username.

I attach file  console.rdp generated for ovirt:
and screen from logging in via native rdp

first screen after running console.rdp:

[image: Obraz w treści 1]

and second screen after clicking Inny użytkownik:

[image: Obraz w treści 2]

Have you any idea how to fix it

2014-09-24 10:19 GMT+02:00 Frantisek Kobzik fkob...@redhat.com:

 Hello,

 I don't know windows so much, but according to this [1], you can use both
 formats of username. Could you try logging on manually with both formats?

 Cheers!
 F.

 [1]:
 http://msdn.microsoft.com/en-us/library/windows/desktop/aa380525(v=vs.85).aspx


 - Original Message -
 From: Grzegorz Szypa grzegorz.sz...@gmail.com
 To: Frantisek Kobzik fkob...@redhat.com
 Sent: Tuesday, September 23, 2014 3:48:34 PM
 Subject: Re: [ovirt-users] [oVirt 3.4.3] RDP Browser plug-in - SSO

 Hi.

 In native rdp is still same. But I think it happens because, like this:

 user@domine, example admin@internal user is treated as a user, so if I was
 logged in as a user ov...@szypa.net example, where the domain is szypa.net
 it probably should log in as szypa.net/ovirt me, but I'm not sure.

 But not proof, it now because I have the problem described in this thread:
 [ovirt 3.4.3] No KDC can be obtained for domain... after using engine-man
 age-domains edit


 2014-09-23 12:45 GMT+02:00 Frantisek Kobzik fkob...@redhat.com:

  Hi,
 
  Could you please switch to 'Native' invocation in 'Console options' and
  inspect generated .rdp file? Focus on a line that starts with
  username:s:. What value does it contain?
 
  Also, make sure you don't reload the webpage (e.g. F5) prior to
 connecting
  to the machine - SSO wouldn't work in this case.
 
  Cheers!
  F.
 
 
  - Original Message -
  From: Grzegorz Szypa grzegorz.sz...@gmail.com
  To: users@ovirt.org
  Sent: Sunday, September 21, 2014 10:08:09 PM
  Subject: [ovirt-users] [oVirt 3.4.3] RDP Browser plug-in - SSO
 
  Hi.
 
  I have a little problem with log-in to Windows VMs via SSO. When connect
  to VM in username filed i get a example text /user@domain What going
 on
  wit this sign  / 
 
  --
  G.Sz.
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 



 --
 G.Sz.




-- 
G.Sz.


console.rdp
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [oVirt 3.4.3] How to unlock HA in Creator VMs

2014-09-24 Thread Grzegorz Szypa
Hi experts.

How to unlock HA option in VMs creator, like in screen:

[image: Obraz w treści 1]

becouse I would configuring auto-start VMs after reboot/shutdown Physical
Server and configuring auto-suspeding VMs before
reboote/restart/shutdown.Physical Server

Is it possible?

Have anybody idea?


Regards,
Grzegorz Szypa
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [ovirt 3.4.3] No KDC can be obtained for domain... after using engine-manage-domains edit

2014-09-23 Thread Grzegorz Szypa
Hi.

I have a problem with losting connetction to Windows Active Directory.

Normaly I connect ovirt with AD like this:

engine-manage-domains add --domain=szypa.net --provider=ad --user=ovirt
--add-permissions

After period time, example when i restart ovirt, connection is lost becouse
i cannot add new user created in AD, so i thinking that i refresh conf.
connection to ad:

 engine-manage-domains edit --domain=szypa.net --provider=ad --user=ovirt
--add-permissions

and i get this error:

No KDC can be obtained for domain szypa.net

have any idea?

I read that this problem is resolved in previous ovirt version

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


Re: [ovirt-users] [ovirt 3.4.3] No KDC can be obtained for domain... after using engine-manage-domains edit

2014-09-23 Thread Grzegorz Szypa
;  DiG 9.8.2rc1-RedHat-9.8.2-0.23.rc1.el6_5.1  SRV _kerberos._
tcp.szypa.net
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 65248
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;_kerberos._tcp.szypa.net.  IN  SRV

;; AUTHORITY SECTION:
net.890 IN  SOA a.gtld-servers.net.
nstld.verisign-grs.com. 1411536712 1800 900 604800 86400

;; Query time: 28 msec
;; SERVER: 172.30.30.1#53(172.30.30.1)
;; WHEN: Wed Sep 24 07:32:23 2014
;; MSG SIZE  rcvd: 115


2014-09-24 7:06 GMT+02:00 Martin Perina mper...@redhat.com:

 Hi,

 the error message mean, that we cannot find any KDC servers
 in DNS. Could you please post results of the following command:

   dig SRV _kerberos._tcp.szypa.net

 Regarding the errors after oVirt restart, could you please post
 your engine.log?

 Thanks

 Martin Perina


 - Original Message -
  From: Grzegorz Szypa grzegorz.sz...@gmail.com
  To: fkob...@redhat.com, users@ovirt.org
  Sent: Tuesday, September 23, 2014 3:41:02 PM
  Subject: [ovirt-users] [ovirt 3.4.3] No KDC can be obtained for
 domain... after using engine-manage-domains edit
 
  Hi.
 
  I have a problem with losting connetction to Windows Active Directory.
 
  Normaly I connect ovirt with AD like this:
 
  engine-manage-domains add --domain= szypa.net --provider=ad
 --user=ovirt
  --add-permissions
 
  After period time, example when i restart ovirt, connection is lost
 becouse i
  cannot add new user created in AD, so i thinking that i refresh conf.
  connection to ad:
 
  engine-manage-domains edit --domain= szypa.net --provider=ad
 --user=ovirt
  --add-permissions
 
  and i get this error:
 
  No KDC can be obtained for domain szypa.net
 
  have any idea?
 
  I read that this problem is resolved in previous ovirt version
 
  --
  G.Sz.
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 




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


[ovirt-users] connetcion noVNC via FireFox only?

2014-09-21 Thread Grzegorz Szypa
Hi.

Like subject this is only available on FireFox Browser?

and as it is with Internet Explorer?

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


[ovirt-users] [oVirt 3.4.3] RDP Browser plug-in - SSO

2014-09-21 Thread Grzegorz Szypa
Hi.

I have a little problem with log-in to Windows VMs via SSO. When connect to
VM in username filed i get a example text /user@domain What going on wit
 this sign  / 

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


[ovirt-users] [oVirt 3.4.3] Problem with connect VMs via RDP+Browser plug-in

2014-09-21 Thread Grzegorz Szypa
Hi,

like suject I have a problem with connect VM (only Windows type Desctop) I
get an Error:
Error connecting to Virtual Machine using RPD:
DNS Lookup Failed


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


[ovirt-users] How to increase detail in displayed reports

2014-09-19 Thread Grzegorz Szypa
How to increase detail in displayed reports, for example. Network report?

Can Defining your own reports, if yes, how to do it?

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


Re: [ovirt-users] utostarting VMs after restart

2014-09-17 Thread Grzegorz Szypa
Hi.

Could you explain this:

 2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
setups

I do not know how to do it.


My scenerio is like this:
1. hard restart physical machine (command reboot)
2. after restart when all is run include ovirt-engine i would that my VMs
starded automaticaly

2014-09-17 11:19 GMT+02:00 David Jaša dj...@redhat.com:

 Hi,

 On St, 2014-09-17 at 07:10 +0200, Grzegorz Szypa wrote:
  Hi,
 
 
  where are located the scripts starting VMs in the environment oVirt?

 What scripts do you mean? Currently, I'm aware of two means of
 autostarting:
 1. mark the VM as Highly Available, it will be autostarted on engine
 (re)start an restarted after failure (crash or watchdog action or ...).
 This is done by engine service itself
 2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
 setups

 so although you mention scripts, I guess what you want is 1.

 David


 
 
  I would like to add skrytpt taking off virtual machines to the list of
  competing services during system startup. Is it possible to do such a
  thing?
 
 
  So that the effect was evident starting in webmin-portal.
 
 
 
  --
  G.Sz.
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users





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


[ovirt-users] Fwd: utostarting VMs after restart

2014-09-17 Thread Grzegorz Szypa
Hi.

Could you explain this:

 2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
setups

I do not know how to do it.


My scenerio is like this:
1. hard restart physical machine (command reboot)
2. after restart when all is run include ovirt-engine i would that my VMs
starded automaticaly

2014-09-17 11:19 GMT+02:00 David Jaša dj...@redhat.com:

 Hi,

 On St, 2014-09-17 at 07:10 +0200, Grzegorz Szypa wrote:
  Hi,
 
 
  where are located the scripts starting VMs in the environment oVirt?

 What scripts do you mean? Currently, I'm aware of two means of
 autostarting:
 1. mark the VM as Highly Available, it will be autostarted on engine
 (re)start an restarted after failure (crash or watchdog action or ...).
 This is done by engine service itself
 2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
 setups

 so although you mention scripts, I guess what you want is 1.

 David


 
 
  I would like to add skrytpt taking off virtual machines to the list of
  competing services during system startup. Is it possible to do such a
  thing?
 
 
  So that the effect was evident starting in webmin-portal.
 
 
 
  --
  G.Sz.
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users





-- 
G.Sz.



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


Re: [ovirt-users] utostarting VMs after restart

2014-09-17 Thread Grzegorz Szypa
I forgot add that ovirt-engine with ovirt-node and all stay in one physical
machine, so when I run command reboot all is shutdown

2014-09-17 15:24 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 Hi.

 Could you explain this:

  2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
 setups

 I do not know how to do it.


 My scenerio is like this:
 1. hard restart physical machine (command reboot)
 2. after restart when all is run include ovirt-engine i would that my VMs
 starded automaticaly

 2014-09-17 11:19 GMT+02:00 David Jaša dj...@redhat.com:

 Hi,

 On St, 2014-09-17 at 07:10 +0200, Grzegorz Szypa wrote:
  Hi,
 
 
  where are located the scripts starting VMs in the environment oVirt?

 What scripts do you mean? Currently, I'm aware of two means of
 autostarting:
 1. mark the VM as Highly Available, it will be autostarted on engine
 (re)start an restarted after failure (crash or watchdog action or ...).
 This is done by engine service itself
 2. hosted engine scripts do autostart ovirt-engine VM in hosted engine
 setups

 so although you mention scripts, I guess what you want is 1.

 David


 
 
  I would like to add skrytpt taking off virtual machines to the list of
  competing services during system startup. Is it possible to do such a
  thing?
 
 
  So that the effect was evident starting in webmin-portal.
 
 
 
  --
  G.Sz.
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users





 --
 G.Sz.



 --
 G.Sz.




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


[ovirt-users] utostarting VMs after restart

2014-09-16 Thread Grzegorz Szypa
Hi,

where are located the scripts starting VMs in the environment oVirt?

I would like to add skrytpt taking off virtual machines to the list of
competing services during system startup. Is it possible to do such a thing?

So that the effect was evident starting in webmin-portal.

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


Re: [ovirt-users] After reboot system Starting ovirt-post never ending...

2014-09-04 Thread Grzegorz Szypa
Hi.

Today, I noticed that it's a problem with connect VM via Nativ VNC after I
turn off service ovirt-post.







2014-09-04 6:57 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 Hi.

 There is Centos 6.5 FINAL OS with all with latest update
 There is oVirt Engine Version: 3.4.3-1.el6 with latest update
 and it happens on a fresh installation. I noticed it after the first
 reboot the server.

 Could you explain to me what does this service (ovirt-post) and is it
 requaired to activities ovirt-engine?

 Grzegorz Szypa




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


[ovirt-users] OVirt Guest Agent Service service could not be started (Richard Long)

2014-09-04 Thread Grzegorz Szypa
Hi,

Could you tried to install the Agent of the finished package prepared by
the oVirt:
http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/ovirt-guest-tools/

Personally, I use this and it works great

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


[ovirt-users] OVirt Guest Agent Service service could not be

2014-09-04 Thread Grzegorz Szypa
Hi,

Could you tried to install the Agent of the finished package prepared by
the oVirt:
http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/ovirt-guest-tools/

Personally, I use this and it works great

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


[ovirt-users] OVirt Guest Agent Service service could not be started

2014-09-04 Thread Grzegorz Szypa
Hi,

Could you tried to install the Agent of the finished package prepared by
the oVirt:
http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/ovirt-guest-tools/

Personally, I use this and it works great

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


[ovirt-users] After reboot system Starting ovirt-post never ending...

2014-09-03 Thread Grzegorz Szypa
Hi.

I have a problem with starting Centos system, after reboot. It's still stay
at Starting ovirt-post:.

When i start node on livecd and change mv /etc/init.d/ovirt-post
/etc/init.d/ovirt-post.bak

What going on.

So it should be or should disable this service?

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


[ovirt-users] Network real-time bar - nothing happened

2014-09-02 Thread Grzegorz Szypa
Hi.
For a long time I have a problem with a certain functionality
On real-time bar nothing happens, just as if it did not work, like on
atached screen

[image: Obraz w treści 1]

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


Re: [ovirt-users] Network real-time bar - nothing happened

2014-09-02 Thread Grzegorz Szypa
even if I generated network traffic it nothing happens


2014-09-02 21:09 GMT+02:00 Groten, Ryan ryan.gro...@stantec.com:

 Are you sure there is network traffic to/from these VMs? Most of my VMs
 show 0% as well because they’re not using much network. Try generating a
 bunch of network traffic and see if the number jumps.



 *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
 Behalf Of *Grzegorz Szypa
 *Sent:* September-02-14 11:48 AM
 *To:* users@ovirt.org
 *Subject:* [ovirt-users] Network real-time bar - nothing happened



 Hi.

 For a long time I have a problem with a certain functionality

 On real-time bar nothing happens, just as if it did not work, like on
 atached screen



 [image: Obraz w treści 1]



 --

 G.Sz.




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


Re: [ovirt-users] Network real-time bar - nothing happened

2014-09-02 Thread Grzegorz Szypa
At first I thought it was a problem with the Custom parameters: vhost in
the VM, but I've tried different combinations and nothing


2014-09-02 21:24 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 even if I generated network traffic it nothing happens


 2014-09-02 21:09 GMT+02:00 Groten, Ryan ryan.gro...@stantec.com:

 Are you sure there is network traffic to/from these VMs? Most of my VMs
 show 0% as well because they’re not using much network. Try generating a
 bunch of network traffic and see if the number jumps.



 *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
 Behalf Of *Grzegorz Szypa
 *Sent:* September-02-14 11:48 AM
 *To:* users@ovirt.org
 *Subject:* [ovirt-users] Network real-time bar - nothing happened



 Hi.

 For a long time I have a problem with a certain functionality

 On real-time bar nothing happens, just as if it did not work, like on
 atached screen



 [image: Obraz w treści 1]



 --

 G.Sz.




 --
 G.Sz.




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


Re: [ovirt-users] Network real-time bar - nothing happened

2014-09-02 Thread Grzegorz Szypa
for example screen from the statistics of network card assigned to the VM:
[image: Obraz w treści 1]


I downloaded over 1GB and nothing, no statistics


2014-09-02 21:26 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 At first I thought it was a problem with the Custom parameters: vhost in
 the VM, but I've tried different combinations and nothing


 2014-09-02 21:24 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 even if I generated network traffic it nothing happens


 2014-09-02 21:09 GMT+02:00 Groten, Ryan ryan.gro...@stantec.com:

 Are you sure there is network traffic to/from these VMs? Most of my VMs
 show 0% as well because they’re not using much network. Try generating a
 bunch of network traffic and see if the number jumps.



 *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
 Behalf Of *Grzegorz Szypa
 *Sent:* September-02-14 11:48 AM
 *To:* users@ovirt.org
 *Subject:* [ovirt-users] Network real-time bar - nothing happened



 Hi.

 For a long time I have a problem with a certain functionality

 On real-time bar nothing happens, just as if it did not work, like on
 atached screen



 [image: Obraz w treści 1]



 --

 G.Sz.




 --
 G.Sz.




 --
 G.Sz.




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


Re: [ovirt-users] Network real-time bar - nothing happened

2014-09-02 Thread Grzegorz Szypa
I think that it works, but still I do not see statistics in report portal.
But general is good now.


2014-09-02 21:31 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 for example screen from the statistics of network card assigned to the VM:

 [image: Obraz w treści 1]


 I downloaded over 1GB and nothing, no statistics


 2014-09-02 21:26 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 At first I thought it was a problem with the Custom parameters: vhost in
 the VM, but I've tried different combinations and nothing


 2014-09-02 21:24 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 even if I generated network traffic it nothing happens


 2014-09-02 21:09 GMT+02:00 Groten, Ryan ryan.gro...@stantec.com:

 Are you sure there is network traffic to/from these VMs? Most of my VMs
 show 0% as well because they’re not using much network. Try generating a
 bunch of network traffic and see if the number jumps.



 *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
 Behalf Of *Grzegorz Szypa
 *Sent:* September-02-14 11:48 AM
 *To:* users@ovirt.org
 *Subject:* [ovirt-users] Network real-time bar - nothing happened



 Hi.

 For a long time I have a problem with a certain functionality

 On real-time bar nothing happens, just as if it did not work, like on
 atached screen



 [image: Obraz w treści 1]



 --

 G.Sz.




 --
 G.Sz.




 --
 G.Sz.




 --
 G.Sz.




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


Re: [ovirt-users] [oVirt 3.5] Problem with connection in noVNC to VM (Connect timeout)

2014-09-01 Thread Grzegorz Szypa
i trying to do in ovirt 3.5, but now i don't have time and comeback to
ovirt 3.4


2014-09-01 12:07 GMT+02:00 Michal Skrivanek michal.skriva...@redhat.com:


 On Aug 29, 2014, at 03:38 , Punit Dambiwal hypu...@gmail.com wrote:

  Hi,
 
  I haven't try it on 3.53.4 it's work...
 
  Thanks,
  Punit
 
 
  On Fri, Aug 29, 2014 at 4:13 AM, Grzegorz Szypa 
 grzegorz.sz...@gmail.com wrote:
  Hi.
 
  I tried to start the connection novnc the new machine, but still the
 same. Even if I imported the CA certificate and added it to the trusted
 
 
  2014-08-27 14:50 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:
  Hi.
 
  I try do someting and I change to line in:
 /usr/share/novnc/include/rfb.js
  def_con_timeout  = Websock_native ? 2 : 5,--  def_con_timeout  =
 Websock_native ? 5 : 15,
  ['disconnectTimeout',  'rw', 'int', 3,'Time (s) to wait for
 disconnection'], -- ['disconnectTimeout',  'rw', 'int', 5,
 'Time (s) to wait for disconnection'],
 
  And,
 
  Before change i get error: Connect timeout
  After change i get error: Server disconnected (code: 1006)

 are you running the websocket-proxy service on the engine host?
 firewall maybe?
 did you change any configuration from the default (default is on
 engine:6100)?

 Thanks,
 michal

 
 
 
 
 
 
 
  2014-08-27 14:15 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:
 
  Why port 6100. It's not working or maybe it's nothing show.
 
 
  2014-08-27 14:04 GMT+02:00 Punit Dambiwal hypu...@gmail.com:
 
  Hi,
 
  Are you using the valid SSL or Self signed ??
 
  If self-signed then you need to trust this ssl in to your browser
 first...so please open the following in to another tab of your browser and
 run the following https://engine:6100 and accept the certificate and
 close this tab...
 
  Now click on the console...it should work...
 
  Thanks,
  Punit
 
 
  On Wed, Aug 27, 2014 at 7:56 PM, Grzegorz Szypa 
 grzegorz.sz...@gmail.com wrote:
  Hi.
 
  Maybe you could help me with noVNC to VM. I get a error: Connect
 timeout
 
  Do I need to install separately VNC server ?? or noVNC
  --
  G.Sz.
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
 
  --
  G.Sz.
 
 
 
  --
  G.Sz.
 
 
 
  --
  G.Sz.
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users




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


[ovirt-users] How to configure 'Custom properties' in VM config?

2014-09-01 Thread Grzegorz Szypa
Hi.

I find information, How to configure 'Custom properties' in VM config?


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


[ovirt-users] don't see the statistics for the network and memory

2014-09-01 Thread Grzegorz Szypa
Hi.

I do not see the statistics for the network and memory and I do not see
Guest Agent Data in the Network interface. Custom Properties in the VM
config are added, Memory baloon device are enabled.

Once I was able to enable it to work, but after reinstalling I do not
remember how to do it again.

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


Re: [ovirt-users] don't see the statistics for the network and memory

2014-09-01 Thread Grzegorz Szypa
ok.

now i see memory statistics and se Guest Agent Data, but it's still
problems with Network statistics. Further they do not change


2014-09-01 14:00 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 Hi.

 I do not see the statistics for the network and memory and I do not see
 Guest Agent Data in the Network interface. Custom Properties in the VM
 config are added, Memory baloon device are enabled.

 Once I was able to enable it to work, but after reinstalling I do not
 remember how to do it again.

 --
 G.Sz.




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


[ovirt-users] Import Windows VHD disk to oVirt virtio-scsi dsik in Admin portl

2014-08-29 Thread Grzegorz Szypa
Hi.

Anyone have any idea how to do it.

Normally I did it this way that:
- Convert VHD format IMG:
Example: qemu-img convert -f vpc -O raw VHD_WinSrvRAS2012.vhd
/usr/local/VHD_WinSrvRAS2012.img -p

- I was copying the file RAW disk:
Example: dd if=VHD_WinSrvRAS2012.img
of=/usr/local/virtuos/99a241af-2a65-468b-8df2-
 
fa52c430ed5e/images/15f65c23-319e-4b9b-8313-14261886f7cd/4ffd8834-b99d-46d7-990b-a73c3e66a30e


But when I run the machine there is a problem with the detection of the
disk operating system. I was wondering is there a way to tell him to add
drivers for virtio-scsi interface. But i do not know how to do it?


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


Re: [ovirt-users] Import Windows VHD disk to oVirt virtio-scsi dsik in Admin portl

2014-08-29 Thread Grzegorz Szypa
I think I found a simpler solution. To my an earlier method just add this
function:
- Change the type of virtual disk on IDE
- Start the machine and install the drivers virtio-SCIs
- Closing machine
- Change the type of virtual disk to virtio-SCSI
- Now works


2014-08-29 14:49 GMT+02:00 Daniel Helgenberger daniel.helgenber...@m-box.de
:

 Hello,

 I think there is no direct way. Since I need this feature also, I did
 setup open stack glance and added it as external provider to oVirt. [1]

 Thus,
 1. Convert the image (to qcow2 IIRC)
 2. upload it to glance with the cli tools
 3. create a template or virtual machine form the glance image in oVirt

 [1] http://www.ovirt.org/Features/Glance_Integration

 --
 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

 Am 29.08.2014 um 14:26 schrieb Grzegorz Szypa grzegorz.sz...@gmail.com
 :

 Hi.

 Anyone have any idea how to do it.

 Normally I did it this way that:
 - Convert VHD format IMG:
 Example: qemu-img convert -f vpc -O raw VHD_WinSrvRAS2012.vhd
 /usr/local/VHD_WinSrvRAS2012.img -p

 - I was copying the file RAW disk:
 Example: dd if=VHD_WinSrvRAS2012.img
 of=/usr/local/virtuos/99a241af-2a65-468b-8df2-
  
 fa52c430ed5e/images/15f65c23-319e-4b9b-8313-14261886f7cd/4ffd8834-b99d-46d7-990b-a73c3e66a30e
 

 But when I run the machine there is a problem with the detection of the
 disk operating system. I was wondering is there a way to tell him to add
 drivers for virtio-scsi interface. But i do not know how to do it?


 --
 G.Sz.

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




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


Re: [ovirt-users] [oVirt 3.5] Problem with connection in noVNC to VM (Connect timeout)

2014-08-28 Thread Grzegorz Szypa
Hi.

I tried to start the connection novnc the new machine, but still the same.
Even if I imported the CA certificate and added it to the trusted


2014-08-27 14:50 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 Hi.

 I try do someting and I change to line in: /usr/share/novnc/include/rfb.js
 def_con_timeout  = Websock_native ? 2 : 5,--  def_con_timeout  =
 Websock_native ? 5 : 15,
 ['disconnectTimeout',  'rw', 'int', 3,'Time (s) to wait for
 disconnection'], -- ['disconnectTimeout',  'rw', 'int', 5,
  'Time (s) to wait for disconnection'],

 And,

 Before change i get error: Connect timeout
 After change i get error: Server disconnected (code: 1006)







 2014-08-27 14:15 GMT+02:00 Grzegorz Szypa grzegorz.sz...@gmail.com:

 Why port 6100. It's not working or maybe it's nothing show.


 2014-08-27 14:04 GMT+02:00 Punit Dambiwal hypu...@gmail.com:

 Hi,

 Are you using the valid SSL or Self signed ??

 If self-signed then you need to trust this ssl in to your browser
 first...so please open the following in to another tab of your browser and
 run the following https://engine:6100 and accept the certificate and
 close this tab...

 Now click on the console...it should work...

 Thanks,
 Punit


 On Wed, Aug 27, 2014 at 7:56 PM, Grzegorz Szypa 
 grzegorz.sz...@gmail.com wrote:

 Hi.

 Maybe you could help me with noVNC to VM. I get a error: Connect
 timeout

 Do I need to install separately VNC server ?? or noVNC
 --
 G.Sz.

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





 --
 G.Sz.




 --
 G.Sz.




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


[ovirt-users] [oVirt 3.5] Problem with connection in noVNC to VM (Connect timeout)

2014-08-27 Thread Grzegorz Szypa
Hi.

Maybe you could help me with noVNC to VM. I get a error: Connect timeout

Do I need to install separately VNC server ?? or noVNC
-- 
G.Sz.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Dashboard tab in Administration Portal displays a message only Specified page not found

2014-07-12 Thread Grzegorz Szypa
Hi.


I noticed one important thing is that the service does not start
ovirt-engine-dwhd. I have no idea why this happens. I tried to look for
some logs for this service, but nothing. If you have any idea where to look
or what to do, I'd be grateful.

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