Some VMs in status "not responding" in oVirt interface
by Christian Hailer
This is a multipart message in MIME format.
------=_NextPart_000_02B0_01D0E2AC.AFF9F270
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Hello,
=20
last Wednesday I wanted to update my oVirt 3.5 hypervisor. It is a =
single Centos 7 server, so I started by suspending the VMs in order to =
set the oVirt engine host to maintenance mode. During the process of =
suspending the VMs the server crashed, kernel panic=E2=80=A6
After restarting the server I installed the updates via yum an restarted =
the server again. Afterwards, all the VMs could be started again. Some =
hours later my monitoring system registered some unresponsive hosts, I =
had a look in the oVirt interface, 3 of the VMs were in the state =
=E2=80=9Cnot responding=E2=80=9D, marked by a question mark.=20
I tried to shut down the VMs, but oVirt wasn=E2=80=99t able to do so. I =
tried to reset the status in the database with the sql statement
=20
update vm_dynamic set status =3D 0 where vm_guid =3D (select vm_guid =
from vm_static where vm_name =3D 'MYVMNAME');
=20
but that didn=E2=80=99t help, either. Only rebooting the whole =
hypervisor helped=E2=80=A6 afterwards everything worked again. But only =
for a few hours, then one of the VMs entered the =E2=80=9Cnot =
responding=E2=80=9D state again=E2=80=A6 again only a reboot helped. =
Yesterday it happened again:
=20
2015-08-28 17:44:22,664 INFO =
[org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] =
(DefaultQuartzScheduler_Worker-60) [4ef90b12] VM DC =
0f3d1f06-e516-48ce-aa6f-7273c33d3491 moved from Up --> NotResponding
2015-08-28 17:44:22,692 WARN =
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] =
(DefaultQuartzScheduler_Worker-60) [4ef90b12] Correlation ID: null, Call =
Stack: null, Custom Event ID: -1, Message: VM DC is not responding.
=20
Does anybody know what I can do? Where should I have a look? Hints are =
greatly appreciated!
=20
Thanks,
Christian
------=_NextPart_000_02B0_01D0E2AC.AFF9F270
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta =
http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8"><meta =
name=3DGenerator content=3D"Microsoft Word 15 (filtered =
medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DDE =
link=3D"#0563C1" vlink=3D"#954F72"><div class=3DWordSection1><p =
class=3DMsoNormal><span lang=3DEN-US>Hello,<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>last Wednesday I wanted to update =
my oVirt 3.5 hypervisor. It is a single Centos 7 server, so I started by =
suspending the VMs in order to set the oVirt engine host to maintenance =
mode. During the process of suspending the VMs the server crashed, =
kernel panic=E2=80=A6<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>After restarting the server I installed the updates via yum =
an restarted the server again. Afterwards, all the VMs could be started =
again. Some hours later my monitoring system registered some =
unresponsive hosts, I had a look in the oVirt interface, 3 of the VMs =
were in the state =E2=80=9Cnot responding=E2=80=9D, marked by a question =
mark. <o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>I =
tried to shut down the VMs, but oVirt wasn=E2=80=99t able to do so. I =
tried to reset the status in the database with the sql =
statement<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>update vm_dynamic set status =3D 0 where vm_guid =3D =
(select vm_guid from vm_static where vm_name =3D =
'MYVMNAME');<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>but that didn=E2=80=99t help, either. Only rebooting the =
whole hypervisor helped=E2=80=A6 afterwards everything worked again. But =
only for a few hours, then one of the VMs entered the =E2=80=9Cnot =
responding=E2=80=9D state again=E2=80=A6 again only a reboot helped. =
Yesterday it happened again:<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>2015-08-28 17:44:22,664 INFO =
[org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] =
(DefaultQuartzScheduler_Worker-60) [4ef90b12] VM DC =
0f3d1f06-e516-48ce-aa6f-7273c33d3491 moved from Up --> =
NotResponding<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>2015-08-28 17:44:22,692 WARN =
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] =
(DefaultQuartzScheduler_Worker-60) [4ef90b12] Correlation ID: null, Call =
Stack: null, Custom Event ID: -1, Message: VM DC is not =
responding.<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>Does anybody know what I can do? Where should I have a =
look? Hints are greatly appreciated!<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>Thanks,<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
lang=3DEN-US>Christian<o:p></o:p></span></p></div></body></html>
------=_NextPart_000_02B0_01D0E2AC.AFF9F270--
9 years, 2 months
vdsm high mem usage
by Michael Kleinpaste
Hi everybody.
So I ran into that high mem usage thing. The problem I have with patching
is that this is a live system so I can't do it mid day. Can anybody tell
me if it is possible to just restart the vdsm service or does the host have
to be in "maintenance mode" before restarting it? It is using gluster
storage, if that makes a difference as well.
Thanks,
--
*Michael Kleinpaste*
Senior Systems Administrator
SharperLending, LLC.
www.SharperLending.com
Michael.Kleinpaste(a)SharperLending.com
(509) 324-1230 Fax: (509) 324-1234
9 years, 2 months
VLAN with one NIC
by gregor
Hi,
is it possible to use different VLAN with one NIC in ovirt?
I can not add a logical network configured as VLAN to my ovirtmgmt
interface, I get "Cannot have a non-VLAN VM network and VLAN-tagged
networks on one interface."
The setup for the Port is a trunk of different tagged VLAN's and the
default VLAN1 is untagged. Normally this work under centos where I give
the nic eth0 an IP and create a nic eth0.10 for the VLAN with ID 10 and
set an IP for it.
cheers
gregor
9 years, 2 months
Running an ovirt phyton scrit on a newly RHEL7 installed system
by Jean-Pierre Ribeauville
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E46FWPTXMAIL1ptxaxw_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I'm trying to retrieve datacenters clusters hosts and vms by using ovirt p=
ython script needing some imports :
import sys
from ovirtsdk.api import API
from ovirtsdk.xml import params
from threading import Thread
import time
import logging
Then I got following error :
=D8 python test2.py
Traceback (most recent call last):
File "test2.py", line 32, in <module>
from ovirtsdk.api import API
ImportError: No module named ovirtsdk.api
As I run it on a "fresh install" rhel7 server ( python has been added), I'm=
wondering what's the minimum packages list I've to install
on this machine to be able to run this script ? ( I run it correctly on th=
e system where the ovirt engine is installed)
Thanks.
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville(a)axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez =E0 l'environnement avant d'imprimer.
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E46FWPTXMAIL1ptxaxw_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Webdings;
panose-1:5 3 1 2 1 5 9 6 7 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:766460057;
mso-list-type:hybrid;
mso-list-template-ids:636926602 1197512514 67895299 67895301 67895297 6789=
5299 67895301 67895297 67895299 67895301;}
@list l0:level1
{mso-level-start-at:10;
mso-level-number-format:bullet;
mso-level-text:\F0D8;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;
mso-fareast-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";}
@list l0:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l0:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l0:level4
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l0:level5
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l0:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l0:level7
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l0:level8
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l0:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"FR" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I’m trying to retrieve da=
tacenters clusters hosts and vms by using ovirt python script needing=
some imports :<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">import sys<o:p></o:p></span>=
</i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">from ovirtsdk.api import API=
<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">from ovirtsdk.xml import par=
ams<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">from threading import Thread=
<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">import time<o:p></o:p></span=
></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">import logging<o:p></o:p></s=
pan></i></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Then I got following erro=
r :<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-18.0pt;mso-list:l0 leve=
l1 lfo1"><![if !supportLists]><span lang=3D"EN-US" style=3D"font-family:Win=
gdings"><span style=3D"mso-list:Ignore">=D8<span style=3D"font:7.0pt "=
Times New Roman"">
</span></span></span><![endif]><span lang=3D"EN-US">python test2.py<o:p></o=
:p></span></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">Traceback (most recent call =
last):<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US"> File "test2.py&q=
uot;, line 32, in <module><o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US"> from ovir=
tsdk.api import API<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><i><span lang=3D"EN-US">ImportError: No module named=
ovirtsdk.api<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">As I run it on a “fresh i=
nstall” rhel7 server ( python has been added), I’m wondering wh=
at’s the minimum packages list I’ve to install
<br>
on this machine to be able to run this script ? ( I run it correctly =
on the system where the ovirt engine is installed)<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Regards,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0">
<tbody>
<tr>
<td valign=3D"top" style=3D"padding:0cm 4.5pt 0cm 0cm">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:9.0pt;fon=
t-family:"Arial","sans-serif";color:#888888;mso-fareast=
-language:FR"><o:p> </o:p></span></b></p>
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:8.5pt;fon=
t-family:"Arial","sans-serif";color:#888888;mso-fareast=
-language:FR">J.P. Ribeauville<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:8.5pt;font-f=
amily:"Arial","sans-serif";color:#737373;mso-fareast-la=
nguage:FR"><o:p> </o:p></span></p>
</td>
</tr>
<tr>
<td style=3D"padding:2.25pt 4.5pt 4.5pt 0cm">
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:red;mso-fareast-language:FR">P:
</span><span style=3D"font-size:8.5pt;font-family:"Arial","s=
ans-serif";color:#737373;mso-fareast-language:FR">+33.(0).1.47.17.=
27.87</span><span style=3D"font-size:8.5pt;font-family:"Arial",&q=
uot;sans-serif";color:#737373;mso-fareast-language:FR"><o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR">Pute=
aux 3 Etage 5 Bureau 4<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><u><span lang=3D"EN-US" style=3D"font-size:9.0pt;col=
or:red;mso-fareast-language:FR"><a href=3D"mailto:jpribeauville@axway.com">=
<span lang=3D"FR" style=3D"color:blue">jpribeauville(a)axway.com</span></a></=
span></u><u><span style=3D"font-size:9.0pt;color:red;mso-fareast-language:F=
R"><br>
</span></u><span style=3D"font-size:9.0pt;color:red;mso-fareast-language:FR=
"><a href=3D"http://www.axway.com/"><span style=3D"color:red">http://www.ax=
way.com</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span style=3D"display:none;mso-fareast-language:FR"=
><o:p> </o:p></span></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0">
<tbody>
<tr>
<td style=3D"padding:4.5pt 4.5pt 4.5pt 0cm">
<p class=3D"MsoNormal"><span style=3D"font-size:18.0pt;font-family:Webdings=
;color:#888888;mso-fareast-language:FR">P</span><span style=3D"font-size:8.=
0pt;font-family:"Arial","sans-serif";color:#888888;mso-=
fareast-language:FR"> Pensez =E0 l’environnement avant d’i=
mprimer.</span><span style=3D"font-size:8.0pt;font-family:"Arial"=
,"sans-serif";color:#888888;mso-fareast-language:FR"><o:p></o:p><=
/span></p>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span style=3D"mso-fareast-language:FR"><o:p> <=
/o:p></span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E46FWPTXMAIL1ptxaxw_--
9 years, 2 months
using RHEL6/7 server as host ?
by Jean-Pierre Ribeauville
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E1DCWPTXMAIL1ptxaxw_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
Ovirt quick start guide mentions this :
Install Hosts
After you have installed the oVirt Engine, install the hosts to run your vi=
rtual machines. In oVirt, you can use either oVirt Node, Fedora or CentOS a=
s hosts.
Is it O.K. to use a RHEL6 or 7 server as host to run Guest VMs ?
I assume that's ovirt engine is not installed on one of these hosts ( it's=
better to use a dedicated machine) ?
Thx
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville(a)axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez =E0 l'environnement avant d'imprimer.
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E1DCWPTXMAIL1ptxaxw_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Webdings;
panose-1:5 3 1 2 1 5 9 6 7 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
h2
{mso-style-priority:9;
mso-style-link:"Titre 2 Car";
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:18.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p
{mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.Titre2Car
{mso-style-name:"Titre 2 Car";
mso-style-priority:9;
mso-style-link:"Titre 2";
font-family:"Times New Roman","serif";
mso-fareast-language:FR;
font-weight:bold;}
span.mw-headline
{mso-style-name:mw-headline;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"FR" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Ovirt quick start guide mention=
s this :<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a=
lt:auto"><b><i><span lang=3D"EN-US" style=3D"font-size:18.0pt;font-family:&=
quot;Times New Roman","serif";mso-fareast-language:FR">Insta=
ll Hosts
<o:p></o:p></span></i></b></p>
<p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a=
lt:auto"><i><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:&quo=
t;Times New Roman","serif";mso-fareast-language:FR">After yo=
u have installed the oVirt Engine, install the hosts to run
your virtual machines. In oVirt, you can use either oVirt Node, Fedora or =
CentOS as hosts.
<o:p></o:p></span></i></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Is it O.K. to use a RHEL6 or 7 =
server as host to run Guest VMs ?<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I assume that’s ovirt eng=
ine is not installed on one of these hosts ( it’s better to use=
a dedicated machine) ?<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thx<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0">
<tbody>
<tr>
<td valign=3D"top" style=3D"padding:0cm 4.5pt 0cm 0cm">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:9.0pt;fon=
t-family:"Arial","sans-serif";color:#888888;mso-fareast=
-language:FR"><o:p> </o:p></span></b></p>
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:8.5pt;fon=
t-family:"Arial","sans-serif";color:#888888;mso-fareast=
-language:FR">J.P. Ribeauville<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:8.5pt;font-f=
amily:"Arial","sans-serif";color:#737373;mso-fareast-la=
nguage:FR"><o:p> </o:p></span></p>
</td>
</tr>
<tr>
<td style=3D"padding:2.25pt 4.5pt 4.5pt 0cm">
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:red;mso-fareast-language:FR">P:
</span><span style=3D"font-size:8.5pt;font-family:"Arial","s=
ans-serif";color:#737373;mso-fareast-language:FR">+33.(0).1.47.17.=
27.87</span><span style=3D"font-size:8.5pt;font-family:"Arial",&q=
uot;sans-serif";color:#737373;mso-fareast-language:FR"><o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR">Pute=
aux 3 Etage 5 Bureau 4<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><u><span lang=3D"EN-US" style=3D"font-size:9.0pt;col=
or:red;mso-fareast-language:FR"><a href=3D"mailto:jpribeauville@axway.com">=
<span lang=3D"FR" style=3D"color:blue">jpribeauville(a)axway.com</span></a></=
span></u><u><span style=3D"font-size:9.0pt;color:red;mso-fareast-language:F=
R"><br>
</span></u><span style=3D"font-size:9.0pt;color:red;mso-fareast-language:FR=
"><a href=3D"http://www.axway.com/"><span style=3D"color:red">http://www.ax=
way.com</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.5pt;font-family:"Ari=
al","sans-serif";color:#737373;mso-fareast-language:FR"><o:p=
> </o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span style=3D"display:none;mso-fareast-language:FR"=
><o:p> </o:p></span></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0">
<tbody>
<tr>
<td style=3D"padding:4.5pt 4.5pt 4.5pt 0cm">
<p class=3D"MsoNormal"><span style=3D"font-size:18.0pt;font-family:Webdings=
;color:#888888;mso-fareast-language:FR">P</span><span style=3D"font-size:8.=
0pt;font-family:"Arial","sans-serif";color:#888888;mso-=
fareast-language:FR"> Pensez =E0 l’environnement avant d’i=
mprimer.</span><span style=3D"font-size:8.0pt;font-family:"Arial"=
,"sans-serif";color:#888888;mso-fareast-language:FR"><o:p></o:p><=
/span></p>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span style=3D"mso-fareast-language:FR"><o:p> <=
/o:p></span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>
--_000_1051EFB4D3A1704680C38CCAAC5836D279B8E1DCWPTXMAIL1ptxaxw_--
9 years, 2 months
Strange fencing behaviour 3.5.3
by Martin Breault
Hello,
I manage 2 oVirt clusters that are not associated in any way, they each
have their own management engine running ovirt-engine-3.5.3.1-1. The
servers are Dell 6xx series and the power-management is configured using
idrac5 settings and each cluster is a pair of hypervisors.
The engines are both in a datacenter that had an electrical issue, each
cluster is at a different unrelated location. The problem I had was
caused by a downed switch causing the individual engines to continue to
function, however no longer have connectivity to their respective
clusters. Once the switch was replaced (about 30 minutes of downtime) ,
when connectivity was resumed, both engines chose to fence one of the
two "unresponsive hypervisors" by sending an iDrac command to power down.
The downed hypervisor Cluster1 for some reason, 8 minutes later, got a
iDrac command to power-up again. When I logged into the engine, the
guests that were running on the powered-down host were in "off" state.
I simply powered them back on.
The downed hypervisor on Cluster2 stayed off, and was unresponsive
according to the engine, however the VMs that were running on it were in
an unknown state. I had to power on the host and click the "host has
been rebooted" dialog for the cluster to free these guests to be booted
again.
My question is, is it normal for the engine to fence one or more hosts
when it loses connectivity to all thehypervisors in the cluster? Is
there a minimum of 3 hosts in a cluster for it to not fall into this
mode? I'd like to know what I can troubleshoot or how I can avoid an
issue like this should the engine be disconnected from the hypervisors
temporarily and then resume connectivity only to kill the well-running
guests.
Thanks in advance,
Marty
9 years, 2 months
JavaSDK
by David David
Hi all
Can you please provide me an example of setup Eclipse with ovirt java sdk ?
There is Eclipse Java EE Mars Release 4.5, OpenJDK 1.7,
ovirt-engine-sdk-java-3.5.1
Thanks.
9 years, 2 months
[HA] Restart guest on other node on network SAN problem
by Lionel Caignec
Hi,
i've ovirt nodes connected to a data network (provide disk for guest) with 10Gb networking.
Recently i face a problem : one of my node have lost connectivity to the SAN.
So ovirt put all guest in "Pause" state, but when connectivity came back ovirt did not restart the Guest.
So my question : is it possible on "disk connectivity lost" on one node, to restart guest on other node (HA features). Or at least auto resume guest when "disk connectivity" came back.
Thanks
--
Lionel Caignec
Centre Informatique National de l' Enseignement Supérieur
950 rue de Saint Priest
34097 MONTPELLIER Cedex 5
Tel : (33) 04 67 14 14 14
Fax : (33)04 67 52 37 63
http://www.cines.fr
9 years, 2 months
lc_messages issue in 3.6 beta 5 upgrade
by Jon Archer
Hi all,
just wanted to share an error i'm seeing with the upgrade process from
3.5 to 3.6 b5.
when running engine-setup on the hosted-engine I'm seeing an error
saying that lc_messages should be en_US.utf8.
problem is that isn't my locale, nor would it be the case in quite a lot
of other installations. My lc_messages is set to en_GB.utf8
Install log shows the following
2015-09-14 00:05:29 DEBUG
otopi.ovirt_engine_setup.engine_common.database database.execute:221
Result: [{'lc_messages': 'en_GB.UTF-8'}]
2015-09-14 00:05:29 DEBUG
otopi.ovirt_engine_setup.engine_common.database
database._checkDbConf:914 Mismatch: key='lc_messages',
current='en_GB.UTF-8', expected=''en_US.UTF-8''
2015-09-14 00:05:29 DEBUG otopi.context context._executeMethod:152
method exception
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142,
in _executeMethod
method['method']()
File
"/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/db/connection.py",
line 115, in _customization
show_create_msg=True,
File
"/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py",
line 1174, in getCredentials
self._checkDbConf(environment=dbenv, name=name)
File
"/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py",
line 922, in _checkDbConf
name=name
RuntimeError: Engine requires lc_messages to be 'en_US.UTF-8'. Please
fix lc_messages before you continue.
2015-09-14 00:05:29 ERROR otopi.context context._executeMethod:161
Failed to execute stage 'Environment customization': Engine requires
lc_messages to be 'en_US.UTF-8'. Please fix lc_messages before you continue.
2015-09-14 00:05:29 DEBUG otopi.context context.dumpEnvironment:490
ENVIRONMENT DUMP - BEGIN
2015-09-14 00:05:29 DEBUG otopi.context context.dumpEnvironment:500 ENV
BASE/error=bool:'True'
2015-09-14 00:05:29 DEBUG otopi.context context.dumpEnvironment:500 ENV
BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>,
RuntimeError("Engine requires lc_messages to be 'en_US.UTF-8'. Please
fix lc_messages before you continue.",), <traceback object at 0x6c0e3b0>)]'
2015-09-14 00:05:29 DEBUG otopi.context context.dumpEnvironment:504
ENVIRONMENT DUMP - END
Should i file a bugzilla?
Thanks
Jon
9 years, 2 months
Problem with network VM
by Rocha Neto
Hello friends, okay with you? I hope you are well.
I've tried to get in some mailing lists and could not. Did you could get me
a question, or send me somewhere that I can study about?
I rode an environment with oVirt. I have the engine running on the IP
xx.xx.xx.45 and Host with the IP xx.xx.xx.46.
Everything works fine, datacenter, cluster, host, storage (iSCSI). But when
I create a VM, install CentOS for example. I can not access the network. I
can not ping any address out. What should I do? Is there some setting I
need to change?
The host has two interfaces eth0 and ovirtmgmt, all working perfectly well.
Could someone give me a light?
Thanks in advance!
Update:
I have /27 (Netmask 255.255.255.224)
xx.xx.xx.45 engine
xx.xx.xx.46 host (vdsm) ovirtmgmt bridge
xx.xx.xx.33 is my gateway
Network of VM is:
xx.xx.xx.52
xx.xx.xx.33 gw
9 years, 2 months