Managing Shares
Last updated
Last updated
Shares are created for Filesystem-type volumes in vStor. When creating a Filesystem volume, you’re prompted to establish a share.
A filesystem-type volume must exist or be created.
Hosts should be network accessible.
Open the vStor Web Interface at https://<vStor_hostname_or_IP>:8900
.
Log in as admin
.
In the navigation menu, click Storage and locate a Filesystem volume.
Add a new share by doing one of the following:
Hover over the volume record, click More Actions ⋯ and select Share.
Click the volume name, select the Shares tab and click Add share.
The Add Share dialog will appear.
Make all required selections:
Type: Select share type: nfs or smb.
Read-only toggle: if the toggle is on, DPX will not be able to use this volume share as a backup storage.
Require Kerberos authentication toggle: if the toggle is on, Kerberos authentication will be required in order to access the share.
Allowed hosts:
Select All hosts (not recommended) to allow access from any machine with access to the same network.
Select Add host (recommended) to allow only certain machines. Add more machines using the Add next host button.
Important. If the share will be used for agentless VMware backups, ensure the proxy servers used in the backup job definition are added as hosts with access to the share. A warning message will be thrown if the hosts cannot be reached, but the user may choose to add the hosts anyway.
Click Add to add the share. A connection check will be performed on each host. An error will be thrown for each unreachable host. You cannot add a share with one or more unreachable hosts.
Note. An NFS and SMB share cannot exist for the same volume simultaneously.
After completing the steps, the share is established. Click Shares in the navigation pane and the share will appear in the Shares table.
Show the list of defined volumes using:
This command will return the following output:
Create a share for a selected volume using:
Alternatively, use:
The output of this command is structured in the following way:
Note. --share_type nfs
is the only share type supported by DPX.
Attention! Do not use --read_only
as a share should not be read-only.