<?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 problems ! TimeOut. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036914#M574435</link>
    <description>Ok Eran,&lt;BR /&gt;&lt;BR /&gt;I think we need more info from your system.&lt;BR /&gt;( C=Client, S=Server)&lt;BR /&gt;What OS do you have? (C + S)&lt;BR /&gt;What NFS version do you use?&lt;BR /&gt;# rpcinfo -u &lt;CLIENTNAME&gt; nfs&lt;BR /&gt;# rpcinfo -u &lt;SERVERNAME&gt; nfs&lt;BR /&gt;&lt;BR /&gt;Give us your nfs statistics (C + S)&lt;BR /&gt;# nfsstat -cnrs&lt;BR /&gt;&lt;BR /&gt;Give us your statistics for every mounted file system (only from C)&lt;BR /&gt;# nfsstat -m&lt;BR /&gt;&lt;BR /&gt;How looks your /etc/rc.config.d/nfsconf ?&lt;BR /&gt;&lt;BR /&gt;Have you installed the latest ONC/NFS General Release/Performance Patch?&lt;BR /&gt;&lt;BR /&gt;10.20 PHNE_22288&lt;BR /&gt;11.00 PHNE_28567&lt;BR /&gt;11.11 PHNE_28568&lt;BR /&gt;( all require reboot)&lt;BR /&gt;&lt;BR /&gt;How looks your /etc/fstab ( only the nfs mounts) or your manually mount command?&lt;BR /&gt;&lt;BR /&gt;Have you tested with decreased rsize wsize?&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SERVERNAME&gt;&lt;/CLIENTNAME&gt;</description>
    <pubDate>Wed, 30 Jul 2003 08:41:44 GMT</pubDate>
    <dc:creator>RolandH</dc:creator>
    <dc:date>2003-07-30T08:41:44Z</dc:date>
    <item>
      <title>NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036903#M574424</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;I get this messages when i'm using NFS :&lt;BR /&gt;&lt;BR /&gt;NFS write failed for server XXX: RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;Eran .</description>
      <pubDate>Wed, 30 Jul 2003 07:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036903#M574424</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-30T07:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036904#M574425</link>
      <description>Hi,&lt;BR /&gt;usually this is due to heavy network traffic.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To avoid this, you can change mount parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try with this:&lt;BR /&gt;hard,rsize=32768,wsize=32768&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 07:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036904#M574425</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-30T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036905#M574426</link>
      <description>You could increase the number of background nfsd processes that run. You can do this is in the /etc/rc.config.d/nfsconf file. One other thing to look at is the network itself. Make sure that you are running 'full duplex' and not half duplex.&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x 0 (assuming lan 0 is your card)&lt;BR /&gt;&lt;BR /&gt;to change it&lt;BR /&gt;# lanadmin -X 100FD 0&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 07:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036905#M574426</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-30T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036906#M574427</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;Both interfaces are 100FD .&lt;BR /&gt;&lt;BR /&gt;Eran.</description>
      <pubDate>Wed, 30 Jul 2003 07:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036906#M574427</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-30T07:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036907#M574428</link>
      <description>Hi Eran,&lt;BR /&gt;&lt;BR /&gt;first do a nfsstat on your client site&lt;BR /&gt;# nfsstat -c&lt;BR /&gt;&lt;BR /&gt;have you a lot of timeouts in your statistics?&lt;BR /&gt;&lt;BR /&gt;Then see the rsize, wsize from your nfsmounts with&lt;BR /&gt;# nfsstat -m&lt;BR /&gt; With HP-UX 10.20 ist was 8192 for rsize and wsize. Since HP-UX 11.00 it is per default 32768. &lt;BR /&gt;So if you have 11.00 or above and a lot of timeouts in you statistics, then you should set the rsize and wsize parameter down to 8192.&lt;BR /&gt;&lt;BR /&gt;Try this first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;   Roland</description>
      <pubDate>Wed, 30 Jul 2003 07:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036907#M574428</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-30T07:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036908#M574429</link>
      <description>Hi,&lt;BR /&gt;you may also think of installing deviceid,&lt;BR /&gt;it saved me a couple of times.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=DEVICEID" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=DEVICEID&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Wed, 30 Jul 2003 07:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036908#M574429</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-30T07:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036909#M574430</link>
      <description>&lt;BR /&gt;Hi Roland ,&lt;BR /&gt;&lt;BR /&gt;What is the purpose of rsize &amp;amp; wsize ?&lt;BR /&gt;&lt;BR /&gt;Eran .</description>
      <pubDate>Wed, 30 Jul 2003 07:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036909#M574430</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-30T07:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036910#M574431</link>
      <description>Hi Eran,&lt;BR /&gt;&lt;BR /&gt;this are the packet size in bytes.&lt;BR /&gt;&lt;BR /&gt;r=read&lt;BR /&gt;w=write&lt;BR /&gt;&lt;BR /&gt;I have had the problem couple of weeks ago.&lt;BR /&gt;The nfs network traffic from one city to the other failed always with the same error message as yours. Or it taken a lot of time to transmit data from one to another system over the nfs link with very small files. These was all 11.00 and above. With the 10.20 systems there was no problem. After reducing the rsize and wsize to 8192 level it works. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 08:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036910#M574431</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-30T08:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036911#M574432</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;I have this problem just with big files ~ 1G .&lt;BR /&gt;The copying proccess takes too much time and after a while the copying process is aborted .&lt;BR /&gt;&lt;BR /&gt;Eran.</description>
      <pubDate>Wed, 30 Jul 2003 08:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036911#M574432</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-30T08:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036912#M574433</link>
      <description>Are the two systems on the subnet?</description>
      <pubDate>Wed, 30 Jul 2003 08:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036912#M574433</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-30T08:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036913#M574434</link>
      <description>Yes ,they are in the same subnet .</description>
      <pubDate>Wed, 30 Jul 2003 08:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036913#M574434</guid>
      <dc:creator>Chapaya</dc:creator>
      <dc:date>2003-07-30T08:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036914#M574435</link>
      <description>Ok Eran,&lt;BR /&gt;&lt;BR /&gt;I think we need more info from your system.&lt;BR /&gt;( C=Client, S=Server)&lt;BR /&gt;What OS do you have? (C + S)&lt;BR /&gt;What NFS version do you use?&lt;BR /&gt;# rpcinfo -u &lt;CLIENTNAME&gt; nfs&lt;BR /&gt;# rpcinfo -u &lt;SERVERNAME&gt; nfs&lt;BR /&gt;&lt;BR /&gt;Give us your nfs statistics (C + S)&lt;BR /&gt;# nfsstat -cnrs&lt;BR /&gt;&lt;BR /&gt;Give us your statistics for every mounted file system (only from C)&lt;BR /&gt;# nfsstat -m&lt;BR /&gt;&lt;BR /&gt;How looks your /etc/rc.config.d/nfsconf ?&lt;BR /&gt;&lt;BR /&gt;Have you installed the latest ONC/NFS General Release/Performance Patch?&lt;BR /&gt;&lt;BR /&gt;10.20 PHNE_22288&lt;BR /&gt;11.00 PHNE_28567&lt;BR /&gt;11.11 PHNE_28568&lt;BR /&gt;( all require reboot)&lt;BR /&gt;&lt;BR /&gt;How looks your /etc/fstab ( only the nfs mounts) or your manually mount command?&lt;BR /&gt;&lt;BR /&gt;Have you tested with decreased rsize wsize?&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SERVERNAME&gt;&lt;/CLIENTNAME&gt;</description>
      <pubDate>Wed, 30 Jul 2003 08:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036914#M574435</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-30T08:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems ! TimeOut.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036915#M574436</link>
      <description>Hi Eran,&lt;BR /&gt;&lt;BR /&gt;I found also this Document: NETUXKBRC00006283&lt;BR /&gt;in the Technical Knowledge Base&lt;BR /&gt;&lt;BR /&gt;Thera are a lot of hints to your problem.&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Wed, 30 Jul 2003 09:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems-timeout/m-p/3036915#M574436</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-30T09:14:53Z</dc:date>
    </item>
  </channel>
</rss>

