- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- how to copy raid5 array with smart array5i ?
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
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
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
тАО03-22-2005 04:44 PM
тАО03-22-2005 04:44 PM
i wonder if it's possible to copy a complete raid5 array (build with 3 HD) to another array within the same hardware. Hardware: ProLiant DL380 with smart5i raid controller on board. OS: RedHat ES 3u3.
What i need is a exactly copy of the first running array.
Does any one have any idea?
regards,
rene
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2005 12:55 AM
тАО03-25-2005 12:55 AM
Re: how to copy raid5 array with smart array5i ?
Do you have 2 3-drive RAID5s?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2005 05:42 PM
тАО03-28-2005 05:42 PM
Re: how to copy raid5 array with smart array5i ?
regards,
rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2005 06:06 PM
тАО04-05-2005 06:06 PM
Re: how to copy raid5 array with smart array5i ?
As colin said, you can try by putting your second empty 3disks to working DL380, make another raid 5 on this and mirror both raid volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2005 06:44 PM
тАО04-05-2005 06:44 PM
Re: how to copy raid5 array with smart array5i ?
Have u completed the configuration part for the second raid5 devive ? Is it appearing as a disk to your OS ? Is the first raids viloume is your OS disk? If it is appearing as a reparate disk to your OS then you can do a dd.
Take two devive files, ( For working raid 5 array and new raid 5 array)
Suppose if first (Working) disk is /dev/rd(or ida)/c0d0 and second is /dev/rd(or ida)/c0d1
Then do
dd if=/dev/rd(or ida)/c0d0 of=/dev/rd(or ida)/c0d1 bs=1024K
Another option is to sync first disk with your second disk. use default Linux raid options for that.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2005 06:50 PM
тАО04-05-2005 06:50 PM
Re: how to copy raid5 array with smart array5i ?
Another suggestion.
What is the reason for changing disks in the raid5 volume?
Peroform and test backup before this.
Are these disks are of big size or something alse? If new disks are of same size you can also do it by dummy replacement also of all three disks. i.e. remove one disk from the array put in new disk,sync it and then replace another disk and so on.
HTH,
Devender