CLI Guide
# create schedule schedule-specification "start 2018-03-01 00:01, every 1
days, between 12:00 AM and 1:00 AM, expires 2019-01-01 1:00 AM" task-name
Task1 Sched1
Create schedule Sched2 that runs Task2 for the first time on March 1, 2019, and on the first weekday of
each month, with no expiration.
# create schedule schedule-specification "start 2019-03-01 00:01 only first
weekday of month" task-name Task2 Sched2
See also
delete schedule
set schedule
show schedules
show tasks
create snapshots
Description Creates a snapshot of each specified source volume. This command applies to virtual storage only.
The source volume can be a base volume or a snapshot.
Minimum role manage
Syntax
create snapshots
volumes volumes
snap-names
Parameters
volumes volumes
A comma-separated list of the names or serial numbers of 1 to 16 source volumes of which to create
snapshots. A name that includes a space must be enclosed in double quotes.
snap-names
A comma-separated list of names for the resulting snapshots. Snapshot names must be unique system-wide.
Input rules:
• The value is case-sensitive.
• 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 snapshots of volumes V4 and V5.
# create snapshots volumes V4,V5 V4snap,V5snap
See also
show snapshots
show volumes
create task
Description
Creates a task that can be scheduled.
You can create a task to:
• Enable drive spin down for spinning disks. The disks cannot be in a virtual pool. The disks cannot be using
ADAPT data protection. You can use this to enable or resume spin down during hours of infrequent
activity. When drive spin down is enabled, disks will spin down after 60 minutes of inactivity by default.
• Disable drive spin down. You can use this to disable or suspend spin down during hours of frequent
activity.
Alphabetical list of commands 53