{"id":230,"date":"2005-12-13T19:16:32","date_gmt":"2005-12-14T00:16:32","guid":{"rendered":"http:\/\/192.168.33.66\/wp\/?p=230"},"modified":"2005-12-13T19:16:32","modified_gmt":"2005-12-14T00:16:32","slug":"cluster-hard-drive","status":"publish","type":"post","link":"http:\/\/www.wildow.com\/blog\/?p=230","title":{"rendered":"cluster hard drive"},"content":{"rendered":"<p>TECH LINE: Disk Signature Disaster<br \/>\nSaving yourself some pain when replacing failed cluster disks.<\/p>\n<p>By Chris Wolf<\/p>\n<p>Chris: We recently had a hard disk fail on or Windows 2003 <br \/>\ncluster and it was an absolute nightmare. I replaced the failed <br \/>\ndisk and could not get the cluster server to recognize the new <br \/>\ndisk in order to restore the missing disk files from backup. I <br \/>\nassigned the same drive letter to the new disk, but each time I <br \/>\nwould try and bring the disk resource online, it would fail.<br \/>\n<!--more--><\/p>\n<p>Since we were in a pinch, we decided to scrap the cluster and <br \/>\nstart again from scratch. After rebuilding the cluster, we were <br \/>\nable to restore files to the two cluster virtual servers from <br \/>\nbackup. I&#8217;m sure there has to be an easier way to recover a <br \/>\nfailed cluster. What else could I have done?<br \/>\n&#8212; James<\/p>\n<p>\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\<br \/>\n| GOT A WINDOWS, EXCHANGE OR VIRTUALIZATION QUESTION OR NEED   |<br \/>\n| TROUBLESHOOTING HELP? Or, perhaps you&#8217;re looking for a       |<br \/>\n| better explanation than what&#8217;s provided in the manuals or a  |<br \/>\n| TechNet article? Describe your dilemma in an e-mail to the   |<br \/>\n| MCPmag.com Editors at mailto:editor@mcpmag.com ; the best    |<br \/>\n| questions get answered in this column by our experts and the |<br \/>\n| submitter will be sent an MCPmag.com baseball cap.           |<br \/>\n|                                                              |<br \/>\n| When you send your questions, please include your full first |<br \/>\n| and last name, location, certifications (if any) with your   |<br \/>\n| message. (If you prefer to remain anonymous, specify this in |<br \/>\n| your message but submit the requested information for        |<br \/>\n| verification purposes.)                                      |<br \/>\n\\&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\/<\/p>\n<p>After talking with James, I learned that his cluster ran two <br \/>\nvirtual servers: a virtual file server and a virtual print <br \/>\nserver. Each virtual server resided in its own group on the <br \/>\ncluster. With this relatively simple setup, rebuilding his <br \/>\ncluster did not take a long time. Since the point of having a <br \/>\ncluster is high availability, taking down an entire cluster is <br \/>\nnever the best option. The reason James had this problem is due <br \/>\nto how Microsoft Cluster Service (MSCS) treats disk signatures. <\/p>\n<p>The MSCS associates physical disk resources by the disk <br \/>\nsignature that&#8217;s written to each physical disk when the disk is <br \/>\ninitialized by a Windows OS. If you replace a physical disk <br \/>\nwithin the cluster, the Cluster service will see the original <br \/>\ndisk as failed and will not even see the new disk. To have the <br \/>\nnew disk seen as the original disk, the original disk&#8217;s <br \/>\nsignature reference in the cluster configuration must match the <br \/>\nnew disk. While there are a few tools that can do this, by far <br \/>\nthe easiest method is to associate the new disk with the failed <br \/>\ndisk is by running the Server Cluster Recovery Utility. <\/p>\n<p>The Server Cluster Recovery Utility is included in the Windows <br \/>\nServer 2003 Resource Kit and can be downloaded from Microsoft at <br \/>\nhttp:\/\/www.microsoft.com\/downloads . This tool is especially <br \/>\nuseful when replacing a shared cluster disk or in a disaster <br \/>\nrecovery scenario when a cluster is being rebuilt using new <br \/>\nphysical disk resources. Oftentimes, after a cluster quorum is <br \/>\nrestored, physical disk resources will still not be able to come <br \/>\nonline. That&#8217;s because the signature for the disks stored in the <br \/>\ncluster configuration does not match the signature of the new <br \/>\ndisks. In these instances, the Server Cluster Recovery Utility <br \/>\ncan be used to return the disks to a usable state. <\/p>\n<p>To use the Server Cluster Recovery Utility, first install the <br \/>\nreplacement disk and use Disk Management to initialize and <br \/>\nformat the new disk as NTFS. Then go to Cluster Administrator <br \/>\nand create a new resource for the newly added physical disk. <br \/>\nHere are the steps:<\/p>\n<p>1. In Cluster Administrator, right-click the Resources <br \/>\n   container, select New, and then click Resource. <br \/>\n2. In the New Resource dialog box, enter a name for the <br \/>\n   new resource, select &#8220;Physical Disk&#8221; as the resource <br \/>\n   type, and then select the group in which to <br \/>\n   associate the resource. <br \/>\n3. Select the possible owners for the disk (same as <br \/>\n   original disk) and click Next.<br \/>\n4. In the Dependencies dialog box, click Next.<br \/>\n5. The newly added disk should be displayed in the Disk <br \/>\n   drop-down menu. Select the disk and click Finish.<\/p>\n<p>With the newly installed disk associated with the cluster, you can <br \/>\nnow use it to replace the failed disk resource. To do this, first <br \/>\nensure that the Windows Server 2003 Resource Kit Tools are <br \/>\ninstalled on the node you plan to perform the procedure on and <br \/>\nthen follow these steps:<\/p>\n<p>1. Run clusterrecovery.exe to open the Server Cluster <br \/>\n   Recovery Utility.<br \/>\n2. Once the tool opens, enter the name of your cluster <br \/>\n   in the Cluster Name field. Then select the &#8220;Replace <br \/>\n   a physical disk resource&#8221; radio button and <br \/>\n   click Next.<br \/>\n3. Select the original (failed) disk in the &#8220;Old <br \/>\n   physical disk resource&#8221; drop-down menu and then <br \/>\n   select the new physical disk from the &#8220;New physical <br \/>\n   disk resource&#8221; drop-down menu. Then click Replace.<br \/>\n4. Next you are given a friendly reminder from the <br \/>\n   Server Cluster Recovery Utility to delete the <br \/>\n   original disk resource and then change the drive <br \/>\n   letter of the new disk resource so that it matches <br \/>\n   the drive letter assigned to the original (failed) <br \/>\n   disk. Click OK. <br \/>\n5. Click Exit to close the Server Cluster <br \/>\n   Recovery Utility.<br \/>\n6. In Cluster Administrator, locate the failed disk <br \/>\n   resource. The failed disk resource will be easy to <br \/>\n   spot in Cluster Administrator because it will have <br \/>\n   the word &#8220;(lost)&#8221; next to its name. Right-click on <br \/>\n   the lost resource and select Delete. When prompted <br \/>\n   to confirm, click Yes.<br \/>\n7. Use Disk Management to change the drive letter <br \/>\n   associated with the new disk. <\/p>\n<p>At this point, you can bring the virtual server resources back <br \/>\nonline and restore the original virtual server data from backup. <\/p>\n<p>Note that some resources may fail to come online. For example, a <br \/>\nFile Share resource will fail if the original folder that the <br \/>\nresource is associated with is not present. After the backup is <br \/>\nrestored, you will be able to bring all resources in the group <br \/>\n(virtual server) online. Also keep in mind that depending on how <br \/>\nyour enterprise back-up software is configured, you&#8217;ll most <br \/>\nlikely need to reinstall your back-up agent software into the <br \/>\nvirtual server in order to perform the restore. <\/p>\n<p>Before the days of the Server Cluster Recovery Utility, cluster <br \/>\ndisk recovery was fraught with pain. As soon as I would hear of <br \/>\na problem, my mind would instantly fill up with the burnt tooth <br \/>\nsmell that serves as an ominous sign at most dentist offices. <br \/>\nNow when I hear of a cluster disk failure, I just smile from <br \/>\near to ear. This could mean that either I&#8217;m comforted by the <br \/>\nease of the Server Cluster Recovery Utility, or that my sanity <br \/>\nis starting to return! <\/p>\n","protected":false},"excerpt":{"rendered":"<p>TECH LINE: Disk Signature Disaster Saving yourself some pain when replacing failed cluster disks. By Chris Wolf Chris: We recently had a hard disk fail on or Windows 2003 cluster and it was an absolute nightmare. I replaced the failed &#8230; <a class=\"more-link\" href=\"http:\/\/www.wildow.com\/blog\/?p=230\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-230","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=230"}],"version-history":[{"count":0,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/230\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=230"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}