> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/repair-server.md).

# 修复服务器（ioGuardian）

修复服务器在系统出现超出其冗余容忍度的问题后，提供一种潜在的修复机制（例如，同时发生的多个驱动器故障，跨越多个节点）。通常，修复服务器是一个同步目标，其中包含给定系统较近期的复制副本。修复服务器会自动尝试从远程系统拉回任何所需的块，从而可能避免需要使用快照回滚。通常建议在可能的情况下始终部署修复服务器。

{% hint style="success" %}
**当系统与其修复服务器之间具有良好的网络连接且延迟相对较低时，修复成功的概率更高。**
{% endhint %}

修复服务器使用现有的出站同步配置创建：vSAN 主机（远程目标的地址）、vSAN 端口、系统生成的授权用户名/密码，以及基于关联同步配置启用或禁用的加密设置。

## 从出站同步创建修复服务器（常用方法）

{% hint style="info" %}
**修复服务器可能会在以下情况下自动生成** [**向仪表板添加站点**](/run-the-platform/zh/xi-tong-guan-li/site-dashboard-add-sites.md)**.**
{% endhint %}

通常，修复服务器是从出站同步创建的，因为同步目标会包含数据的最新副本。在大多数情况下，这是推荐的方法。

1. 从出站同步仪表板，点击 **创建修复服务器** 在左侧菜单中。
2. 输入一个 **名称** 作为修复服务器。请使用一个有助于未来管理的名称，例如包含远程系统名称的名称。
3. 可选地，可以输入 **描述** 以存储其他信息。
4. 点击 **提交** 以完成创建。修复服务器将使用出站同步配置详细信息创建，包括：vSAN 主机（远程目标的地址）、vSAN 端口、系统生成的授权用户名/密码以及加密设置。

## 从修复服务器列表页面创建修复服务器

在没有当前出站同步可用于配置修复服务器的情况下（例如三向同步配置，或不再使用的先前同步目标），可以使用以下说明：

1. 导航到 **备份/灾难恢复** > **修复服务器**.
2. 点击 **新建** 在左侧菜单中。
3. 输入一个 **名称** 作为修复服务器。请使用一个有助于未来管理的名称，例如包含远程系统名称的名称。
4. 可选地，可以输入 **描述** 以存储其他信息。

### 自动（复制）凭据设置

凭据可以从现有的出站同步中复制：

* 选择 ***复制*** 在 **凭据设置** 下拉列表
* 选择 **所需同步** 在 **从中复制凭据** 下拉列表

### 手动凭据设置

要手动输入凭据信息：选择 ***手动*** 在 **凭据设置** 下拉列表。

### 凭据字段

* **vSAN 主机** - 远程系统根级别的 URL
* **vSAN 端口** - 默认值为 14201，可以使用不同端口，但还必须在远程端进行配置，并在中间防火墙上打开相应端口
* **用户**
* **密码** 和 **确认密码** 用于指定的 VergeOS 用户
* **加密**

5. 点击 **提交** 以完成创建。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/repair-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
