"/" c0t0d0s0 showing 100%.


 
Thread Tools Search this Thread
Operating Systems Solaris "/" c0t0d0s0 showing 100%.
# 1  
Old 06-19-2008
"/" c0t0d0s0 showing 100%.

hi
I recently started looking after server with sunsolaris os. it is dual host system. In one server the '/' showing 56% in other it is showing 100% in df -k.
the status of slice was
used avail capacity mounted on
/dev/dsk.c0t0d0s0 961181 95**** 0 100%
After reoving some files the avail is now 922028 but capacity is still 0 and it still showing 100% whereas actual it supposed to be 95%. The du -s showing almost same in both the server. please help me.
# 2  
Old 06-20-2008
Pls capture and post various outputs. It be much clearer
# 3  
Old 06-20-2008
The details on df -k are
Code:
file system                used avail  capacity mounted on
/dev/dsk/c0t0d0s0 961181 922028           0  100%   /
/dev/dsk/c0t0d0s6 9611181 799169   104342 89%  /usr
/dev/dsk/c0t0d0s3 9611181 33254     870257 4%    /var
/dev/dsk/c0t0d0s7 3776238 3297802  440674  89% /export/home
/dev/dsk/c0t0d0s5 961181 674966     228545  75% /opt
swap                    1038440 288        1038152   1% /tmp

in other server the similar disk partion available . but the / use is 55%. i have gone through the files but find almost similar size.
further even after deleting some files in / dir there is no change of %. still it is 100% though the used value has been reduced.
pl help.

Last edited by DukeNuke2; 06-20-2008 at 02:45 PM.. Reason: added CODE tags for better reading
# 4  
Old 06-20-2008
File deletion

Is it possible that file handles to the deleted files are still open?

https://www.unix.com/unix-dummies-que...-deletion.html
# 5  
Old 06-23-2008
Are you running any application on the server?
Most of the times these applications produce log files
which are being logged on to / . You may need to identify
these logs if any and delete them.

HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Solaris

Ipadm showing "/?" in ADDROBJ on S11 local zone

Hi! I have a Solaris 11 local zone, everything is running fine, BUT, when I issue an "ipadm show-addr" from inside the local zone I get the following: root@xxxxxxx:/var/opt# ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/? inherited ok 127.0.0.1/8... (2 Replies)
Discussion started by: rtmg
2 Replies

3. UNIX for Advanced & Expert Users

"sudo su -" showing lot of information on OpenLDAP

Hello, I have configured new LDAP and new LDAP clients. When I do "sudo su -", it shows me lot of information, which is not required on screen. I am not sure, if any debug mode is enabled or from where it can be turned off. Please suggest, if it is know for you. -bash-3.2$ sudo su - sudo:... (8 Replies)
Discussion started by: solaris_1977
8 Replies

4. 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

5. 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

6. UNIX for Advanced & Expert Users

Showing "permission denied" when trying to login in - Montavista Linux

Hello friends, I have scratched my system and after that when I am trying to access the console via root login it's failing with an error message of "permission denied". I am able to access the other login, I am having only problem with root and some other user login. I am using an telnet... (7 Replies)
Discussion started by: sanoop
7 Replies

7. Linux

Showing "permission denied" when trying to login in - Montavista Linux

Hello friends, I have scratched my system and after that when I am trying to access the console via root login it's failing with an error message of "permission denied". I am able to access the other login, I am having only problem with root and some other user login. I am using an telnet... (2 Replies)
Discussion started by: sanoop
2 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question