<?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: Very Stange Problem - HP-UX 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115959#M446979</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;JRF correctly points out that this behavior is typical of stale NFS mounts. Might there be a softlink to an NFS mount buried in there.&lt;BR /&gt;&lt;BR /&gt;The alternative is that there is a bad second of disk the file system is sitting on or an open file handle with an i/o lock.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 25 Jun 2008 12:06:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-06-25T12:06:29Z</dc:date>
    <item>
      <title>Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115955#M446975</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I hope someone can help me because this is a very strange problem. I have noticed that it seems that I am not able to run commands from within certain filesystems without them hanging.&lt;BR /&gt;&lt;BR /&gt;It seems that the problems only occur when my $PWD is a filesystem that resides on external disk. I cannot run commands such as...&lt;BR /&gt;&lt;BR /&gt;rm (with the -rf options)&lt;BR /&gt;which &lt;FILENAME&gt;&lt;BR /&gt;man &lt;COMMAND&gt;&lt;BR /&gt;&lt;BR /&gt;...these just hang, BUT, these commands...&lt;BR /&gt;&lt;BR /&gt;ls&lt;BR /&gt;cd&lt;BR /&gt;rm (with no options)&lt;BR /&gt;top &lt;BR /&gt;&lt;BR /&gt;...all run fine.&lt;BR /&gt;&lt;BR /&gt;However, the problems do not appear to be present if $PWD is a filesystem on internal disk.&lt;BR /&gt;&lt;BR /&gt;There are no disk related errors in syslog, or dmesg, ioscan looks fine, the load on the box is very low, iowait is very low (mostly 0 with the occasional 2-5% WIO).&lt;BR /&gt;&lt;BR /&gt;I'm totally confused by this behaviour. Does anyone have any clues for me?&lt;BR /&gt;&lt;BR /&gt;Thanks - Lee&lt;BR /&gt;&lt;/COMMAND&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115955#M446975</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2008-06-25T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115956#M446976</link>
      <description>Last 2 times I saw this had similar load symptoms....but the disk utilization was high.&lt;BR /&gt;&lt;BR /&gt;There was no consistency in which commands were slow to respond.&lt;BR /&gt;&lt;BR /&gt;Came down to someone accidentally kicking off a full backup during production hours.  Killed the backup, not the admin ;) , and all returned to normal.&lt;BR /&gt;&lt;BR /&gt;A 2nd time it was a process spawning hundreds of smaller processes.  Load was low but number of processes running were insane.  Killed jobs and system returned to normal.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115956#M446976</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-06-25T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115957#M446977</link>
      <description>Hi Lee:&lt;BR /&gt;&lt;BR /&gt;Any NFS mounts involved?&lt;BR /&gt;&lt;BR /&gt;Is '.' (the dot) in your PATH and where?  If so, the beginning? the end?&lt;BR /&gt;&lt;BR /&gt;When did yuo first observe this?  What changed just before you noticed this behavior?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 25 Jun 2008 11:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115957#M446977</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-25T11:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115958#M446978</link>
      <description>Thanks for the replies guys... as far as I know nothing significant changed before the behaviour began. &lt;BR /&gt;&lt;BR /&gt;The filesystems I'm working from within, e.g. the ones I'm in when I issue the commands that hang are local (on external SCSI disks) and not NFS mountpoints. However we are running an NFS server on this machine that is exporting some of the affected filesystems, but not all.&lt;BR /&gt;&lt;BR /&gt;dot (.) is not in my $PATH anywhere.</description>
      <pubDate>Wed, 25 Jun 2008 11:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115958#M446978</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2008-06-25T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115959#M446979</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;JRF correctly points out that this behavior is typical of stale NFS mounts. Might there be a softlink to an NFS mount buried in there.&lt;BR /&gt;&lt;BR /&gt;The alternative is that there is a bad second of disk the file system is sitting on or an open file handle with an i/o lock.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 Jun 2008 12:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115959#M446979</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-25T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Very Stange Problem - HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115960#M446980</link>
      <description>Thanks for your help... I never did get to the exact cause of the problem, and we had to reboot the server anyway, at which point once it came back up it was behaving itself again. I'm guessing the problem was to do with the NFS services running on the box.</description>
      <pubDate>Thu, 26 Jun 2008 15:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-stange-problem-hp-ux-11-11/m-p/5115960#M446980</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2008-06-26T15:11:33Z</dc:date>
    </item>
  </channel>
</rss>

