<?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: ls or find command strange in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106012#M689101</link>
    <description>Are you running that command as root or as a normal user?&lt;BR /&gt;&lt;BR /&gt;The directory / is located on the root filesystem (/dev/vg00/lvol3), while most other directories are on other, separate filesystems. &lt;BR /&gt;&lt;BR /&gt;The directories /etc and /sbin are also located on the root filesystem. If "ls -l /etc" or "find /sbin" also hang, your root filesystem might be damaged.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 21 Nov 2007 08:24:40 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2007-11-21T08:24:40Z</dc:date>
    <item>
      <title>ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106010#M689099</link>
      <description>If running command "ls -l" of "find" at directory /, server not give a respond (like hang).&lt;BR /&gt;&lt;BR /&gt;But in other direcory, both command are normal.&lt;BR /&gt;&lt;BR /&gt;Why ?&lt;BR /&gt;&lt;BR /&gt;OS is HPUX 11.11 running on rp3440</description>
      <pubDate>Wed, 21 Nov 2007 08:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106010#M689099</guid>
      <dc:creator>Asep Somantri</dc:creator>
      <dc:date>2007-11-21T08:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106011#M689100</link>
      <description>Greetings,&lt;BR /&gt;Most certainly because you may have a NFS mount point and the distant server isnt responding...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 21 Nov 2007 08:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106011#M689100</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2007-11-21T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106012#M689101</link>
      <description>Are you running that command as root or as a normal user?&lt;BR /&gt;&lt;BR /&gt;The directory / is located on the root filesystem (/dev/vg00/lvol3), while most other directories are on other, separate filesystems. &lt;BR /&gt;&lt;BR /&gt;The directories /etc and /sbin are also located on the root filesystem. If "ls -l /etc" or "find /sbin" also hang, your root filesystem might be damaged.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 21 Nov 2007 08:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106012#M689101</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-11-21T08:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106013#M689102</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, I've NFS but so far "bdf" is okay.&lt;BR /&gt;&lt;BR /&gt;But I haven't tried "ls -l /etc".&lt;BR /&gt;&lt;BR /&gt;If root file system corrupted, Do I have to restore from Ignite ? .. or any way that simple without down the machine.&lt;BR /&gt;&lt;BR /&gt;Best Rgds&lt;BR /&gt;Asep</description>
      <pubDate>Wed, 21 Nov 2007 08:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106013#M689102</guid>
      <dc:creator>Asep Somantri</dc:creator>
      <dc:date>2007-11-21T08:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106014#M689103</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try using ls -l with different options like&lt;BR /&gt;&lt;BR /&gt;ls -l|head -2&lt;BR /&gt;ls -l|tail -2&lt;BR /&gt;&lt;BR /&gt;This will confirm if you have problem retrieving the very old file. Probably that file might be a link file whose reference file is not available.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Wed, 21 Nov 2007 09:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106014#M689103</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2007-11-21T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106015#M689104</link>
      <description>OK .. then.. what does bdf show?&lt;BR /&gt;Do you have mirrored disks?&lt;BR /&gt;What do you see when you type vgdisplay -v vg00?&lt;BR /&gt;(any stale- are both disks available?)...&lt;BR /&gt;&lt;BR /&gt;My 2 cents&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 21 Nov 2007 09:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106015#M689104</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2007-11-21T09:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106016#M689105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First try to identify which FS/NFS is creating the problem.&lt;BR /&gt;&lt;BR /&gt;have you used -xdev option when you run find ....?&lt;BR /&gt;&lt;BR /&gt;Eliminate NFS, by going to the NFS directories and do a ls or ls -lR etc... &lt;BR /&gt;see for any errors in syslog or by running dmesg &lt;BR /&gt;&lt;BR /&gt;Also running a find or ls -lR on a heavily used NFS is bound to take time... &lt;BR /&gt;&lt;BR /&gt;If its not NFS then you can continue on which ever FS is causing the problem.&lt;BR /&gt;once you have identified a particular FS and if you have proper backups and no other process are using that FS, you can try unmounting it and run fsck on it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RD</description>
      <pubDate>Wed, 21 Nov 2007 09:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106016#M689105</guid>
      <dc:creator>rajdev</dc:creator>
      <dc:date>2007-11-21T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106017#M689106</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Running bdf is OK &amp;amp; there's 1 nfs(linux).&lt;BR /&gt;Running "ls -l" &amp;amp; "find " on NFS directory is good.&lt;BR /&gt;&lt;BR /&gt;We have no mirror &amp;amp; "vgdisplay -v vg00" shows no problem at all.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if restart the server will be a good idea.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Asep</description>
      <pubDate>Thu, 22 Nov 2007 07:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106017#M689106</guid>
      <dc:creator>Asep Somantri</dc:creator>
      <dc:date>2007-11-22T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106018#M689107</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'ls' is working?&lt;BR /&gt;&lt;BR /&gt;For me it sounds like your hard disk is defect.&lt;BR /&gt;You can test your hd:&lt;BR /&gt;'dd if=/dev/rdsk/&lt;YOUR_DISK&gt; of=/dev/null bs=32768k' &lt;BR /&gt;(bs=block-size can be 1024, 2048,... - choose one you want)&lt;BR /&gt;&lt;YOUR_DISK&gt; you can see in your 'bdf'.&lt;BR /&gt;Check that /dev/null exists ;-)&lt;BR /&gt;&lt;BR /&gt;If there's an error or 'in' and 'out' differs, then you've a problem.&lt;BR /&gt;Ignite backup is very good, but you'll need a disk which is ok.&lt;BR /&gt;&lt;BR /&gt;Or have you damaged your file sytem with a 'rm *' command? &lt;BR /&gt;Compare your 'ls' results with another workstation.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;/YOUR_DISK&gt;&lt;/YOUR_DISK&gt;</description>
      <pubDate>Thu, 22 Nov 2007 08:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106018#M689107</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-11-22T08:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106019#M689108</link>
      <description>ok - bs=512k or bs=1024k should be enough :-)&lt;BR /&gt;&lt;BR /&gt;You should see something like this for an 'io' disk:&lt;BR /&gt;17677440+0 records in&lt;BR /&gt;17677440+0 records out&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2007 08:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106019#M689108</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-11-22T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106020#M689109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just bought a new server (HPUX 11.31 rp3310) and it also has a problem with the find command.  It runs, hang, run, hang... until it finished.  dd command doesn't report any problem.  The server doesn't have any NFS.  How did you solve your problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason</description>
      <pubDate>Mon, 21 Apr 2008 17:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106020#M689109</guid>
      <dc:creator>jasonK_1</dc:creator>
      <dc:date>2008-04-21T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: ls or find command strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106021#M689110</link>
      <description>&amp;gt;jason: I just bought a new server (HPUX 11.31 rp3310) and it also has a problem with the find command. It runs, hang, run, hang... until it finished. The server doesn't have any NFS.&lt;BR /&gt;&lt;BR /&gt;If you don't have any NFS mounts, this is a different problem.  Please create your own thread.&lt;BR /&gt;&lt;BR /&gt;If you think there is connection, you can put a link to this thread.</description>
      <pubDate>Tue, 22 Apr 2008 05:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-or-find-command-strange/m-p/4106021#M689110</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-22T05:57:04Z</dc:date>
    </item>
  </channel>
</rss>

