Reference Guide

Options
Option Description Format
-EnableSmb Yes or No
-RemoteSmbShare Name of the share for the remote
SMB
Must not be empty when
corresponding flag is enabled
-EnableNFS Yes or No
-RemoteNfsExport Must not be empty when
corresponding flag is enabled
Example
Enable Namespace Aggregation on a a NAS volume named vol1:
CLI> NAS-volumes Namespace-Aggregation add vol1
NAS-volumes Namespace-Aggregation create-folder
Create a redirection folder on a volume.
A redirection folder points clients to other shares residing internally or externally to a FluidFS system.
Format
NAS-volumes Namespace-Aggregation create-folder <VolumeName> <ParentFolder>
<Name>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ParentFolder> Parent folder under the NAS
volume
Existing parent folder
<Name> Name of the new folder Less than 255 characters and
cannot contain the following
characters: < > " \ | ? *. Also, the
path cannot include ., .., and so
on.
Example
Create /folder1 on a NAS volume named vol2:
CLI> NAS-volumes Namespace-Aggregation create-folder vol2 / folder1
100
CLI Commands