> 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/storage-nodes.md).

# 存储节点安装指南

## 简介

欢迎使用 VergeOS 仅存储节点安装指南。本指南提供了使用 USB 安装程序安装额外仅存储节点的分步说明。

通过部署额外的仅存储节点，您实际上增强了超融合环境处理更大数据量的能力，并提高了数据可访问性。这些节点在扩展基础架构的整体存储能力方面至关重要，它们只专注于满足数据存储需求增长，而不改变计算容量。

本指南将帮助确保您添加仅存储节点的过程顺利且有效地完成，保持 VergeOS 环境中期望的高效率和高可靠性标准，并最大限度地优化您的存储策略。

***

## 前提条件

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

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

{% hint style="warning" %}
**如果这将是新存储集群中的第一个节点**

在 VergeOS UI 中，导航到 Clusters，并创建一个新集群，仅选择 **存储**
{% endhint %}

***

## 安装步骤

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

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

5. **集群选择：**
   * 如果系统提示，请选择您的扩展节点将加入的集群。
   * 选择与此新节点最相似的节点
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/storage-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.
