> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/backup-dr/setup-storware-vergeos.md).

# Setting Up Storware on VergeOS

This guide outlines the steps for configuring Storware on VergeOS to protect your virtual machines.

For more comprehensive information on Storware's capabilities and additional backup configuration options, visit the [Storware Backup and Recovery Documentation](https://storware.gitbook.io/backup-and-recovery).

## Prerequisites

* VergeOS on version 4.13 or higher.
* Access to a Storware Backup and Recovery instance on version 7 or higher.
* Credentials for an account with the appropriate permissions to configure both VergeOS and Storware.

## Setup a dedicated Verge NAS Service for Storware

1. **Deploy the NAS Service:**
   * Access the VergeOS UI and deploy a new NAS service. [Add a NAS Service](/run-the-platform/nas/nas-service.md).
2. **Configure NFS Settings:**
   * **Before powering on** the NAS service, click on **Edit NFS Settings**.
   * Enable **NFSv4** by selecting the checkbox for this option.
   * Click **Submit** to save the changes.
   * Power on the NAS service.

{% hint style="success" %}
**Depending on the size of your environment you may want to increase the amount of CPU and RAM for the NAS Service. Storware recomends 8 cores and 12 GB of RAM as a good starting point**
{% endhint %}

***

## Adding Your VergeOS System to Storware

1. **Log in to Storware**:
   * Access the Storware Backup and Recovery management console.
2. **Add VergeOS as a Virtual Environment**:
   * Navigate to **Virtual Environments** > **Virtualization Providers** and click **Create**.
   * Select **VergeOS** as the Virtualization Provider.
3. **Configure the Connection Details**:
   * **General Tab**:
     * **URL**: Enter the VergeOS URL in the format `https://<VERGE_IP>`.
     * **Username**: Provide the username for VergeOS.
     * **Password**: Enter the password for the specified user.
   * **Verge Settings Tab**:
     * Enter the **name of the NAS service** created in the previous step.
4. **Test the Connection**:
   * Select the newly added Verge system from the list
   * Click **Test Connectivity** to verify that Storware can successfully communicate with the VergeOS environment.

## Important Notes

{% hint style="success" %}
**NFS Version Selection**

Enabling NFSv4 on VergeOS ensures compatibility with modern backup solutions like Storware, providing improved security and performance.
{% endhint %}

{% hint style="info" %}
**Snapshot Optimization**

Using Storware's snapshot management in conjunction with VergeOS’s built-in vSAN capabilities allows for efficient incremental backups, reducing the time and storage required for VM protection.
{% endhint %}

***

## Feedback

{% hint style="info" %}
**Need Help?**

If you have any questions or encounter issues while setting up Storware on VergeOS, please reach out to our support team for assistance.
{% endhint %}

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-11-07
* VergeOS Version: 4.13
  {% 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/backup-dr/setup-storware-vergeos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
