Reference Guide

Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
—FilterByName <FilterByName> Displays only the files matching
the specified name
Example
Display a list of open files:
CLI> networking open-files list
Output
.-------.---------------.--------------.---------.-----.----------.-----------.
| File | User | Controller ID| Protocol|Locks| Open Mode|File handle|
|-------|---------------|--------------|---------|-----|----------|-----------|
| \jvol1| DELL\jonathans| 0 | SMB | 0 | Read Only| 35625 |
|-------|---------------|--------------|---------|-----|----------|-----------|
| \jvol2| cplsup3\Admin | 1 | SMB | 0 | Special | 108 |
|-------|---------------|--------------|---------|-----|----------|-----------|
| \jvol2| cplsup3\Admin | 1 | SMB | 0 | Read Only| 117 |
'-------'---------------'--------------'---------'-----'----------'-----------'
networking open-files view
Display information about SMB and NFS open files.
Format
networking open-files view <FileHandle> <Protocol> <Controller>
Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
FileHandle <FileHandle> File handle
Protocol <Protocol> Protocol through which the file
was opened. Possible values are
((enums.ClientProtocol))
ControllerID <ControllerID> ID of the controller through
which the file was opened
214
CLI Commands