Reference Guide

Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
Example
Display a list of the NAS volumes with their current space information:
CLI> NAS-volumes list space
Output
.-------.---------.----------.---------.--------------.-------------.-----------
-----.------.
| Name | Size |Used Space|Unused | OverCommitted| Space | Unused
Reserved| Clone|
| | | | Space | Space | Provisioning|
Space | |
|-------|---------|----------|---------|--------------|-------------|-----------
-----|------|
| smbvol| 20.00 MB| 0.39 MB | 19.61 MB| 0.00 MB | Thin | 0.00
MB | No |
|-------|---------|----------|---------|--------------|-------------|-----------
-----|------|
| nfsvol| 20.00 MB| 0.36 MB | 19.64 MB| 0.00 MB | Thin | 0.00
MB | No |
|-------|---------|----------|---------|--------------|-------------|-----------
-----|------|
| vol3 | 20.00 M | 0.27 MB | 19.73 MB| 0.00 MB | Thin | 0.00
MB | No |
'-------'---------'----------'---------'--------------'-------------'-----------
-----'------'
NAS-volumes Namespace-Aggregation add
Convert a regular folder to a redirection folder to be used for namespace aggregation.
Format
NAS-volumes Namespace-Aggregation add <VolumeName> <Path> [options]
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<Path> Existing path to a directory Redirection can be set on empty
directories only.
CLI Commands
99