- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To Rebuild LUN or Not To Rebuild LUN
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
11-13-2001 12:11 PM
11-13-2001 12:11 PM
Thanks in advance!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:18 PM
11-13-2001 12:18 PM
Re: To Rebuild LUN or Not To Rebuild LUN
Of course a good backup is never wasted ;-}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:23 PM
11-13-2001 12:23 PM
Re: To Rebuild LUN or Not To Rebuild LUN
If your existing vg/pv setup is fine, then it is better not to disturb it.
Create new Raid5 groupfor the new disks and split them into luns and then use them on the
system, either as an addition to existing vg or in a new vg.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:30 PM
11-13-2001 12:30 PM
Re: To Rebuild LUN or Not To Rebuild LUN
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:32 PM
11-13-2001 12:32 PM
Re: To Rebuild LUN or Not To Rebuild LUN
If I add another 4 disk RAID0/1 LUN (device) to an existing 4 disk RAID0/1 VG does the system then start striping over all disk evenly????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:37 PM
11-13-2001 12:37 PM
Re: To Rebuild LUN or Not To Rebuild LUN
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:38 PM
11-13-2001 12:38 PM
Re: To Rebuild LUN or Not To Rebuild LUN
FC60.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 12:57 PM
11-13-2001 12:57 PM
SolutionIt may or may not matter. Since you're apparently able to choose RAID0+1 or RAID5, that lets out 12H AutoRAID. I'll assume then you're working with FC60/SC10, VA7x00, or big boys like XP or EMC.
Here's my general rule-of-thumb: Keep the I/O balanced. Make sure all your LVOLs are striped across all available LUNs with primary paths (LVM) spread equally across physical I/O paths for all LVOLs in a VG. That way any access to any LVOL lights up *all* of your I/O paths equally, yet you still have your alt links if something gets pooched-up.
A specific example: I have a VA7100 shelf with 8 disks. I create two equal-size LUNs instead of one big LUN (for reasons that should become obvious). I put both LUNs in the same VG. One LUN uses c5 as primary and c7 as alt. The other LUN uses c7 as primary and c5 as alt. SAM probably won't do it that way, so use vgreduce/vgextend to fix things up nice. All LVOLs are striped (64k) across both LUNs. What does that buy me? The full bandwidth of both FC paths when I touch anything on the shelf instead of one path burning up while the other one sits la-ti-da doing nothing waiting for the first path to fail. Now let's say I get the other 7 disks for the shelf and want to extend my existing config. No prob. I create two new equal-size LUNs, add them to the VG ensuring again that primary paths are split, and extend my LVOLs. I/O is still balanced and maximized.
Cheers,
Jim