<?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 PROBLEM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079188#M6811</link>
    <description>Are you using NIS and automount on your network?  &lt;BR /&gt;&lt;BR /&gt;If so check to make sure that your clients are mounting the drives rw and not ro.  I made that mistake in my auto.master and it took a long time for me to realize because the exports file was correctly exporting rw and my clients followed the auto.master's ro option.&lt;BR /&gt;&lt;BR /&gt;Also are you having the problem mounting or reading from the mounted drive?  It sounds like reading from the mounted drive but I want to make sure.  Can you attach the output of this command on the client:&lt;BR /&gt;&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;Just to make sure the values are correct.&lt;BR /&gt;&lt;BR /&gt;The client machines get their group information from an NIS map I assume?  Make sure the client is reading it.  id of the user should show that (s)he is in fact in the group with write permission to the drive.  Become the user on the nfs server and verify that you can write to the drives.  Once you are sure that the user permissions on the server are correct then its a matter of making the sure the client and server are in sync with each other.&lt;BR /&gt;&lt;BR /&gt;I hope that helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 26 Sep 2003 10:41:43 GMT</pubDate>
    <dc:creator>Dave Falloon</dc:creator>
    <dc:date>2003-09-26T10:41:43Z</dc:date>
    <item>
      <title>NFS PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079184#M6807</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;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;Now all my samba permissions are fine. The users are blocked and allowed to go where they want too.&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;&lt;BR /&gt;Running RedHat9:&lt;BR /&gt;/etc/exports file looks like:&lt;BR /&gt;&lt;BR /&gt;/ASU/fstst ihshp15(rw,sync,no_acl,no_root_squash)&lt;BR /&gt;/ASU/fsdev ihshp14(rw,sync,no_acl)&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;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 06:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079184#M6807</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-26T06:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079185#M6808</link>
      <description>But Robert, if shares are 770 root:root, how could another user access it apart from being root ?&lt;BR /&gt;Can't you create another group in which root would be along with oracle users ?&lt;BR /&gt;(so 770 root:newgroup)&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 26 Sep 2003 06:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079185#M6808</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-09-26T06:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079186#M6809</link>
      <description>Thanks, Yes I tried that. I created a new group on each box. Changed perms on NFS server to root:newgroup and on the client I added the user to the new group. Still no luck. Permission denied.</description>
      <pubDate>Fri, 26 Sep 2003 06:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079186#M6809</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-26T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: NFS PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079187#M6810</link>
      <description>Yes, but you also should have :&lt;BR /&gt;drwxrwx--- 8 root newgroup 75 Aug 28 11:24 fsdev&lt;BR /&gt;drwxrwx--- 8 root newgroup 75 Aug 27 11:07 fsprd&lt;BR /&gt;drwxrwx--- 8 root newgroup 75 Aug 28 14:46 fstst&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 26 Sep 2003 07:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079187#M6810</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-09-26T07:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079188#M6811</link>
      <description>Are you using NIS and automount on your network?  &lt;BR /&gt;&lt;BR /&gt;If so check to make sure that your clients are mounting the drives rw and not ro.  I made that mistake in my auto.master and it took a long time for me to realize because the exports file was correctly exporting rw and my clients followed the auto.master's ro option.&lt;BR /&gt;&lt;BR /&gt;Also are you having the problem mounting or reading from the mounted drive?  It sounds like reading from the mounted drive but I want to make sure.  Can you attach the output of this command on the client:&lt;BR /&gt;&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;Just to make sure the values are correct.&lt;BR /&gt;&lt;BR /&gt;The client machines get their group information from an NIS map I assume?  Make sure the client is reading it.  id of the user should show that (s)he is in fact in the group with write permission to the drive.  Become the user on the nfs server and verify that you can write to the drives.  Once you are sure that the user permissions on the server are correct then its a matter of making the sure the client and server are in sync with each other.&lt;BR /&gt;&lt;BR /&gt;I hope that helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 26 Sep 2003 10:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-problem/m-p/3079188#M6811</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2003-09-26T10:41:43Z</dc:date>
    </item>
  </channel>
</rss>

