Reference Guide

NAS-volumes edit owner
Description
Modify the NAS volume owner.
Format
NAS-volumes edit owner <Name> <Administrator>
Arguments
Argument Description Format
<Name> NAS volume name Existing NAS volume name
<Administrator> Administrator of the NAS volume Existing administrator user name
Example
Change the owner of a NAS volume named vol1 to Administrator2:
CLI> NAS-volumes edit owner vol1 Administrator2
NAS-volumes edit name
Description
Rename a NAS volume.
Format
NAS-volumes edit name <Name> <NewName>
Arguments
Argument Description Format
<Name> NAS volume name Existing NAS volume name
<NewName> New NAS volume name Must have a maximum length of
230 characters, and may contain
letters, numbers, spaces, and
underscores. Control characters
and commas are not allowed.
Example
Rename a NAS volume from vol1 to vol2:
CLI> NAS-volumes edit name vol1 vol2
224