Find all Corefile in your /
Where is your root Users Homedirecrory ?
Cleanup all history Files, all smit.log files
The / will need also space for the Subdirs: /etc /dev /opt ....
Change the root Homedirectory to a own FS like /root /home/root, and delete then all the old Data in / .dt .....
then do search on techsupport you will find a site and you have to search for document that talks about / file system and what files should be kept and what files can be deleted.
The -ls flag in find shows many attributes, and
if you give a look for files grater than others,
you find the cause.
Exists also -size flag, but the best is if you see by your
eyes them.
In case of / path, in the output, you see all files
of your host ( plus NFS mounted! ) and they may be a lot;
however usually the / files are at bottom of list.
To be more scientific, the right sol. is to use a special
flag in find command: it avoids that the command traverse
the filesystem which belong a path
find / -xdev -ls | pg
bye.
PS: last friday I found a 100% / fs with a file
/dev/rmto ( 10 Mb ) : a user had mismatched a 0 by o.
Usually smit.log and smit.script grows very fast. You can use "ls -l" to see their size. If they're very large, truncate them by using " > smit.log" and "> smit.script". Maybe you also have to do the same on ".sh_history".
If /var isn't in it's own filesystem, /var/adm/wtmp often gets a bit unwieldy too and can be cleared down. Check for rogue print files too - these can be a problem. Cheers.
May be you don't need the [tt]/image.data[/tt], [tt]/bosinst.data[/tt] after a backup... and many be you can put [tt]/etc/dumpdates[/tt] on another filesystem.
I hope it works...
Unix was made by and for smart people.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.