filesystem is full in AIX5.3


 
Thread Tools Search this Thread
Operating Systems AIX filesystem is full in AIX5.3
# 1  
Old 01-28-2009
filesystem is full in AIX5.3

Hi,
I am new to AIX 5.3.I want to work with it and when I check the space of AIX machine..its /usr is 99% full.So I am not able to add anything in that.
filesystem is as below--

Quote:
# df
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 65536 39288 41% 1520 10% /
/dev/hd2 2162688 24328 99% 24212 9% /usr
/dev/hd9var 65536 51952 21% 336 5% /var
/dev/hd3 65536 63352 4% 30 1% /tmp
/dev/hd1 65536 63368 4% 18 1% /home
/proc - - - - - /proc
/dev/hd10opt 262144 62720 77% 2205 7% /opt
So can anyone tell me how can I resize it and increase the size of it.

2nd thing,when I am trying to reinstall OS but during installation,it is not asking for partitions.

Please help me to resolve it.

Thanks in Advance....

Last edited by smartgupta; 01-28-2009 at 04:31 AM..
# 2  
Old 01-28-2009
I assume this is a new system, because you are talking about reinstall


often, when /usr is full, the cause was a previously made Technology Level update, or another software installation, with the option "commit software updates" set to no and "save replaced files" set to yes (in the smitty install menu)

so if it's a new system, you can drop the old files, using smitty install > software maintenance and ... > commit applied software updates

in normal cases you do the update, wait a few weeks, and if everything works properly you commit the new and drop the old filesets


other possibility ist, that /usr ist simply too small, then you should check the "mount" command and see if filesystem is jfs2 (default in aix 5.3)
this would work with jfs(1) filesystem too, but you can't reduce its size while operating, which is a big advantage of jfs2

then try the command

Code:
chfs -a size=+300M /usr

or

Code:
chfs -a size=+1G /usr

for example

if you get an error please post it here
# 3  
Old 01-28-2009
funksen ..Thanks a lot for your support...It solved my problem...SmilieSmilie

I have one more thing to do but not able to do it..I need to download the JRE1.6 and need to install in AIX machine.So can you please help me out to do it..means where I will get the JRE1.6 for AIX and how to install it??Smilie

thanks in advance...
# 4  
Old 01-28-2009
no problem

for java, check out the link posted from zaxxon in this thread:

JRE 1.6 for AIX


cheers funksen
# 5  
Old 01-28-2009
I downloaded the Base Java6.sdk from IBM web-site and when I am doing untar it.I am getting only executable file.but according to the documents,
This package is required:
  • Java6.sdk (license, base SDK, Web Start, and dt.jar)
So I try to find these docs but not able to get it there.So can u please help me out in this case..
# 6  
Old 01-29-2009
I would like to say a word or two about the /usr filesystem in AIX systems in general:

in most systems haveing the /usr filesystem filled to capacity is risky if not even desastrous. Not so in AIX systems. AIX software packages are usually installed in installp format (aka ".bff-files") and installp, AIX' package manager, can increase the filesystem size automatically to accomodate exactly what is being installed. Have a look at the man page of the "installp" or the "geninstall" command for details.

Because of this it is usually a waste of space to increase "/usr", because when this space would really be needed it will be assigned automatically anyways. The only exception is when software not properly packaged is installed. I suggest repackaging it first before installing in production environments as much as this is possible (ideally, if the software installation is only copying files/directories somewhere the the repackaging is done in a few minutes).

Aside from installing software /usr is very rarely written to and its content is usually static, so you don't need to reserve space for eventualities.

I hope this helps.

bakunin
# 7  
Old 02-03-2009
I install the java sdk6 on AIX machine and after doing changes in the path from java14 to java6 and trying to get the version of java.I am getting the error message --

Quote:
# /usr/java6/jre/bin/java -version
dl failure on line 729Error: failed /usr/java6/jre/lib/ppc/j9vm/libjvm.so, because Bad address
So please help me to resolve it...

Thanks in advance.......
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Livedump filesystem almost full

Guy's I'm getting this message Livedump filesystem almost full in errpt logs and its meanning this file system /var/adm/ras/livedump /var has more than 1.5 GB free space .. why I'm getting that message and .. Pls advice to to avoide it ---------- Post updated 03-21-11 at 01:39 AM... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

2. Solaris

Filesystem Full

In our shop we have to run a batch cycle. Every so often while we are running batch we get a filesystem full situation that causes batch to stop or slow down. Anyway, the practiced procedure is to look for large files and zip them. This takes a lot of time. We are in a sun solaris environment. What... (1 Reply)
Discussion started by: Harleyrci
1 Replies

3. AIX

/var filesystem is full

Hi, Is there a way to clear the temp files from /var/tmp? Is root access required to delete the files? Thanks, Narayan (2 Replies)
Discussion started by: narayanv
2 Replies

4. AIX

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 (4 Replies)
Discussion started by: paulexis
4 Replies

5. UNIX for Dummies Questions & Answers

filesystem is full

Hello everybody, a very basic question. Inspite of me deleting huge files in a filesystem(AIX 5.3) in oracle folder, the filesystem when i check using df -k still shows 100% full. Does that mean there is a process still pointing to the files which i deleted. how do i work around this. Thanks!... (3 Replies)
Discussion started by: karthikosu
3 Replies

6. Red Hat

/ filesystem getting full

Hi All, How do I increase the root filesystem? It's getting full. / 90% Here's the break down, below 232 dev 5624 tmp *6764 bin 16860 root *19680 sbin *20436 lib64 28329 boot *47992 etc 150012 var *254540 lib 651708 home *2445044 usr (5 Replies)
Discussion started by: itik
5 Replies

7. UNIX for Dummies Questions & Answers

filesystem full

my root filesystem is eventually full "/dev/rdsk/c1d0s0" as a result i cannot boot to the operating system, i booted into the fail safe mode to check the space using df -h command i discover that it is eventually full. Also to my amazement i found that i cannot see the filesystem which mounted on... (1 Reply)
Discussion started by: seyiisq
1 Replies

8. Solaris

The filesystem is still full - Solaris 10!

Good morning, sir! I've a problem with FileSystem, the problem is FileSystem is full First time, I've already read carefully the sticky thread FileSystem full - What to lock for https://www.unix.com/sun-solaris/25840-filesystem-full-what-look.html And then, I will post some information of... (4 Replies)
Discussion started by: trantuananh24hg
4 Replies

9. UNIX for Dummies Questions & Answers

Filesystem Full

I noticed that whenever something is printed from my workstation, the available disk space in the /dev/dsk/c0t0d0s0 decreases considerably. Hence, after using my workstation for sometime, I encounter an error message: "Filesystem Full" that prevents me from printing any further. Is there a way to... (16 Replies)
Discussion started by: ilak1008
16 Replies
Login or Register to Ask a Question