> 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/vi/van-hanh.md).

# Vận hành

- [Cảnh báo](https://docs.verge.io/run-the-platform/vi/van-hanh/alarms.md): Hiểu và quản lý hệ thống cảnh báo VergeOS để giám sát chủ động, bao gồm xem, xử lý và tạm ẩn cảnh báo về lỗi phần cứng, vấn đề cấu hình và mối quan ngại về bảo mật.
- [Thay thế ổ đĩa bị lỗi hoặc hết vòng đời](https://docs.verge.io/run-the-platform/vi/van-hanh/drive-replacement.md): Quy trình thay thế các ổ vSAN bị hỏng, suy giảm hoặc hết vòng đời trong VergeOS, bao gồm xác định ổ lỗi, kích hoạt đèn LED, và cả kịch bản thay thế phản ứng lẫn chủ động.
- [Chế độ bảo trì](https://docs.verge.io/run-the-platform/vi/van-hanh/maintenance-mode.md): Cách đưa một node VergeOS vào và ra khỏi chế độ bảo trì, bao gồm di chuyển workload, theo dõi tiến trình và xử lý các VM không thể di chuyển.
- [Thay thế một node bằng trình cài đặt ISO](https://docs.verge.io/run-the-platform/vi/van-hanh/node-replacement.md): Cách thay thế một node VergeOS vật lý bằng cách chuyển các ổ đĩa sang phần cứng mới và dùng tùy chọn Replace Node của trình cài đặt ISO.
- [Tổng quan quy trình vận hành tiêu chuẩn](https://docs.verge.io/run-the-platform/vi/van-hanh/sop-overview.md): Tổng quan về các quy trình vận hành tiêu chuẩn (SOP) cho các thao tác hệ thống VergeOS quan trọng, bao gồm cài đặt, mở rộng quy mô, cập nhật và mở rộng lưu trữ.
- [Hướng dẫn mở rộng quy mô vSAN VergeOS](https://docs.verge.io/run-the-platform/vi/van-hanh/sop-scale-out.md): Quy trình vận hành tiêu chuẩn để mở rộng quy mô một hệ thống VergeOS bằng cách thêm node mới, bao gồm chuẩn bị, kiểm tra trước, thực thi, xác minh sau và quy trình khôi phục.
- [Hướng dẫn cập nhật phiên bản VergeOS](https://docs.verge.io/run-the-platform/vi/van-hanh/sop-update.md): Quy trình vận hành tiêu chuẩn để cập nhật an toàn một hệ thống VergeOS lên bản phát hành điểm mới, bao gồm chuẩn bị, staging, thực thi, xác minh sau cập nhật và hướng dẫn khôi phục.
- [Hướng dẫn cài đặt VergeOS](https://docs.verge.io/run-the-platform/vi/van-hanh/sop-verge-install.md): Quy trình vận hành tiêu chuẩn cho việc cài đặt VergeOS ban đầu, bao gồm chuẩn bị phần cứng, cấu hình mạng, thiết lập bộ điều khiển chính và phụ, và xác minh sau cài đặt.
- [Hướng dẫn mở rộng quy mô vSAN VergeOS](https://docs.verge.io/run-the-platform/vi/van-hanh/vsan-scale-up-sop.md): Quy trình vận hành tiêu chuẩn để tăng dung lượng lưu trữ vSAN bằng cách thêm ổ đĩa vào các node VergeOS hiện có, bao gồm chuẩn bị, xác minh, thực thi và kiểm tra sau khi mở rộng.


---

# 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/vi/van-hanh.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.
