Creating vault store partitions on NFS shares

book

Article ID: 100038223

calendar_today

Updated On:

Description

Description

You can use the procedure in this document to create vault store partitions on Network File System (NFS) shares.

Note: Before you use NFS-hosted vault store partitions in a production environment, you should verify their performance in a test environment to ensure they meet your requirements.

To mount the NFS share:

  1. On the Enterprise vault server, add the server role that provides NFS client functionality:
    • Server for NFS (Windows Server 2012 or higher)
  2. Mount the NFS share using the following command:

    mount -o anon mtype=hard \\server\share drive_letter:

    where \\server\share is the UNC path for the NFS share, and drive_letter: is a spare drive letter on the Enterprise Vault server. For example:

    mount -o anon mtype=hard \\ev_vs_server\vs1 Z:

  3. Check the Properties of the new drive letter to ensure it has an NFS Attributes tab. This ensures that you have mounted an NFS share rather than CIFS share which might also be configured on your storage device.
  4. On the new drive, create a new, empty folder to host the vault store partition.

You can now use the New partition wizard to create a vault store partition on the NFS share, using the following configuration choices:

  • Set the Device type to Network Share.
  • When you specify the Location for the new Vault Store Partition, enter the UNC path you used to mount the NFS share, together with the name of the new, empty folder. For example:

    \\ev_vs_server\vs1\partition1

  • Clear the Create Vault Store Partition with security ACLs option.
  • Select Check for a trigger file as the method that Enterprise Vault uses to ensure that items have been secured. This is because NFS does not offer an archive attribute on the files it hosts.

IMPORTANT: Do not edit this content

Internal Notes

 

The content of this document is referenced in the Software Compatibility Guide. Do not make changes to this article. If you would like changes to be made to this content, use the Chatter feedback feature. Alternatively, you can send e-mail to the owner or the certification team.

Issue/Introduction

Creating vault store partitions on NFS shares