HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extending Lvm Mirrored disk
Operating System - HP-UX
1835115
Members
4695
Online
110076
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-15-2001 03:11 AM
07-15-2001 03:11 AM
hi,
i was just wondering if it's possible to extend
a lvm mirrored disk.
i have got a volume group comprising of 2 disk each with 18 GB .currently i have a logical volume of 12 GB mirrorred to second disk with 6 GB free on each disk.
is it possible to extend to 18 gb ?
i was just wondering if it's possible to extend
a lvm mirrored disk.
i have got a volume group comprising of 2 disk each with 18 GB .currently i have a logical volume of 12 GB mirrorred to second disk with 6 GB free on each disk.
is it possible to extend to 18 gb ?
Expect the unexpected !!!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2001 04:00 AM
07-15-2001 04:00 AM
Re: extending Lvm Mirrored disk
Hi,
I don't know exactly whether u can do it without removing mirror copy or not, but u can do it with removing mirror copy.
1) Remove mirroring
# lvreduce -m 0 /dev/vg00/mylvol
2) Extend ur lvol
# lvextend -L18000 /dev/vg00/mylvol
3) Allocate mirrors
# lvextend -m 1 /dev/vg00/mylvol
If u want to Mirror ur logical volume onto a particular physical volume
# lvextend -m 1 /dev/vg00/mylvol /dev/dsk/c0t3d0
Cheers...
Satish.
I don't know exactly whether u can do it without removing mirror copy or not, but u can do it with removing mirror copy.
1) Remove mirroring
# lvreduce -m 0 /dev/vg00/mylvol
2) Extend ur lvol
# lvextend -L18000 /dev/vg00/mylvol
3) Allocate mirrors
# lvextend -m 1 /dev/vg00/mylvol
If u want to Mirror ur logical volume onto a particular physical volume
# lvextend -m 1 /dev/vg00/mylvol /dev/dsk/c0t3d0
Cheers...
Satish.
Difference between good and the best is only a little effort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2001 07:00 AM
07-15-2001 07:00 AM
Solution
Hi:
There is no need to break the mirror to extend the logical volume. Do your 'lvextend' increasing the size of the logical volume, and follow this with 'extendfs' [or 'fsadm' if you are using JFS]. Afterwards, you can verify that the extended extents are sync'ed with 'lvdisplay -v'.
...JRF...
There is no need to break the mirror to extend the logical volume. Do your 'lvextend' increasing the size of the logical volume, and follow this with 'extendfs' [or 'fsadm' if you are using JFS]. Afterwards, you can verify that the extended extents are sync'ed with 'lvdisplay -v'.
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP