ls command is not responding...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers ls command is not responding...
# 1  
Old 08-10-2010
ls command is not responding...

I am attempting to run 'ls -ltr' on a directory where file is being written. After firing this command, I dont receive any response from the shell. I understand, because one of the file is writing, this must have happened.

Is there any way, we can still see the listing represnted the query fire time ?

Something analogous to 'with ur' option used in DB2 SQL, where one can read uncommitted records.
# 2  
Old 08-10-2010
This should not happen on a normal system unless your write process is completely hogging your cpu. Is your file system mounted through NFS on a slower link..?
# 3  
Old 08-10-2010
As I know of, file system is NFS mounted.

What will determine if the link is slower or else ?
# 4  
Old 08-10-2010
Try to invoke a copy from mounted directory to local directory with 'time' command. It will give you the total time taken for the copy to complete which will be indicative of the network speed.

Code:
time cp /nfs/mounted/file /local/file

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL5 Server not responding

I have RHEL5 server Sometimes ping timeout occured and i can not access server from any tool or ILOM Any ideas how to solve this? (5 Replies)
Discussion started by: rafat_nasar2010
5 Replies

2. Solaris

ALOM Not Responding to logins

I have a few servers that are all having the same problem when trying to login to their ALOMs. The are T2000's. When I go to login I get the login prompt, but some machines ALOMs aren't responding to the initial login: # ssh xx.xx.xx.xx Copyright 2008 Sun Microsystems, Inc. All rights... (9 Replies)
Discussion started by: christr
9 Replies

3. UNIX for Dummies Questions & Answers

SVNADMIN command not responding

Hi All, I am new using svn. I was told to create a svn repository. i executed the following command and confirmed that svn is working in the machine.(tell doing do is correct) >svn help it listed many subversion commands.Then i did the following >mkdir /home/maectest/svn... (1 Reply)
Discussion started by: boopathyvasagam
1 Replies

4. Ubuntu

Tux Commander - is not responding

It is now 20 years I have used Total Commander. I was very pleased to find Tux Commander, using Ubuntu, which looks very close to TC. UNFORTUNATELY, it hangs while copying large files. Could anyone give my some tips.:b: Ubuntu 9.10 Tux Cmd version 0.6.70-dev Build date: 2009-11-15 ... (1 Reply)
Discussion started by: Bindee
1 Replies

5. Solaris

Help! System not responding!

Hello All! please help. I have a solaris8 server (NIS client) that lost network connectivity to NIS master server. After restoring connectivity to NIS master server, I can't access the server. 1. The server responds to ping. 2. Telnet -- after it authenticates I do not get a prompt. 3.... (3 Replies)
Discussion started by: pingmeback
3 Replies

6. Solaris

SC on T5220 not responding

Hi, SC on one of my T5220 is not responding .. it does not show not let me type anything .. what could be the reason for it ? though when i powercycle the box from sc it shows me the system coming up but after that does not let me login thru sc sc> console -f Enter #. to return to ALOM. (2 Replies)
Discussion started by: fugitive
2 Replies

7. UNIX for Dummies Questions & Answers

Shell not responding

Hi all (Shell: ksh Unix: NCR Unix) Upon opening a shell, I can type a command (any command), but the shell does very little or nothing. If I cd to an unknown directory, the shell responds with "file not found", if I issue 'ls', I get no directory listing (files are present). If I issue... (2 Replies)
Discussion started by: jgrogan
2 Replies

8. UNIX for Dummies Questions & Answers

Portmapper not responding

Kindly When I start the server i have this error "portmapper on server 185.125.241.321 is not responding" let me also clarify that this is the old IP of the server and the new one 192.168.0.2 regards (1 Reply)
Discussion started by: sak900354
1 Replies

9. HP-UX

Service processor not responding

I am receiving messages from HP-UX Server "The operating system is unable to communicate with the service processor. The support bus which connects the system processors, the service processor and the Power Monitor or Platform Monitor may have become hung ". I need help in the following:... (1 Reply)
Discussion started by: cgege
1 Replies

10. UNIX for Dummies Questions & Answers

NFS SERVER.....not responding

Hi i am using HPUX11.00 and i am facing a starnge problem after some time when i log on a message is coimng NFS server not responding still trying....and it keps on coming there is no other way but to log out..form the server and start once again... there is no file system exported or NFS... (3 Replies)
Discussion started by: Prafulla
3 Replies
Login or Register to Ask a Question