<?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 NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078328#M142108</link>
    <description>OK I am in a bind here and I need some help please. My boss is about to show me the curb.&lt;BR /&gt;&lt;BR /&gt;I am running samba on the HPUX box, and in order for me to control the permissions correctly on the NT side I need the perms to look like this:&lt;BR /&gt;&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 28 11:24 fsdev&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 27 11:07 fsprd&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 28 14:46 fstst&lt;BR /&gt;&lt;BR /&gt;770 and root:root&lt;BR /&gt;&lt;BR /&gt;Now all my samba permissions are fine. The users are blocked and allowed to go where they want too.&lt;BR /&gt;&lt;BR /&gt;BUUUUTTT, I nfs these files to another unix system and now, oracle users cant get into the NFS mounts because of the 770 and root:root perms on the system taht is handing out the files. Any ideas here or did I confuse everybody.&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Sep 2003 09:45:50 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2003-09-25T09:45:50Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078328#M142108</link>
      <description>OK I am in a bind here and I need some help please. My boss is about to show me the curb.&lt;BR /&gt;&lt;BR /&gt;I am running samba on the HPUX box, and in order for me to control the permissions correctly on the NT side I need the perms to look like this:&lt;BR /&gt;&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 28 11:24 fsdev&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 27 11:07 fsprd&lt;BR /&gt;drwxrwx---    8 root     root           75 Aug 28 14:46 fstst&lt;BR /&gt;&lt;BR /&gt;770 and root:root&lt;BR /&gt;&lt;BR /&gt;Now all my samba permissions are fine. The users are blocked and allowed to go where they want too.&lt;BR /&gt;&lt;BR /&gt;BUUUUTTT, I nfs these files to another unix system and now, oracle users cant get into the NFS mounts because of the 770 and root:root perms on the system taht is handing out the files. Any ideas here or did I confuse everybody.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 09:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078328#M142108</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-25T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078329#M142109</link>
      <description>Here is what I get on the NFS side when the psfin user tries to go to the nfs filesystem. Notice the 'SU' in the error message. Is this telling me something?&lt;BR /&gt;&lt;BR /&gt;ihshp14:psfin&amp;gt; cd /app/psfin/fsdev/fsintfc&lt;BR /&gt;su: /app/psfin/fsdev/fsintfc: Permission denied.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 09:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078329#M142109</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-25T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078330#M142110</link>
      <description>So it sounds like you need to decide whether or not you want the NT/samba stuff to work or your other NFS client. &lt;BR /&gt;what options/permissions are you exporting the filesystems as?</description>
      <pubDate>Thu, 25 Sep 2003 09:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078330#M142110</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-09-25T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078331#M142111</link>
      <description>Robert,&lt;BR /&gt;  This is really a permission problem.   &lt;BR /&gt;&lt;BR /&gt;&lt;EXCERPT&gt;&lt;BR /&gt;The user ID and group ID mappings must be the same between client and&lt;BR /&gt;      server.  However, the server maps UID 0 (the superuser) to UID -2&lt;BR /&gt;      before performing access checks for a client.  This process prevents&lt;BR /&gt;      gaining superuser privileges on remote file systems.&lt;BR /&gt;&lt;/EXCERPT&gt;&lt;BR /&gt;&lt;BR /&gt;  So you have only permissions for root:root.  &lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 25 Sep 2003 10:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078331#M142111</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-25T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078332#M142112</link>
      <description>Robert, post the contents of /etc/exports&lt;BR /&gt; &lt;BR /&gt;It is probable that nfs access is being blocked by the settings there.&lt;BR /&gt; &lt;BR /&gt;Again, its very important to understand under the permissions you currently have, the user that needs to access those directories must be part of the root group.&lt;BR /&gt; &lt;BR /&gt;That's opennning up some security issues, unless the users are all admins.&lt;BR /&gt; &lt;BR /&gt;If you can't change the permissions on the files, you have a problem.  oracle user should NOT be part of the root group.  To enable access to those files, you will have to add access to the other section.&lt;BR /&gt;&lt;BR /&gt;I would suggest this:&lt;BR /&gt;&lt;BR /&gt;drwxrwxr-x 8 root root 75 Aug 28 11:24 fsdev&lt;BR /&gt;drwxrwxr-x 8 root root 75 Aug 27 11:07 fsprd&lt;BR /&gt;drwxrwxr-x 8 root root 75 Aug 28 14:46 fstst&lt;BR /&gt;&lt;BR /&gt;This will be achieved by &lt;BR /&gt;&lt;BR /&gt;chomd a+rx fsdev&lt;BR /&gt;chomd a+rx fsprd&lt;BR /&gt;chomd a+rx fstst&lt;BR /&gt;&lt;BR /&gt;You have to give execute permissions to allow users to cd into a directory, last I checked. Denying write permissions keeps things secure.&lt;BR /&gt;&lt;BR /&gt;Now files in the actual directory can be given proper permissions to allow oracle to access them.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 10:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078332#M142112</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078333#M142113</link>
      <description>/etc/exports om our unix/linux system looks like:&lt;BR /&gt;root@mahimahi fsdev]# more /etc/exports&lt;BR /&gt;/ASU/fstst ihshp15(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/fsdev ihshp14(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/fsprd ihshp8(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/hrprd ihshp1(rw,sync,no_acl,no_root_squash) ihshp14(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/hrpt ihshp1(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/hrtst ihshp15(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/hrdev ihshp14(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 10:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078333#M142113</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-25T10:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078334#M142114</link>
      <description>You can't have somebody NOT in the root group access those directories, so like I mentioned, if you HAVE to have 770 perms on those files, then you cannot export it successfully to different users. It's either one or the other. &lt;BR /&gt;&lt;BR /&gt;I would change the group to oracle's group, and see what that does to your Samba setup.</description>
      <pubDate>Thu, 25 Sep 2003 10:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078334#M142114</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-09-25T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078335#M142115</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;  Most likely the problem is with the UID not matching in the NFS server and NFS client.&lt;BR /&gt; &lt;BR /&gt;  Just for testing purpose, add the option "anon=0" to ur /etc/exports and exportfs and then try from the client.&lt;BR /&gt;  &lt;BR /&gt;  dont forget to remove the anon once u r done ;)&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Thu, 25 Sep 2003 16:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3078335#M142115</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-25T16:21:36Z</dc:date>
    </item>
  </channel>
</rss>

