<?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 write issue... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991687#M422397</link>
    <description>Sorry, I already compared the /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;THe settings on one server will not work on the other server.</description>
    <pubDate>Thu, 20 Jul 2006 13:45:03 GMT</pubDate>
    <dc:creator>jmckinzie</dc:creator>
    <dc:date>2006-07-20T13:45:03Z</dc:date>
    <item>
      <title>NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991658#M422368</link>
      <description>I have an nfs mount that I can see however cannot write to.&lt;BR /&gt;&lt;BR /&gt;IE,&lt;BR /&gt;I mount nasfsa01.fsa.citicorp.com:/vol/fcrr_v1/pvcs11&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;/pvcstst&lt;BR /&gt;&lt;BR /&gt;now, I do an ll and it locks up.&lt;BR /&gt;&lt;BR /&gt;I have experimented with hard/soft and timeout mount options to no avail.&lt;BR /&gt;&lt;BR /&gt;I know I cannot write because I wrote a mkfile script that tried to write a file of a particular size and it just freezes the session.&lt;BR /&gt;&lt;BR /&gt;Any ideas would be great.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jody</description>
      <pubDate>Tue, 18 Jul 2006 13:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991658#M422368</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991659#M422369</link>
      <description>Shalom Jody,&lt;BR /&gt;&lt;BR /&gt;Take a look at the actual permissions and ownership of the folder being exported.&lt;BR /&gt;&lt;BR /&gt;Take a look at the /etc/exports files for options that may prevent write access.&lt;BR /&gt;&lt;BR /&gt;Also take a look at /etc/fstab on the exporting system, the exporting filesystem may be read only.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Jul 2006 13:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991659#M422369</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991660#M422370</link>
      <description>I have checked both of these...&lt;BR /&gt;here is the output on servers:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Client: cfcap01d&lt;BR /&gt;&lt;BR /&gt;fstab&lt;BR /&gt;nasfsa01.fsa.citicorp.com:/vol/fcrr_v1/pvcs11 /pvcstst nfs bg,soft,timeo=30,retrans=2,rw,nosuid,intr 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server: nasfsa01&lt;BR /&gt;&lt;BR /&gt;/vol/fcrr_v1/pvcs11             -access=galaxy:cfcap01d.nam.nsroot.net,root=gay&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991660#M422370</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991661#M422371</link>
      <description>Jody,&lt;BR /&gt;&lt;BR /&gt;You might want to re-run throught this manual, just to make sure that everything is well configured on the system.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1153/ch02s01.html" target="_blank"&gt;http://docs.hp.com/en/5991-1153/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;jaime.</description>
      <pubDate>Tue, 18 Jul 2006 14:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991661#M422371</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-07-18T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991662#M422372</link>
      <description>If ll doesn't work then you have a more serious problem than noot be able to write.&lt;BR /&gt;&lt;BR /&gt;You need to start at a more fundamental level. I would umount the NFS filesystem on the client and then exportfs -u the file system on the server and then umount the actual filesystem and examine the mode (permissions) of the mountpoint itself. Are those extremely restrictive? You can then mount the filesystem and examine the modes of the directories on this filesystem. Are they reasonable? &lt;BR /&gt;&lt;BR /&gt;I also assume that you have looked for an installed the latest NFS patches on both the client and server.</description>
      <pubDate>Tue, 18 Jul 2006 14:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991662#M422372</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991663#M422373</link>
      <description>YUou should also examine the permission of the client's NFS mountpoint to see if it is set extremely restrictively as well.</description>
      <pubDate>Tue, 18 Jul 2006 14:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991663#M422373</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991664#M422374</link>
      <description>I have checked all these things...&lt;BR /&gt;They look ok.&lt;BR /&gt;&lt;BR /&gt;I have also learned that I can do an ll before i try to create a file but, once a file creation is attempted, the ll command hangs...even after i kill the file creation process.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991664#M422374</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991665#M422375</link>
      <description>Next steps, &lt;BR /&gt;&lt;BR /&gt;On the NFS server, somewhere in the exported filesystem:&lt;BR /&gt;&lt;BR /&gt;echo "Test File" &amp;gt; mynewfile&lt;BR /&gt;chmod 644 mynewfile&lt;BR /&gt;&lt;BR /&gt;On the NFS client (while things are still ok, ie, you haven't tried to create an nfs file) -- and cd'ed to wherever mynewfile directory is:&lt;BR /&gt;&lt;BR /&gt;Can you ls mynewfile?&lt;BR /&gt;Can you cat mynewfile?&lt;BR /&gt;&lt;BR /&gt;Now, let's try to update the file (note that this will be a write() but not a creat():&lt;BR /&gt;echo "Line Two" &amp;gt;&amp;gt; mynewfile&lt;BR /&gt;Is that ok?&lt;BR /&gt;Can you cat mynewfile now?&lt;BR /&gt;&lt;BR /&gt;Finally, we will creat() a new file under NFS:&lt;BR /&gt;echo "Test File 2" &amp;gt; mynewfile2&lt;BR /&gt;&lt;BR /&gt;It would probably help if you identified the NFS Server and Client OS's.</description>
      <pubDate>Tue, 18 Jul 2006 15:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991665#M422375</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T15:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991666#M422376</link>
      <description>By the way, the following commands assume that you are the same user (and have the same UID) on both systems, If not you should "chmod 666 mynewfile" after creating it on the NFS server.&lt;BR /&gt;&lt;BR /&gt;echo "Line Two" &amp;gt;&amp;gt; mynewfile&lt;BR /&gt;Is that ok?&lt;BR /&gt;Can you cat mynewfile now?&lt;BR /&gt;&lt;BR /&gt;This also brings up another question, how are you managing users? NIS? LDAP? or simply passwd files?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991666#M422376</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991667#M422377</link>
      <description>I can write to the created file.&lt;BR /&gt;The problem is coming when I am trying to write large files.&lt;BR /&gt;&lt;BR /&gt;We are using keon that updates local passwd files to manage users.&lt;BR /&gt;&lt;BR /&gt;I don't believe it is a NIS issue.</description>
      <pubDate>Tue, 18 Jul 2006 16:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991667#M422377</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T16:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991668#M422378</link>
      <description>I can write to the nfs mount however, after it write 1024 bytes or 1MB it stops writing.&lt;BR /&gt;&lt;BR /&gt;Any ideas as to why?&lt;BR /&gt;&lt;BR /&gt;Everything else seems to be working just fine.&lt;BR /&gt;&lt;BR /&gt;Please help!!!&lt;BR /&gt;&lt;BR /&gt;-TIA</description>
      <pubDate>Tue, 18 Jul 2006 21:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991668#M422378</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T21:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991669#M422379</link>
      <description>There are 3 orders of magnitude difference between the sizes of your two "large" files although neither would really be considered large.&lt;BR /&gt;&lt;BR /&gt;This sounds vaguely like network connectivity problems so let's take NFS out of the picture and try good old ftp.&lt;BR /&gt;&lt;BR /&gt;Pick a sizeable file, e.g. cp /stand/vmunix /var/tmp # I don't want yo to clobber the real /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;Now,&lt;BR /&gt;ftp /var/tmp/vmunix in both directions. Do the transfer rates reflect approximately 50% of your Bandwidth? ie. If your are using a 100MiBit/s link are your transfer rates via ftp about 5MiByte/s? In both directions? If so, your network is fine.&lt;BR /&gt;&lt;BR /&gt;Now confess, what OS is your NFS server and client running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 22:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991669#M422379</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T22:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991670#M422380</link>
      <description>I am running HPUX 11.11 on my client however, the server is a network applicance host.&lt;BR /&gt;&lt;BR /&gt;It is not an HP host however, I have several other HP hosts mounted to it via NFS.&lt;BR /&gt;&lt;BR /&gt;Any ideas on what to try?&lt;BR /&gt;&lt;BR /&gt;I can't do the FTP thing because we do not have ftp enabled on any of our networks.&lt;BR /&gt;&lt;BR /&gt;SFTP is not enabled either.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 22:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991670#M422380</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-18T22:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991671#M422381</link>
      <description>Anyone have any other ideas to try on this?&lt;BR /&gt;&lt;BR /&gt;-TIA</description>
      <pubDate>Wed, 19 Jul 2006 09:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991671#M422381</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-19T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991672#M422382</link>
      <description>can you export the folder in question to one of the other HPs? If so, can you duplicate the problem from one of them?&lt;BR /&gt;&lt;BR /&gt;On the NFS server: any quotas or disk space issues?</description>
      <pubDate>Wed, 19 Jul 2006 10:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991672#M422382</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-07-19T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991673#M422383</link>
      <description>Have you looked for and applied the latest NFS related patches? If so, which ones? &lt;BR /&gt;&lt;BR /&gt;Post the output of nfsstat -c and nfsstat -m.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2006 10:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991673#M422383</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-19T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991674#M422384</link>
      <description>&lt;BR /&gt;I cannot recreate the problem and I have other clients mounted to the exact same directory, which eliminates the NFS server...&lt;BR /&gt;Here is the other information requested.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NFS patches:&lt;BR /&gt;&lt;BR /&gt; swlist -l product | grep -i nfs&lt;BR /&gt; NFS                   B.11.11        ONC/NFS; Network-File System,Information Services,Utilities&lt;BR /&gt; PHKL_25238            1.0            11.00 NFS nfsd deadlock&lt;BR /&gt; PHKL_25993            1.0            thread nostop for NFS, rlimit, Ufalloc fix&lt;BR /&gt; PHKL_28185            1.0            Tunable;vxportal;vx_maxlink;DMAPI NFS hang&lt;BR /&gt; PHKL_29335            1.0            vx_nospace on NFS write.&lt;BR /&gt; PHKL_30151            1.0            NFS binary overwrite hang&lt;BR /&gt; PHNE_32477            1.0            ONC/NFS General Release/Performance Patch&lt;BR /&gt;# nfsstat -c&lt;BR /&gt;##################################&lt;BR /&gt;Client rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls                   badcalls                badxids&lt;BR /&gt;22761                   0                       0&lt;BR /&gt;timeouts                newcreds                badverfs&lt;BR /&gt;0                       0                       0&lt;BR /&gt;timers                  cantconn                nomem&lt;BR /&gt;0                       0                       0&lt;BR /&gt;interrupts&lt;BR /&gt;0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls                   badcalls                retrans&lt;BR /&gt;636                     402                     1610&lt;BR /&gt;badxids                 timeouts                waits&lt;BR /&gt;0                       2012                    0&lt;BR /&gt;newcreds                badverfs                timers&lt;BR /&gt;0                       0                       17&lt;BR /&gt;toobig                  nomem                   cantsend&lt;BR /&gt;0                       0                       0&lt;BR /&gt;bufulocks&lt;BR /&gt;0&lt;BR /&gt;&lt;BR /&gt;Client nfs:&lt;BR /&gt;calls                   badcalls                clgets&lt;BR /&gt;22875                   6                       22875&lt;BR /&gt;cltoomany&lt;BR /&gt;0&lt;BR /&gt;Version 2: (0 calls)&lt;BR /&gt;null                    getattr                 setattr&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;root                    lookup                  readlink&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;read                    wrcache                 write&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;create                  remove                  rename&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;link                    symlink                 mkdir&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;rmdir                   readdir                 statfs&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;Version 3: (22875 calls)&lt;BR /&gt;null                    getattr                 setattr&lt;BR /&gt;0 0%                    4815 21%                1140 4%&lt;BR /&gt;lookup                  access                  readlink&lt;BR /&gt;3623 15%                1023 4%                 19 0%&lt;BR /&gt;read                    write                   create&lt;BR /&gt;8123 35%                2506 10%                87 0%&lt;BR /&gt;mkdir                   symlink                 mknod&lt;BR /&gt;0 0%                    0 0%                    0 0%&lt;BR /&gt;remove                  rmdir                   rename&lt;BR /&gt;71 0%                   0 0%                    33 0%&lt;BR /&gt;link                    readdir                 readdir+&lt;BR /&gt;1 0%                    13 0%                   1131 4%&lt;BR /&gt;fsstat                  fsinfo                  pathconf&lt;BR /&gt;261 1%                  29 0%                   0 0%&lt;BR /&gt;commit&lt;BR /&gt;0 0%&lt;BR /&gt;&lt;BR /&gt;#####################################&lt;BR /&gt;&lt;BR /&gt;nfsstat -m&lt;BR /&gt;&lt;BR /&gt;##########################&lt;BR /&gt;# nfsstat -m&lt;BR /&gt;/pvcstst from nasfsa01.fsa.citicorp.com:/vol/fcrr_v1/pvcs11  (Addr 169.163.247.219)&lt;BR /&gt; Flags:   vers=3,proto=udp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; Lookups: srtt= 44 (110ms), dev= 17 ( 85ms), cur= 14 (280ms)&lt;BR /&gt; Reads:   srtt= 17 ( 42ms), dev=  8 ( 40ms), cur=  6 (120ms)&lt;BR /&gt; Writes:  srtt=  3 (  7ms), dev=  3 ( 15ms), cur=  1 ( 20ms)&lt;BR /&gt; All:     srtt= 44 (110ms), dev= 17 ( 85ms), cur= 14 (280ms)&lt;BR /&gt;&lt;BR /&gt;/prod from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/prod  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/dv from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/dv  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/var/opt/cae from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/caeinstall  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/var/opt/caelog from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/caelog  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/var/mail from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/mail  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/etc/opt/cae from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/caedata  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home91 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home91  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home71 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home71  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home11 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home11  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home04 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home04  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home03 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home03  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/home02 from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/home02  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/opt/lsf from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/prod/lsf  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/sysadm from nastpa05v01cfc:/vol/nastpa05v01cfc_v1/sysadm  (Addr 161.127.237.22)&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,soft,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;&lt;BR /&gt;/test2 from nasfsa01.fsa.citicorp.com:/vol/fcrr_v1/pvcs11  (Addr 169.163.247.219)&lt;BR /&gt; Flags:   vers=3,proto=udp,auth=unix,hard,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; Lookups: srtt= 25 ( 62ms), dev=  3 ( 15ms), cur=  4 ( 80ms)&lt;BR /&gt; Writes:  srtt=  4 ( 10ms), dev=  4 ( 20ms), cur=  2 ( 40ms)&lt;BR /&gt; All:     srtt= 26 ( 65ms), dev=  3 ( 15ms), cur=  4 ( 80ms)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991674#M422384</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-19T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991675#M422385</link>
      <description>Hi Jody,&lt;BR /&gt;&lt;BR /&gt;It looks like the mount point you're having problems with is UDP using 32K read/write sizes.  Have you tried using TCP for this mount point?  Have you tried using a small rsize/wsize value?&lt;BR /&gt;&lt;BR /&gt;I'd first try using TCP to see if this is a UDP-related problem.  I'd then try mounting the filesystem with -rsize=512 and -wsize=512 to see if using a very small read/write request size allows this to work.  If either of those suggestions work then it points to a network problem similar to what Clay was pointing to.&lt;BR /&gt;&lt;BR /&gt;You can also check the lanadmin statistics of the interface card on the client to see if any errors are being logged.  I would also like to see the "netstat -s" output on the client to see if it's logging any errors at the transport layer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 19 Jul 2006 11:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991675#M422385</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-07-19T11:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991676#M422386</link>
      <description>I agree with Dave, try using the NFS mount options proto=tcp,rsize=512,wsize=512. &lt;BR /&gt;&lt;BR /&gt;If this fixes the problem then your network connection is suspect. Have you checked the speed/duplex settings on both your HP-UX client and the corresponding switch port?&lt;BR /&gt;Unless this is a Gigabit/s connection, I would hard-set both ends of the connection.&lt;BR /&gt;Surprisingly, if one end is running half-duplex and the other end is running full-duplex, things will almost work well and chances are, you wouldn't even notice a problem using telnet, for example.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2006 12:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991676#M422386</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-19T12:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount write issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991677#M422387</link>
      <description>Hi Jody,&lt;BR /&gt;&lt;BR /&gt;I realize you've closed this thread but I just wanted to comment.  The fact that lowering the rsize/wsize to 1024 caused things to work is not really a solution - it just highlights the fact that you've got an underlying network problem in your environment.  &lt;BR /&gt;&lt;BR /&gt;NFS should be able to work just fine with 32K read/write sizes - in fact your nfsstat output shows every other NFS mount on this client was using 32K read/write sizes and apparently working just fine.&lt;BR /&gt;&lt;BR /&gt;Are you now using 1024 rsize/wsize with UDP or TCP?  There are known problems with certain network interface cards and UDP traffic.  Did you switch to TCP or just drop the rsize/wsize values?  Just curious.&lt;BR /&gt;&lt;BR /&gt;Again, I'm glad your system is working, but I really think you're only hiding the problem by dropping the rsize/wsize as a permanent solution.  The small rsize/wsize was a good proof point, and it's a test I've used numerous times with customers, but I urge you to investigate your networking layer a bit closer before you consider this issue resolved.  Otherwise you're bound to run into a new problem with some other network application down the road caused by the same underlying problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 20 Jul 2006 00:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-write-issue/m-p/4991677#M422387</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-07-20T00:08:46Z</dc:date>
    </item>
  </channel>
</rss>

