Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase 12»»

How to resolve RequireKerberos value problem in sql 2008 failover cluster installation process? Expand / Collapse
Author
Message
Posted Tuesday, May 26, 2009 8:55 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Friday, July 10, 2009 7:31 PM
Points: 5, Visits: 15
I set up 2008 sql failover cluster, at last the error message shows 'RequireKerberos is 1' value set to unexpected range...
I see no Kerbero configuration during the wizard, yet
Post #723728
Posted Tuesday, May 26, 2009 10:36 PM


SSC Veteran

SSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC Veteran

Group: General Forum Members
Last Login: Monday, January 30, 2012 12:36 AM
Points: 268, Visits: 371
we use Kerberos for better security .otherwise the default is NTLM .Not sure where the issue is .
Can you share the complete error message please ..that will be helpful .
If you get the error on the setup page , there will be a page icon .Click on that and paste the information on the notepad or direscly here ..

Awaiting your reply .


Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
Post #723765
Posted Tuesday, May 26, 2009 11:09 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Friday, July 10, 2009 7:31 PM
Points: 5, Visits: 15
TITLE: Microsoft SQL Server 2008 Setup
------------------------------

The following error has occurred: There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network Name (33SQLCluster)'. Error: Value does not fall within the expected range.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0xDCFFB30D%25400X1251FB33

-------------------------------
BUTTONS:

OK
-------------------------------


I have looked at the linked resource but still no idea how to resolve such problem..
Post #723777
Posted Wednesday, May 27, 2009 1:01 AM


SSC Veteran

SSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC Veteran

Group: General Forum Members
Last Login: Monday, January 30, 2012 12:36 AM
Points: 268, Visits: 371
I have not seen your enviornment but i can certainly guide here .
RequireKerberos is the Dword registry value that ensures whether you are using kerberos authentication or not for a Network Name resource.if its 1 its enabled else its 0 [default].

So what i feel is ,In case you are using kerberos authentication check the resources that its checked in the check box (go to properties of the Network Name resource.)

Else you can go to the registry and change this value to 1 or 0 as per your enviornment need and if the setup gives you the option to retry , do it .Else run the setup again .If you do not have the permissions to change the registry keys let someone with that permission do that .

you can find this key under registry HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.x\Cluster()

hope this helps




Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
Post #723816
Posted Sunday, June 07, 2009 12:46 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Monday, June 08, 2009 8:00 PM
Points: 3, Visits: 6
Hi

I had also same problem.
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/6ccf9380-852d-4b59-b128-97e0e870452c

So far still I couldn't find the solution.
I'll try to check the registry if I could solve this issue.
Post #730327
Posted Sunday, June 07, 2009 7:32 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Monday, June 08, 2009 8:00 PM
Points: 3, Visits: 6
Hi

I checked my registry.
Since the installation hadn'T complete due to this error,
no entry can be found in the registry.

I guess the problem may relate to Active Directry.
Post #730360
Posted Sunday, June 07, 2009 6:53 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Friday, July 10, 2009 7:31 PM
Points: 5, Visits: 15
Hi,
we can resolve this problem by using SQL slipstream, seems it was a bug with SQL 2008, slipstream integrate sp1 with the setup
media, and you can install the failover successfully without RequireKerberos problem:)

Link:
http://blogs.msdn.com/petersad/archive/2009/03/02/sql-server-2008-basic-slipstream-steps.aspx
NOTICE:
[Need to search in C:\SP1 to find sqlsupp* and install the support file for slipstream of SQL 2008!!
Then SETUP.EXE /PCUSource=C:\SP1 will take effect ]

Post #730448
Posted Sunday, June 07, 2009 8:04 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Monday, June 08, 2009 8:00 PM
Points: 3, Visits: 6
Thanks yasu

It is solved now!
I have almost spend 3 days for this issue.
I tried more than 10 times just for intallation....
Post #730458
Posted Monday, June 08, 2009 7:58 PM
SSC Eights!

SSC Eights!SSC Eights!SSC Eights!SSC Eights!SSC Eights!SSC Eights!SSC Eights!SSC Eights!

Group: General Forum Members
Last Login: Wednesday, January 04, 2012 11:31 AM
Points: 943, Visits: 788
One other issue that I had related to this was that the SQL Server Network name set up with Kerberos enabled wouldn't start after the install completed. If you want to use Kerberos, your AD admin will need to create a computer object within AD under your SQL virtual instance name.

Took me a day to find that tick that was different than other clusters we had running.

I then re-produced the issue with my AD admin and decided to remove the Kerberos because we don't typically require it at my company.

Hope this info helps others in their SQL 2008 quests!

Regards,
Steve
Post #731074
Posted Thursday, February 25, 2010 4:56 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Yesterday @ 2:48 AM
Points: 140, Visits: 240
That worked for me too.

Thank you for this post.
Post #872610
« Prev Topic | Next Topic »

Add to briefcase 12»»

Permissions Expand / Collapse