- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Breaking RAID5 to RAID1-- How?
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-28-2000 03:21 PM
04-28-2000 03:21 PM
Breaking RAID5 to RAID1-- How?
We have RAID5 (Model20) diskarray, but we want to break it to RAID1. Is it
possible -- Is there any documentation or site where I can get any information.
Has anyone undergone this -- .What steps and precaution needs to be taken to
achieve this.
Thanks.
Sailesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2000 03:36 AM
05-01-2000 03:36 AM
Re: Breaking RAID5 to RAID1-- How?
can do is backup the data, create your RAID1 sets and restore the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2000 01:44 AM
05-02-2000 01:44 AM
Re: Breaking RAID5 to RAID1-- How?
Breaking of RAID5 and configuring it back to RAID1. What software tools are
required to accomplish this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2000 11:03 PM
05-05-2000 11:03 PM
Re: Breaking RAID5 to RAID1-- How?
You can use the console port of the model20 BOX and configure as you require.
or
You can even configure the same Box with SAM if you are using 10.00 or later.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2000 08:27 AM
05-23-2000 08:27 AM
Re: Breaking RAID5 to RAID1-- How?
First unmount the filesystems and stop swapping on the RAID 5 PVs (may need to reboot). Deactivate the VG. Export the VG (or do the whole fuss to vgremove).
Now connect to GridManager (or use SAM, assuming proper patches and drivers). Unbind the RAID-5 LUN. Now it's too late for your data...
Then, still thru GridManager (or SAM), bind new RAID-1 LUNs (take care about the various options, especially caching wich is disabled by default). Notice the LUN numbers (must be below 7). Wait for binding to be done (can be pretty long, one hour or more); you can check this in GridManager Presentation Utility.
Once done, get back to your HP/9000. If you can reboot it, do it. If not, do an ioscan -fCdisk (do NOT use the -k flag). It may be a bit long (a couple of minutes). Don't worry about the NO_HW devices, if any (they will disappear on next reboot). Notice the disk devices for your new LUNs. Then run insf -eCdisk -Ix, where x is the instance# of your disk devices. This will create the device files - without rebooting.
Finally, you can pvcreate, and do all remaining LVM activity to integrate the new LUNs.
All this should run smoothly. I did it dozens of times without any problem. Just ensure you have enough time, and your data are in a safe place ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2000 07:02 AM
05-25-2000 07:02 AM
Re: Breaking RAID5 to RAID1-- How?
1. back up everything on the disk array
2. remove all the filesystems and logical volumes on the disk array.
3. Unbind all the raid 5 LUNs created on the disk array.
4. Rebind the disks selecting and even number of disks at a time and binding with raid level of 1.
5. recreate your logical volumes and filesystems considering the name and sizes of the filesystems before the start of the proceedure.
6. Restore all your data back and you should be there.
Note that you will have less disk space after RAID 1 than with RAID 5.
Also test your backup before you delete any infomation