MSFT has an x64 and an ia64 version of dumpcfg available. If you're using an
older version of dumpcfg, it won't work on x64 systems. For example, here's
what happens on my host if you use the Windows 2000 version of dumpcfg:
C:\>dumpcfg
[System Information]
Computer Name: HOSTNAME
Cluster name (DNS): HOSTNAME.DOMAIN.NET
Cluster name (NetBIOS): HOSTNAME
System Root (install directory): C:\WINDOWS
OS: Windows 2000 Server
Service Pack: Service Pack 2
Product: Windows 2000 Advanced Server is installed.
Terminal Services is installed.
***** 775
Error: 0x000003f0 - An attempt was made to reference a token that
does not exist.
Notice that it's showing my O/S as Windows 2000...this is probably the
dumpcfg.exe version that is from the Windows 2000 resource kit. Using the
version of dumpcfg.exe I got from MSFT for x64, it works properly:
C:\>dumpcfg
[System Information]
Computer Name: HOSTNAME
Cluster name (DNS): HOSTNAME.DOMAIN.NET
Cluster name (NetBIOS): HOSTNAME
System Root (install directory): C:\WINDOWS
OS: Windows 2003 Server
Service Pack: Service Pack 2
Product: Windows 2003 Enterprise Server is installed.
Terminal Services is installed.
[DISKS]
Disk Number: 1
Signature: 0D6DA5FE
Disk Number: 2
Signature: 00000000
I got this version of dumpcfg from PSS...not sure how to get it thru normal
channels.
FYI, in Windows 2008, this functionality is built into diskpart.
Regards,
John
Visit my blog: http://msmvps.com/blogs/jtoner
"Geoff N. Hiten" <SQLCraftsman (AT) gmail (DOT) com> wrote
Quote:
Dumpcfg will work on the x64 platform. I used it earlier this year on a
64-bit cluster and it works just fine.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Cqlboy" <Cqlboy (AT) discussions (DOT) microsoft.com> wrote in message
news:973106C7-FD0A-45E3-95D4-13ED1801090A (AT) microsoft (DOT) com...
Somehow a drive signature on one of my cluster disks has changed. I'm
investigating how to write the correct signature but can't find the
right
tool.
Dumpcfg.exe is for 32 bit platform so what's the alternative for 64 bit
?
Thanks
-CqlBoy |