HPE GreenLake Administration
Operating System - HP-UX
1834454
Members
2336
Online
110067
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
09-10-2002 09:48 AM
09-10-2002 09:48 AM
Hi
I have Mirrored disk. I want split a volume lvol1 using the above. When i use the above i have received the following error.
vsplit -g pvg1 /dev/vg00/lvol5
lvsplit: There aren't enough mirrors to make a split copy: /dev/vg00/lvol5
Error detected when reading from file "/etc/lvmpvg".
Note: - I would like to know what is physical volume group. I have randomly mentioned that name.
I have successed using
lvsplit -s hbkp /dev/vg00/lvol5
Logical volume "/dev/vg00/lvol5hbkp" has been successfully created with
character device "/dev/vg00/rlvol5hbkp".
Logical volume "/dev/vg00/lvol5" has been successfully split.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
My questions are with -g option what i have to specify.
Let me know how to use lvmerge command.
Is lvsplit requires any empty space required on vg. In this case vg00.
Note : - I have mirrored all volumes in this vg00.
Can anybody help on this.
I have Mirrored disk. I want split a volume lvol1 using the above. When i use the above i have received the following error.
vsplit -g pvg1 /dev/vg00/lvol5
lvsplit: There aren't enough mirrors to make a split copy: /dev/vg00/lvol5
Error detected when reading from file "/etc/lvmpvg".
Note: - I would like to know what is physical volume group. I have randomly mentioned that name.
I have successed using
lvsplit -s hbkp /dev/vg00/lvol5
Logical volume "/dev/vg00/lvol5hbkp" has been successfully created with
character device "/dev/vg00/rlvol5hbkp".
Logical volume "/dev/vg00/lvol5" has been successfully split.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
My questions are with -g option what i have to specify.
Let me know how to use lvmerge command.
Is lvsplit requires any empty space required on vg. In this case vg00.
Note : - I have mirrored all volumes in this vg00.
Can anybody help on this.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 10:01 AM
09-10-2002 10:01 AM
Solution
TO use lvsplit you do not have to use the "-g" option. By simply typing
lvsplit /dev/vg00/
LVM will automatically split the LV. This does not require any additional space. What LVM does is creates a new LV and adds a "b" to the end of the LV name. You can slecify something other than "b" by using the "-s" option. For example after doing
lvsplit /dev/vg00/lvol1
you will have two LV's in vg00, one with the name "lvol1" and one with the name "lvol1b". The new LV is mountable at this point if you need. To merge them back together you would issue the command
lvmerger /dev/vg00/lvol1b /dev/vg00/lvol1
lvsplit /dev/vg00/
LVM will automatically split the LV. This does not require any additional space. What LVM does is creates a new LV and adds a "b" to the end of the LV name. You can slecify something other than "b" by using the "-s" option. For example after doing
lvsplit /dev/vg00/lvol1
you will have two LV's in vg00, one with the name "lvol1" and one with the name "lvol1b". The new LV is mountable at this point if you need. To merge them back together you would issue the command
lvmerger /dev/vg00/lvol1b /dev/vg00/lvol1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 10:10 AM
09-10-2002 10:10 AM
Re: lvsplit
One other note on the "-g" option, you can only use this if the Volume Group was initially set up by designating a Physical Volume Group. If you have not done this then ignore the "-g" option in lvsplit.
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