"file system is full up to 90% how can i set the file system to 60%"


 
Thread Tools Search this Thread
Operating Systems Solaris "file system is full up to 90% how can i set the file system to 60%"
# 1  
Old 08-14-2010
"file system is full up to 90% how can i set the file system to 60%"

hi every one

"plz any one can give solution to my problem" my problem is my filesystem is full in os level i have to decrease it to 60% how can i? plz help me

Thank you for your response
This User Gave Thanks to sivajerripothul For This Post:
# 2  
Old 08-14-2010
Delete unnecessary files
# 3  
Old 08-15-2010
plz tel me what are that unwanted files
# 4  
Old 08-15-2010
That depends on what you have on the filesystem.
It might be core files, log files, old application logs, old application, old user filer etc etc.

There is no 100% answer to that question as it varies from machine to machine.
A quick look using ls through the file system should tell you what you might delete.
Also using "du" to list all the files might help you find what you can delete.
# 5  
Old 08-16-2010
In case if you are not sure at this point in time as which all file you can remove, then you can decrease the min free space reserved in your filesystem. You can see the same with prtvtoc /dev/dsk/<slice name> and if its default which is 10% then you can take the space out of min free with tunefs –m.
# 6  
Old 08-19-2010
can you post a "df -k" output.

your basic choices are delete files or make the file system bigger.
the way to make the file system bigger depends on which file system?
what file system type?
what solaris version?
# 7  
Old 08-19-2010
We must assume that you are the administrator of the computer and are working as the user "root". If you are working as an end user please state this.

I agree with robsonde. Please login as "root" and post the output from the command:
Code:
df -k

Then please post a sample error message which shows that the filesystem is "full up to 90%" exactly as you see the message making it clear where you saw the message (on the screen?, in a named log?).


In a database environment it is not unusual to see partitions 100% full and this is not a problem when dealing with fixed length database segments which will not grow. However 90% in a system or home partition could need urgent attention.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

What does "force devmap reload" as in "multipath -r" means for my system and stability of my system?

Cannot present unpresented disks back again. On a test server tried this as a solution "multipath -r" and it worked. Too worried to try it in production before I know all the information. Any info would be appreciated! Also some links to the documentation on this specific issue could help a... (1 Reply)
Discussion started by: jsteppe
1 Replies

2. Red Hat

Related to "NAS" some file system (mounted volumes) were not writable

Dear friends, I have been facing an issue with one of my red hat unix machine, suddenly lost to switch sudo users. My all colleagues lost to switch to access sudo users. Then, we have realized its related to NAS issue which does not allowing to write the file. because of this we got so many... (1 Reply)
Discussion started by: Chand
1 Replies

3. UNIX for Dummies Questions & Answers

How to Export Glance "Global System Calls" data to a file

Hello... I'm trying to setup a cronjob to record system data using glance at certain times of the day. My question is, how would one export the "Global System Calls" information to a file? Below is the command I have been using and it works to export CPU information. glance -f ... (0 Replies)
Discussion started by: fumus
0 Replies

4. AIX

AIX 6.1 Error - "A file, file system or message queue is no longer available."

Getting a strange error with a log file below. This is just a normal text log file that is written to by an application on the server. The applicaiton is down, however, I cannot read, remove or touch this file. The file shows on an ls listing but not an ls -al listing. The file system is JFS2... (0 Replies)
Discussion started by: troym72
0 Replies

5. Shell Programming and Scripting

">" used in system() is not printing into file

I have a problem with the following skript in awk. cat runde.txt |awk '{ if ($5==2) { dataname_v=$1 "_" $4 "_adjust.rad befehl1="gensurf seitenwand... (17 Replies)
Discussion started by: ergy1983
17 Replies

6. Filesystems, Disks and Memory

Error:"File system full"

Hi, I'm getting an error with my filesystems. After /dev/dsk/c0t0d0s7.......................100%............/export/home and #ls -l drwxr----.......................512......TT_DB drw..............................8192.....lost+found drw...............................512......oracle... (10 Replies)
Discussion started by: bacanaks
10 Replies

7. UNIX for Advanced & Expert Users

fsck.gfs2 outputs "RG recovery impossible; I can't fix this file system"

I have a CentOS release 5.2 (Final)host running kernel 2.6.18-92.el5 with at raid 10 that had two mirrored drives fail. The drives were re-inserted and now the raid shows healthy (for now). I tried to mount but got an Input/output error. I then attempted a fsck: fsck.gfs2 -y /dev/vg_01/uss_vol... (0 Replies)
Discussion started by: king_hippo
0 Replies

8. Solaris

removing "/" file system from solaris volume

Hi all, I have created a volume for the root device as d0 and the sub mirror for same is d10. the output from metastat d0 is as below I want to clear these volume , as i cant unmount the "/ " file system , please suggest as how can i clear this. Also the required entries are there... (2 Replies)
Discussion started by: kumarmani
2 Replies

9. AIX

ps -ef | grep "a file in the system"

hi, how do i ps -ef | grep "a file in the system"? we have a process that we store the PID on a file so it can be monitored. but the procedure is to cat "a file in the system" and then what ever is the content of the file, i will ps -ef|grep PID. Thanks in advance, Itik (5 Replies)
Discussion started by: itik
5 Replies

10. Programming

Why ""No mountable file system"

I tried to install OpenMotif under Mac OS in the computing lab today, but I got "No mountable file system". Is it because I don't have the administrator's privilege? (0 Replies)
Discussion started by: endeavour1985
0 Replies
Login or Register to Ask a Question