c0d0t0s0 "/" shows 100% in solaris 9. need help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers c0d0t0s0 "/" shows 100% in solaris 9. need help
# 8  
Old 10-24-2005
yikes

guess i am dodging lot of traffic. any other ways to check and repair this problem. what the mail?
# 9  
Old 10-24-2005
Quote:
Originally Posted by Perderabo
Code:
# df -k / /usr /var /opt /tmp
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/md/dsk/d0        494235  146570  298242    33%    /
/dev/md/dsk/d4       2030747 1544711  425114    79%    /usr
/dev/md/dsk/d5       1525647  294576 1170046    21%    /var
/dev/md/dsk/d6       1525647  302419 1162203    21%    /opt
swap                 4677792      56 4677736     1%    /tmp
#

I have a full install of Solaris 9 and my root is 484 MB total. Currently 33% are in use. Most of the 298 MB that are free are not likely to be used. What do you think might go there? I would argue that 940 MB is much too big.

Hmmm. Obviously splitting off those separate filesystems has a way bigger effect than I thought. At the last job where I had to build lots of Solaris 9 systems we only used /, swap, and /export/home - and our / ended up being well over a gig in size. I guess most of that stuff must be under /usr and /var. Thanks for clearing that up and pointing out my mistake.
# 10  
Old 10-24-2005
Maybe there is a core dumping problem, where core files are being dumped in the root partition?
# 11  
Old 10-24-2005
Since timestamps are useless, file sizes will have to do. Something like blowtorch's command. It is amazing that on Sun, special files are matching that size option. HP-UX does not do that. But blowtorch's command is easily fixed...
cd /; find . -type f -size +50000000c -xdev -exec ls -l {} \;

I still think the size is too big. But if the problem is a single very large file, this will find it.
# 12  
Old 10-24-2005
MySQL success..i guess

hey,

i rebooted the system. remounted all the nf mounts.. and it dropped to 44%... well, thats good...but still dont know the cause.. couldnt be a mount issue, as i check those before. thanks guys for all ur help
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. SCO

NFS umount shows the "Device busy (Error 16)"

Hi there After making a backup copy of it sometimes happens that when I want to unmount an NFS indicates the error:umount: /path_mount busy: Device busy (Error 16) if I run lsoff, I can not find the process that is blocking the application. I'm using OpenServer 5.0.2c as one NFS server ... (14 Replies)
Discussion started by: flako
14 Replies

4. Solaris

Login shows "PS" but locked

Hello my o/s is: SunOS sjcorpftp 5.10 Generic_118855-36 i86pc i386 i86pc I am sys admin for several Sun boxes, whenever a user cannot login I do a "passwd -s login-name" the majority of the time the login status will show "PS" when it is locked once I unlock it, they can login Has... (2 Replies)
Discussion started by: ikeleong
2 Replies

5. OS X (Apple)

"Locate" Shows Files but Not "LS" in Terminal

OS-X 10.8.4 Using locate I get these results: 10:~ mize$ locate /Users/mize/*.sh /Users/mize/Zend/workspaces/DefaultWorkspace/SLM/vendor/ZF2/bin/check-cs.sh /Users/mize/copy_ascii_upload.sh /Users/mize/copy_ascii_upload_to_server.sh /Users/mize/copy_form_functions_php_to_jpl.sh... (7 Replies)
Discussion started by: Gary Mize
7 Replies

6. Solaris

Printer configuration Migration from Solaris 10 "LP" to Solaris 11 "CUPS"

Need to find a way to import an LP printers.conf file to CUPS. I have some new Solaris 11.1 boxes that need to have 300 printers added. (0 Replies)
Discussion started by: os2mac
0 Replies

7. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

8. Solaris

Metastat shows "maintenance" and "last-erred"

Hi All, Sorry to post a problem for my first post but I'm in a bit of a pickle at the minute! I have an Ultra45 connected to a Storedge 3100 series, 2 internal, 2 external disks with a db application running on the external disks. Now everything is working fine and we've had no downtime or... (4 Replies)
Discussion started by: TheSteed
4 Replies

9. Solaris

Solaris escape my script from "-" to "/226"

Hello everyone. I beg your guys pardon please. I try to ls -al in many path/directories. So, I put the code in text file which look like below; ls -al / ls -al /etc ls -al /etc/default ... however, when I paste it to Solaris over SecureCRT, it seems the code was escaped from "-" to... (0 Replies)
Discussion started by: Smith
0 Replies
Login or Register to Ask a Question