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

# 仅计算节点安装指南

## 简介

欢迎阅读 VergeOS 的仅计算节点安装指南。本指南提供了使用 USB 安装程序安装仅计算节点的分步说明。

通过部署仅计算节点，您可以增强超融合环境的计算能力，而不会影响现有的存储基础架构。这种部署类型可优化需要高处理能力的操作，例如数据分析、机器学习工作负载或图形渲染。

本指南将帮助确保您添加仅计算节点的过程顺利且高效地进行，并保持 VergeOS 环境中预期的高效率和高可靠性标准。

***

## 前提条件

开始安装仅计算节点之前，请确保满足以下条件：

* 已安装 VergeOS 集群并且完全可运行。
* 所有网络配置，包括 VLAN 和物理 NIC 分配，都已按照主安装指南完成设置。

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

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

***

## 安装步骤

1. **从 VergeOS USB 安装程序启动：**
   * 将 VergeOS USB 安装程序插入指定为仅计算节点的服务器中。
   * 重启服务器，并在启动菜单中选择 USB 驱动器作为启动设备。
2. **选择节点类型：**
   * 当安装程序提示时，选择“仅计算”选项。这表示正在专门安装该节点，以增强计算资源，而不增加存储容量。
3. **输入管理员凭据：**
   * 系统将提示您输入 VergeOS 集群的管理员凭据。这些凭据用于验证并授权将新节点添加到现有集群。
4. **网络配置：**
   * 允许安装程序自动检测网络配置，确保 NIC 线缆连接正确，并与初始设置时记录的配置一致。
5. **集群选择：** （可选）
   * 如果系统提示，请选择您的仅计算节点将加入的集群。
   * 选择与此新节点最相似的节点。
6. **完成安装：**
   * 安装程序将配置所需的网络设置，安装 VergeOS，并将该节点集成到您的集群中，而不会配置本地存储。
   * 安装过程完成后，该节点将自动重启。
7. **验证安装：**
   * 重启后，使用集群的 IP 地址登录 VergeOS Web UI。
   * 检查“节点”页面，确保仅计算节点已成功添加并正常运行。

***

## 故障排除与支持

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

* 按 `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/compute-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.
