<?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 mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742540#M550458</link>
    <description>Hey;&lt;BR /&gt;&lt;BR /&gt;You don't have the /usr/sap/trans exported rw to afgdev1.  If you specify a rw list, every other client that can mount it will be set read only.  &lt;BR /&gt;&lt;BR /&gt;If you re-export the filesystems adding afgdev1 to the rw list, you should be good to go.&lt;BR /&gt;&lt;BR /&gt;BTW, you'd probably get more people willing to help you out if you'd supply some points to the answers that you receive.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
    <pubDate>Thu, 02 Mar 2006 14:41:10 GMT</pubDate>
    <dc:creator>Doug O'Leary</dc:creator>
    <dc:date>2006-03-02T14:41:10Z</dc:date>
    <item>
      <title>NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742533#M550451</link>
      <description>I have a problem as per the following scenario:&lt;BR /&gt;1) created one export NFS folder on one host &lt;BR /&gt;2) mounted the NFS exported folder from other two hosts successfully&lt;BR /&gt;3) from one of the other hosts which the exported NFS folder mounted I can not process the followin command &lt;BR /&gt;touch ww&lt;BR /&gt; but from the other host I can&lt;BR /&gt;&lt;BR /&gt;what is the problem that I have&lt;BR /&gt;I set the NFS as read-write for both hosts.&lt;BR /&gt;&lt;BR /&gt;please help&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742533#M550451</guid>
      <dc:creator>Wael_4</dc:creator>
      <dc:date>2006-03-02T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742534#M550452</link>
      <description>Can you check the permissions of Mount Point Directory??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742534#M550452</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-03-02T07:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742535#M550453</link>
      <description>it's the same for both system but with another user as the following&lt;BR /&gt;drwxrwxrwx  13 fq1adm     sapsys        1024 Mar  2 14:57 /trans&lt;BR /&gt;drwxrwxrwx  13 fd1adm     sapsys        1024 Mar  2 14:57 /trans.&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742535#M550453</guid>
      <dc:creator>Wael_4</dc:creator>
      <dc:date>2006-03-02T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742536#M550454</link>
      <description>Try loggin with that specific user and see if you can touch any file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742536#M550454</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-03-02T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742537#M550455</link>
      <description>when I log with fd1adm on the host afgdev1 and access the mount pont I get &lt;BR /&gt;touch: ww cannot create&lt;BR /&gt;however in the other system which is afgqas1 when I login with fq1adm &lt;BR /&gt;no prblem creating the file&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742537#M550455</guid>
      <dc:creator>Wael_4</dc:creator>
      <dc:date>2006-03-02T07:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742538#M550456</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Run the following commands on either (or both) of the nfs clients and post the results:&lt;BR /&gt;&lt;BR /&gt;showmount -e ${nfs_server}&lt;BR /&gt;mount | grep trans&lt;BR /&gt;grep trans /etc/fstab&lt;BR /&gt;&lt;BR /&gt;On the nfs server, run and post:&lt;BR /&gt;&lt;BR /&gt;exportfs&lt;BR /&gt;&lt;BR /&gt;That should help us troubleshoot your issue a little better.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 02 Mar 2006 07:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742538#M550456</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-03-02T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742539#M550457</link>
      <description>the faulty one:&lt;BR /&gt;*******************************&lt;BR /&gt;root@afgdev1:/&amp;gt;showmount -e afgprd1&lt;BR /&gt;export list for afgprd1:&lt;BR /&gt;/usr/sap/FP1           (everyone)&lt;BR /&gt;/home/abap/sss/receive (everyone)&lt;BR /&gt;/home/abap/van         (everyone)&lt;BR /&gt;/sapmnt/FP1            (everyone)&lt;BR /&gt;/ixos                  (everyone)&lt;BR /&gt;/usr/sap               (everyone)&lt;BR /&gt;/home/abap             (everyone)&lt;BR /&gt;/usr/sap/trans         (everyone)&lt;BR /&gt;/interface             (everyone)&lt;BR /&gt;root@afgdev1:/&amp;gt;&lt;BR /&gt;root@afgdev1:/&amp;gt;mount | grep trans&lt;BR /&gt;/wael on afgprd1:/usr/sap/trans defaults,NFSv3 on Thu Mar  2 15:41:01 2006&lt;BR /&gt;root@afgdev1:/&amp;gt;&lt;BR /&gt;root@afgdev1:/&amp;gt;grep trans /etc/fstab&lt;BR /&gt;root@afgdev1:/&amp;gt;&lt;BR /&gt;*****************************&lt;BR /&gt;the working system:&lt;BR /&gt;root@afgqas1:/trans&amp;gt;showmount -e afgprd1&lt;BR /&gt;export list for afgprd1:&lt;BR /&gt;/usr/sap/FP1           (everyone)&lt;BR /&gt;/home/abap/sss/receive (everyone)&lt;BR /&gt;/home/abap/van         (everyone)&lt;BR /&gt;/sapmnt/FP1            (everyone)&lt;BR /&gt;/ixos                  (everyone)&lt;BR /&gt;/usr/sap               (everyone)&lt;BR /&gt;/home/abap             (everyone)&lt;BR /&gt;/usr/sap/trans         (everyone)&lt;BR /&gt;/interface             (everyone)&lt;BR /&gt;root@afgqas1:/trans&amp;gt;&lt;BR /&gt;root@afgqas1:/trans&amp;gt;mount | grep trans&lt;BR /&gt;/old_trans on /dev/vg01/saptrans log,nodatainlog on Thu Mar  2 13:09:18 2006&lt;BR /&gt;/trans on afgprd1:/usr/sap/trans defaults,NFSv3 on Thu Mar  2 15:48:10 2006&lt;BR /&gt;&lt;BR /&gt;root@afgqas1:/trans&amp;gt;grep trans /etc/fstab&lt;BR /&gt;#/dev/vg01/saptrans /usr/sap/trans vxfs delaylog,nodatainlog 0 2&lt;BR /&gt;afgdev1:/usr/sap/trans /trans nfs rw,suid 0 0&lt;BR /&gt;&lt;BR /&gt;************************&lt;BR /&gt;the NFS server&lt;BR /&gt;root@afgprd1:/etc&amp;gt;exportfs&lt;BR /&gt;/usr/sap/FP1           -anon=101,rw=afgfi1:AFGFI1:afgsd1:AFGSD1:afgpm1:AFGPM1:afgot1:AFGOT1:afgmm1:AFGMM1:afgmg1:AFGMG1:ixos2:IXOS2,&lt;BR /&gt;access=&lt;BR /&gt;/home/abap/sss/receive -anon=101,rw=afgfi1:afgmg1:afgpm1:afgot1:afgsd1:afgmm1:ixos2:AFGFI1:AFGMG1:AFGPM1:AFGOT1:AFGSD1:AFGMM1:IXOS2,&lt;BR /&gt;access=&lt;BR /&gt;/home/abap/van         -anon=101,rw=afgfi1:AFGFI1:afgmg1:AFGMG1:afgpm1:AFGPM1:afgot1:AFGOT1:afgsd1:AFGSD1:ixos2:IXOS2:afgmm1:AFGMM1,&lt;BR /&gt;access=&lt;BR /&gt;/sapmnt/FP1            -anon=101,rw=afgfi1:AFGFI1:afgmm1:AFGMM1:afgpm1:AFGPM1:afgmg1:AFGMG1:afgot1:AFGOT1:afgsd1:AFGSD1:ixos2:IXOS2,&lt;BR /&gt;access=&lt;BR /&gt;/ixos                  -anon=65534,rw=afgfi1:AFGFI1:afgmm1:AFGMM1:afgpm1:AFGPM1:afgmg1:AFGMG1:afgot1:AFGOT1:afgsd1:AFGSD1:ixos2:IXOS&lt;BR /&gt;2,access=&lt;BR /&gt;/usr/sap               -anon=101,rw=afgfi1:AFGFI1:AFGSD1:afgsd1:afgot1:AFGOT1:afgmg1:AFGMG1:ixos2:IXOS2:afgmm1:AFGMM1:afgpm1:AFGPM1,&lt;BR /&gt;access=&lt;BR /&gt;/home/abap             -anon=101,rw=afgfi1:AFGFI1:afgmm1:AFGMM1:afgpm1:AFGPM1:afgsd1:AFGSD1:afgot1:AFGOT1:ixos2:IXOS2:afgmg1:AFGMG1,&lt;BR /&gt;access=&lt;BR /&gt;/usr/sap/trans         -anon=101,rw=afgfi1:AFGFI1:afgmm1:AFGMM1:afgpm1:AFGPM1:afgmg1:AFGMG1:afgot1:AFGOT1:afgsd1:AFGSD1:ixos2:IXOS2:&lt;BR /&gt;afgqas1:AFGQAS1:afgdev1:AFGDEV1,access=&lt;BR /&gt;/interface             -anon=101,rw=afgfi1:AFGFI1:afgmm1:AFGMM1:afgpm1:AFGPM1:afgmg1:AFGMG1:afgot1:AFGOT1:afgsd1:AFGSD1:ixos2:IXOS2:&lt;BR /&gt;biztalkprod,access=&lt;BR /&gt;**************************************&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742539#M550457</guid>
      <dc:creator>Wael_4</dc:creator>
      <dc:date>2006-03-02T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742540#M550458</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;You don't have the /usr/sap/trans exported rw to afgdev1.  If you specify a rw list, every other client that can mount it will be set read only.  &lt;BR /&gt;&lt;BR /&gt;If you re-export the filesystems adding afgdev1 to the rw list, you should be good to go.&lt;BR /&gt;&lt;BR /&gt;BTW, you'd probably get more people willing to help you out if you'd supply some points to the answers that you receive.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 02 Mar 2006 14:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742540#M550458</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-03-02T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742541#M550459</link>
      <description>Oops; never mind.  I xfer'ed your list to a vi session and apparently didn't get the entire /usr/sap/trans thing.  Looking at it again, I see the afgdev1 in there.&lt;BR /&gt;&lt;BR /&gt;Next thing to do is to check the uids of the users trying to write as well as the permissions on the exported filesystem:&lt;BR /&gt;&lt;BR /&gt;On failing client:&lt;BR /&gt;&lt;BR /&gt;id ${user}&lt;BR /&gt;&lt;BR /&gt;On working client:&lt;BR /&gt;&lt;BR /&gt;id ${user}&lt;BR /&gt;&lt;BR /&gt;On NFS server:&lt;BR /&gt;&lt;BR /&gt;ls -ld /usr/sap/trans&lt;BR /&gt;&lt;BR /&gt;Post those; maybe we'll see something tere.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 02 Mar 2006 14:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/3742541#M550459</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-03-02T14:53:01Z</dc:date>
    </item>
  </channel>
</rss>

