![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vxfs filesystem full! | hungevntelecom | HP-UX | 1 | 09-30-2007 03:52 PM |
| /root filesystem size is full | chomca | Linux | 6 | 06-04-2006 06:36 PM |
| Filesystem full - what to look for | RTM | SUN Solaris | 0 | 03-09-2006 10:10 AM |
| /tmp filesystem full | szodiac | UNIX for Dummies Questions & Answers | 11 | 07-18-2005 10:38 AM |
| Filesystem Full | ilak1008 | UNIX for Dummies Questions & Answers | 16 | 07-18-2005 06:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
filesystem is full
Hello everybody, a very basic question.
Inspite of me deleting huge files in a filesystem(AIX 5.3) in oracle folder, the filesystem when i check using df -k still shows 100% full. Does that mean there is a process still pointing to the files which i deleted. how do i work around this. Thanks! karthik |
|
||||
|
Quote:
If some kind of process has opened a file, it still possible for you to delete the file at the command line. Visually it will look as if the file has been removed. However, underneath the file is still there. Only when the process, which opened the file, closes the file, the file will be really removed and the data blocks which made up the file will be free'd. As BOFH already mentioned the most likely candidate for who has the files opened is one of the Oracle processes. So you indeed have to shut down Oracle to get the space back which was taken by the file. Furthermore, I hope for you you don't end up with a totally damaged and corrupt database. It is not smart to remove files like that. There is a good chance you removed part if not all of the database. |
|
||||
|
File System Full
Hi Everyone,
If you get any file system full error. 1) Check with df -h/k command. 2) Check which are the file system consuming more space (100%) utilization. 3) Take Backup if nessary. 4) Delete some of the file which are older. Cheers Rakesh Damera |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|