- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Upgrade BIND 4.9.7 to BIND 9.0
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-29-2001 09:07 AM
03-29-2001 09:07 AM
Upgrade BIND 4.9.7 to BIND 9.0
I am running BIND 4.9.7 on 10.20, is it possible to upgrade BIND 4.9.7 to BIND 9.0 or Higher.
If yes, please give your input as to how to go about the upgrade.
Thanks in advance.
PAd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 10:36 AM
03-29-2001 10:36 AM
Re: Upgrade BIND 4.9.7 to BIND 9.0
I had done an upgrade from 4.x to 8.x sometime back and that was smooth.
The 8.x package came with the necessary scripts to update the dns records, since 8.x used a different format compared to 4.x
I would assume that 9.x has similar scripts available for all the files for which it uses a format which is different from 4.x
Apart from that, you should not have a problem updating.
Thanks,
Nabeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 10:58 AM
03-29-2001 10:58 AM
Re: Upgrade BIND 4.9.7 to BIND 9.0
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 12:34 PM
03-29-2001 12:34 PM
Re: Upgrade BIND 4.9.7 to BIND 9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 03:29 PM
03-29-2001 03:29 PM
Re: Upgrade BIND 4.9.7 to BIND 9.0
If you download from "http://www.isc.org/products/bind" and compile your own, there are as mentioned scripts to convert your V4.X stuff, as well as some other nice scripts like check_zone, check_conf, etc....
As mentioned, you should have HP's ANSI/C compiler. You may get gcc to work, but I had no luck with that, so went to HP's ANSI/C which compiled flawlessly!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 11:20 PM
03-29-2001 11:20 PM
Re: Upgrade BIND 4.9.7 to BIND 9.0
named.boot becomes named.conf
Converters exist that convert a named.boot into a named.conf file (at least in the BIND-8.x) distribution.
BIND-9.x builds out of the box on HP-UX 10.20, provided you have either the ANSI cc product or the GNU c compiler (gcc, free software).
I used the following to build BIND-9.x:
./configure --disable-threads
make
make install
After that, named is installed as /usr/local/sbin/named -- this means you'll have to change the /sbin/init.d/named script to reflect that change.
For security reasons, BIND should ONLY run as an unprivileged user (say "named") -- that way an intruder has only rights of that user "named" when gaining access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 09:41 AM
03-30-2001 09:41 AM
Re: Upgrade BIND 4.9.7 to BIND 9.0
Theory and practice are still a bit far apart - my quick measurements of BIND 9.1.0 show it to be about 1/2 the perf of BIND 8.2.3pl5. That is written-up at ftp://ftp.cup.hp.com/dist/networking/briefs/
In speaking with some of the BIND developers, it looks like there will be perf improvements in the 9.2.X line.