- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to increase the ext3 filesystem after lvextend...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 02:00 AM
тАО05-04-2010 02:00 AM
How to increase the ext3 filesystem after lvextend command on RHEL 5.3 64Bit
I have extended my LV(root filesystem LV) and now I want to increase the root filesystem.
I came to know that I have to use ext2online command to increase the filesystem but I could not able to see that command in my machine.
[root@bhlbmw03 ~]# ext2online
-bash: ext2online: command not found
Is there any other way we can increase the root filesytem after extending LV.
I am using RHEL LVM.
[root@bhlbmw03 ~]# lvdisplay /dev/VolGroup00/LogVol00
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol00
VG Name VolGroup00
LV UUID SoAxkt-ZcDZ-kovq-0NpB-0odg-Y4gx-EYHzex
LV Write Access read/write
LV Status available
# open 1
LV Size 88.12 GB
Current LE 2820
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
[root@bhlbmw03 ~]# df -h /dev/VolGroup00/LogVol00
Filesystem Size Used Avail Use% Mounted on
- 3.9G 84K 3.9G 1% /dev
Found that the following packages are already there in my machine
[root@bhlbmw03 ~]# rpm -qa | grep e2fsprogs
e2fsprogs-libs-1.39-20.el5
e2fsprogs-devel-1.39-20.el5
e2fsprogs-1.39-20.el5
e2fsprogs-libs-1.39-20.el5
What package I have to install to get ext2online utility?
Please help in this regard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 02:02 AM
тАО05-04-2010 02:02 AM
Re: How to increase the ext3 filesystem after lvextend command on RHEL 5.3 64Bit
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
37G 32G 3.6G 90% /
[root@bhlbmw03 ~]# lvdisplay /dev/VolGroup00/LogVol00
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol00
VG Name VolGroup00
LV UUID SoAxkt-ZcDZ-kovq-0NpB-0odg-Y4gx-EYHzex
LV Write Access read/write
LV Status available
# open 1
LV Size 88.12 GB
Current LE 2820
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 02:47 AM
тАО05-04-2010 02:47 AM
Re: How to increase the ext3 filesystem after lvextend command on RHEL 5.3 64Bit
Parted can do it. It has a number of GUI frontends: the most popular is Gparted.
Shrink the big partition, making sure the space you free is next to the rot partition, and then increase the size of the root partition.
TAKE BACK-UPS OF EVERYTHING UP FIRST
Check man pages of parted
Cheers//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 02:51 AM
тАО05-04-2010 02:51 AM
Re: How to increase the ext3 filesystem after lvextend command on RHEL 5.3 64Bit
For ex2online , check below link,
http://www.rpmfind.net/linux/rpm2html/search.php?query=ext2online
Following 5 rpm required for ex2online ,
ext2resize-1.1.19-1.i386.rpm
ext2resize-1.1.19-1.x86_64.rpm
ext2resize-1.1.17-1.i386.rpm
ext2resize-1.1.16-1.i386.rpm
ext2resize-1.1.15-1.i386.rpm
Pls assign point, if it comes to ur help
Cheers/
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 03:14 AM
тАО05-04-2010 03:14 AM
Re: How to increase the ext3 filesystem after lvextend command on RHEL 5.3 64Bit
command is resize2fs .
resize2fs /dev/mapper/VolGroup00-LogVol00