CLI Guide

Table Of Contents
The value can have a maximum of 32 bytes.
The value can include spaces and printable UTF-8 characters except: " , . < \
A value that includes a space must be enclosed in double quotes.
Examples Create task Snap that creates a snapshot of volume VD1_V1 and retains only the latest four
snapshots with the prefix VD1_V1 (for example, VD1_V1_S0001).
# create task type TakeSnapshot source-volume VD1_V1 snapshot-prefix
VD1_V1 retention-count 4 Snap
Create task Reset that resets snapshot VD1_V1_S0001.
# create task type ResetSnapshot snapshot-volume VD1_V1_S0001 Reset
Create task replicateRS1 that replicates virtual replication set RS1s primary volume or volume
group# create task type Replicate replication-set RS1 replicateRS1
Create task replicateRS2 that replicates the newest snapshot of virtual replication set RS2's
primary volume or volume group
# create task type Replicate replication-set RS2 replicateRS2 last-snapshot
Create task taskDSDresume to enable or resume spin down.
# create task type EnableDSD taskDSDresume
Create task taskDSDsuspend to disable or suspend spin down.
# create task type DisableDSD taskDSDsuspend
See also
create schedule
delete task
set task
show tasks
show volumes
create user
Description
Creates a user account. The system supports 12 user accounts. You can create a standard user that
can access the PowerVault Manager, CLI, SFTP, or FTP interface. You can also create an SNMPv3
user that can access the MIB or receive trap notifications. SNMPv3 user accounts support SNMPv3
security features such as authentication and encryption.
Minimum role manage
Syntax
create user
[authentication-type MD5|SHA|none]
[base 2|10]
[interfaces interfaces]
[locale English|en|Spanish|es|French|fr|German|de|Japanese|ja|Korean|ko|
Chinese-simplified| zh-s]
[password password]
[precision #]
[privacy-password encryption-password]
[privacy-type DES|AES|none]
[roles roles]
[storage-size-base 2|10]
[storage-size-precision #]
Alphabetical list of commands 57