<?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: Mounting Remote file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032374#M431142</link>
    <description>Thanks for immediate response and I am again troubling all of you and got same error message "Permission denied" while mounting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
    <pubDate>Sat, 17 Mar 2007 04:06:05 GMT</pubDate>
    <dc:creator>mehul_3</dc:creator>
    <dc:date>2007-03-17T04:06:05Z</dc:date>
    <item>
      <title>Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032355#M431123</link>
      <description>I want to mount remote file system with /dev/vg01/lvol1 giving following command&lt;BR /&gt;mount -F vxfs 10.162.185.7:/dev/vg01/lvol2 /n01 but confronted with following error&lt;BR /&gt;mount: /n01: No such file or directory.&lt;BR /&gt;&lt;BR /&gt;Could somebody please hassle free way to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Wed, 07 Mar 2007 08:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032355#M431123</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-07T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032356#M431124</link>
      <description>Hi Mehul,&lt;BR /&gt;&lt;BR /&gt;server 10.162.185.7&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol2 /n01 &lt;BR /&gt;# cat /etc/exports&lt;BR /&gt;check if above filesystem (/n01)is the exports file.&lt;BR /&gt;&lt;BR /&gt;Serverb&lt;BR /&gt;&lt;BR /&gt;mkdir /no1&lt;BR /&gt;mount -F nfs  10.162.185.7:/no1 /no1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 07 Mar 2007 08:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032356#M431124</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-03-07T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032357#M431125</link>
      <description>You need to setup nfs on 10.162.185.7 and export the directory that /dev/vg01/lvol2 is mounted on. also does the directory /n01 exist?</description>
      <pubDate>Wed, 07 Mar 2007 08:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032357#M431125</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-03-07T08:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032358#M431126</link>
      <description>also don't use -F vxfs, this option can only be applied to local mount ..&lt;BR /&gt;so use -F nfs, even it's not really needed .. &lt;BR /&gt;&lt;BR /&gt;Don't mount the remote LV volume, but the remote mount point of this LV&lt;BR /&gt;&lt;BR /&gt;Export on the remote side (NFS server) the directory to tour NFS client&lt;BR /&gt;&lt;BR /&gt;On the client, create the directory on which you are going to mount the remote dir ...&lt;BR /&gt;&lt;BR /&gt;mkdir /dir2&lt;BR /&gt;mount xx.yy.zz.ww:/dir1 /dir2&lt;BR /&gt;cd /dir2&lt;BR /&gt;ls</description>
      <pubDate>Wed, 07 Mar 2007 09:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032358#M431126</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2007-03-07T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032359#M431127</link>
      <description>Hi Mehul,&lt;BR /&gt;&lt;BR /&gt;1. check if your nfs is configured.&lt;BR /&gt;&lt;BR /&gt;2. add the entry of the directory you want to mount in the /etc/exports file on the remote server.&lt;BR /&gt;&lt;BR /&gt;3. do exportfs -a&lt;BR /&gt;&lt;BR /&gt;4. mount the file system. also there isn't any need to use the -F option with mount. it works perfectly fine without it.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 07 Mar 2007 09:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032359#M431127</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-03-07T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032360#M431128</link>
      <description>I could not find exports file getting following error message.&lt;BR /&gt;# cat /etc/exports&lt;BR /&gt;cat: Cannot open /etc/exports: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Wed, 07 Mar 2007 23:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032360#M431128</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-07T23:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032361#M431129</link>
      <description>Hi Mehul,&lt;BR /&gt;&lt;BR /&gt;# vi /etc/exports&lt;BR /&gt;/n01 -rw -root=[remote_host]&lt;BR /&gt;:wq&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/exportfs -a&lt;BR /&gt;&lt;BR /&gt;On remote_host&lt;BR /&gt;&lt;BR /&gt;# mkdir /n01&lt;BR /&gt;# mount -F nfs 10.162.185.7:/n01 /n01&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 08 Mar 2007 03:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032361#M431129</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-03-08T03:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032362#M431130</link>
      <description>I created a new exports file but could not able to save whatever you have suggested to enter text. One doubt I want to clear that in text you suggest to enter [remote_host].So, should I enter remote hostname as a [srsux004] or simply srsux004.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Sat, 10 Mar 2007 05:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032362#M431130</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-10T05:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032363#M431131</link>
      <description>srsux004&lt;BR /&gt;&lt;BR /&gt;# vi /etc/exports&lt;BR /&gt;n01 -rw -root=srsux004&lt;BR /&gt;:wq!&lt;BR /&gt;# exportfs -a</description>
      <pubDate>Sat, 10 Mar 2007 05:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032363#M431131</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-03-10T05:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032364#M431132</link>
      <description>I would suggest starting here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1154/index.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-1154/index.html&lt;/A&gt;</description>
      <pubDate>Sat, 10 Mar 2007 13:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032364#M431132</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-03-10T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032365#M431133</link>
      <description>I exactly followed a steps by entering new entry suggested in exports file but getting following error message when executed exportfs &lt;BR /&gt;exportfs error: unknown option: &lt;BR /&gt;rw-root=srsux004&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Sun, 11 Mar 2007 23:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032365#M431133</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-11T23:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032366#M431134</link>
      <description>Hi Mehul,&lt;BR /&gt;&lt;BR /&gt;This should work fine.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/exports&lt;BR /&gt;n01 -root=srsux004  #root access to srsux004&lt;BR /&gt;:wq!&lt;BR /&gt;# exportfs -a&lt;BR /&gt;&lt;BR /&gt;sunny</description>
      <pubDate>Sun, 11 Mar 2007 23:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032366#M431134</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-03-11T23:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032367#M431135</link>
      <description>Now everthing is working fien but getting error message "permission denied"&lt;BR /&gt;&lt;BR /&gt;Pl, help me in this regard.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Thu, 15 Mar 2007 04:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032367#M431135</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-15T04:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032368#M431136</link>
      <description>Please post the exact error message and post the /etc/exports file.</description>
      <pubDate>Thu, 15 Mar 2007 04:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032368#M431136</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-03-15T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032369#M431137</link>
      <description>when I tried to mount file system using following commnad &lt;BR /&gt;mount -F nfs -o rsize=32768,wsize=32768 10.162.185.7:/arch /u01&lt;BR /&gt; I got error message "permission denied"&lt;BR /&gt;(Note: entry in exports &lt;BR /&gt;/u01 rw-root=srsux004)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mehul</description>
      <pubDate>Thu, 15 Mar 2007 07:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032369#M431137</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-15T07:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032370#M431138</link>
      <description>(Note: entry in exports &lt;BR /&gt;/u01 rw-root=srsux004)&lt;BR /&gt;&lt;BR /&gt;Try this one&lt;BR /&gt;&lt;BR /&gt;/u01 -rw access=srsux004,root=srsux004&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;RJ</description>
      <pubDate>Thu, 15 Mar 2007 08:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032370#M431138</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-03-15T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032371#M431139</link>
      <description>Dear RJ&lt;BR /&gt;  Still I confronted with same error. I entered the same what you have suggested in export file as following&lt;BR /&gt;/u01 rw- access=srsux004,root=srsux004</description>
      <pubDate>Fri, 16 Mar 2007 06:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032371#M431139</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-16T06:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032372#M431140</link>
      <description>you have only one network interface??&lt;BR /&gt;&lt;BR /&gt;try to share to all for test:&lt;BR /&gt;&lt;BR /&gt;vi /etc/exports &lt;BR /&gt;/n01 -rw&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;if NFS server is not started, start it on nfs server:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt; on clilent, retry to mount using ip addr not the name of the server, for ex:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs 10.10.10.10:/n01 /n01&lt;BR /&gt;&lt;BR /&gt;bye</description>
      <pubDate>Fri, 16 Mar 2007 11:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032372#M431140</guid>
      <dc:creator>cutaway</dc:creator>
      <dc:date>2007-03-16T11:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032373#M431141</link>
      <description>&amp;gt;when I tried to mount file system using &amp;gt;following commnad &lt;BR /&gt;&amp;gt;mount -F nfs -o rsize=32768,wsize=32768 10.162.185.7:/arch /u01&lt;BR /&gt;&amp;gt;I got error message "permission denied"&lt;BR /&gt;&amp;gt;(Note: entry in exports &lt;BR /&gt;other question!!:&lt;BR /&gt;if you export on nfs server (10.162.185.7) /u01 &lt;BR /&gt;on the client youmust mount what you share.&lt;BR /&gt;You must mount /u01 like this:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs 10.162.185.7:/u01 /u01&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Mar 2007 11:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032373#M431141</guid>
      <dc:creator>cutaway</dc:creator>
      <dc:date>2007-03-16T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Remote file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032374#M431142</link>
      <description>Thanks for immediate response and I am again troubling all of you and got same error message "Permission denied" while mounting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Sat, 17 Mar 2007 04:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-remote-file-system/m-p/5032374#M431142</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2007-03-17T04:06:05Z</dc:date>
    </item>
  </channel>
</rss>

