<?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: No resolv.conf file presnet in /etc. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517986#M596148</link>
    <description>You can just create the file in your /etc directory and put your name servers in it.  Example.&lt;BR /&gt;&lt;BR /&gt;vi /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;search zone.com&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;&lt;BR /&gt;You can have up to three nameservers.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Apr 2001 18:40:32 GMT</pubDate>
    <dc:creator>Rob Smith</dc:creator>
    <dc:date>2001-04-17T18:40:32Z</dc:date>
    <item>
      <title>No resolv.conf file presnet in /etc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517985#M596147</link>
      <description>While installing VPO 6.0 I get the following message:&lt;BR /&gt;&lt;BR /&gt;Cannot find /etc/resolv.conf, no name server defined.&lt;BR /&gt;&lt;BR /&gt;Why this files is not present and how I can create this file.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 17 Apr 2001 18:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517985#M596147</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2001-04-17T18:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: No resolv.conf file presnet in /etc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517986#M596148</link>
      <description>You can just create the file in your /etc directory and put your name servers in it.  Example.&lt;BR /&gt;&lt;BR /&gt;vi /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;search zone.com&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;nameserver **.**.**.**&lt;BR /&gt;&lt;BR /&gt;You can have up to three nameservers.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 18:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517986#M596148</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-04-17T18:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: No resolv.conf file presnet in /etc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517987#M596149</link>
      <description>This file should be present to tell the system where the NAMED is running.....this file would be on your DNS server.  You don't have this box set up for DNS, so you must resolv and tell the system which node/system has the named file.  You need this to send email from the HPUX server.&lt;BR /&gt;You can simply create the file with vi.  An example might be:&lt;BR /&gt;domain &lt;DOMAIN name="" of="" the="" mailserver=""&gt;&lt;BR /&gt;nameserver &lt;IP of="" the="" domain=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rita&lt;/IP&gt;&lt;/DOMAIN&gt;</description>
      <pubDate>Tue, 17 Apr 2001 18:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517987#M596149</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-04-17T18:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: No resolv.conf file presnet in /etc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517988#M596150</link>
      <description>Hi Gulam:&lt;BR /&gt;&lt;BR /&gt;This is an optional file that if present, enables DNS [see 'man 4 resolver'].&lt;BR /&gt;&lt;BR /&gt;It contains entries that would look like:&lt;BR /&gt;&lt;BR /&gt;domain          mydot.com&lt;BR /&gt;nameserver      10.10.10.7&lt;BR /&gt;nameserver      10.10.10.8&lt;BR /&gt;&lt;BR /&gt;It is used in conjunction with /etc/nsswitch.conf.  Your 'nsswitch' file contains a line that looks like:&lt;BR /&gt;&lt;BR /&gt;hosts: files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;Look in /usr/newconfig/etc/nsswitch* for various templates for /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Apr 2001 18:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517988#M596150</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-17T18:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: No resolv.conf file presnet in /etc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517989#M596151</link>
      <description>If you want configure /etc/resolv.conf and /etc/nsswitch.conf with SAM (Networking).</description>
      <pubDate>Tue, 17 Apr 2001 18:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-resolv-conf-file-presnet-in-etc/m-p/2517989#M596151</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-17T18:52:43Z</dc:date>
    </item>
  </channel>
</rss>

