- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring DNS client on HP-UX rx4696
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
Forums
Discussions
Discussions
Discussions
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
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
11-27-2005 08:27 PM
11-27-2005 08:27 PM
Configuring DNS client on HP-UX rx4696
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 08:48 PM
11-27-2005 08:48 PM
Re: Configuring DNS client on HP-UX rx4696
Create file /etc/resolv.conf which contains
domain yourcompany.com
nameserver IP DNS1
nameserver IP DNS2
Modify /etc/nsswitch.conf
hosts: dns files
If you type nslookup now, it will search the info from your DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 08:56 PM
11-27-2005 08:56 PM
Re: Configuring DNS client on HP-UX rx4696
a) in /etc/resolv.conf define domain and nameserver:
#cat /etc/resolv.conf
domain domain.com
nameserver x.x.x.x
b) in /etc/nsswitch.conf define order in use type of database (/etc/hosts, dns, nis):
# cat /etc/nsswitch.conf
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
HTH
Regards LiPEnS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 09:04 PM
11-27-2005 09:04 PM
Re: Configuring DNS client on HP-UX rx4696
edit /etc/nsswitch.conf file as,
hosts: dns files
dns will take /etc/resolv.conf file setting.
/etc/resolv.conf
domain domainname.extension
nameserver
nameserver
save it.
Check with nsquery or nslookup resolvation setting.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 09:05 PM
11-27-2005 09:05 PM
Re: Configuring DNS client on HP-UX rx4696
I've never replied to an operating system.
:-)
The DNS client is built into the OS.
Its configured with /etc/nsswitch.conf and /etc/resolv.conf
You need full network communications with the first nameserver entry in resolv.conf
Then you can use nsslookup to test if its working.
nslookup internalhostname
or
nslookup hp.com
The second command tests Internet DNS lookup and may be blocked by your internal network policy.
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
11-28-2005 01:18 AM
11-28-2005 01:18 AM
Re: Configuring DNS client on HP-UX rx4696
retrans 2500
retry 2
Default is 5000 ms and 4..
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:43 AM
11-28-2005 01:43 AM
Re: Configuring DNS client on HP-UX rx4696
Check out this doc , you can find DNS here:
http://docs.hp.com/en/B2355-90775/ch01s01.html
Enjoy ,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 04:43 PM
11-28-2005 04:43 PM
Re: Configuring DNS client on HP-UX rx4696
I can get the CDE logon screen it accepts the logon credetials and then it gives some desktop error and logoff
If i continue to use host file for dns, it doesn't gives error for CDE
I have configured Exceed software to get the CDE desktop through my windows XP client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 05:30 PM
11-28-2005 05:30 PM