Fix the example of ntp server address (#353)
Fix the example of ntp server address
This commit is contained in:
@ -107,7 +107,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB
|
|||||||
3. 运行以下命令同步 NTP 服务端时间:
|
3. 运行以下命令同步 NTP 服务端时间:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ntpdate 10.244.0.114
|
ntpdate <yout_ntp_server_ip>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB
|
|||||||
5. 运行以下命令,启动 NTP 服务:
|
5. 运行以下命令,启动 NTP 服务:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/etc/init.d/ntpd start
|
service ntpd start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user