I think you should drop back to square one. Take SQL1 out of the SQL system
and reinstall it completely.
Follow the instructions in BOL precisely for removing a node from SQL.
Remove node SQL1.
I would reboot both nodes, just to clear everything. It looks like the
resources are correct for node SQL1 so the cluster service is likely OK.
Make sure the SQL service account is a domain account with local admin privs
on SQL1.
Again following BOL exactly, follow the instructions to add a node to a
virtual server. All of these topics are under 'Maintaining a Failover
Cluster'. Note that all of the configuration of the virtual server on the
'new' node is done by SQL install.
Reboot SQL1 and apply Service Pack 3a to SQL1 Only. Run the install from
the console of SQL1 and the service pack will update local binaries only.
Also, make sure the account you are running the install from is a domain
account with local admin privs on both boxes. Make sure you have logged
into the console of SQL1 with this account at least once before running the
install. Other wise some temporary directories that pre-install wants will
not be there.
--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
Rerun the SQL installation on Node 2, advanced options, maintain
[quoted text, click to view] "Paul Dube" <pdube@clic.net> wrote in message
news:u3ed0092c3j6g8snju0tm53oskbo7npldn@4ax.com...
> Done. It looks like it has trouble doing the remote setup. I guess it
> should not matter too much since it was done locally on that server.
>
> The behavior is still the same: unable to fail over.
>
> Let's call my servers SQL1 (Windows 2003) and SQL2 (Windows 2000).
>
> On SQL1, in my Application Log: I see this when I try to fail from
> SQL2 to SQL1:
>
> Event ID: 17052
> Description: [sqsrvres] ODBC sqldriverconnect failed
>
> then
>
> Event ID: 17052
> Description: [sqsrvres] checkODBCConnectError: sqlstate = 08001;
> native error = 6; message = [Microsoft][ODBC SQL Server Driver][TCP/IP
> Sockets] Specified SQL server not found.
>
> then
>
> Event ID: 17052
> Description: [sqsrvres] ODBC sqldriverconnect failed
>
> then
>
> Event ID: 17052
> Description: [sqsrvres] checkODBCConnectError: sqlstate = 01000;
> native error = 2afc; message = [Microsoft][ODBC SQL Server
> Driver][TCP/IP Sockets] Specified SQL server not found.
>
> then some more of the same errors when retrying before it aborts and
> revert back to SQL2.
>
> What do you suggest? These are test servers. I can do almost anything
> I want on them, but I need to be able to have an efficient upgrade
> plan when I'll do this on my production servers (that is with very few
> downtime).
>
> Thanks!
>
> On Wed, 14 Jan 2004 22:10:58 -0500, "Geoff N. Hiten"
> <SRDBA@Careerbuilder.com> wrote:
>
> >It looks like the SQL Server dependancies come online just fine, but the
> >server app itself doesn't. See if the Application event log shows why.
> >Also, just for grins, rerun the SP3a install from the 2003 node with the
> >cluster resource running on the 2000 node. That will make sure the
binaries
> >are up to date on the 2003 node without affecting the running system.
>