/opt file system full !!!


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users /opt file system full !!!
# 15  
Old 01-20-2010
If a log or core file has caused /opt to be filled up then it will have a recent date and time stamp so you can do something like:

Code:
# find /opt -mount -type f -mtime -7 -ls

And you will get a long listing of all file modified in the last 7 days.

HTH
# 16  
Old 01-23-2010
@Mulekk

Sorry for the late reply. Thanks for the Help
I rebooted the server and things are back to normal now.
as mentioned this issue was due to OPEN FILES. and reeboot was the easiest way to sort it out.
# 17  
Old 01-23-2010
Quote:
Originally Posted by kjamsheed
@Mulekk

Sorry for the late reply. Thanks for the Help
I rebooted the server and things are back to normal now.
as mentioned this issue was due to OPEN FILES. and reeboot was the easiest way to sort it out.
the reboot was mentioned 5 days ago... so, yes that was because it is easy and can safe a lot of work!
# 18  
Old 01-25-2010
In the first post you "cleared all the logs". Time to acquaint yourself with which processes hold log files open and the correct procedure to maintain those logs. Where there is no procedure supplied it is often better to copy and trunctate active logs rather than just deleting them.

As with all Systems Administration issues it helps to know which Operating System.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

File system full, swap

hi all I am having a t5240 server in that zone is there in /var/adm/messages i am getting the following warning WARNING: /zoneroot/zonename-zone/root/tmp: File system full, swap space limit exceeded if a swap is getting full what can i do. Please use code tags next time for your... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

2. Emergency UNIX and Linux Support

ufs_aolloc.c :/ file system full

I am running Ubix SVR4, namely MP-Ras unix. I installed a remote printer and now I keep getting an error that looks like this: ufs_alloc.c /: file system full I have deleted the remote printer but am still receiving this error. I know it has something to do with the fact that my / partition... (3 Replies)
Discussion started by: Rutgerncas
3 Replies

3. Red Hat

File system full, but not really.

Hey all, What do you think mostly happened in the following situation? I have a Red Hat 5.5 server. Someone, somehow, managed to get two .nfs000.... type files that totaled over a terabyte in size. I removed them and thought things were back to normal. Then I started getting complains from... (2 Replies)
Discussion started by: geelsu
2 Replies

4. Solaris

file system full

hello Even though I am not out of inodes or of space, the /var/adm/messages shows messages: file system full I am doing now fcsk -m (400G) and I am still waiting to see the fragmentation results (should I add another option to df to have a faster output?) Do you have any other hints... (6 Replies)
Discussion started by: melanie_pfefer
6 Replies

5. Solaris

file system full

I am receving following Error message in /var/adm/messages "NOTICE: alloc: /: file system full" Disk space usage is as beklow: df -k $ Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d10 76678257 56962561 18948914 76% / /proc ... (8 Replies)
Discussion started by: Asteroid
8 Replies

6. Solaris

Full file system?

I read the sticky and thought of a script I use on a regular basis. Since unless you patch/upgrade the df command on solaris you have a very tought time teling how full the system truly is. Output looks like $ biggest.sh /tmp Filesystem kbytes used avail capacity Mounted... (0 Replies)
Discussion started by: meyerder
0 Replies

7. Solaris

File system full?

Hi, I just started working with UNIX on an old semi-fossilized Sun workstation which I use to process LOTS of images,however, I just started to get an error message that the file system is full and then my shell tool or/and text editor freeze up. Help? (8 Replies)
Discussion started by: Bend
8 Replies

8. UNIX for Advanced & Expert Users

Full File System

Hi All, There was a background process running on a Solaris 2.8 machine, and appeared to have filled all available disk-space. I done a killall, and upon re-booting found that the file system had filled up, and will not boot as normal as a result. For example, I'm getting /usr/adm/messages: No... (8 Replies)
Discussion started by: Breen
8 Replies

9. UNIX Desktop Questions & Answers

file system full

When I try to log in as root I get the following message realloccg /: file system full sendmail :NO Queue:low on space (have 0,SMTP-DAEMON needs 101 in /var/spool/mqueue) What should I do? (1 Reply)
Discussion started by: hopeless
1 Replies
Login or Register to Ask a Question