githubEdit

Managing Shares in Catalogic vStor

Shares are created for Filesystem-type volumes in vStor. When creating a Filesystem volume, you’re prompted to establish a share.

Prerequisites

  • A filesystem-type volume must exist or be created.

  • Hosts should be network accessible.

Creating a new share using the vStor Web Interface

  1. Open the vStor Web Interface at https://<vStor_hostname_or_IP>:8900.

  2. Log in as admin.

  3. In Storage, locate a Filesystem volume.

  4. Click More Actions (•••) and select Share.

  5. In the New share volume dialog:

    • For nfs: Choose Read-only, All hosts for universal access, or Add Host for specific IPs.

  6. Click OK to add the share.

circle-info

Note. An NFS and SMB share cannot exist for the same volume simultaneously.

After completing the steps, a share is established. Click Shares in the navigation pane and the share will appear in the Shares table.

Creating a new share using vStor CLI

  1. Show the list of defined volumes using:

This command will return the following output:

  1. Create a share for a selected volume using:

Alternatively, use:

The output of this command is structured in the following way:

circle-info

Note. --share_type nfs is the only share type supported by DPX.

circle-exclamation

Last updated