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

# Operations

- [Alarms](https://docs.verge.io/run-the-platform/operations/alarms.md): Understanding and managing the VergeOS alarm system for proactive monitoring, including viewing, resolving, and snoozing alarms for hardware failures, configuration issues, and security concerns.
- [Replacing a Defective or End-of-life Drive](https://docs.verge.io/run-the-platform/operations/drive-replacement.md): Procedures for replacing failed, degraded, or end-of-life vSAN drives in VergeOS, including identifying defective drives, LED activation, and both reactive and proactive replacement scenarios.
- [Maintenance Mode](https://docs.verge.io/run-the-platform/operations/maintenance-mode.md): How to put a VergeOS node into and out of maintenance mode, including workload migration, monitoring progress, and handling non-migratable VMs.
- [Replacing a Node Using the ISO Installer](https://docs.verge.io/run-the-platform/operations/node-replacement.md): How to replace a physical VergeOS node by moving drives to new hardware and using the ISO installer's Replace Node option.
- [Standard Operating Procedures Overview](https://docs.verge.io/run-the-platform/operations/sop-overview.md): Overview of standardized operating procedures (SOPs) for critical VergeOS system operations, including installation, scaling, updates, and storage expansion.
- [VergeOS vSAN Scale Out Guide](https://docs.verge.io/run-the-platform/operations/sop-scale-out.md): Standard operating procedure for scaling out a VergeOS system by adding a new node, including preparation, pre-checks, execution, post-verification, and rollback procedures.
- [VergeOS Version Update Guide](https://docs.verge.io/run-the-platform/operations/sop-update.md): Standard operating procedure for safely updating a VergeOS system to a new point release, including preparation, staging, execution, post-update verification, and rollback guidance.
- [VergeOS Installation Guide](https://docs.verge.io/run-the-platform/operations/sop-verge-install.md): Standard operating procedure for an initial VergeOS installation, covering hardware preparation, network configuration, primary and secondary controller setup, and post-installation verification.
- [VergeOS vSAN Scale Up Guide](https://docs.verge.io/run-the-platform/operations/vsan-scale-up-sop.md): Standard operating procedure for scaling up vSAN storage capacity by adding drives to existing VergeOS nodes, including preparation, verification, execution, and post-scale-up checks.


---

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