February 22, 2006 at 5:15 am
February 23, 2006 at 2:38 am
Quote looks like the problem is with MSDTC and the cluster, not the command you're sending.
Try removing MSDTC (msdtc -uninstall) from both nodes - you'll need to break the cluster to do this, then reinstall msdtc.
February 23, 2006 at 2:49 am
Igor,
I have seen this type of error on a 64 bit 2000 box but it was resolved in sp4. But not on 2005. One thing I have noticed on SQL Sever is that reindexing can consume a lot of resources. What I would try is
Hope this helps (let us know if it does!)
February 23, 2006 at 12:19 pm
Bruce,
The original problem with DBCC DBREINDEX was caused by problem with Active node. Once we failed over to the different node, I managed to finish rebuilding remaining tables.
Of course, there is somethig wrong with the cluster. Just yesterday, SQL Server self restarted. I am currently torubleshooting this issue and try to find the cause.
I looked into SQL Server Error/Event log and noticed errors/warnings logged prior to restart related to:
1. Virtual Memory being too low
2. The connection has been lost with Microsoft Distributed Transaction Coordinator (MS DTC)
3. SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed.
I was wondering what virtual memory size would you recommend given we have 28GB of RAM. 3 seems to be related to SQL Server cluster not being able to verify user's identity/certificate. We did reserver 1.5 GB for OS.
We following your recommendation and changed max degree of parallelism. In our case it has been set to 1.
Thanks,
Igor
February 24, 2006 at 1:43 am
How are your nodes connected, and how far apart are they?
February 24, 2006 at 7:14 am
I have had this problem with a cluster before. The machine becomes starved for resources and the heartbeat was not detected and failover was initiated by the cluster. You may also want to reserve one processor for the OS and limit SQL to 7 processors. In 2000 processor 0 was designated for I/0 and network and other system functions.
I do not know in SQL 2005. In the end you are trying to leave enough resources for the system and cluster no matter what SQL does. Identity verification problems are another symptom of resource constraint problems. With regard to the swap file 3 gigs sounds good but make sure it is not on the same drives as your data / log files.
Thanks
March 10, 2006 at 9:38 am
We are experiencing a very similar problem. Have you found a resolution yet?
March 10, 2006 at 10:57 am
Jennifer,
There as an problem with network card in our case that was fixes by Net Engineer.
Igor
March 10, 2006 at 1:00 pm
I'm the network engineer at Jennifer's company. Please enlighten me as to the exact cause, it would be much appreciated.
March 10, 2006 at 2:43 pm
Sorry, out network guys in on vacation. If I recall correctly, it had to do with HP hardware specific network card reconfiguration.
Igor
May 9, 2006 at 9:12 am
We saw a simillar situation. The anti-virus software was causing a disk to not pass consistancy checks and caused a failover to the next node in the cluster. Upgrading the anti-virus corrected this.
August 10, 2006 at 1:45 pm
We also had a restart problem, and none of the prior ideas worked. It seems that Terminal Server was causing a reduction in the working set size in all windows processes (inc. SQL Server). That caused the connection between Cluster Admin and SQL to fail, and prevented Cluster Admin from reconnecting, so Cluster Admin was sending a restart to SQL as it is configured to do.
See this http://support.microsoft.com/kb/905865/en-us article for details and fix.
Terry
October 4, 2006 at 9:48 am
Is your Problem got fixed after applying the shot fix?.We are also having the same issue.Thanks Much.
DBA
October 4, 2006 at 9:58 am
Yes the problem was resolved with the hot fix.
Terry
October 7, 2006 at 1:01 am
My 2 cents....
1. Its 64 Bit SQL Server?
2. Its HP Box?
3. Its x64 CPU?
If above all are true then follow below two things.
1. Follow KB:
918483 You can enable the lock pages in memory permissions to prevent SQL Server 2005 64-bit buffer pool memory from being paged out of physical memory
http://support.microsoft.com/default.aspx?scid=kb;EN-US;918483
2. Check version of
C:\WINDOWS\SYSTEM32\DRIVERS\CPQCIDRV.SYS
if it is 1.7:3790.0
then contact HP to get fix for this driver
Viewing 15 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic. Login to reply