Senhores alguém poderia me informar se a
kb34938 vale para 2008 R2 ...
After a head swap or LUN migration, the following message is noted in the system event log:
Error message:
Event ID: 1034
Source: ClusDisk
Description: The disk associated with cluster disk resource DriveLetter could not be found. The expected signature of the disk was DiskSignature
Instead of following the instructions in NetApp article 2012236 -
Cluster Administrator is not able to online the disk resources after an NonVolatile RAM (NVRAM) swap, or Microsoft's article, kb243195, you can perform
the following method to easily recover from this error without remapping the drives or changing things in the registry. Within the Windows Resource kit, use the dumpcfg.exe
utility.
- Disable the cluster service.
- Disable the cluster disk device (in device manager -> show hidden devices -> non plug and play devices)
- Reboot the node.
- Go to the prompt and execute:
c:\dumpcfg.exe -SXXXXXX Y
(where XXXXX
is
the signature and Y
is the disk number)
- Re-enable the cluster service and cluster disk device and reboot, everything should be fine again.