Unable to clean up file system


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unable to clean up file system
# 1  
Old 02-06-2009
Unable to clean up file system

Hi,

Has anyone ever encountered the following scenario:

I am working on a SUN server with solaris 10 installed and veritas managing the filesystem. One of the file systems has become full:

df -kh /ossrc/dbdumps
Filesystem size used avail capacity Mounted on
/dev/vx/dsk/ossdg/dbdumps
31G 31G 2.4M 100% /ossrc/dbdumps

The problem I am having is that I am unable to access the directories in /ossrc/dbdumps in order to clean it up. Any operation I attempt to perform on the directories in /ossrc/dbdumps results in the command hanging. Even kill -9 will not stop the commands.

There are 4 directories in there, and I can cd in /ossrc/dbdumps, but I can go no forther. Any one got any ideas as to what may be going on?
# 2  
Old 02-06-2009
Are you root or a normal user when trying to access that file system?
# 3  
Old 02-06-2009
I am logged in as root.
# 4  
Old 02-06-2009
can you umount the FS?
If it says device busy, try fuser -cku
# 5  
Old 02-06-2009
umount just hangs and never returns with anything.

fuser -cuk returned several pids the first time I ran it.
I tried to run it a second time and it now also hangs.
# 6  
Old 02-06-2009
I do hope You were in / when you executed the command?
If not try again...
I dont have (no more...) VXVM on a box to see but VXFS I can say that once full you cant extend until youve made room, and making room can be pain killing if others have processes continually willing to write to it...( the reason of fuser and umount).
Once umounted (good luck!) mount the FS elsewhere while you try to sort things out
# 7  
Old 02-06-2009
I was in / alright, thanks for the advice, i'll keep at it and hopefully get somewhere shortly.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Unable to extend file system

Hi, I have inherited this AIX 5.3 host. I'm unable to increase the /usr file system. It gives me this error. What needs to be done to remove this error? vios:/home/padmin$ chfs -a size=+128M /usr 0516-304 lquerypv: Unable to find device id 0002ef4df616f9690000000000000000 in the Device ... (14 Replies)
Discussion started by: dn888
14 Replies

2. Red Hat

Unable to mount a clone file system (NetApp)

Hi I have the following difficulty: the NetApp admin has clone one file system from one red hatserver and presented this cloned LUN into another redhat server. I can see the LUN as: fdisk -l Disk /dev/sda: 64.4 GB, 64424509440 bytes 255 heads, 63 sectors/track, 7832 cylinders Units =... (1 Reply)
Discussion started by: fretagi
1 Replies

3. Solaris

Unable to create file system (newfs)

Hi I have the following cenario: I have requested a LUN from the NetApp to create a file system, and the netapp admin provide me with one as you can see below, but after following all the steps, I could not create a file system on the device: # format Searching for disks...done ... (11 Replies)
Discussion started by: fretagi
11 Replies

4. AIX

F7fa22c9 i o sysj2 unable to allocate space in file system

F7FA22C9 I O SYSJ2 UNABLE TO ALLOCATE SPACE IN FILE SYSTEM edit by bakunin: until you are willing to phrase a decent question i am unwilling to tolerate such a spammed thread here. - Thread closed - (0 Replies)
Discussion started by: ranjithm
0 Replies

5. Solaris

Solaris file system unable to use available space

Hi, The solaris filesystem /u01 shows available space as 100GB, and used space as 6 GB. The Problem is when iam trying to install some software or copy some files in this file system /u01 Iam unable to copy or install in this file system due to lack of space. ofcourse the software... (31 Replies)
Discussion started by: iris1
31 Replies

6. HP-UX

Unable To Extend the Size of a Logical Volume File System

Background: # uname -a HP-UX deedee B.11.23 U ia64 4294967295 unlimited-user license deedee.rsn.hp.com:/ # bdf /opt Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol6 6553600 6394216 158144 98% /opt /opt is almost full... (3 Replies)
Discussion started by: Rob Sandifer
3 Replies

7. UNIX for Advanced & Expert Users

Clean File

BeginDate 07/01/06 End: 07/31/06 Cust: A02991 - Burnham 0002000 5,829,773 145.3 0009701 4,043,850 267.3 2005000 286,785.13 100.0 BeginDate 07/01/06 End: 07/31/06 Cust: A01239 - East Track PSE Index A 0009902 317,356.82 890.2 0020021 ... (5 Replies)
Discussion started by: kris01752
5 Replies

8. UNIX for Advanced & Expert Users

Clean Text File

HI, I have a file which comes from crystal reports in the below format. I need to clean the file so that i will only have the columns(deptid,empid,ename,sal) and the data below the column names. There is a bug in the repoting tool( we only see page1-1 for every department).The rundate change... (1 Reply)
Discussion started by: kris01752
1 Replies

9. UNIX for Dummies Questions & Answers

Error: Internal system error: Unable to initialize standard output file

Hey guys, need some help. Running AIX Version 5.2 and one of our cron jobs is writing errors to a log file. Any ideas on the following error message. Error: Internal system error: Unable to initialize standard output file I'm guessing more info might be needed, so let me know. Thanks (2 Replies)
Discussion started by: firkus
2 Replies
Login or Register to Ask a Question