Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Re: Raid 5 expansion query on ML530G2
Disk Enclosures
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
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
- Email to a Friend
- Report Inappropriate Content
04-17-2007 12:36 AM
04-17-2007 12:36 AM
Raid 5 expansion query on ML530G2
Hi there
Could I check the logic of this project with you please?
I have an ML530 G2 (Win 2k server), 6i controller, that is currently operating as a file server.
Currently this is supporting a RAID 5 configuration of 4x 72.8GB drives. As regards the O/S this is split into 2 partitions (O/S and data)
I want to add an additional 2 72GB drives to the existing array.
The steps I envisage taking on this are as follows:
-Add the drives
-Use the Array Config Utility to expand the array, and extend the logical drive
After this has completed (any ideas how long this may take?) - the new space will appear as unallocated space in Disk Manager. At this point - use diskpart to extend the data volume to include the new space.
I have not converted the disks to dynamic - they are basic. However, I believe that diskpart will cope with this.
Anything I have forgotten or overlooked?
Thanks in advance.
Could I check the logic of this project with you please?
I have an ML530 G2 (Win 2k server), 6i controller, that is currently operating as a file server.
Currently this is supporting a RAID 5 configuration of 4x 72.8GB drives. As regards the O/S this is split into 2 partitions (O/S and data)
I want to add an additional 2 72GB drives to the existing array.
The steps I envisage taking on this are as follows:
-Add the drives
-Use the Array Config Utility to expand the array, and extend the logical drive
After this has completed (any ideas how long this may take?) - the new space will appear as unallocated space in Disk Manager. At this point - use diskpart to extend the data volume to include the new space.
I have not converted the disks to dynamic - they are basic. However, I believe that diskpart will cope with this.
Anything I have forgotten or overlooked?
Thanks in advance.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-24-2007 10:35 PM
04-24-2007 10:35 PM
Re: Raid 5 expansion query on ML530G2
Hi,
Could you set up your new configuration ?
If yes, has your process been the right ?
I will add 2 new disks to my RAID 5 array so I'm interrested in your experience.
Thanks.
Could you set up your new configuration ?
If yes, has your process been the right ?
I will add 2 new disks to my RAID 5 array so I'm interrested in your experience.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-25-2007 08:33 PM
04-25-2007 08:33 PM
Re: Raid 5 expansion query on ML530G2
Hi
I'm away from work at the moment so have not added the space yet. Any further confirmation to my original post welcomed.
Thanks
I'm away from work at the moment so have not added the space yet. Any further confirmation to my original post welcomed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-26-2007 12:21 AM
04-26-2007 12:21 AM
Re: Raid 5 expansion query on ML530G2
Dylan,
First off what SP level is your Win2k server at? It really needs to be at SP4 if you want to ensure no problems. It sounds like you have the basic steps down already, but here is a quick rundown:
*note always have a good full backup before starting any major data restructuring such as this.
1) Install new drives into server
2) use ACU to extend the existing RAID 5 set
3) download diskpart from MS website
4) goto dos prompt and run diskpart.exe
4) use "list disk" command; make note of the disk# you wish to extend
5) use "select disk x" where x is the # of the disk you wish to extend
6) use "list volume" command; make note of the volume# you wish to extend
7) use "select volume x" where x is the # of the volume you wish to extend.
8) use the "extend" command to extend the volume.
This will add the new free space to your 2nd volume, data, at the end of the disk.
Leave your disks basic, there is no need to ever run dynamic, blah.
As far as time is concerned the biggest time factor will be the extend operation from adding the 2 new drives to the existing RAID5 set. Honestly I don't know how long that will take, it all depends on how busy the server is. The diskpart operation takes just a few seconds.
First off what SP level is your Win2k server at? It really needs to be at SP4 if you want to ensure no problems. It sounds like you have the basic steps down already, but here is a quick rundown:
*note always have a good full backup before starting any major data restructuring such as this.
1) Install new drives into server
2) use ACU to extend the existing RAID 5 set
3) download diskpart from MS website
4) goto dos prompt and run diskpart.exe
4) use "list disk" command; make note of the disk# you wish to extend
5) use "select disk x" where x is the # of the disk you wish to extend
6) use "list volume" command; make note of the volume# you wish to extend
7) use "select volume x" where x is the # of the volume you wish to extend.
8) use the "extend" command to extend the volume.
This will add the new free space to your 2nd volume, data, at the end of the disk.
Leave your disks basic, there is no need to ever run dynamic, blah.
As far as time is concerned the biggest time factor will be the extend operation from adding the 2 new drives to the existing RAID5 set. Honestly I don't know how long that will take, it all depends on how busy the server is. The diskpart operation takes just a few seconds.
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP