Filesystem Full


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Filesystem Full
# 1  
Old 06-28-2005
Filesystem Full

I noticed that whenever something is printed from my workstation, the available disk space in the /dev/dsk/c0t0d0s0 decreases considerably. Hence, after using my workstation for sometime, I encounter an error message: "Filesystem Full" that prevents me from printing any further.
Is there a way to increase or release the available disk space without the need of reformatting my hard disk? During the Solaris installation, 741263 Kbytes is the prompted size for /dev/dsk/c0t0d0s0 and it was set as it is.

The following are the number of free disk blocks and files that I have tracked and saved for the past three consecutive days:

June 25, 2005 (morning):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 560393 121569 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 791888 16 791872 1% /var/run
swap 793088 1216 791872 1% /tmp
/dev/dsk/c0t0d0s7 36592677 793017 35433734 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 20 444155 1% /var/tmp

June 25, 2005 (evening):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 560033 121929 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 790600 16 790584 1% /var/run
swap 792624 2040 790584 1% /tmp
/dev/dsk/c0t0d0s7 36592677 798861 35427890 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 20 444155 1% /var/tmp


June 26, 2005 (morning):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 559239 122723 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 776016 16 776000 1% /var/run
swap 778040 2040 776000 1% /tmp
/dev/dsk/c0t0d0s7 36592677 783881 35442870 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 43 444132 1% /var/tmp


June 26, 2005 (evening):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 559302 122660 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 772480 16 772464 1% /var/run
swap 774504 2040 772464 1% /tmp
/dev/dsk/c0t0d0s7 36592677 791427 35435324 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 51 444124 1% /var/tmp


June 27, 2005 (morning):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 559365 122597 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 754224 16 754208 1% /var/run
swap 756256 2048 754208 1% /tmp
/dev/dsk/c0t0d0s7 36592677 759331 35467420 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 51 444124 1% /var/tmp


June 27, 2005 (evening):
hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 559414 122548 83% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 744952 16 744936 1% /var/run
swap 746984 2048 744936 1% /tmp
/dev/dsk/c0t0d0s7 36592677 764606 35462145 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
/dev/dsk/c0t0d0s3 493527 51 444124 1% /var/tmp




Below are some information regarding my workstation:

hci408:~ >wsinfo
Workstation Name: hci408
Workstation Type: SUNW,Sun-Blade-100;sparc;sun4u

Host Id: 830ee018
Internet Address: 150.10.128.1
Network Domain: [Couldn't Ascertain]

Physical Memory (RAM): 512 Megabytes
Virtual Memory (RAM): 882 Megabytes
Virtual Memory in Use: approx. 23%


Operating System: SunOS Release 5.8 Generic_108528-18
Window System: OpenWindows Version 6.4.1


hci408:~ >more /etc/release
Solaris 8 HW 12/02 s28s_hw1wos_06a SPARC
Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
Assembled 12 December 2002

Thank you.
# 2  
Old 07-07-2005
Filesystem Full Query

Excuse me but is there anyone of you out there who could get me an input about my query regarding the dilemma that I'm facing right now concerning the "Filesystem Full" error message that I always encounter in my workstation?

Thanks in advance!
# 3  
Old 07-07-2005
Run this command to find what files have changed over the past day:
find / -mount -type f -mtime -1 -print | xargs ls -l
# 4  
Old 07-13-2005
CPU & Memory Filesystem Full

Dear Mr. Perderabo,

I'm sorry for the late response. Please accept my apology.

The following are the information you told me to check in my workstation:

Date Checked: 12 July 2005 (evening)


hci408:~ >find / -mount -type f -mtime -1 -print |xargs ls -l
find: cannot read dir /lost+found: Permission denied
find: cannot read dir /var/sadm/patch/: Permission denied
find: cannot read dir /var/spool/mqueue: Permission denied
find: cannot read dir /var/spool/lp/fifos/private: Permission denied
find: cannot read dir /var/spool/lp/fifos/public: Permission denied
find: cannot read dir /var/spool/lp/requests/hci408: Permission denied
find: cannot read dir /var/spool/lp/tmp: Permission denied
find: cannot read dir /var/dt/sdtlogin: Permission denied
find: cannot read dir /var/crash/hci408: Permission denied
-rw-rw-r-- 1 lp lp 19 Jul 12 08:13 /etc/lp/printers/lp408/faultMessage
-r--r--r-- 1 root other 10892 Jul 12 20:08 /var/adm/lastlog
-rw-r--r-- 1 root other 14341 Jul 12 08:12 /var/adm/messages
-rw-r--r-- 1 root bin 3720 Jul 12 19:59 /var/adm/utmpx
-rw-r--r-- 1 adm adm 64225800 Jul 12 20:08 /var/adm/wtmpx
-rw------- 1 root root 24945 Jul 12 03:30 /var/cron/log
-rw-r--r-- 1 root other 86916 Jul 12 08:16 /var/log/syslog
-rw-r----- 1 lp lp 198 Jul 12 08:12 /var/lp/logs/lpsched
-rw-r----- 1 root sn408 180 Jul 12 08:13 /var/lp/logs/requests
-rw-rw---- 1 user408 mail 0 Jul 12 08:33 /var/mail/user408

hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 580136 101826 86% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 737264 16 737248 1% /var/run
swap 737272 24 737248 1% /tmp
/dev/dsk/c0t0d0s3 493527 124 444051 1% /var/tmp
/dev/dsk/c0t0d0s7 36592677 916917 35309834 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump

Date Checked: 13 July 2005 (morning)


hci408:~ >find / -mount -type f -mtime -1 -print |xargs ls -l
find: cannot read dir /lost+found: Permission denied
find: cannot read dir /var/sadm/patch/: Permission denied
find: cannot read dir /var/spool/mqueue: Permission denied
find: cannot read dir /var/spool/lp/fifos/private: Permission denied
find: cannot read dir /var/spool/lp/fifos/public: Permission denied
find: cannot read dir /var/spool/lp/requests/hci408: Permission denied
find: cannot read dir /var/spool/lp/tmp: Permission denied
find: cannot read dir /var/dt/sdtlogin: Permission denied
find: cannot read dir /var/crash/hci408: Permission denied
-rw-rw-r-- 1 lp lp 19 Jul 12 08:13 /etc/lp/printers/lp408/faultMessage
-r--r--r-- 1 root other 10892 Jul 13 04:47 /var/adm/lastlog
-rw-r--r-- 1 root other 14341 Jul 12 08:12 /var/adm/messages
-rw-r--r-- 1 root bin 4092 Jul 12 23:12 /var/adm/utmpx
-rw-r--r-- 1 adm adm 64263000 Jul 13 04:47 /var/adm/wtmpx
-rw------- 1 root root 25246 Jul 13 03:30 /var/cron/log
-rw-r--r-- 1 root other 86916 Jul 12 08:16 /var/log/syslog
-rw-r----- 1 lp lp 198 Jul 12 08:12 /var/lp/logs/lpsched
-rw-r----- 1 root sn408 362 Jul 13 03:29 /var/lp/logs/requests
-rw-rw---- 1 user408 mail 0 Jul 12 08:33 /var/mail/user408

hci408:~ >df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 741263 580168 101794 86% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 726624 16 726608 1% /var/run
swap 727832 1224 726608 1% /tmp
/dev/dsk/c0t0d0s3 493527 140 444035 1% /var/tmp
/dev/dsk/c0t0d0s7 36592677 885313 35341438 3% /export/home
/dev/dsk/c0t0d0s4 61407 9 55258 1% /var/dump
# 5  
Old 07-13-2005
You're not running that command as root. If you're not the administrator of that box, you need to refer this problem to the person that is. Any admin looking at that output will instantly see a major problem: a 64 MB wtmpx file.
# 6  
Old 07-14-2005
Filesystem Full

Dear Mr. Perderabo,

Below is the information that I have saved last night:

hci408:~ >pwd
/export/home/user408
hci408:~ >cd /
hci408:/ >su
# pwd
/
# find / -mount -type f -mtime -1 -print | xargs ls -l
-rw-r--r-- 1 root root 4 Jul 13 06:07 /dev/.devfsadm_dev.lock
-rw-r--r-- 1 root root 57344 Jul 13 06:07 /dev/.devlink_db
-rw-r--r-- 1 root root 2236 Jul 13 06:07 /etc/.cpr_config
-rw-r--r-- 1 root other 314 Jul 13 06:07 /etc/coreadm.conf
-rw-r--r-- 1 root root 55 Jul 13 06:07 /etc/dfs/sharetab
-rw-r--r-- 1 root other 239 Jul 13 06:07 /etc/dumpadm.conf
-rw-r--r-- 1 root sys 620 Jul 13 06:07 /etc/rmtab
-rw-r--r-- 1 root root 4 Jul 13 06:07 /etc/saf/zsmon/_pid
-rw-r--r-- 1 root root 1024 Jul 13 06:09 /TT_DB/property_table.ind
-rw-r--r-- 1 root root 3072 Jul 13 06:09 /TT_DB/property_table.rec
-rw-r--r-- 1 root root 1024 Jul 13 06:09 /TT_DB/property_table.var
-r--r--r-- 1 root other 10892 Jul 13 19:23 /var/adm/lastlog
-rw-r--r-- 1 root other 21519 Jul 13 09:10 /var/adm/messages
-rw------- 1 root root 216 Jul 13 19:27 /var/adm/sulog
-rw-r--r-- 1 root bin 3720 Jul 13 19:26 /var/adm/utmpx
-rw-r--r-- 1 adm adm 68356488 Jul 13 19:23 /var/adm/wtmpx
-rw------- 1 root root 25398 Jul 13 06:07 /var/cron/log
-rw-r--r-- 1 root root 8609 Jul 13 06:07 /var/dmi/db/1l.comp
-rw-r--r-- 1 root root 5285 Jul 13 06:07 /var/dmi/db/1l.tbl
-rw------- 1 root root 44 Jul 13 06:07 /var/dt/A:0-8uaaIa
-rw-r--r-- 1 root root 0 Jul 13 06:07 /var/dt/Xerrors
-rw-r--r-- 1 root root 4 Jul 13 06:07 /var/dt/Xpid
-rw-r--r-- 1 root other 88727 Jul 13 11:26 /var/log/syslog
-rw-r----- 1 root sn408 0 Jul 13 06:09 /var/lp/logs/lpNet
-rw-r----- 1 lp lp 0 Jul 13 06:09 /var/lp/logs/lpsched
-rw-r----- 1 root sn408 540 Jul 13 08:36 /var/lp/logs/requests
-rw-rw---- 1 user408 mail 1238 Jul 13 11:26 /var/mail/user408
-rw------- 1 root root 4 Jul 13 06:07 /var/sadm/wbem/logr/cimbootserver.pid
-rw-r--r-- 1 root root 6456 Jul 13 06:07 /var/saf/_log
-rw-r--r-- 1 root sys 21373 Jul 13 06:07 /var/saf/zsmon/log
-rw-r--r-- 1 root root 22 Jul 13 06:07 /var/snmp/snmpdx.st
-rw-rw-r-- 1 lp lp 0 Jul 13 06:07 /var/spool/lp/SCHEDLOCK
-rw-r--r-- 1 lp lp 14 Jul 13 08:35 /var/spool/lp/tmp/hci408/.SEQF
-rw-r----- 1 root root 4 Jul 13 06:07 /var/spool/print/.printd.lock
-rw-r--r-- 1 daemon daemon 10 Jul 13 06:07 /var/statmon/stat
# 7  
Old 07-14-2005
Unless you really need that wtmpx file for something, you should trim it. If nothing else:
cp /dev/null /var/adm/wtmpx
and then watch it. It shouldn't be growing that fast.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Livedump filesystem almost full

Guy's I'm getting this message Livedump filesystem almost full in errpt logs and its meanning this file system /var/adm/ras/livedump /var has more than 1.5 GB free space .. why I'm getting that message and .. Pls advice to to avoide it ---------- Post updated 03-21-11 at 01:39 AM... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

2. Solaris

Filesystem Full

In our shop we have to run a batch cycle. Every so often while we are running batch we get a filesystem full situation that causes batch to stop or slow down. Anyway, the practiced procedure is to look for large files and zip them. This takes a lot of time. We are in a sun solaris environment. What... (1 Reply)
Discussion started by: Harleyrci
1 Replies

3. AIX

What is the cause of USR filesystem full

we are using aix 5.3 and we notice that the filesystem /usr is almost full. we have an oracle database running on the server.what are the cause why this filesystem is almost full.what should we do to free some space on this filesystem beside increase the size?thanks (4 Replies)
Discussion started by: paulexis
4 Replies

4. UNIX for Dummies Questions & Answers

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!... (3 Replies)
Discussion started by: karthikosu
3 Replies

5. Red Hat

/ filesystem getting full

Hi All, How do I increase the root filesystem? It's getting full. / 90% Here's the break down, below 232 dev 5624 tmp *6764 bin 16860 root *19680 sbin *20436 lib64 28329 boot *47992 etc 150012 var *254540 lib 651708 home *2445044 usr (5 Replies)
Discussion started by: itik
5 Replies

6. UNIX for Dummies Questions & Answers

filesystem full

my root filesystem is eventually full "/dev/rdsk/c1d0s0" as a result i cannot boot to the operating system, i booted into the fail safe mode to check the space using df -h command i discover that it is eventually full. Also to my amazement i found that i cannot see the filesystem which mounted on... (1 Reply)
Discussion started by: seyiisq
1 Replies

7. Solaris

The filesystem is still full - Solaris 10!

Good morning, sir! I've a problem with FileSystem, the problem is FileSystem is full First time, I've already read carefully the sticky thread FileSystem full - What to lock for https://www.unix.com/sun-solaris/25840-filesystem-full-what-look.html And then, I will post some information of... (4 Replies)
Discussion started by: trantuananh24hg
4 Replies

8. HP-UX

vxfs filesystem full!

Dear all, What should I do with the following error message: vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent) Thanks for your advises, (1 Reply)
Discussion started by: hungevntelecom
1 Replies

9. 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
Login or Register to Ask a Question