<?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 NAS 1000s NFS problem in StoreEasy Storage</title>
    <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391466#M379</link>
    <description>I have managed to set up an NFS share but when I attempt to copy anything into this share the NAS hangs up completely. I have switch off the server to recover from this.&lt;BR /&gt;The client side hangs and I have to do a forced unmount for it to recover.</description>
    <pubDate>Tue, 22 Jun 2004 10:23:09 GMT</pubDate>
    <dc:creator>Terry Hudson</dc:creator>
    <dc:date>2004-06-22T10:23:09Z</dc:date>
    <item>
      <title>NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391466#M379</link>
      <description>I have managed to set up an NFS share but when I attempt to copy anything into this share the NAS hangs up completely. I have switch off the server to recover from this.&lt;BR /&gt;The client side hangs and I have to do a forced unmount for it to recover.</description>
      <pubDate>Tue, 22 Jun 2004 10:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391466#M379</guid>
      <dc:creator>Terry Hudson</dc:creator>
      <dc:date>2004-06-22T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391467#M380</link>
      <description>Terry,&lt;BR /&gt;&lt;BR /&gt;I have some questions and a few suggestions:&lt;BR /&gt; &lt;BR /&gt;1) Does the hang occur immediately when you start the copy, or does it hang sometime during the copy?&lt;BR /&gt;&lt;BR /&gt;2) What client OS are you running (i.e. Redhat x.x, HP-UX, et)?&lt;BR /&gt;&lt;BR /&gt;3) Did you map the users and groups?  If so, can you run: mapadmin list -all and post the output to the forum?&lt;BR /&gt;&lt;BR /&gt;4) If you are using the user root, make sure you have set it to allow root access.&lt;BR /&gt;&lt;BR /&gt;5) Make sure you install the latest patches as listed at:  &lt;A href="http://h18023.www1.hp.com/support/files/server/us/locate/73_5622.html" target="_blank" rel="nofollow"&gt;http://h18023.www1.hp.com/support/files/server/us/locate/73_5622.html&lt;/A&gt; especially SAK 2.01 Service Pack 1a&lt;BR /&gt;&lt;BR /&gt;-Monty</description>
      <pubDate>Tue, 06 Jul 2004 15:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391467#M380</guid>
      <dc:creator>CA1083075</dc:creator>
      <dc:date>2004-07-06T15:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391468#M381</link>
      <description>The hang occurs after 3-4 files have been copied.&lt;BR /&gt;The client OS is RedHat 7.3&lt;BR /&gt;The users and groups are mapped using the advanced user mapping and show up if you do a mapadmin -list all&lt;BR /&gt;I do use a root access and root acess is allowed&lt;BR /&gt;It was after I installed patch Q330032 that this problem occured.&lt;BR /&gt;&lt;BR /&gt;I have just applied Microsoft Windows 2000 service pack 4 and this seems to have cured the problem!!&lt;BR /&gt;&lt;BR /&gt;Having said this the speed of transfer when copying to the NFS share seems very slow.&lt;BR /&gt;&lt;BR /&gt;Is this a further problem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2004 03:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391468#M381</guid>
      <dc:creator>Terry Hudson</dc:creator>
      <dc:date>2004-07-07T03:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391469#M382</link>
      <description>Hi Terry,&lt;BR /&gt;&lt;BR /&gt;Glad to hear SP4 resolved the hang issue.&lt;BR /&gt;&lt;BR /&gt;I have seen slow performance issues with RedHat 7.3 systems and have been able to greatly increase performance by using the mount options:  mount -t nfs -o tcp,rsize=32768,wsize=32768 host:/share /mount-point&lt;BR /&gt;&lt;BR /&gt;For example, some of my test results:&lt;BR /&gt;&lt;BR /&gt;Test #1 -- default mount options (i.e. mount &lt;IP address=""&gt;:/hp /hp&lt;BR /&gt;=========  &lt;BR /&gt;-- cp /data/testnfs.tar /hp/testnfs.tar&lt;BR /&gt;-- time it took for 2GB file copy: 82m13.626s&lt;BR /&gt;&lt;BR /&gt;Test #2 -- mount with 32K block size&lt;BR /&gt;=======&lt;BR /&gt;-- cp /data/testnfs.tar /hp/testnfs.tar&lt;BR /&gt;-- umounted nfs share and mounted with the following options:&lt;BR /&gt;           mount -t nfs -o tcp,rsize=32768,wsize=32768 15.27.101.64:/maxtor /maxtor&lt;BR /&gt;-- time it took for 2GB file copy: 4m7.663s  &amp;lt;------ Huge Difference&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usually, this behavoir is seen in the /var/log/messages with the errors:&lt;BR /&gt;&lt;BR /&gt;kernel: nfs: server server.domain.name not responding, still trying&lt;BR /&gt; kernel: nfs: task 10754 can't get a request slot&lt;BR /&gt; kernel: nfs: server server.domain.name OK&lt;BR /&gt;&lt;BR /&gt;Later versions of Redhat do not seem to have this issue.  &lt;BR /&gt;&lt;BR /&gt;Let me know how it goes.&lt;BR /&gt;&lt;BR /&gt;- Monty&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 07 Jul 2004 10:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391469#M382</guid>
      <dc:creator>CA1083075</dc:creator>
      <dc:date>2004-07-07T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391470#M383</link>
      <description>Hi Monty&lt;BR /&gt;&lt;BR /&gt;I have tried the rsize and wsize values you suggested.&lt;BR /&gt;&lt;BR /&gt;This has increased the performance a great deal. Thanks!!&lt;BR /&gt;&lt;BR /&gt;I am now managing to transfer 290Mbytes in 10 minuites. This still seems slower than your quoted figures but I guess it depends upon the types of files you are transferring.&lt;BR /&gt;&lt;BR /&gt;I am considering using the nfsonly.exe option on the nfs share to try and speed it up a little more.&lt;BR /&gt;&lt;BR /&gt;Do you think think this is a good idea?</description>
      <pubDate>Thu, 08 Jul 2004 08:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391470#M383</guid>
      <dc:creator>Terry Hudson</dc:creator>
      <dc:date>2004-07-08T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAS 1000s NFS problem</title>
      <link>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391471#M384</link>
      <description>Hi Terry,&lt;BR /&gt;&lt;BR /&gt;I'm glad to hear those mount options helped.  If this share will only be used for NFS, then I would recommend using the NFS Only option. Also, you are correct about the type (especially the size of the files) can make a difference in performance.  &lt;BR /&gt;&lt;BR /&gt;The NFS Only option provides faster NFS performance and is intended for NFS clients only. The executable file, nfsonly.exe, allows a share to be modified to do more aggressive caching to improve NFS performance. This option can be set on a share-by-share basis. Do not use this function on any file share that can be accessed by any means other than by NFS clients, as data corruption can occur.&lt;BR /&gt;&lt;BR /&gt;Also note that the NFS service must be restarted after setting up an NFS Only share.</description>
      <pubDate>Thu, 08 Jul 2004 15:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeeasy-storage/nas-1000s-nfs-problem/m-p/391471#M384</guid>
      <dc:creator>CA1083075</dc:creator>
      <dc:date>2004-07-08T15:11:02Z</dc:date>
    </item>
  </channel>
</rss>

