- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Triple Mirroring
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
10-27-2003 10:46 PM
10-27-2003 10:46 PM
Triple Mirroring
Can i do triple mirroring over hp unix server rp8400 which has 4 disks?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 10:49 PM
10-27-2003 10:49 PM
Re: Triple Mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 10:50 PM
10-27-2003 10:50 PM
Re: Triple Mirroring
Assuming you have the MirrorDisk/UX product, yes, you can.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 10:53 PM
10-27-2003 10:53 PM
Re: Triple Mirroring
If you have MirrorDisk/UX installed.
You should create all physical volumes using pvcreate and extend the volumegroup that you want to mirror.
After that you can extend the logicalvolumes using lvextend:
lvextend -m 2 lv_path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 12:20 AM
10-28-2003 12:20 AM
Re: Triple Mirroring
I tried a 3-way mirror once, but the write performance was awful.
If you are really adamant about a 3 way mirror then you might like to try this sort of scheme to spread the load evenly on writes.
lvolA on disk 1, mirror to disk 2 and 3
lvolB on disk 2, mirror to disk 3 and 4
lvolC on disk 3, mirror to disk 4 and 1
lvolD on disk 4, mirror to disk 1 and 2
points please