Thursday, October 23, 2008

Retrieve Cluster Disk Signature on x64 Windows System

You can retrieve cluster disk signature information on x64 system where the 32bits version of dumpcfg isn't compatible or return empty values.

The alternative tool for dumpcfg on the 64 bits Windows system will be diskpart utility which is part of the OS installation. I will walk you thru it from the following steps :-

1. From command prompt type DISKPART

2. You are at the diskpart utility prompt DISKPART>
3. DISKPART> prompt, type "select disk X" whre X is the disk number you are looking at
3. DISKPART> prompt, type "detail disk"The "Disk ID: " value is the disk's signature.

DISKPART> select disk 0
Disk 0 is now the selected disk.

DISKPART> detail disk
HP LOGICAL VOLUME SCSI Disk Device
Disk ID: DD39801D
Type : RAID
Bus : 0
Target : 4
LUN ID : 0

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 C C_LOCAL_SYS NTFS Partition 137 GB Healthy System

DISKPART> select disk 5
Disk 5 is now the selected disk.
DISKPART> detail disk

HP HSV210 Multi-Path Disk Device
Disk ID: 12F906BF
Type : FIBRE
Bus : 0
Target : 0
LUN ID : 3

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 13 I XXXXXX NTFS Partition 1500 GB Healthy

Sample output above shows that the disk 0 is the local disk on HP Smart Array and disk 5 which is a SAN Virtual Disk or LUN from the HP HSV 210 Controller which is the EVA 8000 with multi-path capabilty.

The cluster disk signature for the local and remote disks are the one marked in RED

1 comment:

Danijel said...

Hi, thanks for the information. But how about changing the disk siganture? Even in this situation with x64 Sevrver cannot use dumpcfg either ?

regards
Danijel