About ARW setting parameters' explanation
Applies to
- Autonomous Ransomware Protection (ARP)
- ONTAP 9
Answer
Q1.
What's the reasoning behind 'arw.snap.max.count
' design?
A1.
- The setting
arw.snap.max.count
specifies the maximum number of ARP Snapshot copies that can exist in a volume at any given time. - The rationale behind allowing multiple ARP Snapshot copies is to ensure that you have several points in time to revert to, especially if an attack is suspected.
- This is particularly useful in scenarios where ransomware or other threats might be detected multiple times in a short period, providing a robust mechanism to restore data to a state before the attack occurred.
Q2:
What does 'arw.snap.create.interval.hours
' indicate?
A2:
- The '
arw.snap.create.interval.hours
' parameter, with a default value of 4 hours - It dictates that an ARP Snapshot is taken if an attack is detected more than 4 hours after the previous detection.
Q3:
How does 'arw.snap.normal.retain.interval.hours
' work?
A3:
- The '
arw.snap.normal.retain.interval.hours
' parameter has a default value of 48 hours. - It implies that ARP Snapshots are automatically deleted after a 48-hour retention period, ensuring no outdated ARP Snapshot copies are stored.
Q4:
Explain more about 'arw.snap.max.retain.interval.days
'
A4:
- The '
arw.snap.max.retain.interval.days
' parameter is set to a default of 5 days. - ARP Snapshots are scheduled for deletion after this period unless the snapshots are associated with medium-level threats, which may be retained longer.
Q5:
What triggers the 'arw.surge.snap.interval.days
' parameter?
A5:
- The '
arw.surge.snap.interval.days
' parameter is activated by an IO surge. - It ensures that a new ARP Snapshot is created during an IO increase, even if no existing ARP Snapshots are present.
Q6:
How does 'arw.snap.new.extns.interval.hours
' function?
A6:
- The '
arw.snap.new.extns.interval.hours
' parameter triggers the creation of a new ARP Snapshot when a new file extension is detected, based on volume activity observed during learning mode. - If the most recent ARP Snapshot based on a new extension is older than the specified interval (default is 48 hours), a new snapshot is taken.
- This process occurs regardless of the '
arw.snap.create.interval.hours
' setting and even if there are no existing ARP Snapshots.
Q7:
Are these settings enabled by default?
A7:
Yes, all the aforementioned settings are enabled by default, providing a standard level of data protection and recovery readiness in NetApp systems.