![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
OS= Windows 2003 64Bit Ent. R2 SP2 (latest updates) SQL Server= MS SQL 64Bit Ent. with SP2 Below events gets generated on Cluster Node :- 1]The Cluster Service failed to bring the Resource Group "ABCD" completely online or offline. 2]Cluster resource 'SQL Server' in Resource Group 'IABCD' failed. (Event id -1069) 3]The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s). --Event ID -- 7039 Event ID - 19019 [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error 1 bringing resource online. [sqsrvres] OnlineThread: service stopped while waiting for QP. [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error connecting to SQL Server. [sqsrvres] ConnectToSQL: service stopped while trying to connect to server. [sqsrvres] CheckServiceAlive: Service is dead When we try to bring onlibe the failed resources or move group then server goes to hung state. Please help in this . Thanks in Advance. Regards Dinesh Bhandare |
#3
| |||
| |||
|
|
OS= Windows 2003 64Bit Ent. R2 SP2 (latest updates) SQL Server= MS SQL 64Bit Ent. with SP2 Below events gets generated on Cluster Node :- 1]The Cluster Service failed to bring the Resource Group "ABCD" completely online or offline. 2]Cluster resource 'SQL Server' in Resource Group 'IABCD' failed. (Event id -1069) 3]The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s). --Event ID -- 7039 Event ID - 19019 [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error 1 bringing resource online. [sqsrvres] OnlineThread: service stopped while waiting for QP. [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error connecting to SQL Server. [sqsrvres] ConnectToSQL: service stopped while trying to connect to server. [sqsrvres] CheckServiceAlive: Service is dead When we try to bring onlibe the failed resources or move group then server goes to hung state. Please help in this . Thanks in Advance. Regards Dinesh Bhandare |
#4
| |||
| |||
|
|
The application log should show why the SQL instance failed. It looks like the SQL instance is not responding to the cluster resource "looksAlive" and "IsAlive" checks. Might be a dependency error. Try and bring the disk resources online, then the IP , then the network name resources online. Then try and bring the SQL Server resource online and see if you get better results or at least better error messages. -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Dinesh Bhandare" <Dinesh Bhandare (AT) discussions (DOT) microsoft.com> wrote in message news:AF06E59C-99C3-4F17-987A-D666FEB9EC08 (AT) microsoft (DOT) com... OS= Windows 2003 64Bit Ent. R2 SP2 (latest updates) SQL Server= MS SQL 64Bit Ent. with SP2 Below events gets generated on Cluster Node :- 1]The Cluster Service failed to bring the Resource Group "ABCD" completely online or offline. 2]Cluster resource 'SQL Server' in Resource Group 'IABCD' failed. (Event id -1069) 3]The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s). --Event ID -- 7039 Event ID - 19019 [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error 1 bringing resource online. [sqsrvres] OnlineThread: service stopped while waiting for QP. [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error connecting to SQL Server. [sqsrvres] ConnectToSQL: service stopped while trying to connect to server. [sqsrvres] CheckServiceAlive: Service is dead When we try to bring onlibe the failed resources or move group then server goes to hung state. Please help in this . Thanks in Advance. Regards Dinesh Bhandare . |
#5
| |||
| |||
|
|
Hi Geoff, Thanks for reply. Only SQL Server service and Agent gets failed and never comes online until reboot of the server, other resources status is Online. Dinesh "Geoff N. Hiten" wrote: The application log should show why the SQL instance failed. It looks like the SQL instance is not responding to the cluster resource "looksAlive" and "IsAlive" checks. Might be a dependency error. Try and bring the disk resources online, then the IP , then the network name resources online. Then try and bring the SQL Server resource online and see if you get better results or at least better error messages. -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Dinesh Bhandare" <Dinesh Bhandare (AT) discussions (DOT) microsoft.com> wrote in message news:AF06E59C-99C3-4F17-987A-D666FEB9EC08 (AT) microsoft (DOT) com... OS= Windows 2003 64Bit Ent. R2 SP2 (latest updates) SQL Server= MS SQL 64Bit Ent. with SP2 Below events gets generated on Cluster Node :- 1]The Cluster Service failed to bring the Resource Group "ABCD" completely online or offline. 2]Cluster resource 'SQL Server' in Resource Group 'IABCD' failed. (Event id -1069) 3]The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s). --Event ID -- 7039 Event ID - 19019 [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error 1 bringing resource online. [sqsrvres] OnlineThread: service stopped while waiting for QP. [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error connecting to SQL Server. [sqsrvres] ConnectToSQL: service stopped while trying to connect to server. [sqsrvres] CheckServiceAlive: Service is dead When we try to bring onlibe the failed resources or move group then server goes to hung state. Please help in this . Thanks in Advance. Regards Dinesh Bhandare . |
#6
| |||
| |||
|
|
Dear All, The problem has been resolved by microsoft after analysing the dump provided from the problem server. As per analysis the problem was with replistore service. Found request's more than 49,000 queue in memory which was causing SQL server stop the in abnormal status. The replistore service stopped mode but still the driver was getting loaded in to memory. Changed the startup parameter to 4 in service startup mode in the registry to resolve the problem. Regards, Dinesh Bhandare "Dinesh Bhandare" wrote: Hi Geoff, Thanks for reply. Only SQL Server service and Agent gets failed and never comes online until reboot of the server, other resources status is Online. Dinesh "Geoff N. Hiten" wrote: The application log should show why the SQL instance failed. It looks like the SQL instance is not responding to the cluster resource "looksAlive" and "IsAlive" checks. Might be a dependency error. Try and bring the disk resources online, then the IP , then the network name resources online. Then try and bring the SQL Server resource online and see if you get better results or at least better error messages. Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Dinesh Bhandare" <Dinesh wrote in message news: OS= Windows 2003 64Bit Ent. R2 SP2 (latest updates) SQL Server= MS SQL 64Bit Ent. with SP2 Below events gets generated on Cluster Node :- 1]The Cluster Service failed to bring the Resource Group "ABCD" completely online or offline. 2]Cluster resource 'SQL Server' in Resource Group 'IABCD' failed. (Event id -1069) 3]The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s). --Event ID -- 7039 Event ID - 19019 [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error 1 bringing resource online. [sqsrvres] OnlineThread: service stopped while waiting for QP. [sqsrvres] CheckServiceAlive: Service is dead [sqsrvres] OnlineThread: Error connecting to SQL Server. [sqsrvres] ConnectToSQL: service stopped while trying to connect to server. [sqsrvres] CheckServiceAlive: Service is dead When we try to bring onlibe the failed resources or move group then server goes to hung state. Please help in this . Thanks in Advance. Regards Dinesh Bhandare . Hi there, i have same problem can you post how to "Changed the startup |
![]() |
| Thread Tools | |
| Display Modes | |
| |