![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| filesystem is full | karthikosu | UNIX for Dummies Questions & Answers | 3 | 04-29-2009 09:22 AM |
| filesystem full | seyiisq | UNIX for Dummies Questions & Answers | 1 | 12-08-2008 05:39 AM |
| Filesystem full - what to look for | RTM | SUN Solaris | 0 | 03-09-2006 10:10 AM |
| /tmp filesystem full | szodiac | UNIX for Dummies Questions & Answers | 11 | 07-18-2005 10:38 AM |
| Filesystem Full | ilak1008 | UNIX for Dummies Questions & Answers | 16 | 07-18-2005 06:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
What is the cause of USR filesystem full
we are using aix 5.3 and we notice that the filesystem /usr is almost full. we have an oracle database running on the server.what are the cause why this filesystem is almost full.what should we do to free some space on this filesystem beside increase the size?thanks
|
|
||||
|
A "fileset" in AIX terminology is a software package to be installed. It consists of files to be copied somewhere along with some methods to be carried out at some stages of the installation/deinstallation.
You might want to do a search for "fileset" or "installp" here to find out more about the installation process and related information. You might also be interested in this thread and this thread for some related information about software management in AIX. I hope this helps. bakunin |
|
||||
|
Use sth like that :
du -am /usr | sort -nr | head to find out what file/dir keep space. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|