> 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.md).

# 实施指南

- [介绍](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/intro.md): VergeOS 实施指南简介，涵盖从小型边缘部署到大规模企业环境的 VergeOS 系统的部署、配置和优化。
- [核心概念](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/concepts.md): VergeOS 核心概念概览，包括物理基础设施、节点类型、集群、网络架构、vSAN、租户以及虚拟网络基础。
- [节点容量规划](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/sizing.md): VergeOS 节点的最低和推荐硬件要求，包括控制器、存储和仅计算节点的 CPU、内存、存储和网络规格。
- [网络设计](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/network-design.md): VergeOS 部署的参考网络设计模型，包括二层静态、三层动态、三层静态和 2 端口配置，以及核心 Fabric 和外部网络要求。
- [安装前检查清单](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/pre-installation.md): 在开始 VergeOS 安装之前，需要验证的先决条件、硬件 BIOS 设置和网络配置清单。
- [创建可启动安装介质](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/install-media.md): 使用 Rufus、BalenaEtcher 或原生工具，在 Windows、macOS 和 Linux 上创建包含 VergeOS ISO 的可启动 USB 驱动器的分步说明。
- [安装指南](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/installation-guide.md): 完整的 VergeOS 安装指南，涵盖主控制器和备用控制器节点设置、物理网络配置、vSAN 初始化、磁盘层级分配以及加密设置。
- [安装后配置](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.md): VergeOS 安装后的关键步骤，包括系统健康检查、核心网络冗余测试、外部连接验证以及初始系统配置。
- [扩展节点安装指南](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/scale-out-nodes.md): 安装硬件规格匹配的扩展节点，以在 VergeOS 集群中同时扩展计算和存储容量的分步说明。
- [仅计算节点安装指南](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/compute-nodes.md): 在 VergeOS 中安装仅计算节点，以在不影响现有存储基础设施的情况下扩展处理能力的分步说明。
- [存储节点安装指南](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/storage-nodes.md): 在 VergeOS 中安装仅存储节点，以在不增加计算资源的情况下扩展 vSAN 存储容量的分步说明。
- [交换机配置指南](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/switch-configuration.md): VergeOS 的交换机端口配置，涵盖带巨型帧的核心 Fabric 接入端口、带 LACP 的外部 VLAN Trunk 端口，以及针对 Cisco、Dell 和 HPE/Aruba 交换机的验证。


---

# 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.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.
