Skip to main content
NetApp Knowledge Base

SnapLock: Unable to extend retention time of WORM file using PowerShell

Views:
536
Visibility:
Public
Votes:
4
Category:
snaplock
Specialty:
dp
Last Updated:

Applies to

  • ONTAP 9
  • Data ONTAP 8.2 7-Mode
  • Data ONTAP
  • SnapLock

Issue

  • Unable to extend the retention date of a SnapLock compliance WORM-locked file.
  • Unable to modify the file's atime using PowerShell.
  • While attempting to extend the retention date of one of these WORM files, by changing the atime of a file to a later timestamp, an error message denying the action is reported. When attempting to change the atime on the file using PowerShell on the file accessed via a CIFS share.

Example PowerShell script is as follows:
$a = Get-Item "z:\test\test2.txt"$a.LastAccessTime = (Get-Date).AddDays(2)$a.IsReadOnly = $true$a.LastAccessTime = (Get-Date).AddDays(5)

  • While attempting to run the last command, that updates the atime, the following error is reported:

Exception setting "LastAccessTime": "Access to the path 'Z:\test\test2.txt' is denied."At line:1 char:1+ $a.LastAccessTime = (Get-Date).AddDays(5)+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException + FullyQualifiedErrorId : ExceptionWhenSetting

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.