3PAR InForm® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)

11.53
InForm OS Version 2.3.1 Command Line Interface Reference
Only the following commands can be scheduled: updatesnapspace,createsv,
removevv, createvvcopy, creategroupsv, creategroupcopy, moverlocpd,
checkhealth, compactcpg, compactld, syncrcopy, tunealdvv, tunepd, tunetpvv, tunevv,
updatevv.
EXAMPLES
The following example creates a snapshot every hour that expires in 2 hours for volume
vvname:
The following example creates a snapshot every hour that expires in 2 hours for volumes in
vvset:
The following example creates a scheduled task that will run every hour on the hour
(
"0 * * * *") and will create a read-only (-ro) snapshot of sample_vv, that will expire in two
hours (
-exp 2h). The created snaptshot will be named sample_vv_set.HH.MMM where HH
and MM refer to the hour and minute that the snapshot was created (
@vvname@.@H@.@M@):
The following example creates a scheduled task which will create a consistent group snapshot.
The read-only snapshots will be created from the volume set set:
dbora (see CLI Help -sub
objectsets
) that will expire in two hours (-exp 2h) and the snapshots will be named using
the pattern
@vvname@.@s@ (volume name specified in the set, with the epoch in seconds
appended). The task will be named
snap_odbora_set and run every hour on the hour
during the working hours from 8am to 5pm (
"0 8-17 * * *"):
The following example creates a scheduled task which will create a consistent group snapshot
for a single virtual volume:
cli% createsched "createsv -ro -exp 2h @vvname@.@s@ vvname" @hourly snp_vv
cli% createsched "createsv -ro -exp 2h @vvname@.@s@ set:vvset" @hourly snp_vvset
cli% createsched "createsv -ro -exp 2h @vvname@.@H@.@M@ vv" "0 * * * *" sv_task
cli% createsched "createsv -ro -exp 2h @vvname@.@s@ set:dbora" "0 8-17 * * *"
sv_dbora_task
createsched "createsv -ro -exp 2h @vvname@.@s@ vvname" "0 * * * *"
snap_large_tpvv_a