> 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/plan-and-deploy/zh/shi-shi-zhi-nan/scale-out-nodes.md).

# 扩展节点安装指南

## 介绍

欢迎阅读 VergeOS 的扩展节点安装指南。本指南提供使用 USB 安装程序安装其他扩展节点的逐步说明。

这些节点的硬件规格与控制器节点完全相同，包括 CPU、存储、网络能力和 RAM，以确保您的基础设施内保持一致性和兼容性。添加后，扩展节点中的磁盘将无缝集成到现有的 vSAN 分层中，从而增加集群的存储容量。

通过部署额外的扩展节点，您可以有效扩展超融合集群，提升其整体性能和韧性。本指南将确保您的扩展过程顺利高效地进行，并保持 VergeOS 环境中所期望的高效率和可靠性标准。

***

## 前提条件

在开始安装扩展节点之前，请确保以下事项：

* 来自以下文档的 2 节点集群 [安装指南](/plan-and-deploy/zh/shi-shi-zhi-nan/installation-guide.md) 已安装并完全正常运行。
* 所有网络配置，包括 VLAN 和物理 NIC 分配，都已按照主安装指南完成设置。

***

## 安装步骤

1. **从 VergeOS USB 安装程序启动：**
   * 将 VergeOS USB 安装介质插入指定为扩展节点的服务器。
   * 重启服务器，并在启动菜单中选择 USB 驱动器作为启动设备。
2. **选择节点类型：**
   * 当安装程序提示时，选择“Scale-Out”选项。这表示正在专门安装该节点以扩展现有 vSAN 存储。
3. **输入管理员凭据：**
   * 系统会提示您输入 VergeOS 集群的管理员凭据。这些凭据用于对新节点加入现有集群进行身份验证和授权。
4. **网络配置：**
   * 允许安装程序自动检测网络配置，确保 NIC 已正确接线并与初始设置期间记录的配置相匹配。

{% hint style="info" %}
**如果无法自动检测，安装程序可能会要求您识别哪个 NIC 用于 EXTERNAL 交换机**
{% endhint %}

5. **集群选择：**
   * 如果出现提示，请选择扩展节点要加入的集群。
   * 选择与这个新节点最相似的节点

{% hint style="success" %}
**只有在您有多个集群时才会看到此问题**
{% endhint %}

6. **vSAN 配置：**
   * 确认存储层或自定义配置与初始设置一致，以保持整个基础设施的一致性。
   * 审核并最终确认磁盘选择和存储配置。
7. **完成安装：**
   * 安装程序将格式化所需驱动器，安装 VergeOS，并将节点集成到您的集群中。
   * 安装过程完成后，节点将自动重启。
8. **验证安装：**
   * 重启后，使用集群的 IP 地址登录 VergeOS Web UI。
   * 检查 Nodes 页面，确保扩展节点已成功添加并正常运行。

***

## 故障排除与支持

如果安装过程中出现问题：

* 按 `Esc` 取消并进入命令提示符
* 输入 `yb-install` 以继续，或 `yb-install --restart` 重新开始


---

# 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/plan-and-deploy/zh/shi-shi-zhi-nan/scale-out-nodes.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.
