<?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: Strange problem while exporting FS using exportfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257350#M332463</link>
    <description>You have made entry for this server in DNS.&lt;BR /&gt;Give only the hostname, without full DNS name and then check.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
    <pubDate>Tue, 26 Aug 2008 12:47:50 GMT</pubDate>
    <dc:creator>SKR_1</dc:creator>
    <dc:date>2008-08-26T12:47:50Z</dc:date>
    <item>
      <title>Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257344#M332457</link>
      <description>&lt;!--!*#--&gt;Environment:&lt;BR /&gt;&lt;BR /&gt;myhp12 / $ uname -a&lt;BR /&gt;HP-UX myhp12 B.11.11 U 9000/800 3799681168 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;myhp12 / $ cat /etc/exports&lt;BR /&gt;#/backups/SRT_LOC/653 -access=192.168.7.21,root=192.168.7.21,ro&lt;BR /&gt;&lt;BR /&gt;/backups/SRT_LOC/653 -access="myhp10.rwgm1.com",root=192.168.7.21,ro&lt;BR /&gt;&lt;BR /&gt;myhp12 / $ exportfs -a&lt;BR /&gt;exportfs error: only specify one of rw or ro.&lt;BR /&gt;&lt;BR /&gt;Using IP address instead of the host name works fine. i.e. say, from the above /etc/exports if I uncomment the first line and comment the second, the exportfs command goes through.&lt;BR /&gt;&lt;BR /&gt;Looks like the "rw" in the domain name is causing this problem.&lt;BR /&gt;Anyone seen this before? Or am I doing something wrong?</description>
      <pubDate>Mon, 25 Aug 2008 13:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257344#M332457</guid>
      <dc:creator>Amol Vaikar</dc:creator>
      <dc:date>2008-08-25T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257345#M332458</link>
      <description>I think the conflict is between -access and ro.&lt;BR /&gt;&lt;BR /&gt;Drop the ,ro at the end and test again.&lt;BR /&gt;&lt;BR /&gt;If you want ro then change the -access to -ro&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 14:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257345#M332458</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-25T14:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257346#M332459</link>
      <description>Yup, that seems to work.&lt;BR /&gt;Thanks! :)&lt;BR /&gt;But shouldn't it work either ways?</description>
      <pubDate>Mon, 25 Aug 2008 14:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257346#M332459</guid>
      <dc:creator>Amol Vaikar</dc:creator>
      <dc:date>2008-08-25T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257347#M332460</link>
      <description>-access implies rw,  by putting ro at the end there is now a conflict.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 14:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257347#M332460</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-25T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257348#M332461</link>
      <description>But in that case, it should fail when I replace the host name with its IP address as shown in the first string of my illustration, shouldn't it? But it works that way.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 26 Aug 2008 03:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257348#M332461</guid>
      <dc:creator>Amol Vaikar</dc:creator>
      <dc:date>2008-08-26T03:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257349#M332462</link>
      <description>snips from man exportfs &lt;BR /&gt;access=[access_list][:access_list]&lt;BR /&gt;-hostname&lt;BR /&gt;The name of a host.  With a server configured for DNS naming in the nsswitch "hosts" entry, any hostname must be represented as a fully qualified DNS name.  &lt;BR /&gt;&lt;BR /&gt;Currently HP-UX will allow a match for a non-fully qualified hostname; this HP only feature will be obsoleted in a later release of HP-UX.&lt;BR /&gt;&lt;BR /&gt;&amp;amp; see the &lt;BR /&gt;DNS suffix section also.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2008 11:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257349#M332462</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-08-26T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257350#M332463</link>
      <description>You have made entry for this server in DNS.&lt;BR /&gt;Give only the hostname, without full DNS name and then check.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 26 Aug 2008 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257350#M332463</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-26T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem while exporting FS using exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257351#M332464</link>
      <description>&lt;!--!*#--&gt;@Tim:&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;The workaround given by you does solve the error given by exportfs, but the result is not quite what I expect.&lt;BR /&gt;My new /etc/exports has:&lt;BR /&gt;/backups/SRT_LOC/653 -  ro,access=myhp10.rwgm1.com,root=myhp10.rwgm1.com&lt;BR /&gt;&lt;BR /&gt;But when i do just "exportfs", I get this output:&lt;BR /&gt;/backups/SRT_LOC/653 -access=ro,access=myhp10.rwgm1.com,root=myhp10.rwgm1.com&lt;BR /&gt;&lt;BR /&gt;Please note that "ro" has gone to the access list.&lt;BR /&gt;&lt;BR /&gt;@Rasheed:&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I too had seen that in the man page. SO I am justified in using the FQDN, isnt it?&lt;BR /&gt;&lt;BR /&gt;@SKR:&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I get the same error even if my host name has a "rw" in it.</description>
      <pubDate>Wed, 27 Aug 2008 12:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-while-exporting-fs-using-exportfs/m-p/4257351#M332464</guid>
      <dc:creator>Amol Vaikar</dc:creator>
      <dc:date>2008-08-27T12:20:52Z</dc:date>
    </item>
  </channel>
</rss>

