/tmp full


 
Thread Tools Search this Thread
Operating Systems AIX /tmp full
# 1  
Old 12-13-2007
/tmp full

The /tmp is 100% full, I found there are the following big files/directory:

1301500 syslog.out.58
166692 vac
158552 install.dir.2928686
158552 install.dir.2236636
110980 install.dir.2887698

/tmp/vac have some files like :

.toc vacpp.msg.JA_JP.cmp.core.06.00.0000.0001.bff xlopt.tools.01.03.0002.0000.bff
memdbg.adt.04.04.0003.0001.bff vacpp.msg.Ja_JP.cmp.core.06.00.0000.0001.bff xlopt.tools.01.03.0002.0006.bff
memdbg.aix50.adt.04.04.0003.0004.bff vacpp.msg.ZH_CN.cmp.core.06.00.0000.0001.bff xlsmp.aix50.rte.01.06.0000.0000.bff
vac.C.06.00.0000.0016.bff vacpp.msg.en_US.cmp.core.06.00.0000.0008.bff xlsmp.aix50.rte.01.06.0000.0003.bff


Which files or directory I can delete?
# 2  
Old 12-13-2007
The "*bff" files are "Backup-File-Format" and are installable OS-packages. These are probably on your installation medium (CD, DVD, etc.) or you have downloaded updates from IBMs Fixdist Central. They should not reside in /tmp anyways but be kept in an archive on your NIM Server (if you have one) or somewhere, where you store all your OS-updates (you do store them somewhere, yes?).

As a rule of thumb: files in /tmp are in /tmp and nowhere else because they are expendable - whoever puts something in /tmp should be well aware that /tmp is TEMPORARY - expect your stuff to be there in 20 minutes from now for sure, tomorrow most likely, in a week probably not any more and in a month surely not.

Delete whatever you want, it should not bother anyone. If it does you will have to change the attitude of your users, not the way /tmp is handled.

bakunin
# 3  
Old 12-13-2007
For example don't expect contents of /tmp to survive a reboot.
# 4  
Old 12-13-2007
Agreed...it is "improper" to use /tmp as a source for installation images (usually "/usr/sys/inst.images" is used), nor is it appropriate for long-running logs (like the syslog, which should go in "/var/adm/ras"). Letting /tmp fill up is a Very Bad Thing.

However, I would not just delete the contents of /tmp willy-nilly. There are some programs that use it for, well, temporary space. So doing a mass-deletion should be limited to files/dirs that are old (i.e., 30 days).

There should always be some sort of /tmp cleanup that is automated, such as "skulker".
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Logging events of /tmp full

Hi everybody, few days ago we had a big issue with one of our solaris10 server. Suddenly while my colleague was working on it for some troubleshooting he realized that the performance started to degrade. At the end it reached the point that was not even possible to login usng the local console... (7 Replies)
Discussion started by: bdegiovanni
7 Replies

2. Emergency UNIX and Linux Support

MySql server hangs due to /tmp full

Dear community, my sql and apache server (with CMW installed) hangs due to /tmp full: root@cms:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 224G 27G 186G 13% / tmpfs 3.9G 0 3.9G 0% /lib/init/rw udev 3.9G ... (7 Replies)
Discussion started by: Lord Spectre
7 Replies

3. Solaris

Solaris full /tmp - du and df different swap NOT filled

Hello all, The issue is # df -h /tmp Filesystem size used avail capacity Mounted on swap 4.0G 4.0G 8.7M 100% /tmp # du -sh /tmp/ 87M /tmp By now you probably will say that this is open file destriptor issue. Well no, nothing... (2 Replies)
Discussion started by: click
2 Replies

4. AIX

\tmp Directory is full up to 99%.

Dear All, We are on AIX OS, /tmp directory is filled up to 99% percent, Please suggest, How to get free space for "/tmp"? which files can be deleted from /tmp? and How to delete it? is there any commands..... Thanks in advance, Its very urgent, Helpful answers will be appreciated, Please... (7 Replies)
Discussion started by: kak
7 Replies

5. AIX

/tmp file system full

Hi, I would like to know if /tmp file system is full, wheather it will affect the peformance of application installed on AIX. if Memory and CPU are not heavily utilized. Regards, Manoj. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Solaris

/tmp: File system full, swap space limit exceeded

Can you help. My server sunning solaris 9 on x86 platform pretty much hung for a few hours... I could not use telnet or ssh to the box - it kept refusing connection. A few hours later - I was able to log in again. The server has not rebooted but here are the first errors in the messages log... (5 Replies)
Discussion started by: frustrated1
5 Replies

7. AIX

/tmp full

good morning The /tmp filesystem is full at 99 % I have do a "rm" but the size is the same. so i think that a process is always alive, but how can i do to know it ? (because I have deleted some file in /tmp) thank you (9 Replies)
Discussion started by: pascalbout
9 Replies

8. UNIX for Dummies Questions & Answers

/tmp filesystem full

I am running AIX 3 4. When I do a df I get: Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10232 69% 1309 16% / /dev/hd2 917504 86360 91% 19744 18% /usr /dev/hd9var 131072 67712 49% 617 ... (11 Replies)
Discussion started by: szodiac
11 Replies

9. UNIX for Dummies Questions & Answers

monitoring /tmp and /var/tmp for suspicous activity

Hello, does anyone have a script that can check the contents of the /tmp directory and for example e-mail the directory content if anything other than session files are present? Maybe there are better ways to monitor suspicous /tmp and /var/tmp activity, if so I'm listening :) (1 Reply)
Discussion started by: jamesbond
1 Replies
Login or Register to Ask a Question