Monday, November 30, 2009

Creating a dedup schedule

Command: sis config -s schedule path

schedule lists the days and hours of the day that deduplication runs. The schedule can be of the following forms:
  • day_list[@hour_list] - If hour_list is not specified, deduplication runs in at midnight on the morning of each scheduled day.
  • hour_list[@day_list] - If day_list is not specified, deduplication runs every day at the specified hours.
  • A hyphen (-) disables deduplication operations for the specified FlexVol volume.
  • auto - Deduplication runs automatically when the number of blocks added or changed since the last deduplication operation (performed either manually or automatically) exceeds approximately 20 percent of the total number of blocks that deduplication has already processed.

path is the complete path to the FlexVol volume.

Example
The following command starts deduplication operations at 11 p.m., Monday through Friday.

  • sis config -s mon-fri@23 /vol/vol1

No comments:

Post a Comment