- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "ls -al" not responding
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 07:11 PM
02-20-2005 07:11 PM
I have a server HP UX 11.11.
On root domain, "ls -al" command is not responding.
When I enter "ls -al" command on /,
it waits and gives no response.
But "ls" command is working.
What is the reason of problem??
Thanks & Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 07:23 PM
02-20-2005 07:23 PM
Re: "ls -al" not responding
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 07:31 PM
02-20-2005 07:31 PM
Re: "ls -al" not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 08:08 PM
02-20-2005 08:08 PM
Re: "ls -al" not responding
You also check bdf, maybe the file system is full and pvdislay, lvdisplay /dev/vg00/lvol3 to show out abnormal information.
HMT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 08:48 PM
02-20-2005 08:48 PM
Re: "ls -al" not responding
yes you're right. IT seems a NFS problem.
When I wait long time, it gives the error below:
"NFS server (pid774@/net) not responding still trying"
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 08:54 PM
02-20-2005 08:54 PM
Re: "ls -al" not responding
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.
#/sbin/init.d/nfs.server stop
#/sbin/init.d/nfs.client start
Thanks & Regards,
Govinda G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 09:53 PM
02-20-2005 09:53 PM
Re: "ls -al" not responding
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.
Generally, root should not have real files, just folders to mount.
ps -ef | grep nfsd
Will show you how many nfs processes you have running.
Errors, even misplaced dots in network configuration /etc/rc.config.d/netconf can hang nfs up pretty well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 11:37 PM
02-23-2005 11:37 PM
Re: "ls -al" not responding
it was a NFS problem.
Restarting nfs daemons didn't solve the problems.
After rebooting the machine, problem is fixed.
Thanks for all replies
Best regards