<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Upgrading Bind in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103575#M573645</link>
    <description>Todd- &lt;BR /&gt;&lt;BR /&gt;I ran that again same results.</description>
    <pubDate>Wed, 29 Oct 2003 14:19:11 GMT</pubDate>
    <dc:creator>IRI Unix Support Group</dc:creator>
    <dc:date>2003-10-29T14:19:11Z</dc:date>
    <item>
      <title>Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103567#M573637</link>
      <description>Does anyone know the correct procedure to upgrade bind?  I need to do this from a 10.20 server with v4.8.3 to 11i 9x.  &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 27 Oct 2003 17:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103567#M573637</guid>
      <dc:creator>IRI Unix Support Group</dc:creator>
      <dc:date>2003-10-27T17:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103568#M573638</link>
      <description>If you are upgrading from BIND 4, read doc/misc/migration-4to9. &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;Copyright (C) 2001  Internet Software Consortium.&lt;BR /&gt;See COPYRIGHT in the source root or &lt;A href="http://isc.org/copyright.html" target="_blank"&gt;http://isc.org/copyright.html&lt;/A&gt; for terms.&lt;BR /&gt;&lt;BR /&gt;$Id: migration-4to9,v 1.3 2001/05/19 01:20:16 gson Exp $&lt;BR /&gt;&lt;BR /&gt;     BIND 4 to BIND 9 Migration Notes&lt;BR /&gt;&lt;BR /&gt;To transition from BIND 4 to BIND 9 you first need to convert your&lt;BR /&gt;configuration file to the new format.  There is a conversion tool in&lt;BR /&gt;contrib/named-bootconf that allows you to do this.&lt;BR /&gt;&lt;BR /&gt; named-bootconf.sh &amp;lt; /etc/named.boot &amp;gt; /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;BIND 9 uses a system assigned port for the UDP queries it makes rather&lt;BR /&gt;than port 53 that BIND 4 uses.  This may conflict with some firewalls.&lt;BR /&gt;The following directives in /etc/named.conf allows you to specify&lt;BR /&gt;a port to use.&lt;BR /&gt;&lt;BR /&gt; query-source address * port 53;&lt;BR /&gt; transfer-source * port 53;&lt;BR /&gt; notify-source * port 53;&lt;BR /&gt;&lt;BR /&gt;BIND 9 no longer uses the minimum field to specify the TTL of records&lt;BR /&gt;without a explicit TTL.  Use the $TTL directive to specify a default TTL&lt;BR /&gt;before the first record without a explicit TTL.&lt;BR /&gt;&lt;BR /&gt; $TTL 3600&lt;BR /&gt; @ IN SOA ns1.example.com. hostmaster.example.com. (&lt;BR /&gt;    2001021100&lt;BR /&gt;    7200&lt;BR /&gt;    1200&lt;BR /&gt;    3600000&lt;BR /&gt;    7200 )&lt;BR /&gt;&lt;BR /&gt;BIND 9 does not support multiple CNAMEs with the same owner name.&lt;BR /&gt; &lt;BR /&gt; Illegal:&lt;BR /&gt; &lt;A href="http://www.example.com." target="_blank"&gt;www.example.com.&lt;/A&gt; CNAME host1.example.com.&lt;BR /&gt; &lt;A href="http://www.example.com." target="_blank"&gt;www.example.com.&lt;/A&gt; CNAME host2.example.com.&lt;BR /&gt;&lt;BR /&gt;BIND 9 does not support "CNAMEs with other data" with the same owner name,&lt;BR /&gt;ignoring the DNSSEC records (SIG, NXT, KEY) that BIND 4 did not support.&lt;BR /&gt;&lt;BR /&gt; Illegal:&lt;BR /&gt; &lt;A href="http://www.example.com." target="_blank"&gt;www.example.com.&lt;/A&gt; CNAME host1.example.com.&lt;BR /&gt; &lt;A href="http://www.example.com." target="_blank"&gt;www.example.com.&lt;/A&gt; MX 10 host2.example.com.&lt;BR /&gt;&lt;BR /&gt;BIND 9 is less tolerant of errors in master files, so check your logs and&lt;BR /&gt;fix any errors reported.  The named-checkzone program can also be to check&lt;BR /&gt;master files.&lt;BR /&gt;&lt;BR /&gt;Outgoing zone transfers now use the "many-answers" format by default.&lt;BR /&gt;This format is not understood by certain old versions of BIND 4.  &lt;BR /&gt;You can work around this problem using the option "transfer-format&lt;BR /&gt;one-answer;", but since these old versions all have known security&lt;BR /&gt;problems, the correct fix is to upgrade the slave servers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 09:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103568#M573638</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-10-28T09:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103569#M573639</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt; Check the HP Release notes section called Migrating from Previous Versions of BIND&lt;BR /&gt;at docs.hp.com HP Part # 5969-4338. The section From BIND 4.9.7 to BIND 9.2.0&lt;BR /&gt;will work for 4.8.3 to 9.2. Get the latest 9.2 version from software.hp.com also, it has fixes for recent CERTS. The big difference is w/ the format of the named.conf as opposed to the named.boot. For BIND 8.X you had to make sure your hostnames didnt break RFC 952 ( check-names statements)for 9.2 it doesnt care. The scripts that are provided to a good job of converting your old zones and named.boot files over to BIND 9.2 formats. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/netcom/index.html" target="_blank"&gt;http://www.docs.hp.com/hpux/netcom/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Wed, 29 Oct 2003 07:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103569#M573639</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-10-29T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103570#M573640</link>
      <description>Thanks for the tip.  I was able to install and convert the db files.  Now when i try to start named (sbin/init.d/named start it won't start.  I see errors in sysylog.&lt;BR /&gt;&lt;BR /&gt;starting BIND 9.2.0&lt;BR /&gt;using 2 CPUs&lt;BR /&gt;loading configuration from '/etc/named.conf'&lt;BR /&gt;no IPv6 interfaces found&lt;BR /&gt;listening on IPv4 interface lan1, 170.118.36.195#53&lt;BR /&gt;listening on IPv4 interface lan0, 170.118.157.103#53&lt;BR /&gt;listening on IPv4 interface lo0, 127.0.0.1#53&lt;BR /&gt;could not configure root hints from 'named.ca': file not found&lt;BR /&gt; loading configuration: file not found&lt;BR /&gt;exiting (due to fatal error)&lt;BR /&gt;&lt;BR /&gt;Any idea why?  &lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 13:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103570#M573640</guid>
      <dc:creator>IRI Unix Support Group</dc:creator>
      <dc:date>2003-10-29T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103571#M573641</link>
      <description>You need the file: named.ca&lt;BR /&gt;&lt;BR /&gt;Or you need to remove that reference from /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Oct 2003 13:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103571#M573641</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-29T13:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103572#M573642</link>
      <description>named.boot had lot of zone entries, after running this named-bootconf.sh &amp;lt; /etc/named.boot &amp;gt; /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;I see named.conf has nothing but this&lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "named.ca";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this correct?  What's the perpose of named.ca file?</description>
      <pubDate>Wed, 29 Oct 2003 13:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103572#M573642</guid>
      <dc:creator>IRI Unix Support Group</dc:creator>
      <dc:date>2003-10-29T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103573#M573643</link>
      <description>starting BIND 9.2.0&lt;BR /&gt;using 2 CPUs&lt;BR /&gt;loading configuration from '/etc/named.conf'&lt;BR /&gt;&lt;BR /&gt;*This message is fine, if your not using IPv6:&lt;BR /&gt;no IPv6 interfaces found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;listening on IPv4 interface lan1, 170.118.36.195#53&lt;BR /&gt;listening on IPv4 interface lan0, 170.118.157.103#53&lt;BR /&gt;listening on IPv4 interface lo0, 127.0.0.1#53&lt;BR /&gt;&lt;BR /&gt;The root hints is used for a root name server, you need to create a db.root if this is how you are set up. &lt;BR /&gt;example:&lt;BR /&gt;zone "." {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.root";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Or whatever you want to call it, if your not the root nameserver then you would want a db.cache with the names of your root nameservers or if your connected to the Internet the names of the Internet root nameservers. &lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.cache";&lt;BR /&gt;};&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;could not configure root hints from 'named.ca': file not found&lt;BR /&gt;loading configuration: file not found&lt;BR /&gt;exiting (due to fatal error)&lt;BR /&gt;&lt;BR /&gt;So the nameserver assumes it's getting the root hints from named.ca, check your named.conf and make sure there arent any errors w/ regards to your "." zone. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 13:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103573#M573643</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-10-29T13:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103574#M573644</link>
      <description>That looks like a problem, if your named.boot was full of zone statements the script should have converted them into the named.conf file and you should see all your zones listed. I've never personally had an issue w/ using the script to convert a boot to a conf file. &lt;BR /&gt;&lt;BR /&gt;Can you test it again?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/named-bootconf.sh &amp;lt; /etc/named.boot &amp;gt;&lt;BR /&gt;/etc/named.conf&lt;BR /&gt;&lt;BR /&gt;Feel free to attach your named.boot file. &lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Wed, 29 Oct 2003 13:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103574#M573644</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-10-29T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103575#M573645</link>
      <description>Todd- &lt;BR /&gt;&lt;BR /&gt;I ran that again same results.</description>
      <pubDate>Wed, 29 Oct 2003 14:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103575#M573645</guid>
      <dc:creator>IRI Unix Support Group</dc:creator>
      <dc:date>2003-10-29T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Bind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103576#M573646</link>
      <description>Feel free to attach your named.boot file to this post and I'll download it and take a look at it. &lt;BR /&gt;&lt;BR /&gt;I'll be here until 4 pm EST.&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Wed, 29 Oct 2003 14:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-bind/m-p/3103576#M573646</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-10-29T14:51:43Z</dc:date>
    </item>
  </channel>
</rss>

