There is no such a file
/proc/sys/xen/independent_wallclock in VM, should I create one?
The problem is that When I set vm in domainU as
a ntp server, other vms in domainU cannot keep time synchronized
with the domainU ntp server bu running "sudo ntpdate #ip_address#".The
error "ntpdate[600]: no server suitable for synchronization found" .
But if I set domainO as ntp server, vms can keekp time synchronzized with
the domain0.
----------------------------------------------------------------------
Message: 3
Date: Tue, 6 Nov 2012 14:40:22 -0200
From: Marcos Amorim <marcosmamorim@xxxxxxxxx>
To: Alexandre Kouznetsov <alk@xxxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxx
Subject: Re: [Xen-users] ntpserver in domainU vm
Message-ID:
<CAPRAg0rX+Bq7iY0sWaP9Wdcw0Vp1NXCM_LDsB4DND_fVm5+hsw@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
You must set the /proc/sys/xen/independent_wallclock to 1 on all vms
echo 1 > /proc/sys/xen/independent_wallclock
Marcos Amorim
2012/11/6 Alexandre Kouznetsov <alk@xxxxxxxxxx>
> Hello.
>
> This is too few information. Please consider describing what do you
> exactly mean by "vms cannot synchronize". That includes the detail of what
> you do, what do you expect, and what is the actual result you get. Error
> messages and logs extract would be useful.
>
> So far, maybe this will be helpful.
> http://support.ntp.org/bin/**view/Support/KnownOsIssues<http://support.ntp.org/bin/view/Support/KnownOsIssues>
>
> El 06/11/12 02:15, claytonly escribi?:
>
> Hello all,
>> I try to set a ntp server in domainU, but other vms cannot synchronizes
>> with the ntpserver VM. When I choose to set ntp server in domain0,
>> synchronization can be done. Why is that?
>> I install xcp-xapi 1.5 on ubuntu server 12.04 64-bit.
>>
>
>
> --
> Alexandre Kouznetsov