- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- _kerberos._tcp nslookup of KDC fails on HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 10:02 AM
тАО02-11-2010 10:02 AM
_kerberos._tcp nslookup of KDC fails on HP-UX
# nslookup -type=SRV _kerberos._tcp.[domain]
Using /etc/hosts on: a300sud0
looking up FILES
Trying DNS
_kerberos._tcp.[domain] priority = 0, weight = 100, port= 88
host = a300sm53.[domain]
_kerberos._tcp.[domain](form error.)
*** a300sm52.[domain] can't find _kerberos._tcp.[domain]: Non-existent domain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 12:44 PM
тАО02-11-2010 12:44 PM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 12:49 PM
тАО02-11-2010 12:49 PM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
You should be able to get this to work with the following entry in /etc/hosts
IP_address _kerberos_tcp.[domain] _kerberso_tcp
Try ping after setting this up.
If you don't like using /etc/hosts then you need to support this lookup with a dns entry.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 12:55 PM
тАО02-11-2010 12:55 PM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 12:57 PM
тАО02-11-2010 12:57 PM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 01:12 PM
тАО02-11-2010 01:12 PM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
This is a host lookup issue most likely.
You can however see about updated software for this at http://software.hp.com
That might work.
HP-UX is not configured out of the box to do kerberos. Some configuration (assembly) is required. I'd look at /etc/nsswitch.conf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2010 05:13 AM
тАО02-12-2010 05:13 AM
Re: _kerberos._tcp nslookup of KDC fails on HP-UX
This is what it SHOULD look like:
$ nslookup -type=SRV _kerberos._tcp.[domain]
;; Truncated, retrying in TCP mode.
Server: 10.20.14.205
Address: 10.20.14.205#53
_kerberos._tcp.ag.na.jci.com service = 0 100 88 a212sm51.[domain].
_kerberos._tcp.ag.na.jci.com service = 0 100 88 a1301m900.[domain].
_kerberos._tcp.ag.na.jci.com service = 0 100 88 a0345m900.[domain]. _kerberos._tcp.ag.na.jci.com service = 0 100 88 a534m900.[domain].
There should be no error returned at the end.