> 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/run-the-platform/zh/yun-wei.md).

# 运维

- [告警](https://docs.verge.io/run-the-platform/zh/yun-wei/alarms.md): 了解并管理 VergeOS 告警系统以实现主动监控，包括查看、处理和暂停硬件故障、配置问题和安全问题的告警。
- [更换故障或已到寿命的驱动器](https://docs.verge.io/run-the-platform/zh/yun-wei/drive-replacement.md): 在 VergeOS 中更换失效、降级或已到寿命的 vSAN 驱动器的流程，包括识别故障驱动器、启用 LED，以及被动和主动更换场景。
- [维护模式](https://docs.verge.io/run-the-platform/zh/yun-wei/maintenance-mode.md): 如何将 VergeOS 节点置于维护模式或退出维护模式，包括工作负载迁移、进度监控以及处理不可迁移的虚拟机。
- [使用 ISO 安装程序替换节点](https://docs.verge.io/run-the-platform/zh/yun-wei/node-replacement.md): 如何通过将驱动器移动到新硬件并使用 ISO 安装程序的“替换节点”选项来替换物理 VergeOS 节点。
- [标准操作流程概览](https://docs.verge.io/run-the-platform/zh/yun-wei/sop-overview.md): 关键 VergeOS 系统操作的标准化操作流程（SOP）概览，包括安装、扩容、更新和存储扩展。
- [VergeOS vSAN 横向扩展指南](https://docs.verge.io/run-the-platform/zh/yun-wei/sop-scale-out.md): 通过添加新节点来横向扩展 VergeOS 系统的标准操作流程，包括准备、预检查、执行、后验证和回滚步骤。
- [VergeOS 版本更新指南](https://docs.verge.io/run-the-platform/zh/yun-wei/sop-update.md): 安全将 VergeOS 系统更新到新的点版本的标准操作流程，包括准备、预部署、执行、更新后验证和回滚指南。
- [VergeOS 安装指南](https://docs.verge.io/run-the-platform/zh/yun-wei/sop-verge-install.md): 初始 VergeOS 安装的标准操作流程，涵盖硬件准备、网络配置、主控制器和辅助控制器设置，以及安装后验证。
- [VergeOS vSAN 扩容指南](https://docs.verge.io/run-the-platform/zh/yun-wei/vsan-scale-up-sop.md): 通过向现有 VergeOS 节点添加驱动器来扩展 vSAN 存储容量的标准操作流程，包括准备、验证、执行以及扩容后检查。


---

# 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/run-the-platform/zh/yun-wei.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.
