<?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 Sharing question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273443#M609758</link>
    <description>&amp;gt;but does not show any existing symbolic links within directories. Everything else shows up but not the links... and the links point to a directory within the /usr/sap.&lt;BR /&gt;&lt;BR /&gt;Are you using relative or absolute symlinks?  The former is better.</description>
    <pubDate>Sun, 13 Feb 2011 03:36:25 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-02-13T03:36:25Z</dc:date>
    <item>
      <title>NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273432#M609747</link>
      <description>I have a NFS host running HPUX 11.23.  Is there a way, using NFS, to share out in my case, /usr/directoryname as a sharename?  Example:&lt;BR /&gt;&lt;BR /&gt;share /usr/sap as /sapmnt to NFS clients&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for you help.</description>
      <pubDate>Wed, 09 Feb 2011 16:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273432#M609747</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-09T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273433#M609748</link>
      <description>You can share to other Unix/Linux clients.&lt;BR /&gt;You can export /usr/sap.  And all of your clients can mount that as /sapmnt.&lt;BR /&gt;&lt;BR /&gt;You might be able to do something like that for Windows.</description>
      <pubDate>Wed, 09 Feb 2011 17:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273433#M609748</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-09T17:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273434#M609749</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Edit /etc/exports&lt;BR /&gt;&lt;BR /&gt;Add the path and options, there should be examples in there.&lt;BR /&gt;&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On 11.31 the file is /etc/dfs/dfstab but it works the same way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Feb 2011 17:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273434#M609749</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-02-09T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273435#M609750</link>
      <description>I am sorry...i left out that my NFS client is a Windows Machine.  My problem is there is an install taking place on the windows box which requires access to my hpux host's /usr/sap directory.  The problem is the app on the windows box requires a share of \\HPUX hostname\sapmnt (which is to point to /usr/sap). I know to edit the /etc/exports files but i am not sure the options (if any) to add so /usr/sap is exported as /sapmnt.  THe man page does not help for this option.&lt;BR /&gt;&lt;BR /&gt;I hope this all makes sense.</description>
      <pubDate>Wed, 09 Feb 2011 18:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273435#M609750</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-09T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273436#M609751</link>
      <description>&amp;gt;I am not sure the options (if any) to add so /usr/sap is exported as /sapmnt. The man page does not help for this option.&lt;BR /&gt;&lt;BR /&gt;That's because you need to look at the Windows side to see how to do NFS.  Or look at Samba/CIFS to do the sharing.</description>
      <pubDate>Wed, 09 Feb 2011 18:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273436#M609751</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-09T18:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273437#M609752</link>
      <description>everything works if i export /usr/sap as far as accessing the files and directories from the windows client...my problem is this app we are installing requires a sapmnt share.  i was trying to avoid installing SAMBA but it seems that is where i am going to end up.&lt;BR /&gt;&lt;BR /&gt;THank you.</description>
      <pubDate>Wed, 09 Feb 2011 18:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273437#M609752</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-09T18:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273438#M609753</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Windows does not ship with a NFS client.&lt;BR /&gt;&lt;BR /&gt;This can be purchased and installed into windows.&lt;BR /&gt;&lt;BR /&gt;Samba is not a terrible option though, it will get the job done and save money on Windows software.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Feb 2011 19:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273438#M609753</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-02-09T19:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273439#M609754</link>
      <description>Actually the NFS client for windows is free...perhaps there was a cost at some point but it is now free.  Anyhow...i think i am going to try Samba and see how that goes.&lt;BR /&gt;&lt;BR /&gt;Thank you both for your comments.</description>
      <pubDate>Wed, 09 Feb 2011 19:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273439#M609754</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-09T19:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273440#M609755</link>
      <description>going to try samba</description>
      <pubDate>Wed, 09 Feb 2011 19:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273440#M609755</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-09T19:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273441#M609756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; everything works if i export /usr/sap as far as accessing &lt;BR /&gt;&amp;gt;the files and directories from the windows client...&lt;BR /&gt;&amp;gt;my problem is this app we are installing requires a sapmnt share.&lt;BR /&gt;&lt;BR /&gt;So you have now a share /usr/sap ?&lt;BR /&gt;&lt;BR /&gt;If that works, why donÂ´t you just link your /usr/sap to /sapmnt, then export /sapmnt ?&lt;BR /&gt;&lt;BR /&gt;If Win doesnÂ´t recognize it as a 'share', then I believe you have go with samba.&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2011 15:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273441#M609756</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2011-02-10T15:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273442#M609757</link>
      <description>Yeah...i tried creating a link to /usr/sap named /sapmnt...the problem with that is, it works but does not show any existing symbolic links within directories.  Everything else shows up but not the links...and the links point to a directory within the /usr/sap.&lt;BR /&gt;&lt;BR /&gt;Thank you for the input.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2011 12:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273442#M609757</guid>
      <dc:creator>Chad T</dc:creator>
      <dc:date>2011-02-11T12:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273443#M609758</link>
      <description>&amp;gt;but does not show any existing symbolic links within directories. Everything else shows up but not the links... and the links point to a directory within the /usr/sap.&lt;BR /&gt;&lt;BR /&gt;Are you using relative or absolute symlinks?  The former is better.</description>
      <pubDate>Sun, 13 Feb 2011 03:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273443#M609758</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-13T03:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273444#M609759</link>
      <description>Well, if you have a link to a directory that you donÂ´t have exported, then the symbolic link will not work ...&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2011 08:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-sharing-question/m-p/5273444#M609759</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2011-02-14T08:45:23Z</dc:date>
    </item>
  </channel>
</rss>

