> 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/sop-overview.md).

# 标准操作流程概览

本节为关键 VergeOS 系统操作提供标准化操作程序（SOP）。这些程序旨在融入贵组织现有的运营框架，并根据您的具体环境要求和变更管理流程进行调整。

## 目的

这些 SOP 作为基础模板，展示 VergeOS 运营的最佳实践。其用途包括：

* **补充您现有的流程** - 与贵组织的变更管理、审批流程和运营标准集成
* **提供运营一致性** - 建立可重复的流程，以降低风险并确保可靠的结果
* **支持多种运营模式** - 无论您是服务提供商、企业 IT 团队还是托管服务组织
* **实现安全运营** - 重点关注数据安全、系统韧性和尽量减少服务中断

## 如何使用这些程序

每个 SOP 包括：

* **前提条件和规划阶段** 以确保充分准备
* **验证检查点** 用于在操作前、操作中和操作后验证系统状态
* **逐步执行指南** 并包含安全注意事项
* **故障排除部分** 用于处理常见问题
* **回滚程序** 在适用时

{% hint style="success" %}
**需要自定义**

这些程序涵盖通用最佳实践，必须根据您的具体环境进行调整，包括变更管理流程、审批工作流、通知要求和技术配置。
{% endhint %}

## 与您的运营集成

在实施这些程序之前：

* **与您的运营团队一起审查** 以确保与现有流程保持一致
* **调整时间安排和审批步骤** 以匹配您的变更管理要求
* **自定义验证标准** 基于您的具体工作负载和成功指标
* **与您的监控和告警系统集成**
* **更新联系信息** 以及升级处理程序，以符合贵组织的要求

## 可用程序

### [安装程序](/run-the-platform/zh/yun-wei/sop-verge-install.md)

完成初始系统部署，包括硬件准备、网络配置和多节点设置。

### [扩展节点](/run-the-platform/zh/yun-wei/sop-scale-out.md)

添加新节点以扩展计算和存储容量，同时保持系统可用性和数据完整性。

### [系统更新](/run-the-platform/zh/yun-wei/sop-update.md)

通过适当的验证和回滚规划安全地应用 VergeOS 版本更新。

### [vSAN 扩容](/run-the-platform/zh/yun-wei/vsan-scale-up-sop.md)

通过向现有节点添加驱动器并采用适当的数据重新平衡程序来扩展存储容量。

## 支持与协助

这些程序基于 VergeOS 最佳实践提供运营指导。若您对如何将这些程序调整到您的环境中有疑问，或需要复杂操作方面的帮助，请联系 [我们的支持团队](/overview/zh/support-and-services.md).

{% hint style="warning" %}
**重要**

在生产环境实施之前，务必先在非生产环境中测试程序，并确保其符合贵组织的运营要求。
{% endhint %}


---

# 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/sop-overview.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.
