E
We have solved this problem.Causes of swellingSystem clocks and hardware clocks are not レ up.In general, the ntpd service is leap behind in order to rectify the dread regularly.However, for this server, it is a situation that can not refer to the external ntp server, and it can not be fixed regularly by real ntp.For this reason, time thresholds are not getting up.SolutionIn this case, to record the system clockdate -s "2021-09-02 18:00:00"I had to complete the command, but I was not able to update it. (...ile ntpd service was stopped...)As a result of the survey, I found that the system clock isシステムhronized to the VM clock.After changing the settings that will beシステムhronized, and trying to update the system clock again.#> vim /etc/sysctl.conf
/** 末尾に以下を記載 **/
# Allow the VM to update it's own clock, and do not use the DOM host clock.
xen.independent_wallclock=1
/** network(or networking)サービスを再起動 **/
#> /etc/init.d/network restart
/** 時刻を修正 **/
#> date -s "2021-09-02 18:00:00"
ReferenceQ&A in English has a similar question. https://superuser.com/questions/510691/linux-date-s-command-not-working-to-change-date-on-a-server Thank you very much for.