Windows Server 2012 (R2) – Failover Cluster can’t access disks after outage

简介:

Today I was testing an upgrade from Windows Server 2012 to Windows Server 2012 R2, for our Windows File Servers.

I tested two WS2012 File Servers, with iSCSI disks in a Failover Cluster. I upgraded each node in the cluster individually and had to take the node out of the cluster. After the upgrade I found that I couldn’t add the node to the Failover Cluster anymore.

At this point I decided to create the cluster again, and destroyed the ‘old’ cluster via the Failover Cluster Manager. I hoped (my mistake), that the connected disks would be released again. For one of the three disks, this was the case. I created the cluster again, but couldn’t add the iSCSI disks.

Every time I tried to look for disks, the message: “No disks suitable for cluster disks were found.”, appeared.
Error01

I checked the connection, disconnected and connected the disks again via iSCSI Initiator, tried diskpart and other logical tools and commands. The disks kept being in a RAW state.
Error02

I tried to format and delete the volume, but the error: ”The requested resource is in use.”, kept appearing.
Error03

The disk could be found, but apparently it was still assigned or in use by the previous cluster.

After some digging I found the PowerShell command:
Clear-ClusterDiskReservation –Disk 
Source: http://technet.microsoft.com/en-us/library/ee461016.aspx

I looked up the disk number in disk management (in my case number 4), opened PowerShell as an admin and ran the following command:
Clear-ClusterDiskReservation –Disk 4
Error04

This seemed to be the solution and I could add the disk again.

I recommend running chkdsk on the disk afterwards.

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1863726如需转载请自行联系原作者

520feng2007
相关文章
|
1月前
|
安全 数据安全/隐私保护 Windows
解锁安全之门,Windows Server 2019密码修改攻略大揭秘
解锁安全之门,Windows Server 2019密码修改攻略大揭秘
|
1月前
|
存储 安全 网络安全
铁壁如墙-WINDOWS SERVER 2019勒索病毒终极防御指南
铁壁如墙-WINDOWS SERVER 2019勒索病毒终极防御指南
|
1月前
|
网络协议 数据安全/隐私保护 Windows
Windows Server 各版本搭建域控制器实现通过域管理用户(03~19)
Windows Server 各版本搭建域控制器实现通过域管理用户(03~19)
45 1
|
1月前
|
安全 数据安全/隐私保护 Windows
无远不至的掌控力:探索Windows Server 2019的远程访问绝招
无远不至的掌控力:探索Windows Server 2019的远程访问绝招
|
1月前
|
Windows
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
115 0
|
1月前
|
存储 网络安全 数据安全/隐私保护
Windows Server 2019 IIS HTTPS证书部署流程详解
Windows Server 2019 IIS HTTPS证书部署流程详解
|
1月前
|
存储 Windows
windows server 2019 云服务器看不见硬盘的解决方案
windows server 2019 云服务器看不见硬盘的解决方案
|
1月前
|
数据安全/隐私保护 Windows
Windows Server 各版本搭建终端服务器实现远程访问(03~19)
左下角开始➡管理工具➡管理您的服务器,点击添加或删除角色点击下一步勾选自定义,点击下一步蒂埃涅吉终端服务器,点击下一步点击确定重新登录后点击确定点击开始➡管理工具➡计算机管理,展开本地用户和组,点击组可以发现有个组关门用来远程登录右键这个组点击属性,点击添加输入要添加的用户名,点击确定添加成功后点击确定打开另一台虚拟机(前提是在同一个局域网内),按 WIN + R 输入 mstsc 后回车输入 IP 地址后点击连接输入用户名及密码后点击确定连接成功!
34 0
|
1月前
|
Windows
Windows Server 各版本搭建 Web 服务器实现访问本地 Web 网站(03~19)
Windows Server 各版本搭建 Web 服务器实现访问本地 Web 网站(03~19)
57 2
|
1月前
|
数据安全/隐私保护 Windows
Windows Server 2003 搭建邮件服务器实现自建邮箱域名及账户并连接外网
Windows Server 2003 搭建邮件服务器实现自建邮箱域名及账户并连接外网
29 0