我有一个VM,它最初运行在Windows 2008的R2上,具有Hyper的角色。客人是Server 2012,它只是充当域控制器(对运行在另一台物理机器上的SBS 2011服务器的备份)。
我通过关闭VM、将文件复制到一个新的Hyper-V Server 2016主机来移动VM,并使用Hyper管理器导入VM。Altaro备份成功,但附带警告:“备份快照与应用程序不一致。备份将以崩溃一致的模式进行。”
在VM的事件日志中,我有以下消息:
ESENT: lsass (592) An attempt to open the file "\\?\Volume{b0cbe895-ed69-11e6-80b0-806e6f6e6963}\Windows\NTDS\ntds.dit" for read only access failed with system error 32 (0x00000020): "The process cannot access the file because it is being used by another process. ". The open file operation will fail with error -1032 (0xfffffbf8).
VSS: A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error. If the backup process is retried, the error is likely to reoccur. . Changes that the writer made to the writer components while handling the event will not be available to the requester. Check the event log for related events from the application hosting the VSS writer.
vmicvss: The VSS writer NTDS failed with status 11 and writer specific failure code 0x800423F4.
我认为从2008年的R2主机转移到2016年是个问题,所以我降职了域控制器,删除了AD & DNS角色,然后进行了服务器2012 R2的干净安装,重新添加了角色,并将服务器升级回DC,但问题依然存在。
有什么想法吗?VM上的某些内容似乎导致快照失败,但我不确定如何解决与目录服务相关的文件访问问题。
发布于 2017-02-13 11:53:35
显然,这是一个已知的问题,超V2016和2012年R2域控制器作为一个VM。微软应该致力于解决这个问题。
https://serverfault.com/questions/831614
复制相似问题