March 14, 2003 at 5:56 am
HELP!!!
We are running sql server 2000 cluster.
when I go to cluster admin the sql cluster will not come online, it keeps failing.
I am getting the following errors:
System log:
1.Event 1069: Cluster resource 'SQL Server' failed.
Application Log:
1.[sqsrvres] ODBC sqldriverconnect failed
2.[sqsrvres] checkODBCConnectError: sqlstate = 28000; native error = 4818; message = [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'EU\EU-ClusterService'( cluster login ).
Thanks
March 14, 2003 at 6:15 am
you need to check the account SQL is set to run under and the cluster account. It doesn't have enough permissions to start the server.
Wes
March 14, 2003 at 6:47 am
To add a little more detail here:
The cluster service has a resource monitor process ('sqsrvres') that attempts to logon to the cluster and execute a status command every so often. This is its way of checking that the server is responding.
This resource monitor runs under the cluster service account and logs on via a trusted connection. Since the cluster service account must be a domain administrator, you must either permit that group or the service account itself to logon to your server via the trusted connection -- i.e. using Windows authentication.
Best wishes,
Graham
March 14, 2003 at 7:12 am
The cluster service account needs to be a domain account (not domain admin). A slight, but important security distinction.
As far as access to SQL Server, the cluster account must have the ability to login to SQL Server and it must be a member of the sysadmin role.
http://support.microsoft.com/default.aspx?scid=kb;en-us;263712
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
K. Brian Kelley
@kbriankelley
March 14, 2003 at 7:31 pm
As I understand it, only users with administrative privileges can administer a cluster. The cluster service does not need to be a *domain* admin, but it does need to be a *local* admin. See, for example:
March 24, 2003 at 4:30 am
Thank you all for your help, sorry for the late response, but I have been away for a week. Gave cluster service account permission to SQL server and it works fine.
Thanks again
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply