<?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: Regarding DNS Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565337#M372103</link>
    <description>Atleast you need to reply once wheather your query is resolved or not . atleast give some points . We help you guys in our spare time &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Jan 2010 12:04:55 GMT</pubDate>
    <dc:creator>Jupinder Bedi</dc:creator>
    <dc:date>2010-01-16T12:04:55Z</dc:date>
    <item>
      <title>Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565334#M372100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want configure the Primary and Slave DNS in hp-ux 11.23 version and the server model is rx3600. Can you have provide the required steps to complete this jobs.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Surajit</description>
      <pubDate>Sat, 16 Jan 2010 08:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565334#M372100</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-16T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565335#M372101</link>
      <description>use the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972401" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972401&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope the following could be useful to you.&lt;BR /&gt;&lt;BR /&gt;Configuring DNS&lt;BR /&gt;====================&lt;BR /&gt;&lt;BR /&gt;I.Configure your Master DNS:-&lt;BR /&gt;============================&lt;BR /&gt;&lt;BR /&gt;1 Delete all entries from /etc/hosts except local host entry and hosts in your domain.&lt;BR /&gt;Put FQDN for all hosts.See the example for a server called syam&lt;BR /&gt;&lt;BR /&gt;#vi /etc/hosts&lt;BR /&gt;127.0.0.1 localhost&lt;BR /&gt;128.1.1.1 syam.india.mum.com syam&lt;BR /&gt;128.1.1.2 syam2.india.mum.com syam1&lt;BR /&gt;128.1.1.3 test.india.mum.com test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2 Create a directory for the DNS database file and cd to it&lt;BR /&gt;&lt;BR /&gt;#mkdir /etc/named.data&lt;BR /&gt;#chmod 755 /etc/named.data&lt;BR /&gt;#cd /etc/named.data&lt;BR /&gt;&lt;BR /&gt;3. Create a param file for your domain&lt;BR /&gt;&lt;BR /&gt;#vi param&lt;BR /&gt;&lt;BR /&gt;-d syam.india.mum.com # Use your domain name(s) here&lt;BR /&gt;-n 128.1.1 # Use your subnet address(es) here&lt;BR /&gt;-z 128.1.1.1 # Use your master server's IP here&lt;BR /&gt;-b /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;4. Run hosts_to_named&lt;BR /&gt;&lt;BR /&gt;#hosts_to_named -f param&lt;BR /&gt;&lt;BR /&gt;5. Download db.cache to the current dir.&lt;BR /&gt;&lt;BR /&gt;6. Enable NAMED in the /etc/rc.config.d/namesvrs&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d/namesvrs&lt;BR /&gt;&lt;BR /&gt;NAMED=1&lt;BR /&gt;NAMED_AGRS=""&lt;BR /&gt;&lt;BR /&gt;7. Start the named daemon&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;II. Configuring Slave DNS:-&lt;BR /&gt;===============================&lt;BR /&gt;&lt;BR /&gt;1. Create a directory for the DNS database file and cd to it&lt;BR /&gt;&lt;BR /&gt;#mkdir /etc/named.data&lt;BR /&gt;#chmod 755 /etc/named.data&lt;BR /&gt;#cd /etc/named.data&lt;BR /&gt;&lt;BR /&gt;2. FTP copies the db.* files from the master DNS.&lt;BR /&gt;&lt;BR /&gt;#ftp 128.1.1.1 # Use your master DNS Server's IP Here&lt;BR /&gt;&amp;gt;mget /etc/named.data/db.*&lt;BR /&gt;&amp;gt;bye&lt;BR /&gt;&lt;BR /&gt;3. FTP a copy of conf.sec.save from the master DNS server and move it into place on the slave server as /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;#ftp 128.1.1.1 # Use your Master DNS IP here.&lt;BR /&gt;&amp;gt;get /etc/named.data/conf.sec.save&lt;BR /&gt;&amp;gt;bye&lt;BR /&gt;&lt;BR /&gt;#mv /etc/named.data/conf.sec.save /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. Enable NAMED in the /etc/rc.config.d/namesvrs&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d/namesvrs&lt;BR /&gt;NAMED=1&lt;BR /&gt;NAMED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. Start the named daemon&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;III. Configure the DNS clients;-&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;1. Modify the resolver file. Include the DNS IPs in the search list.Include both Master and mSlave server in the namesservers list.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/resolve.conf&lt;BR /&gt;&lt;BR /&gt;search xyz.india.mum.com # replace this with your domain name&lt;BR /&gt;nameservers 128.1.1.1 # Replace 128.1.1.1 with your Master DNS IP&lt;BR /&gt;nameservers 128.1.1.2 # Replace 128.1.1.2 with your Slave DNS IP &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. If your /etc/nsswitch.conf exists, delete it. You can experiment with the default behaviour for now. &lt;BR /&gt;&lt;BR /&gt;#mv /etc/nsswitch.conf /etc/nsswitch.conf.orig&lt;BR /&gt;3. Slave DNS and Clients need to modify /etc/hosts at this time.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/hosts&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 localhost&lt;BR /&gt;128.1.1.3 test.india.mum.com test&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jan 2010 08:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565335#M372101</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-16T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565336#M372102</link>
      <description>Please let me know if you still need any help.</description>
      <pubDate>Sat, 16 Jan 2010 08:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565336#M372102</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-16T08:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565337#M372103</link>
      <description>Atleast you need to reply once wheather your query is resolved or not . atleast give some points . We help you guys in our spare time &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Jan 2010 12:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565337#M372103</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-16T12:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565338#M372104</link>
      <description>Thanks for your help.Actually this will be implemented on next week.&lt;BR /&gt;&lt;BR /&gt;I have another query.&lt;BR /&gt;&lt;BR /&gt;1.Shall I need to install some bind patches first? &lt;BR /&gt;&lt;BR /&gt;2.Whether the server need some internet connection or not? i.e.if we try to open firefox from the server will it be connected to the internet?&lt;BR /&gt;&lt;BR /&gt;Again thanks for your help.</description>
      <pubDate>Sat, 16 Jan 2010 14:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565338#M372104</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-16T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565339#M372105</link>
      <description>yes bind package should be there before installing you can check it using swlist command &lt;BR /&gt;&lt;BR /&gt;and also &lt;BR /&gt;&lt;BR /&gt;internet is connection must required for connecting the outer world and also you need to register one domain name first.&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jan 2010 14:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565339#M372105</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-16T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565340#M372106</link>
      <description>Thanks for your kind help.&lt;BR /&gt;&lt;BR /&gt;There is no bind package installed in our server.Where can I get this package? Is it free available in the internet?&lt;BR /&gt;After installing the bind package shall I follow your steps? Or I have to do some configuration changes after installing the bind package? Is there any particular version of bind package that shall we install?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jan 2010 14:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565340#M372106</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-16T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565341#M372107</link>
      <description>you can download the bind package from the internet or hp website and yes go thorugh the procedure as I told you step by step and if you will face any kind of difficulty please let us know , we are here to help you out. Installing DNS on hpux is very simple than any other unix OS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck</description>
      <pubDate>Sat, 16 Jan 2010 14:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565341#M372107</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-16T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565342#M372108</link>
      <description>Thank you very much.&lt;BR /&gt;&lt;BR /&gt;I will do this configuration in next week. and I shall let you know after the configuration will be over.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Sat, 16 Jan 2010 15:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565342#M372108</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-16T15:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565343#M372109</link>
      <description>Hi I am doing the above mentioned steps.&lt;BR /&gt;&lt;BR /&gt;I have added /etc/hosts file &lt;BR /&gt;&lt;BR /&gt;128.1.1.1 syam.india.mum.com syam ( This is master server)&lt;BR /&gt;128.1.1.2 syam1.india.mum.com syam1 (This is for slave server)&lt;BR /&gt;&lt;BR /&gt;and I have added in param file &lt;BR /&gt;-d syam.india.mum.com # Use your domain name(s) here&lt;BR /&gt;-n 128.1.1 # Use your subnet address(es) here&lt;BR /&gt;-z 128.1.1.1 # Use your master server's IP here&lt;BR /&gt;-b /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;In param file I have given only the entry for the master server.i.e -d syam.india.mum.com&lt;BR /&gt;&lt;BR /&gt;Now when I am running hosts_to_named -f param&lt;BR /&gt;&lt;BR /&gt;It is giving the following error.&lt;BR /&gt;&lt;BR /&gt;" 128.1.1.2 syam1.india.mum.com syam1&lt;BR /&gt;( First name not in syam.india.mum.com )&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2010 06:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565343#M372109</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-21T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565344#M372110</link>
      <description>Here the all the entry i.e. IP address and hostname and FQDN I have given according to our server.</description>
      <pubDate>Thu, 21 Jan 2010 06:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565344#M372110</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-21T06:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565345#M372111</link>
      <description>The domain name I gave you was a example &lt;BR /&gt;" 128.1.1.2 syam1.india.mum.com syam1&lt;BR /&gt;&lt;BR /&gt;please put your domain name and ip address whatever you have. syam1 was a example for you &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2010 06:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565345#M372111</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-21T06:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565346#M372112</link>
      <description>and also&lt;BR /&gt;&lt;BR /&gt;-d syam.india.mum.com # Use your domain name(s) here&lt;BR /&gt;-n 128.1.1 # Use your subnet address(es) here&lt;BR /&gt;-z 128.1.1.1 # Use your master server's IP here&lt;BR /&gt;&lt;BR /&gt;128.1.1 was a example for you</description>
      <pubDate>Thu, 21 Jan 2010 06:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565346#M372112</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-21T06:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565347#M372113</link>
      <description>Hi I know that IP and FQDN you have given as an example.I have not given these values in our server.&lt;BR /&gt;&lt;BR /&gt;I have given the IP and FQDN of master server and slave server in hosts file.&lt;BR /&gt;&lt;BR /&gt;and also in param file, which for security reason I am not putting here.&lt;BR /&gt;&lt;BR /&gt;My main problem is that &lt;BR /&gt;when I am running hosts_to_named -f param It is giving the following error.&lt;BR /&gt;&lt;BR /&gt;" 128.1.1.2 syam1.india.mum.com syam1&lt;BR /&gt;( First name not in syam.india.mum.com )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that means " the IP of slave server FQDN of slave server ( First name not in syam.india.mum.com ( the FQDN of master server that I mentioned in param file)&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2010 07:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565347#M372113</guid>
      <dc:creator>Surajit Santra</dc:creator>
      <dc:date>2010-01-21T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding DNS Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565348#M372114</link>
      <description>I have not seen this kind of error but unable to understand this error but you can find the following link , I hope it will help you out.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/ch03s16.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/ch03s16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/ch03s05.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/ch03s05.html&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-dns-configuration/m-p/4565348#M372114</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-21T10:16:57Z</dc:date>
    </item>
  </channel>
</rss>

