Posts Tagged ‘cluster’

Disable IPV6 in Windows 2008 server or Vista

Friday, June 26th, 2009

Today while installing 2008 failover cluster I got error or notification from SQL server that two of my servers have same IPV6 address. Because I don’t use IPV6 and I have disabled it in network properties it was a bit weird to see this message.

Then I run ipconfig command that showed to me lot of Tunnel adapters that were disconnected and created automatically by Vista.

So to have painful installation of new cluster I have disabled IPV6 protocol totally.

Here is solution:

  • start run with win key + r or by start menu
  • regedit
  • go to HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters
  • add new dword (32bit) value DisableComponents with value 1
  • restart
  • enjoy

“Setup failed to start on the remote machine. Check the Task scheduler event log on the remote machine.” error while installing Microsoft Sql Server 2005 in failover cluster

Friday, September 26th, 2008

Last few days I was installing failover cluster in MsSql 2005 and whille installing it I got this error and installation wouldn’t continue.

In error logs there is message:

Running: ScheduleActionAction at: 7d8/8/19 b:c:2a
Complete: ScheduleActionAction at: 7d8/8/19 b:c:2b, returned true
Skipped: InstallASAction.11
Waiting for actions from remote setup(s)
Breaking wait state and aborting package due to cancel code received: 642
Remote setup(s) are ready
Notify package action is determined: 642
Error Code: 0×800700e9 (233)
Windows Error Text: No process is on the other end of the pipe.

Source File Name: remotemessagelib\overlappedpipelistener.cpp
Compiler Timestamp: Fri Jul 29 01:13:51 2005
Function Name: sqls::OverlappedPipeListener::writePipe
Source Line Number: 294

Fix for this error is simple. Log out any users on another node in cluster and that’s it. So simple.