> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/intel-r-vroc-for-linux-guide/initial-server-setup/about-this-guide.md).

# About This Guide

## Intel® VROC for Linux Guide Overview

This guide provides step-by-step instructions for configuring and managing Intel® Virtual RAID on CPU (Intel® VROC) RAID volumes on NVMe drives controlled by the Intel® Volume Management Device (Intel® VMD).

On Linux\* systems, mdadm is the primary tool used to work with Intel VROC arrays. This guide focuses specifically on mdadm tasks for Intel VROC, including:

* Creating RAID volumes
* Managing existing arrays
* Monitoring array health and status

{% hint style="info" %}
Note: This guide applies only to platforms with Intel-supported chipsets and Linux distributions.
{% endhint %}

{% hint style="info" %}
Note: It covers Intel VROC software configuration only. It does not include generic mdadm usage or third-party RAID implementations.
{% endhint %}

{% hint style="success" %}
Pro Tip: Keep this guide open while performing configuration tasks. It’s designed as a practical reference for system setup and maintenance.
{% endhint %}

### Who this guide is for

This guide is written for IT professionals who:

* Have basic knowledge of Linux operating systems and server hardware
* Need to deploy or maintain Intel® VROC-based storage solutions
* Are new to BIOS-level RAID setup or NVMe RAID administration

If you’re familiar with Linux but new to VROC, this guide helps bridge the gap between foundational knowledge and hands-on server deployment.

### What you'll learn

This guide will teach you how to confidently deploy and manage Intel® VROC RAID in Linux\*. It covers everything from understanding supported RAID levels and configuring arrays in pre-OS, to installing drivers and tools, creating and managing RAID volumes in Linux, enabling advanced features, and monitoring system health with logging and LED management.


---

# 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://doc.engenius.ai/intel-r-vroc-for-linux-guide/initial-server-setup/about-this-guide.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.
