- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring question
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
03-31-2003 06:07 AM
03-31-2003 06:07 AM
ERROR:
The command used to extend logical volumes, /sbin/lvextend, has failed. The stderr output from the command is shown below. The logical volume has not been extended.
lvextend: Couldn't extend the logical volume:
A physical extent described by the extent array is already in use, or a sparing operation is in progress.
lvextend: The LVM device driver could not extend the
logical volume "/dev/vg01/lvol5".
This volume is striped across 2 disk can you mirror a striped volume????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:14 AM
03-31-2003 06:14 AM
SolutionNope - you can't mirror a standard striped LV.
You can mirror if you use extent-based striping (lvcreate -D y) in a PVG (Physical Volume group). But then you're limited to the stripe size being equal to the extent size.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:17 AM
03-31-2003 06:17 AM
Re: Mirroring question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:19 AM
03-31-2003 06:19 AM
Re: Mirroring question
You can look into the Veritas volume manager (VxVM) that will give you more flexibility but frankly, I have not been too impressed with it and it does impose a noticable overhead (~ 5%) on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:25 AM
03-31-2003 06:25 AM
Re: Mirroring question
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9cbc4e49c5cdd5118ff40090279cd0f9,00.html
This is for hpux 9, but gives you an idea of the scripting process that is invoved :-
http://aa11.cjb.net/hpux_admin/1997/0301.html
Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:26 AM
03-31-2003 06:26 AM
Re: Mirroring question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:02 AM
03-31-2003 07:02 AM
Re: Mirroring question
Greetzz
Donald