Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The man pages and TR-3958 do not mention a way to customize the dedup schedule after setting the sis config auto option for running dedup based on % of new data written to the volume. Does anyone know a workaround to customize the schedule after 20% new writes come in?
Here is the description of running sis config auto:
Creates an automated compression/deduplication schedule.
When compression/deduplication is first enabled on a flexible volume, a default
schedule is configured, running it each day of the week at midnight. If the
auto option is used, compression and deduplication are triggered when 20% new
data is written to the volume. The 20% threshold can be adjusted by using the
auto@num option, where num is a two-digit number to specify the percentage. The
manual option can be used on SnapVault destinations to prevent post-process
compression and deduplication from running.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can reschedule with the following command:
sis config -s sun-sat@23 /vol/testVol
or
sis config -s sat@0,6-12/6 /vol/nfs_temp_01
You can also write a custom script to kick off at a specific time every day.
thank you,
AK G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sis config -s auto@20 /vol/vol_name
