HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Extend volume not supported under Linux? (ACU)
Operating System - Linux
1829517
Members
1617
Online
109991
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-25-2005 07:41 PM
09-25-2005 07:41 PM
Extend volume not supported under Linux? (ACU)
Now, what does this mean?
I have expanded an array of 3 discs to a total of 9 discs in a RAID 5 configuration because the 3 discs are full.
In order to see the (new) unused space I booted with the ACU cd and tried to extend volume, but got a big warning popup saying that extending a volume under Linux is not supported (possibly the same with win2000
I was thinking of extending the volume, then use parted and resize2fs to use the bigger array. Is this not possible?
The system is Gentoo 2.6 and the array is ext3 on a MSA500.
I have expanded an array of 3 discs to a total of 9 discs in a RAID 5 configuration because the 3 discs are full.
In order to see the (new) unused space I booted with the ACU cd and tried to extend volume, but got a big warning popup saying that extending a volume under Linux is not supported (possibly the same with win2000
I was thinking of extending the volume, then use parted and resize2fs to use the bigger array. Is this not possible?
The system is Gentoo 2.6 and the array is ext3 on a MSA500.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 01:23 AM
09-27-2005 01:23 AM
Re: Extend volume not supported under Linux? (ACU)
The only way I've extended a Linux partition is with LVM. My experience is with RedHat and this is the only method they'll support.
Jim
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 02:10 AM
09-27-2005 02:10 AM
Re: Extend volume not supported under Linux? (ACU)
Thanks for your answer James. Actually I got it all working yesterday but forgot to close this thread.
I *think* the "Not supported under Linux" message is only valid when running ACU online (not booting from the CD).
Anyway, the steps for success were:
1. Boot ACU and select "Expand array". This takes some time so I booted into Linux again and let the expansion run with the volume unmounted.
2. Boot ACU and select "Extend volume". This took about 3 hrs, from 290 GB -> 1175 GB. Again, I let the server run other stuff meanwhile with array still unmounted.
3. Resize partition. Reboot linux, run fdisk. First delete the partition and the add it again using default values (this selects entire disc). Important that first sector is the same as before, or else you can lose data. In my case start sector was 1.
4. Resize filesystem. I've read here and there that some file utils have problems with ext3 so I first converted it to ext2, just to be on the safe side:
tune2fs -O ^has_journal /dev/discs/disc1/part1.
Then just run
resize2fs /dev/discs/disc1/part1
to use the entire partition size. When it was done,
resize2fs -j /dev/discs/disc1/part1
rebuilt the journal (ext3).
Voilá
I *think* the "Not supported under Linux" message is only valid when running ACU online (not booting from the CD).
Anyway, the steps for success were:
1. Boot ACU and select "Expand array". This takes some time so I booted into Linux again and let the expansion run with the volume unmounted.
2. Boot ACU and select "Extend volume". This took about 3 hrs, from 290 GB -> 1175 GB. Again, I let the server run other stuff meanwhile with array still unmounted.
3. Resize partition. Reboot linux, run fdisk. First delete the partition and the add it again using default values (this selects entire disc). Important that first sector is the same as before, or else you can lose data. In my case start sector was 1.
4. Resize filesystem. I've read here and there that some file utils have problems with ext3 so I first converted it to ext2, just to be on the safe side:
tune2fs -O ^has_journal /dev/discs/disc1/part1.
Then just run
resize2fs /dev/discs/disc1/part1
to use the entire partition size. When it was done,
resize2fs -j /dev/discs/disc1/part1
rebuilt the journal (ext3).
Voilá
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP