I was trying to update my OS using yum and get...
Total size: 46 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
installing package kernel-2.6.18-164.6.1.el5.x86_64 needs 4MB on the / filesystem
installing package cups-1.3.7-11.el5_4.4.x86_64 needs 4MB on the / filesystem
Error Summary
-------------
Disk Requirements:
At least 4MB needed on the / filesystem.
Not sure why.
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-rvg_root
992M 765M 176M 82% / <<<< to me it looks like i have plenty 176M available...
/dev/mapper/VolGroup00-rvg_home
992M 77M 865M 9% /home
/dev/mapper/VolGroup00-rvg_usr
3.9G 2.2G 1.6G 59% /usr
/dev/mapper/VolGroup00-rvg_opt
1.5G 88M 1.3G 7% /opt
/dev/mapper/VolGroup00-rvg_var
992M 510M 432M 55% /var
/dev/mapper/VolGroup00-rvg_tmp
992M 34M 908M 4% /tmp
/dev/mapper/VolGroup00-rvg_tsom
20G 399M 19G 3% /opt/ibm/tsom
/dev/sda1 99M 55M 40M 59% /boot
tmpfs 3.9G 0 3.9G 0% /dev/shm
So I am assuming I need to increase root. I found this link but not sure if this is the correct command:
http://kbase.redhat.com/faq/docs/DOC-3175
parted /dev/mapper/VolGroup00-rvg_root print
Model: Linux device-mapper (dm)
Disk /dev/mapper/VolGroup00-rvg_root: 1074MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00kB 1074MB 1074MB ext3
Information: Don't forget to update /etc/fstab, if necessary.
Also found this link...
http://kbase.redhat.com/faq/docs/DOC-3175
one talks about parted and one talks about lv commands.
I dont seem to have this command on my system
ext2online
no man or anything
What is my best method to grow root? this is a prod system so I dont want to do the wrong command.