Operating System - Linux
1752803 Members
5788 Online
108789 Solutions
New Discussion юеВ

extend root partion in rhel5ver

 
rajesh73
Super Advisor

extend root partion in rhel5ver

Hi All

How to extend root partion in rhel 5 through online

Thanks & Regds
rajesh
3 REPLIES 3
iinfi1
Super Advisor

Re: extend root partion in rhel5ver

hi

Could you please let us know how the root partition is made. is the formatted ext3 from a block device directly or have u created a LVM?
post the output of lvdisplay and mount commands.
Jan Soska
Honored Contributor

Re: extend root partion in rhel5ver

hi, check this solved thread with reat comments..

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1440126


Jan
bullz
Super Advisor

Re: extend root partion in rhel5ver

Hey,

Try this. it went smooth for me.

lvextend -L +1024 /dev/vg01/xyz /dev/sda6
ext2online /dev/rootvg/root

if not 2, use ext3