A cluster in User Acceptance Testing was required to test Windows 2003 Service Pack 2 and driver updates. For one reason or another some of the disk resources had been deleted but were required.
When attempting to recreate the disk resources, at the end of the New Resource wizard, Disk parameters, the Disk drop down dialog was not populated. Therefore the resource could not be recreated.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8juAkJvN_fsUCfBi9HqtKhhuSch9q2Ni1EuonT-brkuTZmCktj2FmWPmp7xxU5PFRsx6xRdv4o4-0ItDANxLiutrN9nDUo8lJ8ht5m99b_DuWY5xdYAxy71Zqc87j8p5icPBfqA/s320/Capture.JPG)
This drop down dialog is populated from :
HKLM\System\CurrentControlSet\ClusDisk\Parameters\Signatures\AvailableDisks
In this case, the disk was still listed under the "signatures" key.
To confirm the disk signature :
1. Locate the disk number from Device Manager. Properties of the disk, volume tab, populate.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDzM6yrPIWVFLX5ypMT17qJ6veiP9-SsWJwohW-e1emH5p_eujsMFbW7-4L9n7KZ-Oo6-K9UfwR8UyUEjB4v1LU7RqqXKEkZt_VbCpuIqB_0qXbgIBJ0MoljYAeujk8vhj34vKGQ/s320/Capture.JPG)
2. Use diskpart :
Diskpart
Select disk
Detail disk
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmN67dZxI6q0Ge7AkdphVv339YY6kvhUNiyJiH2F2JGw8hZCL_qsKszx4uWQwejSsbhqSjvb8Rg-9o5u1ul9YOLZEpSPpsguFEchXqC8Z6ytRWPVR5vekZqxoVUSqKLHqHsSv-pg/s320/Capture.JPG)
The resource can then be manually added from the command line using cluster.exe :
e.g. disk signature 0xA00AB325 and assigned letter K:
cluster . res "Disk F:" /create /group:"Disk Group" /type:"physical disk"
cluster . res "Disk F:" /priv signature=0xA00AB325
The disk could then be brought on line successfully.
When attempting to recreate the disk resources, at the end of the New Resource wizard, Disk parameters, the Disk drop down dialog was not populated. Therefore the resource could not be recreated.
This drop down dialog is populated from :
HKLM\System\CurrentControlSet\ClusDisk\Parameters\Signatures\AvailableDisks
In this case, the disk was still listed under the "signatures" key.
To confirm the disk signature :
1. Locate the disk number from Device Manager. Properties of the disk, volume tab, populate.
2. Use diskpart :
Diskpart
Select disk
Detail disk
The resource can then be manually added from the command line using cluster.exe :
e.g. disk signature 0xA00AB325 and assigned letter K:
cluster . res "Disk F:" /create /group:"Disk Group" /type:"physical disk"
cluster . res "Disk F:" /priv signature=0xA00AB325
The disk could then be brought on line successfully.
No comments:
Post a Comment