跳转到主内容

无法将LastAccessDate设置为文件

Views:
7
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
cifs<a>2009年292415</a>
Last Updated:

适用场景

ONTAP 9

问题描述

  • 将来在非SnapLock卷上设置LastAccessDate时会在启动ontap.10.1时引发错误(在ONTAP 9.11中也会出现相同的错误)
  • 之前(ONTAP 9.9.1及更早版本)未引发任何错误、但此日期会无提示设置为2038年1月19日凌晨3:14:07
  • 在ONTAP 9.9.1和ONTAP 9.10.1中、您可以看到以下行为示例:

==================================================================
ONTAP 9.9.1:
==================================================================
PS C:\Users\Administrator.DEMO> (Get-Item "Z:\test1.txt").LastAccessTime

Tuesday, September 20, 2022 9:10:00 AM

PS C:\Users\Administrator.DEMO> (Get-Item "Z:\test1.txt").LastAccessTime=("3 August 2222 17:10:00")
PS C:\Users\Administrator.DEMO> (Get-Item "Z:\test1.txt").LastAccessTime

Tuesday, January 19, 2038 3:14:07 AM
==================================================================


==================================================================
ONTAP 9.10.1: 
==================================================================
PS Z:\> (Get-Item "Z:\test1.txt").LastAccessTime
Tuesday, September 20, 2022 8:32:58 AM

PS Z:\> (Get-Item "Z:\test1.txt").LastAccessTime=("3 August 2222 17:10:00")
Exception setting "LastAccessTime": "A device attached to the system is not functioning.
"
At line:1 char:1
+ (Get-Item "Z:\test1.txt").LastAccessTime=("3 August 2222 17:10:00")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
+ FullyQualifiedErrorId : ExceptionWhenSetting

PS Z:\> (Get-Item "Z:\test1.txt").LastAccessTime

Tuesday, September 20, 2022 8:32:58 AM
==================================================================

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.