- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about named
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
09-03-2002 06:46 PM
09-03-2002 06:46 PM
about named
I want to change the configuration of name server,and i modify the file in directory /etc/named.data,
if i want to apply the change, what should i do?
we have two dns server, one primary and one secondy, i am not sure just restart the named deamon will take the effect, if i also do any other action??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 07:29 PM
09-03-2002 07:29 PM
Re: about named
The information in this posting should help you.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x650557bd90a9d611abdb0090277a778c,00.html
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 07:32 PM
09-03-2002 07:32 PM
Re: about named
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 10:07 AM
09-04-2002 10:07 AM
Re: about named
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 10:35 AM
09-04-2002 10:35 AM
Re: about named
If you are adding a new zone (say a new domain you are now resolving) modify named.conf and add the zone entry.
Then in the zone directory add the zone file.
If you are just adding hosts to an existing zone edit the zone file. Add the host, and make sure to update the serial number at the top of the zone file. This is what is used to tell slaves that the zone has changed.
Then do:
ps -ef | grep named
find the process id and issue
kill -1 pid-of-named
This will recycle named and cause it to load the new zone file. The slave servers will also realize that an updated zone is out there and should initiate a zone transfer of the updated zone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 10:36 AM
09-04-2002 10:36 AM