<?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: NFS export as ro in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751094#M257809</link>
    <description>&lt;BR /&gt;Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;use the follwoing enrty in /etc/exports to make a readonly export,&lt;BR /&gt;&lt;BR /&gt;/directory -ro&lt;BR /&gt;&lt;BR /&gt;optionally, you can give a selective read write access by adding&lt;BR /&gt;&lt;BR /&gt;/directory -rw=hosta:hostb&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Wed, 15 Mar 2006 00:40:11 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2006-03-15T00:40:11Z</dc:date>
    <item>
      <title>NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751089#M257804</link>
      <description>I have exported a directory to 10 nodes as rw, now I need to export it to one more as ro. How can I do it?</description>
      <pubDate>Tue, 14 Mar 2006 18:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751089#M257804</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2006-03-14T18:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751090#M257805</link>
      <description>You need to export it as "read-mostly".&lt;BR /&gt;&lt;BR /&gt;/mydir rw=host1,host2,host3&lt;BR /&gt;&lt;BR /&gt;This will allow host1,host2, and host3 read-write access but any other hosts not explicitly listed will be read-only.&lt;BR /&gt;&lt;BR /&gt;Man exports for details.</description>
      <pubDate>Tue, 14 Mar 2006 18:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751090#M257805</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-14T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751091#M257806</link>
      <description>If you are using with rw then you don't need to specify (can not) ro to one node. Other nodes which are not configured with rw can access the file system with read-only mode.&lt;BR /&gt;&lt;BR /&gt;Try to mount from the node as,&lt;BR /&gt;&lt;BR /&gt;# mkdir /tmp/testfs&lt;BR /&gt;# mount fileserver:/filesystem /tmp/testfs&lt;BR /&gt;&lt;BR /&gt;will work.&lt;BR /&gt;&lt;BR /&gt;PS: Both machines are needed to be reachable through network.&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Mar 2006 23:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751091#M257806</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-14T23:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751092#M257807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;     Check the excel attachment to get a brief idea about the config files behaviour.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 14 Mar 2006 23:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751092#M257807</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-14T23:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751093#M257808</link>
      <description>&lt;BR /&gt;Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;use the follwoing enrty in /etc/exports to make a readonly export,&lt;BR /&gt;&lt;BR /&gt;/directory -ro&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 15 Mar 2006 00:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751093#M257808</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-03-15T00:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751094#M257809</link>
      <description>&lt;BR /&gt;Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;use the follwoing enrty in /etc/exports to make a readonly export,&lt;BR /&gt;&lt;BR /&gt;/directory -ro&lt;BR /&gt;&lt;BR /&gt;optionally, you can give a selective read write access by adding&lt;BR /&gt;&lt;BR /&gt;/directory -rw=hosta:hostb&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 15 Mar 2006 00:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751094#M257809</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-03-15T00:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751095#M257810</link>
      <description>&lt;BR /&gt;dont forget to run,&lt;BR /&gt;&lt;BR /&gt;#exportfs -av&lt;BR /&gt;&lt;BR /&gt;after modifying the /etc/exports&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 15 Mar 2006 00:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751095#M257810</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-03-15T00:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751096#M257811</link>
      <description>Siva,&lt;BR /&gt;&lt;BR /&gt;Are you asking Bruce to add two entry with ro and rw for one file system? If so it is not possible. Read exports man page.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 15 Mar 2006 00:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751096#M257811</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-15T00:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export as ro</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751097#M257812</link>
      <description>OK, here is how the exports file looks, and it works.&lt;BR /&gt;&lt;BR /&gt;/dir -rw=node1:node2:node3,access=node4</description>
      <pubDate>Wed, 15 Mar 2006 12:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-export-as-ro/m-p/3751097#M257812</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2006-03-15T12:45:39Z</dc:date>
    </item>
  </channel>
</rss>

