diff --git a/docs/en/docs/sysmonitor/sysmonitor-usage.md b/docs/en/docs/sysmonitor/sysmonitor-usage.md index a159c221cd42e442d20868c24ad6966212b67f04..071a0e8d589ca0ca2d420b0ac382489704e54154 100644 --- a/docs/en/docs/sysmonitor/sysmonitor-usage.md +++ b/docs/en/docs/sysmonitor/sysmonitor-usage.md @@ -336,6 +336,7 @@ eth1 UP ``` The following table describes the configuration items. + | Item| Description | Mandatory| Default Value | | ------ | ------------------------------------------------------------ | -------- | ------------------------------------------------- | | dev | NIC name | Yes | None | diff --git a/docs/en/docs/thirdparty_migration/usecase.md b/docs/en/docs/thirdparty_migration/usecase.md index 2e7d6a568fc654ee797d771100af62e75591634a..1adab71ec64f08ea478667c80ef8720d01c5b926 100644 --- a/docs/en/docs/thirdparty_migration/usecase.md +++ b/docs/en/docs/thirdparty_migration/usecase.md @@ -1,6 +1,6 @@ # HA Use Cases -This section describes how to get started with the HA cluster and add an instance. If you are not familiar with HA cluster installation, see [Installing and Deploying an HA Cluster](./installha.md). +This section describes how to get started with the HA cluster and add an instance. If you are not familiar with HA cluster installation, see [Installing and Deploying an HA Cluster](./installing-and-deploying-HA.md). ## Quick Start Guide diff --git a/docs/zh/docs/thirdparty_migration/figures/HA-corosync.png b/docs/zh/docs/thirdparty_migration/figures/HA-corosync.png new file mode 100644 index 0000000000000000000000000000000000000000..c4d93242e65c503b6e1b6a457e2517f647984a66 Binary files /dev/null and b/docs/zh/docs/thirdparty_migration/figures/HA-corosync.png differ diff --git a/docs/zh/docs/thirdparty_migration/figures/HA-login.png b/docs/zh/docs/thirdparty_migration/figures/HA-login.png new file mode 100644 index 0000000000000000000000000000000000000000..65d0ae11ec810da7574ec72bebf6e1b020c94a0d Binary files /dev/null and b/docs/zh/docs/thirdparty_migration/figures/HA-login.png differ diff --git a/docs/zh/docs/thirdparty_migration/figures/HA-pacemaker.png b/docs/zh/docs/thirdparty_migration/figures/HA-pacemaker.png new file mode 100644 index 0000000000000000000000000000000000000000..7681f963f67d2b803fef6fb2c3247384136201f8 Binary files /dev/null and b/docs/zh/docs/thirdparty_migration/figures/HA-pacemaker.png differ diff --git a/docs/zh/docs/thirdparty_migration/figures/HA-pcs.png b/docs/zh/docs/thirdparty_migration/figures/HA-pcs.png new file mode 100644 index 0000000000000000000000000000000000000000..283670d7c3d0961ee1cb41345c2b2a013d7143b0 Binary files /dev/null and b/docs/zh/docs/thirdparty_migration/figures/HA-pcs.png differ diff --git a/docs/zh/docs/thirdparty_migration/installha.md b/docs/zh/docs/thirdparty_migration/installha.md index 850a37913115ee696d301988056781248486f378..2b6ac2ecbf3e1d02b379c969fc8c3921bedc686e 100644 --- a/docs/zh/docs/thirdparty_migration/installha.md +++ b/docs/zh/docs/thirdparty_migration/installha.md @@ -6,7 +6,7 @@ ### 环境准备 -需要至少两台安装了openEuler 24.03 的物理机/虚拟机(现以两台为例),安装方法参考《[安装指南](../Installation/installation.md)》。 +需要至少两台安装了openEuler 24.03 的物理机/虚拟机(现以两台为例),安装方法参考[《安装指南》](../Installation/installation.md)。 ### 修改主机名称及/etc/hosts文件 @@ -198,4 +198,4 @@ nodelist { ![](./figures/HA-api.png) -想了解如何快速使用HA高可用集群,以及添加一个实例。请参考[HA的使用实例文档](./HA的使用实例.md)。 +想了解如何快速使用HA高可用集群,以及添加一个实例。请参考[HA的使用实例文档](./usecase.md)。 diff --git a/docs/zh/docs/thirdparty_migration/usecase.md b/docs/zh/docs/thirdparty_migration/usecase.md index 1899c3d1cf8b1d256278698dff5e356b9f5093e2..1aaca6fde63354684f92768fa173b4238c11f870 100644 --- a/docs/zh/docs/thirdparty_migration/usecase.md +++ b/docs/zh/docs/thirdparty_migration/usecase.md @@ -1,6 +1,6 @@ # HA使用实例 -本章介绍如何快速使用HA高可用集群,以及添加一个实例。若不了解怎么安装,请参考[HA的安装与部署文档](./HA的安装与部署.md)。 +本章介绍如何快速使用HA高可用集群,以及添加一个实例。若不了解怎么安装,请参考[HA的安装与部署文档](./installha.md)。 ## 快速使用指南