- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirroring disk with unequal speed
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
08-18-2005 12:21 PM
08-18-2005 12:21 PM
Is it posible to mirror a faster speed disk with that of a lower one?
The setup is: HP4440 with one internal 73G disk (VG00) running at 15K RPM. It has two external disk (VG01) which are mirrored on an external disk array, both 73GB disk running at 10K RPM. The two disk currently is not being used.
What I want is to use the two external disk and use it as the inetrnal disk of the server in a mirrored config. I intend to use the 15K internal disk as a mirror disk for another exactly configured server.
If it's possible? can someone please provide some steps on how I can take away the external disk out of the filesystem.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 12:42 PM
08-18-2005 12:42 PM
Solution1. You asked if disks with different speed can be mirrored. Yes they can be mirrored the only problme is you will have some performance issue, but not significant.
2. You want to mirror your external disk with the internal disk and then use that mirrored disk as a boot disk of another system (tell me if i didnt get you). Dont do that you will run into lots of problems, system complaining about lvmtab out of sync etc..
3. To take away your external disk out of the system, i.e right now it belongs to vg01.
Do a vgdisplay -v vg01 and see what LV are created on that disk. unmount all LV (if mounted as filesystem) and do a lvremove to remove the Logical volumes.
The do a vgremove (if only one disk in vg01) or else do a vgreduce and remove the external disk out of vg01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 01:57 PM
08-18-2005 01:57 PM
Re: mirroring disk with unequal speed
That said, there is a performance concern. While reads will proceed at full speed (no need to read the mirror if the primary is working), writes will always complete at the slowest disk's rate. So overall system performance will be limitged somewhat by the slowest disk. But it will mirror OK.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 02:23 PM
08-18-2005 02:23 PM
Re: mirroring disk with unequal speed
As mentioned in above posts it can be achived but by sacrifying the writes at the speed of the low RPM disk.
But what you are trying to achive is not requiring to have two disks mirrored at different speed. If I have understood you requirement correctly you want to remove two external 10K RPM disks and then use them as internal mirrored disks in one system & two internal 15K RPM disks from two systems as mirrored disks in another system. The only requirement in this case will be to mirror only at one instance as you want to replace the existing 15K RPM disk from any one system with 10K RPM disk. So only for this much I do not think it will effect anything.
Procedure for removing the configured disks in vg01 -
1. #bdf ( To confirm no vg01 volume is mounted)
2. If mounted unmount it and remove entry from /etc/fstab for mounting the file system at reboots.
3. #vgexport /dev/vg01
4. If the raid is through a raid controller then delete the logical drive created through the controller. ( Procedure should be as per the raid controller manual / model).
5. Confirm removal of VG from system by "strings /etc/lvmtab".
Now these disks can be used anywhere internally or externally.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 03:53 PM
08-18-2005 03:53 PM
Re: mirroring disk with unequal speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 04:14 PM
08-18-2005 04:14 PM
Re: mirroring disk with unequal speed
Since server2 does not use its two external disk and performance wise is not as critical as server1, I plan to take out the internal disk in server2 to be used as a mirror disk for server1.
So I plan first to mirror one of the slower disk in server2. After it is mirrored, I'll pull out the 15K RPM internal disk and put in place the other 10K RPM disk.
Anyway, thanks guys as I got the answers I needed from you.
Regards,
Kenneth