- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Extend Filesystem REL3
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
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
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
04-13-2005 07:14 AM
04-13-2005 07:14 AM
Extend Filesystem REL3
I was wondering if anyone can tell me how I can extend a filesystem on REL3?
Thanks
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:40 AM
04-13-2005 07:40 AM
Re: Extend Filesystem REL3
If the filesystem was not created with LVM, you will have to backup data, resize the filesystem, then reload the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:14 PM
04-13-2005 04:14 PM
Re: Extend Filesystem REL3
I am assuming you are interested in extending FS on RHEL 3 (Red Hat Linux) and not HP-UX.
We have used ext2fs utility to resize your filesystem without any problems.
Hope, this helps.
Regards,
Saket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:35 PM
04-13-2005 04:35 PM
Re: Extend Filesystem REL3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 06:36 PM
04-13-2005 06:36 PM
Re: Extend Filesystem REL3
lvm will allow you to span filesystems across partitions so you do not have that limitation. ofcourse if you are not using it, you're stuck with solution 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:23 PM
04-13-2005 07:23 PM
Re: Extend Filesystem REL3
I was in a rush last time and hence the typos in my last post and also, I perhaps did not phrase my statements well.
We have recently extended the capacity of a disk and the filesystem on top of it on RHEL 3 with no LVM. The host is attached to EVA 5000 using SAN storage, hence expansion of the Vdisk on EVA was straightforward. Now at the OS end, we had to reboot the host to scan the disk geometry - no filesystem growth occurs so far.
Once it has been established that the disk as seen by the OS has grown in size, we then used ext2fs utility to extend the fileystem size. No probs experienced.
Note: we did try a couple of the tools from hp_fibrechannel_utilities.rpm called probe-luns and hp_rescan to prevent the reboot for scanning the disk geometry online- it didnt quite work and hence the reboot step.
Hope, this helps.