------=_NextPartTM-000-3586d868-f1d9-44fa-9483-c12f576cfe64
Content-Type: multipart/alternative;
boundary="_000_12EF8D94C6F8734FB2FF37B9FBEDD173585E923CEXCHANGEcollogi_"
--_000_12EF8D94C6F8734FB2FF37B9FBEDD173585E923CEXCHANGEcollogi_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Setting vm_dynamic.utc_diff to 3600 (+1) did the trick for me.
But that is no real solution. And what about daylight saving times...?
memo for myself:
Stop VM.
# su - postgres
# psql
# \c engine
# select a.vm_name,b.utc_diff,a.vm_guid from vm_static a, vm_dynamic b wher=
e a.vm_guid=3Db.vm_guid;
...
# update vm_dynamic set utc_diff=3D3600 where vm_guid=3D'...';
# commit;
Afterwards start VM.
Markus
________________________________
Von: Bob [bob(a)doolittle.us.com]
Gesendet: Donnerstag, 6. Februar 2014 18:46
An: Markus Stockhausen; ovirt-users
Betreff: Re: [Users] Timezone Hypervisor/VM
I have the same issue. I have assumed it was a Windows configuration issue.=
I have relied on sync'ing to Internet Time upon each bootup. It would be n=
ice to find a solution to this. My Windows VM consistently comes up exactly=
5 hours off, and although NTP is configured the time is never corrected un=
til I manually sync to Internet Time. It certainly appears to be using the =
wrong TZ (GMT).
-Bob
On 2/6/2014 11:39 AM, Markus Stockhausen wrote:
Hello,
all my searching/reading left me more confused. My current problem is
a Windows VM that has a wrong "timezone" - at least if I do not activate
internet time server sync.
Settings are:
- OVirt VM definition - First Run GMT+1 - thats ok
- hypervisor host: timezone CET (=3D GMT+1) - 18:00 - thats ok
- Windows VM: timezone CET ( =3D GMT+1) - 17:00 - thats wrong
I got a thread that suggested to look at vm_dynamic. There we have:
select a.vm_name,b.utc_diff from vm_static a, vm_dynamic b
engine-# where a.vm_guid=3Db.vm_guid;
vm_name | utc_diff
------------------+----------
Win7x64_Master | 0
But what should that tell me?
Although we work with timeservers inside the VMs we want to ensure
that even without them the VM time should match the hypervisor time.
Has anyone a simple and clear explanation how this should work.
Thanks in advance.
Markus
_______________________________________________
Users mailing list
Users@ovirt.org<mailto:Users@ovirt.org>
http://lists.ovirt.org/mailman/listinfo/users
--_000_12EF8D94C6F8734FB2FF37B9FBEDD173585E923CEXCHANGEcollogi_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html dir=3D"ltr">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html;
charset=3Diso-8859-=
1">
<style id=3D"owaParaStyle" type=3D"text/css">P
{margin-top:0;margin-bottom:=
0;}</style>
</head>
<body ocsi=3D"0" fpstyle=3D"1" bgcolor=3D"#FFFFFF">
<div style=3D"direction: ltr;font-family: Tahoma;color: #000000;font-size: =
10pt;">Setting vm_dynamic.utc_diff to 3600 (+1) did the trick for
me.<b=
r>
But that is no real solution. And what about daylight saving times...?<br>
<br>
memo for myself:<br>
<br>
Stop VM.<br>
<br>
# su - postgres<br>
# psql<br>
# \c engine<br>
# select a.vm_name,b.utc_diff,a.vm_guid from vm_static a, vm_dynamic b wher=
e a.vm_guid=3Db.vm_guid;<br>
...<br>
# update vm_dynamic set utc_diff=3D3600 where vm_guid=3D'...';<br>
# commit;<br>
<br>
Afterwards start VM.<br>
<br>
Markus<br>
<br>
<div style=3D"font-family: Times New Roman; color: #000000; font-size: 16px=
">
<hr tabindex=3D"-1">
<div style=3D"direction: ltr;" id=3D"divRpF34565"><font
color=3D"#000000" f=
ace=3D"Tahoma" size=3D"2"><b>Von:</b> Bob
[bob(a)doolittle.us.com]<br>
<b>Gesendet:</b> Donnerstag, 6. Februar 2014 18:46<br>
<b>An:</b> Markus Stockhausen; ovirt-users<br>
<b>Betreff:</b> Re: [Users] Timezone Hypervisor/VM<br>
</font><br>
</div>
<div></div>
<div>
<div class=3D"moz-cite-prefix">I have the same issue. I have assumed it
was=
a Windows configuration issue. I have relied on sync'ing to Internet Time =
upon each bootup. It would be nice to find a solution to this. My Windows V=
M consistently comes up exactly 5
hours off, and although NTP is configured the time is never corrected unti=
l I manually sync to Internet Time. It certainly appears to be using the wr=
ong TZ (GMT).<br>
<br>
-Bob<br>
<br>
On 2/6/2014 11:39 AM, Markus Stockhausen wrote:<br>
</div>
<blockquote type=3D"cite">
<pre>Hello,=0A=
=0A=
all my searching/reading left me more confused. My current problem is=0A=
a Windows VM that has a wrong "timezone" - at least if I do not a=
ctivate=0A=
internet time server sync.=0A=
=0A=
Settings are:=0A=
=0A=
- OVirt VM definition - First Run GMT+1 - thats ok=0A=
- hypervisor host: timezone CET (=3D GMT+1) - 18:00 - thats ok=0A=
- Windows VM: timezone CET ( =3D GMT+1) - 17:00 - thats wrong=0A=
=0A=
I got a thread that suggested to look at vm_dynamic. There we have:=0A=
=0A=
select a.vm_name,b.utc_diff from vm_static a, vm_dynamic b=0A=
engine-# where a.vm_guid=3Db.vm_guid;=0A=
vm_name | utc_diff=0A=
------------------+----------=0A=
Win7x64_Master | 0=0A=
=0A=
But what should that tell me?=0A=
=0A=
Although we work with timeservers inside the VMs we want to ensure=0A=
that even without them the VM time should match the hypervisor time.=0A=
=0A=
Has anyone a simple and clear explanation how this should work.=0A=
=0A=
Thanks in advance.=0A=
=0A=
Markus=0A=
=0A=
=0A=
</pre>
<br>
<fieldset class=3D"mimeAttachmentHeader"
target=3D"_blank"></fieldset> <br>
<pre>_______________________________________________=0A=
Users mailing list=0A=
<a class=3D"moz-txt-link-abbreviated"
href=3D"mailto:Users@ovirt.org" targe=
t=3D"_blank">Users(a)ovirt.org</a>=0A=
<a class=3D"moz-txt-link-freetext"
href=3D"http://lists.ovirt.org/mailman/l=
istinfo/users"
target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/us=
ers</a>=0A=
</pre>
</blockquote>
<br>
</div>
</div>
</div>
</body>
</html>
--_000_12EF8D94C6F8734FB2FF37B9FBEDD173585E923CEXCHANGEcollogi_--
------=_NextPartTM-000-3586d868-f1d9-44fa-9483-c12f576cfe64
Content-Type: text/plain;
name="InterScan_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="InterScan_Disclaimer.txt"
****************************************************************************
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.
Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln
Vorstand:
Kadir Akin
Dr. Michael Höhnerbach
Vorsitzender des Aufsichtsrates:
Hans Kristian Langva
Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.
Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln
executive board:
Kadir Akin
Dr. Michael Höhnerbach
President of the supervisory board:
Hans Kristian Langva
Registry office: district court Cologne
Register number: HRB 52 497
****************************************************************************
------=_NextPartTM-000-3586d868-f1d9-44fa-9483-c12f576cfe64--