Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

df -k not showing total

Status
Not open for further replies.

MoreFeo

Technical User
Nov 29, 2002
547
ES
Hi, we're seeing some strange things in one of our servers (Solaris 9).

df -k shows a 24GB filesystem with 2,7GB used.

Inside this filesystem there are some directories with a lot of files, each one >2GB, that makes more than 30GB used.

Do you know what can make this difference?

Code:
# df -k /oracle/SPD
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/md/dsk/d82      26098533 [b]2845193[/b] 22992355    12%    /oracle/SPD
# pwd
[b]/oracle/SPD/sapbackup/bdrblaha.spa[/b]
# du -sk .
961     .
# ls -l
total 1920
-rw-r--r--   1 oraspd   sapsys   [b]2097160192[/b] Oct 15  2005 btabd.data1
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 btabd.data11
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 btabd.data12
-rw-r--r--   1 oraspd   sapsys   2097160192 Oct 15  2005 btabd.data2
-rw-r--r--   1 oraspd   sapsys   2097160192 Oct 15  2005 btabd.data3
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 btabd.data6
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 btabd.data9
-rw-r--r--   1 oraspd   sapsys   2097160192 Oct 15  2005 btabi.data1
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 btabi.data6
-rw-r--r--   1 oraspd   sapsys   2097160192 Oct 15  2005 clud.data1
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 clud.data7
-rw-r--r--   1 oraspd   sapsys   2139095040 Oct 15  2005 clud.data8
-rw-r--r--   1 oraspd   sapsys   2097152000 Oct 15  2005 es46ci.data1
-rw-r--r--   1 oraspd   sapsys   3221225472 Oct 15  2005 rollbig.data1
-rw-r--r--   1 oraspd   sapsys   2097152000 Oct 15  2005 temp.data2

PS: double-checked, and there is no other filesystem under /oracle/SPD that includes these directories
 
Thanks. that seems to be exactly our case.

We detected a problem because TSM was backing up more than the filesystem's total, now we're going to see how to tell TSM not to "inflate" these files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top