- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/resolv.conf entry
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
12-12-2007 01:26 AM
12-12-2007 01:26 AM
/etc/resolv.conf entry
i have to add a new domain to the search string in /etc/resolv.conf for several machines. Is it possible to do this in one "central" place (e.g. NIS) or do i have to change it on every single host?
Thx in advance
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 02:03 AM
12-12-2007 02:03 AM
Re: /etc/resolv.conf entry
No except with NIS and I would not use NIS just for that...
There is an alternative: do a man of rdist and give it a try...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 02:15 AM
12-12-2007 02:15 AM
Re: /etc/resolv.conf entry
thx for your reply. We already have NIS implemented in that environment, so could you please outline the actions we have to take to distribute it from there?
Thx
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 06:25 AM
12-12-2007 06:25 AM
Re: /etc/resolv.conf entry
Im not sure I undestood what you were trying to achieve:
If its updating resolv.conf on servers, you will have to change it on all concerned boxes
NIS is network => no local files...
So using NIS, the way I understand is :
The NIS (YP) server can be run in "DNS-forwarding mode",
where it forwards lookup requests to DNS for host-names and
-addresses that do not exist in its database.
So you would have in /etc/nssitch.conf file a line like this:
hosts: nis [NOTFOUND=return] DNS files
or
hosts: files DNS NIS
But Im no network expert...
All the best
Victor
P.S. For files we want centralised and distributed (e.g hosts...) we use rdist or rsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 06:34 AM
12-12-2007 06:34 AM
Re: /etc/resolv.conf entry
You can use a system like cfengine to maintain that....
I believe you can also use System Insight Manager to do this as well.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 04:44 PM
12-12-2007 04:44 PM
Re: /etc/resolv.conf entry
Bill Hassell, sysadmin