- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I Enable DNS Automatically?
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
06-04-2001 07:34 AM
06-04-2001 07:34 AM
How do I Enable DNS Automatically?
I know very little about HP-UX. We just recently upgraded to HP-UX 11.0. Every time we rebooted HP-UX, we had to go into SAM to
enable DNS. Is there a way to set this up to do enable automatically? Thank you in advance.
NL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 07:42 AM
06-04-2001 07:42 AM
Re: How do I Enable DNS Automatically?
Yes there is a simple way to start named.
1) As root, cd /etc/rc.config.d
2) vi namesvrs
3) edit the line "NAMED=" or "NAMED=0" and set it to "NAMED=1".
4) Save the file and you are done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 07:43 AM
06-04-2001 07:43 AM
Re: How do I Enable DNS Automatically?
It sounds like you need to set NAMED=1 in /etc/rc.config.d/namesvrs . A very good guide to DNS (BIND) can be found in the "Installing and Administering Internet Services" manual (chapter-3):
http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:21 PM
06-04-2001 12:21 PM
Re: How do I Enable DNS Automatically?
Are you trying to enable the DNS server or the DNS client (resolver)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 12:58 PM
06-05-2001 12:58 PM
Re: How do I Enable DNS Automatically?
it does not start automatically.
NL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 01:04 PM
06-05-2001 01:04 PM
Re: How do I Enable DNS Automatically?
Have you checked /etc/rc.log for any errors when it tries to start DNS?
If this is not a DNS server, are you just trying to do an nslookup for another host on the network? Is your /etc/resolv.conf file set up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 05:06 AM
06-06-2001 05:06 AM
Re: How do I Enable DNS Automatically?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 05:50 AM
06-06-2001 05:50 AM
Re: How do I Enable DNS Automatically?
/sbin/init.d/nis.server start
/sbin/init.d/nis.client start