- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: update in DNS server
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
08-29-2002 01:38 AM
08-29-2002 01:38 AM
update in DNS server
Currently my DNS server is HP-UX11.0 server and it is also a NIS server. We have about 60 HP worksations now.
We are going to get 40 new SUN solaries worksation to join the current NIS domain and recogonize the current DNS server.
What I plan to do are:
1) A full backup for the DNS server;
2) make a copy of the db.domain and use vi to add in the new entry for the new 40 Sun machines to db.doamin directly.
Is this plan works and anything else I need to take care?
I don't want to edit the /etc/hosts first, then use hosts_to_named, then sig_named restart. It is because I think it is more complicated in this way.
Any suggestions or comments?
Thanks in advance,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 01:58 AM
08-29-2002 01:58 AM
Re: update in DNS server
But what do you want to backup? If you are only going to edit your domain db files a backup of this should be sufficient
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:05 AM
08-29-2002 02:05 AM
Re: update in DNS server
#cp db.domain db.domain.org
#vi db.domain
Do all the changes in the original BIND file.
( As you have copy of that db.domain.org , you are safe )
#ps -ef | grep named
#kill -1 `named's PID`
This is enough . Now your new configuration will come in to effect after some time (TTL).
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 06:17 AM
08-29-2002 06:17 AM
Re: update in DNS server
Just to make sure that do not forget to update the serial number in DNS databse files after making the changes.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 06:27 AM
08-29-2002 06:27 AM
Re: update in DNS server
cp db.domain db.domain.20020829
vi db.domain
update serial number
add new entries
save db.domain
Ditto for reverse db if you have it.
ps -ef | grep named
kill -1 namedpid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 06:03 PM
09-01-2002 06:03 PM
Re: update in DNS server
Thanks a lot for your advise.
just one more question,how to update the serial number? using sig_named restart?
Thanks a lot,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 09:59 PM
09-01-2002 09:59 PM
Re: update in DNS server
Increment it manually in db.domain; save it and then restart with sig_named restart
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 10:49 PM
09-01-2002 10:49 PM
Re: update in DNS server
Manual update is OK. but do not forget to change the seral no to propogate the entries to secondry server.
MM