<?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: NAS/NFS issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472748#M16096</link>
    <description>Well, Now I get little more confined situation. This problem is with particulat file..And it happens on various server which are NAS storage connected..&lt;BR /&gt;Now it has got error like below, where moreof I am feeling it's some bug with jar/gcc..what could be solution...&lt;BR /&gt;But it is still strange as both systems have same NAS mounted and one server only gives problem/...please reply..&lt;BR /&gt;Thanks and its gr8 help of u guys&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@11i-tst-01 pz]# jar tvf XXCAC_FC.jar&lt;BR /&gt;Error in JAR file format. zip-style comment?</description>
    <pubDate>Mon, 31 Jan 2005 15:35:29 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2005-01-31T15:35:29Z</dc:date>
    <item>
      <title>NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472741#M16089</link>
      <description>I have enterprise Linux setup with NetApps NAS storage. Also it has service guard setup. NAS is NFS mounted on both cluser nodes. &lt;BR /&gt;Thousand activities are going around, lots of NFS issues and Linux hangs keeping day always busy. &lt;BR /&gt;I am facing a issue with jar file extract. &lt;BR /&gt;It is on NAS storage, Linux is same on both nodes and also the jar executable. I copy file on NAS storage just at one server. Try to extract, that goes ok. When I try to extract on other node having same storage mounted I run through error.&lt;BR /&gt;Has any one faced it any time. Error would be the file is corrupt..like that..&lt;BR /&gt;&lt;BR /&gt;Appreciate everybody's response..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 27 Jan 2005 11:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472741#M16089</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-01-27T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472742#M16090</link>
      <description>What nfs options are you using ie.&lt;BR /&gt;&lt;BR /&gt;softmount&lt;BR /&gt;intr&lt;BR /&gt;rsize&lt;BR /&gt;wsize&lt;BR /&gt;&lt;BR /&gt;Do you see any errors in the logs?&lt;BR /&gt;&lt;BR /&gt;Check out the linux NFS faq as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nfs.sourceforge.net/" target="_blank"&gt;http://nfs.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Thu, 27 Jan 2005 11:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472742#M16090</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-01-27T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472743#M16091</link>
      <description>Prashant,&lt;BR /&gt;&lt;BR /&gt;Nice to see you on the Linux side. Please post your Linux mount options from /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;I think a soft mount might be in order.&lt;BR /&gt;&lt;BR /&gt;I need however to know what the options are on the shares from Linux as well /etc/exports&lt;BR /&gt;&lt;BR /&gt;The parameters that work on HP-UX are not enough for smooth Linux operation.&lt;BR /&gt;&lt;BR /&gt;Here is the /etc/exports on my succesful, home grown NAS server.&lt;BR /&gt;&lt;BR /&gt;/share/web 192.168.0.40(rw,no_root_squash,async) 192.168.0.35(rw,no_root_squash,&lt;BR /&gt;async) 192.168.0.70(rw,no_root_squash,async) 192.168.0.41(rw,no_root_squash,asyn&lt;BR /&gt;c) 66.92.143.194(rw,no_root_squash,async) 66.82.153.195(rw,no_root_squash,async)&lt;BR /&gt; 66.82.153.196(rw,no_root_squash,async)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: I am limiting access to certain nodes. &lt;BR /&gt;&lt;BR /&gt;Thanks for posting your question, I need to authorize a new node in my setup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jan 2005 12:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472743#M16091</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-27T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472744#M16092</link>
      <description>I dont have access to servers, but FSTAB entries are as below..Am I missing anything here...Thx&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;proto=tcp,ro,hard,intr,rsize=32768,wsize=32768,vers=3 0 0&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 12:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472744#M16092</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-01-27T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472745#M16093</link>
      <description>I meant the filers..I dont have access to..I have access for Linux boxes..sorry for that..&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 27 Jan 2005 12:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472745#M16093</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-01-27T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472746#M16094</link>
      <description>We have a Dell NAS, it occasionally looses itself.. I have a job croned to check the mount point, if the mount point isn't attached it attempts to mount. &lt;BR /&gt;&lt;BR /&gt;nasmount=`mount |grep nas |awk '{print $3}'` &lt;BR /&gt;if [  "$nasmount" != "nas:/NAS" ] &lt;BR /&gt;then &lt;BR /&gt;echo "NAS is NOT MOUNTED ATTEMPTING MOUNT" &amp;gt; /nas.log &lt;BR /&gt; date +%Y%m%d:%H%M &amp;gt;&amp;gt;/nas.log &lt;BR /&gt;mount /spi/nas &lt;BR /&gt;else &lt;BR /&gt;echo "NAS is MOUNTED" &amp;gt;/nas.log &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;Problem is the NAS is not under my direct control and our MS-Tech doesn't get in to the office till 8, when I check it, and it's down I notify him asap so it can be rebooted.. &lt;BR /&gt;(typical MS or Apple) reboot the thing. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 13:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472746#M16094</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-01-27T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472747#M16095</link>
      <description>I don't believe Serviceguard for Linux supports NFS as shared storage.  At the very least do all packages have different NFS mounts?</description>
      <pubDate>Fri, 28 Jan 2005 02:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472747#M16095</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2005-01-28T02:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472748#M16096</link>
      <description>Well, Now I get little more confined situation. This problem is with particulat file..And it happens on various server which are NAS storage connected..&lt;BR /&gt;Now it has got error like below, where moreof I am feeling it's some bug with jar/gcc..what could be solution...&lt;BR /&gt;But it is still strange as both systems have same NAS mounted and one server only gives problem/...please reply..&lt;BR /&gt;Thanks and its gr8 help of u guys&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@11i-tst-01 pz]# jar tvf XXCAC_FC.jar&lt;BR /&gt;Error in JAR file format. zip-style comment?</description>
      <pubDate>Mon, 31 Jan 2005 15:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472748#M16096</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-01-31T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472749#M16097</link>
      <description>Well..Story becomes more interesting as I see inode of file is same, but cksum differs on this mount with this file...&lt;BR /&gt;Strange....&lt;BR /&gt;Did any one faced it with filers...will appreciate any type of help..</description>
      <pubDate>Mon, 31 Jan 2005 18:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472749#M16097</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-01-31T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: NAS/NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472750#M16098</link>
      <description>NFS is known for going bonkers periodically,I've witnessed this more times than I care to admit.&lt;BR /&gt;&lt;BR /&gt;You've tried unmounting then remounting on the affected nodes and then re-trying the file?&lt;BR /&gt;&lt;BR /&gt;I understand this might be somewhat difficult if it's in a busy cluseter environment (fail the node then do it).&lt;BR /&gt;&lt;BR /&gt;The other possibility is that the NAS it's self is the one having the idfficulty.  For some reason the inode opened, locked the file, and never released it.  At a 'quiet' time, try checking the NAS to see what files are opened or locked, and see if this is one of them.&lt;BR /&gt;&lt;BR /&gt;Another thing to look at is the 'nfslock' service on your server boxes.  Whilst NFS supports various file locking types, not all that OS's can do are supported at the base level.  You might want to try starting this service as well to see if reliability increases.&lt;BR /&gt;&lt;BR /&gt;Just some thoughts, hopefully some will help.</description>
      <pubDate>Mon, 31 Jan 2005 18:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nas-nfs-issue/m-p/3472750#M16098</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-01-31T18:34:42Z</dc:date>
    </item>
  </channel>
</rss>

