If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Disable kKerberos authentication?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-04-09, 19:44
kelleybdk kelleybdk is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
Disable kKerberos authentication?

I've got a db2 9.1 FP1 server running on RHAS 4U4. We use this server for development purposes only. We were using it with Kerberos authentication. However our KDC server has died, and I don't have enough time right now to rebuild it.

Is there a way I can start the db2 server and not have it use Kerberos authentication? When I try to start the db2 server right now, it gives the following error:

-bash-3.00$ db2start
SQL1366N A security plug-in "IBMkrb5" processing error occurred on the client. Reason code = "9".


I'm a neophyte when it comes to db2. Any help would be greatly appreciated.

Thanks in advance.

Last edited by kelleybdk; 05-04-09 at 19:47.
Reply With Quote
  #2 (permalink)  
Old 05-05-09, 09:14
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I think it should be enough to set the srvcon_auth database manager configuration parameter to SERVER.

db2 update dbm cfg using srvcon_auth server
Reply With Quote
  #3 (permalink)  
Old 05-05-09, 11:41
kelleybdk kelleybdk is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
I used the command as you stated.

db2 => update dbm cfg using srvcon_auth server
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed
successfully.


but when I try to start the server, I still have the same problem.

db2 => db2start
SQL1366N A security plug-in "IBMkrb5" processing error occurred on the
client. Reason code = "9".

Any other ideas?

Thank you
Reply With Quote
  #4 (permalink)  
Old 05-05-09, 13:03
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
You could also try setting the srvcon_gssplugin_list parameter to NULL.

If all else fails, try reading the manual.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On