<?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 error: RPC: Server can't decode arguments in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010651#M541663</link>
    <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It seems to have made a difference, though I &lt;BR /&gt;&amp;gt; have only just tried the changes. It may have&lt;BR /&gt;&amp;gt; solved our problem, which is great.&lt;BR /&gt;&lt;BR /&gt;As it turns out, this was a problem another customer already reported and we've coded a solution for.  The formal fix will be included in the initial 11.31 NFS patch, which is scheduled for September.&lt;BR /&gt;&lt;BR /&gt;The workaround listed in the bug report was exactly as I gave you - use the rsize and wsize mount options to request an 8K read and write size for these mounts.  Hopefully this is a workaround you can use in your environment until the fix is officially released in September.&lt;BR /&gt;&lt;BR /&gt;By the way, I'd recommend you go back to using TCP for your mounts instead of UDP.  TCP has shown to be much more reliable on both HP-UX and Linux platforms for many years so I always recommend customers use TCP whenever possible.  You'll still need to use the rsize/wsize mount options with TCP because the request size negotiation is still an issue with TCP mounts, just as it is with UDP, and will be addressed in the September patch.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I would have ginven you 10 out of 10 for &lt;BR /&gt;&amp;gt; this one, but unfortunately I can't seem to&lt;BR /&gt;&amp;gt; find the ID that I created this thread &lt;BR /&gt;&amp;gt; from&lt;BR /&gt;&lt;BR /&gt;That's OK.  It's the thought that counts.  :)&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Jun 2007 12:20:58 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2007-06-19T12:20:58Z</dc:date>
    <item>
      <title>NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010631#M541643</link>
      <description>I am experiencing some problems with NFS on a newly installed HP-UX server (rx2620, HP-UX 11.31). The server mounts 4 filesystems via NFS, 2 from a Linux server, 2 from a NAS. The NAS mounts seem OK (Noone has complained yet), but the Linux ones have been giving constant problems - at first anything that accessed those disks would simply hang after a while, but then I noticed that the NAS disks use UDP and the Linux ones use TCP, so I changed the Linux disks to mount via UDP. Now people can use the disks, but they see the following message:&lt;BR /&gt;&lt;BR /&gt;NFS write failed for server bldsrv: error 11 (RPC: Server can't decode arguments)&lt;BR /&gt;&lt;BR /&gt;This is when they log in or out (the home directories are on one of the Linux disks). What is this about? And, of course, how do I fix it?</description>
      <pubDate>Thu, 31 May 2007 07:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010631#M541643</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-05-31T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010632#M541644</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Checklist:&lt;BR /&gt;&lt;BR /&gt;Parameters and error messages in /var/log/messages on the Linux hosts.&lt;BR /&gt;&lt;BR /&gt;There may be problems there that will contribute to the solution or may be found to be the cause of the problem.&lt;BR /&gt;&lt;BR /&gt;Check the ITRC patch database for patches, there may be something wrong with the 11.31 NFS client. Its pretty new software.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 31 May 2007 11:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010632#M541644</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-31T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010633#M541645</link>
      <description>These are the messages in /var/adm/syslog/syslog.log:&lt;BR /&gt;&lt;BR /&gt;Jun  1 13:19:15 elk vmunix: WARNING: VxVM vxio V-5-0-23 Open on an spurious volume device (0x3000005) encountered. This device may be valid, but has not yet been configured in the kernel.&lt;BR /&gt;&lt;BR /&gt;Jun  1 13:19:25 elk vmunix: NFS write failed for server bldsrv: error 11 (RPC: Server can't decode arguments)&lt;BR /&gt;Jun  1 13:19:25 elk vmunix: NFS write error on host bldsrv: I/O error.&lt;BR /&gt;Jun  1 13:19:25 elk vmunix: (file handle: 1000002 3a0002 2000000 33820700 a4e44b5f a800700)&lt;BR /&gt;&lt;BR /&gt;Jun  1 13:19:43 elk vmunix: tunopen(): CLONEOPEN not allowed&lt;BR /&gt;&lt;BR /&gt;The first one, about the 'spurious volume', and the last one, about 'tunopen()' only occur occasionally, the three about NFS repeat all the time.&lt;BR /&gt;&lt;BR /&gt;I only found 3 patches that refer to NFS and 11.31: PHSS_36077, PHSS_36544 and PHSS_36545, none of which seem relevant.</description>
      <pubDate>Fri, 01 Jun 2007 02:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010633#M541645</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-01T02:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010634#M541646</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just experienced the same problem, and received from support - may help, may not, I am not the responsible for this area:&lt;BR /&gt;&lt;BR /&gt;Possible workaround is to mount the NFS filesystem in Version 2 an the 11.31 client:&lt;BR /&gt;&lt;BR /&gt;$mount -F nfs -o vers=2,rsize=4096,wsize=4096 nfs-server:/share /local&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2007 02:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010634#M541646</guid>
      <dc:creator>David Piller</dc:creator>
      <dc:date>2007-06-01T02:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010635#M541647</link>
      <description>Hi, Steven and David,&lt;BR /&gt;&lt;BR /&gt;I appreciate your help - I tried to assign points, but it doesn't seem to work, I'm not sure why. But thanks.</description>
      <pubDate>Fri, 01 Jun 2007 04:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010635#M541647</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-01T04:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010636#M541648</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;I tried out your suggestion, but that just gives me:&lt;BR /&gt;&lt;BR /&gt;NFS getattr failed for server bldsrv: error 9 (RPC: Program/version mismatch)&lt;BR /&gt;nfs mount: /home1: I/O error&lt;BR /&gt;&lt;BR /&gt;The strange thing is, the server should support vers 2; this is what rpcinfo says:&lt;BR /&gt;&lt;BR /&gt; # rpcinfo -p&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100024    1   udp   1024  status&lt;BR /&gt;    100024    1   tcp  32768  status&lt;BR /&gt;    100011    1   udp    966  rquotad&lt;BR /&gt;    100011    2   udp    966  rquotad&lt;BR /&gt;    100011    1   tcp    969  rquotad&lt;BR /&gt;    100011    2   tcp    969  rquotad&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;    100021    1   udp   2549  nlockmgr&lt;BR /&gt;    100021    3   udp   2549  nlockmgr&lt;BR /&gt;    100021    4   udp   2549  nlockmgr&lt;BR /&gt;    100021    1   tcp  40496  nlockmgr&lt;BR /&gt;    100021    3   tcp  40496  nlockmgr&lt;BR /&gt;    100021    4   tcp  40496  nlockmgr&lt;BR /&gt;    100005    1   udp   1008  mountd&lt;BR /&gt;    100005    1   tcp   1011  mountd&lt;BR /&gt;    100005    2   udp   1008  mountd&lt;BR /&gt;    100005    2   tcp   1011  mountd&lt;BR /&gt;    100005    3   udp   1008  mountd&lt;BR /&gt;    100005    3   tcp   1011  mountd&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010636#M541648</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-01T04:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010637#M541649</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;I think the reason you're not able to assign points is because you submitted your question as a user "J Andersen" and you have since been using a login of "Jan Andersen".  I think you might have two different user profiles and since they don't match, the database doesn't consider you the author of this thread.&lt;BR /&gt;&lt;BR /&gt;As for your NFS problem, I'd like to see a network trace of the failing requests.  Please use wireshark or ethereal to collect a trace on the 11.31 client when it mounts the filesystem and generates the traffic that results in the "can't decode" error so that I can see exactly what is going to the server.&lt;BR /&gt;&lt;BR /&gt;David - I really don't like the answer HP support gave about using NFS v2 to solve any problem unless it's working around a specific hardware problem in your environment.  NFS v3 and v4 should work in any environment that v2 does, and if you have a problem that can only be fixed by v2 then I want to know more about it because either it's a defect in 11.31 or it's a bogus solution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 01 Jun 2007 10:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010637#M541649</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-01T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010638#M541650</link>
      <description>Hi, sorry, I won't be able to do anythin about this until torrow, I think - just in case you were waiting for my response.</description>
      <pubDate>Tue, 05 Jun 2007 05:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010638#M541650</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-05T05:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010639#M541651</link>
      <description>OK, I'm back - does anybody know where I can find a wireshark for 11.31? I can only find it for 11.23</description>
      <pubDate>Wed, 13 Jun 2007 08:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010639#M541651</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-13T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010640#M541652</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;The 11.23 version of Wireshark will work just fine on 11.31 systems.  I'm running it on all of my 11.31 boxes.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 13 Jun 2007 10:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010640#M541652</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-13T10:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010641#M541653</link>
      <description>How do I install the thing? I downloaded a file called ixWireshark_A.08.00-0.99.5.001_HP-UX_B.11.23_IA+PA.depot, but swinstall says 'Not compatible'.</description>
      <pubDate>Thu, 14 Jun 2007 08:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010641#M541653</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-14T08:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010642#M541654</link>
      <description>You need to go to the Options-&amp;gt;Change Options screen in swinstall and select the "Allow installation of incompatible software" and try again.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 14 Jun 2007 10:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010642#M541654</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-14T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010643#M541655</link>
      <description>OK, I got past that one - but now it get another one that makes no sense to me:&lt;BR /&gt;&lt;BR /&gt;Could not apply the software selection                              "ixWireshark,r=A.08.00-0.99.5.001,a=HP-UX_B.11.23_IA/PA,v=HP" because it refers to a bundle or to a product, subproduct or fileset within a bundle and attempts to select the item or items all failed. The messages below show the items which could not be selected and the errors generated: &lt;BR /&gt;&lt;BR /&gt;Could not apply the software selection                               "Wireshark,r=A.08.00-0.99.5.001,a=HP-UX_B.11.23_IA/PA,v=HP" because a different variant of this same product has already been selected.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jun 2007 03:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010643#M541655</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-15T03:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010644#M541656</link>
      <description>Hi Dave &lt;BR /&gt;&lt;BR /&gt;I have run the Wireshark trace, but I can see there is a limit of 1MB on uploading files. Did you want to see the trace?</description>
      <pubDate>Mon, 18 Jun 2007 07:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010644#M541656</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-18T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010645#M541657</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;Sure, you can email the trace to me at dave.olker@hp.com.  &lt;BR /&gt;&lt;BR /&gt;Please also provide the IP address of the remote NFS system.  In other words, if you collected the trace on the client then provide the IP address of the server, and vice versa.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 18 Jun 2007 09:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010645#M541657</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-18T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010646#M541658</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;Thanks for sending the trace.  Can you please tell me about the Linux server?  What OS is it running?  Which version of the kernel?  Which version of the nfs-utils package?  I'd like to try reproducing this problem on my systems so I need to know as much as possible about the Linux server.&lt;BR /&gt;&lt;BR /&gt;I wonder if you could try a couple experiments to see if we can find something that works:'&lt;BR /&gt;&lt;BR /&gt;1) Try using an rsize/wsize value of 1K just to see if small transfers make it across the wire OK.&lt;BR /&gt;&lt;BR /&gt;2) Try using the rsize/wsize of 1K and TCP to see if that allows TCP to start working.&lt;BR /&gt;&lt;BR /&gt;Let me know how these tests go.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 18 Jun 2007 10:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010646#M541658</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-18T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010647#M541659</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;That was quick! The Linux server is a Redhat AS 3, the kernel is 2.4.21-4.ELsmp. Nfs-utils is 1.0.5-3. &lt;BR /&gt;&lt;BR /&gt;I will try the experiments tomorrow and let you know.</description>
      <pubDate>Mon, 18 Jun 2007 11:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010647#M541659</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-18T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010648#M541660</link>
      <description>Also, can you tell me the exact syntax you use to export the filesystem on the Linux server?  The actual contents of the /etc/exports file would be great.</description>
      <pubDate>Mon, 18 Jun 2007 11:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010648#M541660</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-18T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010649#M541661</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;Nevermind - I just reproduced the problem on my systems.  Let me bang away at this for a bit and see if I can figure it out.&lt;BR /&gt;&lt;BR /&gt;It seems to have something to do with negotiating read and write sizes between the two systems.  When I use this syntax:&lt;BR /&gt;&lt;BR /&gt;# mount -o proto=udp &lt;SERVER&gt;:/&lt;FS&gt; &lt;BR /&gt;&lt;BR /&gt;I get the error.  When I use this synatx:&lt;BR /&gt;&lt;BR /&gt;# mount -o proto=udp,rsize=32768,wsize=32768 &lt;SERVER&gt;:/&lt;FS&gt;&lt;BR /&gt;&lt;BR /&gt;I don't see the error.  However, when I issue the "nfsstat -m" command after mounting with what I thought was 32K read/write size the client reports that the server returned 8K as the negotiated read/write size.&lt;BR /&gt;&lt;BR /&gt;So, something is fishy with the read/write size negotiations.  To work around the problem you can use the "rsize/wsize" mount options and set them to 8K.  I'll see if I can get to the bottom of this.&lt;BR /&gt;&lt;BR /&gt;By the way, I'm traveling on business this week (in Las Vegas presenting at the HP Technology Forum) so it might take me a few days to work on this.  In the mean time, the workaround of hard-coding the rsize/wsize should get you working.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/FS&gt;&lt;/SERVER&gt;&lt;/FS&gt;&lt;/SERVER&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010649#M541661</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-06-18T11:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS error: RPC: Server can't decode arguments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010650#M541662</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;It seems to have made a difference, though I have only just tried the changes. It may have solved our problem, which is great.&lt;BR /&gt;&lt;BR /&gt;I would have ginven you 10 out of 10 for this one, but unfortunately I can't seem to find the ID that I created this thread from; perhaps you can add them manually ;-)</description>
      <pubDate>Tue, 19 Jun 2007 03:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-error-rpc-server-can-t-decode-arguments/m-p/4010650#M541662</guid>
      <dc:creator>J Andersen</dc:creator>
      <dc:date>2007-06-19T03:01:15Z</dc:date>
    </item>
  </channel>
</rss>

