<?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: &amp;quot;ls -al&amp;quot; not responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489741#M214710</link>
    <description>Hi,&lt;BR /&gt;it was a NFS problem. &lt;BR /&gt;Restarting nfs daemons didn't solve the problems. &lt;BR /&gt;After rebooting the machine, problem is fixed.&lt;BR /&gt;Thanks for all replies&lt;BR /&gt;Best regards</description>
    <pubDate>Thu, 24 Feb 2005 07:37:49 GMT</pubDate>
    <dc:creator>Onur Sirin_1</dc:creator>
    <dc:date>2005-02-24T07:37:49Z</dc:date>
    <item>
      <title>"ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489733#M214702</link>
      <description>Hi,&lt;BR /&gt;I have a server HP UX 11.11.&lt;BR /&gt;On root domain, "ls -al" command is not responding.&lt;BR /&gt;When I enter "ls -al" command on /,&lt;BR /&gt;it waits and gives no response.&lt;BR /&gt;But "ls" command is working.&lt;BR /&gt;&lt;BR /&gt;What is the reason of problem??&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Feb 2005 03:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489733#M214702</guid>
      <dc:creator>Onur Sirin_1</dc:creator>
      <dc:date>2005-02-21T03:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489734#M214703</link>
      <description>Is a 'bdf' responding?  If not, this could be an issue with NFS.  Do you have any remote NFS mounts on this server?&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Mon, 21 Feb 2005 03:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489734#M214703</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-21T03:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489735#M214704</link>
      <description>If it is not nfs-related (but that IS the reason in 99% of cases), it might be some alias issue.</description>
      <pubDate>Mon, 21 Feb 2005 03:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489735#M214704</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-02-21T03:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489736#M214705</link>
      <description>maybe the reason is alias setting, check by issue command #alias. If it have, unalias it by command #unalias&lt;BR /&gt;&lt;BR /&gt;You also check bdf, maybe the file system is full and pvdislay, lvdisplay /dev/vg00/lvol3 to show out abnormal information.&lt;BR /&gt;&lt;BR /&gt;HMT</description>
      <pubDate>Mon, 21 Feb 2005 04:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489736#M214705</guid>
      <dc:creator>Hoang Minh Tuan</dc:creator>
      <dc:date>2005-02-21T04:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489737#M214706</link>
      <description>Hi,&lt;BR /&gt;yes you're right. IT seems a NFS problem.&lt;BR /&gt;When I wait long time, it gives the error below:&lt;BR /&gt;"NFS server (pid774@/net) not responding still trying"&lt;BR /&gt;&lt;BR /&gt;Any suggestions?</description>
      <pubDate>Mon, 21 Feb 2005 04:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489737#M214706</guid>
      <dc:creator>Onur Sirin_1</dc:creator>
      <dc:date>2005-02-21T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489738#M214707</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Check if your NFS server is alive, and all the NFS mounts are available, check using bdf see all the mounts are available. if your not using NFS. u can stop the nfs server/client. &lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/nfs.server stop&lt;BR /&gt;#/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Govinda G.</description>
      <pubDate>Mon, 21 Feb 2005 04:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489738#M214707</guid>
      <dc:creator>Govinda_1</dc:creator>
      <dc:date>2005-02-21T04:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489739#M214708</link>
      <description>Be aware - you will probably have to re-boot to clear this - NFS sucks sometimes.&lt;BR /&gt;&lt;BR /&gt;KB</description>
      <pubDate>Mon, 21 Feb 2005 05:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489739#M214708</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-21T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489740#M214709</link>
      <description>You may get some help by looking at the file /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;If there are a lot of files to be listed, this command can be a significant CPU hog and take a long time to finish.&lt;BR /&gt;&lt;BR /&gt;Generally, root should not have real files, just folders to mount.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep nfsd&lt;BR /&gt;&lt;BR /&gt;Will show you how many nfs processes you have running.&lt;BR /&gt;&lt;BR /&gt;Errors, even misplaced dots in network configuration /etc/rc.config.d/netconf can hang nfs up pretty well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 21 Feb 2005 05:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489740#M214709</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-21T05:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: "ls -al" not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489741#M214710</link>
      <description>Hi,&lt;BR /&gt;it was a NFS problem. &lt;BR /&gt;Restarting nfs daemons didn't solve the problems. &lt;BR /&gt;After rebooting the machine, problem is fixed.&lt;BR /&gt;Thanks for all replies&lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 24 Feb 2005 07:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ls-al-quot-not-responding/m-p/3489741#M214710</guid>
      <dc:creator>Onur Sirin_1</dc:creator>
      <dc:date>2005-02-24T07:37:49Z</dc:date>
    </item>
  </channel>
</rss>

