<?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 Procedure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183634#M689151</link>
    <description>&amp;gt;3.showmount -e     (to show mount FS)&lt;BR /&gt;&lt;BR /&gt;You can also look at /etc/xtab.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In App Server&lt;BR /&gt;&lt;BR /&gt;You forgot you need to mkdir the mount point:&lt;BR /&gt;# mkdir -p /sapmnt/PRD/global&lt;BR /&gt;(You may have to set the permissions to global to be a+rwx=ugo.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;is this right?&lt;BR /&gt;&lt;BR /&gt;Sure looks like it.</description>
    <pubDate>Tue, 22 Apr 2008 07:02:40 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-04-22T07:02:40Z</dc:date>
    <item>
      <title>NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183627#M689144</link>
      <description>&lt;!--!*#--&gt;I want to NFS mount one dir of PRD server on App server&lt;BR /&gt;Actually one dir from PRD is already mounted . &lt;BR /&gt;&lt;BR /&gt;in /etc/export having one entry i.e&lt;BR /&gt;&lt;BR /&gt;/sapmnt/PRD/profile -root=MYHPAPP,access=MYHPAPP&lt;BR /&gt;i will add other entry i.e.&lt;BR /&gt;/sapmnt/PRD/global -root=MYHPAPP,access=MYHPAPP&lt;BR /&gt;&lt;BR /&gt;after thet tell me which option i want to use to export only second dir beacuse profile is alrady mounted only mount golbal&lt;BR /&gt;&lt;BR /&gt;i.e.  exportfs - ????????????&lt;BR /&gt;&lt;BR /&gt;plz tell me procedure also?</description>
      <pubDate>Mon, 21 Apr 2008 10:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183627#M689144</guid>
      <dc:creator>Santosh P Karpe</dc:creator>
      <dc:date>2008-04-21T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183628#M689145</link>
      <description># exportfs -a&lt;BR /&gt;This will export both of them, so won't change profile.</description>
      <pubDate>Mon, 21 Apr 2008 10:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183628#M689145</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-21T10:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183629#M689146</link>
      <description>Hi Santosh&lt;BR /&gt;&lt;BR /&gt;Simply run after adding lines in /etc/exports&lt;BR /&gt;&lt;BR /&gt;#exportfs -a&lt;BR /&gt;&lt;BR /&gt;and verify by using&lt;BR /&gt;&lt;BR /&gt;#showmount -e</description>
      <pubDate>Mon, 21 Apr 2008 10:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183629#M689146</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-21T10:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183630#M689147</link>
      <description>1&amp;gt;exportfs -a &lt;BR /&gt;2&amp;gt;showmount -e &lt;BR /&gt;3&amp;gt;also insert the entry in /etc/fstab &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sachit</description>
      <pubDate>Mon, 21 Apr 2008 10:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183630#M689147</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-04-21T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183631#M689148</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if this should be a one-time-change, there is no need to change /etc/exports - use&lt;BR /&gt;&lt;BR /&gt;exportfs -i -o root=MYHPAPP,access=MYHPAPP /sapmnt/PRD/global&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 21 Apr 2008 17:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183631#M689148</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2008-04-21T17:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183632#M689149</link>
      <description>Dear Santhosh&lt;BR /&gt;&lt;BR /&gt;once u added an entry in /etc/exports file&lt;BR /&gt;u have to force re read that file for that u have to use exportfs -a command&lt;BR /&gt;once u used exportfs -a command it is exported&lt;BR /&gt;u can see this in u /etc/xtab file&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Mon, 21 Apr 2008 18:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183632#M689149</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-21T18:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183633#M689150</link>
      <description>&lt;!--!*#--&gt;Thanks Everybady...............&lt;BR /&gt;&lt;BR /&gt;Here i am writing procedure Plz check it &amp;amp; Tell me it correct or not &lt;BR /&gt;&lt;BR /&gt;In PRD server&lt;BR /&gt;&lt;BR /&gt;1.Edit exports  &amp;amp; add entry&lt;BR /&gt;sapmnt/PRD/global -root=MYHPAPP,access=MYHPAPP&lt;BR /&gt;&lt;BR /&gt;2.#exportfs -a&lt;BR /&gt;&lt;BR /&gt;3.showmount -e     (to show mount FS)&lt;BR /&gt;&lt;BR /&gt;In App Server&lt;BR /&gt;&lt;BR /&gt;1. Edit fstab &amp;amp; add entry as&lt;BR /&gt;MYHPPRD:/sapmnt/PRD/global /sapmnt/PRD/global nfs defaults 0 0&lt;BR /&gt;&lt;BR /&gt;2. mount MYHPPRD:/sapmnt/PRD/global /sapmnt/PRD/global&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;mount /sapmnt/PRD/global&lt;BR /&gt;&lt;BR /&gt;3 #bdf&lt;BR /&gt;&lt;BR /&gt;is this right?</description>
      <pubDate>Tue, 22 Apr 2008 02:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183633#M689150</guid>
      <dc:creator>Santosh P Karpe</dc:creator>
      <dc:date>2008-04-22T02:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183634#M689151</link>
      <description>&amp;gt;3.showmount -e     (to show mount FS)&lt;BR /&gt;&lt;BR /&gt;You can also look at /etc/xtab.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In App Server&lt;BR /&gt;&lt;BR /&gt;You forgot you need to mkdir the mount point:&lt;BR /&gt;# mkdir -p /sapmnt/PRD/global&lt;BR /&gt;(You may have to set the permissions to global to be a+rwx=ugo.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;is this right?&lt;BR /&gt;&lt;BR /&gt;Sure looks like it.</description>
      <pubDate>Tue, 22 Apr 2008 07:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183634#M689151</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-22T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183635#M689152</link>
      <description>Dear &lt;BR /&gt;please make directroy in server 2&lt;BR /&gt;and mount it there&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;i am exporting one file from server1 to server2&lt;BR /&gt;ie&lt;BR /&gt;first I made an entry in /etc/exports file of the server1&lt;BR /&gt;&lt;BR /&gt;/home/sajjad/file1&lt;BR /&gt;&lt;BR /&gt;after that i exported it&lt;BR /&gt;then server b&lt;BR /&gt;made a directory tmp1&lt;BR /&gt;on server b&lt;BR /&gt;mount server1:/home/sajjad/file1 tmp1&lt;BR /&gt;cd tmp1&lt;BR /&gt;u can see file there&lt;BR /&gt;ok&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183635#M689152</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-22T09:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183636#M689153</link>
      <description>Thanks everybody..................&lt;BR /&gt;&lt;BR /&gt;I mounted dir successfully......&lt;BR /&gt;&lt;BR /&gt;Again thanks...&lt;BR /&gt;&lt;BR /&gt;santosh karpe</description>
      <pubDate>Wed, 23 Apr 2008 08:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-procedure/m-p/4183636#M689153</guid>
      <dc:creator>Santosh P Karpe</dc:creator>
      <dc:date>2008-04-23T08:04:43Z</dc:date>
    </item>
  </channel>
</rss>

