- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moving DNS
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
03-26-2004 02:35 AM
03-26-2004 02:35 AM
I'm planning on moving over:
/etc/named.data
/etc/named.boot
/etc/resolv.conf
/etc/nsswitch.conf
I need to know where the file is that controls DNS startup during the boot process, as I'll need to turn that on.
Also how can I get the current bind version from the new server?
Is there anything else I need to do, or need to know?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 02:44 AM
03-26-2004 02:44 AM
SolutionThats where you define and point to your zone files.
I had to manually recreate the data when I implemented BIND 9.2http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2
Here is a good implementation howto. Its Linux based but it worked like a champ on HP-UX.
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html
If installed from depot:
swlist -l product | grep -i bind
If not, man dig, there are options that will display the version of BIND/DNS
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
03-26-2004 03:27 AM
03-26-2004 03:27 AM
Re: moving DNS
since yoe have listed /etc/named.boot in your filelist, you have bind version 4.x running.
Newer versions of bind require the conversion
of this file to new syntax and to a different filename '/etc/named.conf' .
There was a conversion utility - distributed at least wiht bind 8.x - for the conversion process.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 03:48 AM
03-26-2004 03:48 AM
Re: moving DNS
Are they compatible? If so I'll just move the data over for now, and up-rev it later.
Were is the file that has the switch, which starts DNS at boot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 03:55 AM
03-26-2004 03:55 AM
Re: moving DNS
you need to convert the bootfile and the DNS-data, you cannot just use the 4.9 stuff in
8.x .
I have just no HP machine at hand for the startup file, bit grep for NAMED in /etc/rc.config.d/* , you will find it.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 08:50 AM
03-26-2004 08:50 AM
Re: moving DNS
Can I ask, how do you convert the data from bind 4 to bind 9? What's the difference in the db.xxx files that would prevent me from using them directly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 11:06 PM
03-26-2004 11:06 PM