From 79f262cc4decbf21380febe37b02800fd96a893b Mon Sep 17 00:00:00 2001 From: Longda Date: Fri, 10 Sep 2021 13:22:23 +0800 Subject: [PATCH] Fix the example of ntp server address (#353) Fix the example of ntp server address --- .../6.optional-configuring-clock-sources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/docs-cn/4.installation-and-deployment/6.optional-configuring-clock-sources.md b/docs/docs/docs-cn/4.installation-and-deployment/6.optional-configuring-clock-sources.md index 28e82aaeed..b3f6af8677 100644 --- a/docs/docs/docs-cn/4.installation-and-deployment/6.optional-configuring-clock-sources.md +++ b/docs/docs/docs-cn/4.installation-and-deployment/6.optional-configuring-clock-sources.md @@ -107,7 +107,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB 3. 运行以下命令同步 NTP 服务端时间: ```bash - ntpdate 10.244.0.114 + ntpdate ``` @@ -133,7 +133,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB 5. 运行以下命令,启动 NTP 服务: ```bash - /etc/init.d/ntpd start + service ntpd start ``` -- GitLab