HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Move online data to a new lv in new disk
Operating System - HP-UX
1832645
Members
3006
Online
110043
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
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
10-05-2005 04:23 PM
10-05-2005 04:23 PM
Move online data to a new lv in new disk
Hi ,
Need a help .
Need to move all the data from one lv to a new lv created (larger one) with out interrupting the services running.
1.Mirror the original lv to new disk
2.split the mirror and remove the original mirror
3.Make the split copy to original one
4.Extend the lv
Question is when we split the split lv’s will have a b suffix ,how do we remove that suffix to make the vg normal.
tia
jayan
Need a help .
Need to move all the data from one lv to a new lv created (larger one) with out interrupting the services running.
1.Mirror the original lv to new disk
2.split the mirror and remove the original mirror
3.Make the split copy to original one
4.Extend the lv
Question is when we split the split lv’s will have a b suffix ,how do we remove that suffix to make the vg normal.
tia
jayan
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:48 PM
10-05-2005 05:48 PM
Re: Move online data to a new lv in new disk
In order to move lvolX from PV c0t1d1 to c0t2d1 just mirror it to c0t2d1 and remove
the mirror from c0t1d1 afterwards:
# lvextend -m 1 /dev/vg01/lvolX /dev/dsk/c0t2d1
# lvreduce -m 0 /dev/vg01/lvolX /dev/dsk/c0t1d1
the mirror from c0t1d1 afterwards:
# lvextend -m 1 /dev/vg01/lvolX /dev/dsk/c0t2d1
# lvreduce -m 0 /dev/vg01/lvolX /dev/dsk/c0t1d1
Kamal Mirdad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:52 PM
10-05-2005 05:52 PM
Re: Move online data to a new lv in new disk
Hi,
You can simply use "mv". In device files the name doesn't matter, the minor/major numbers are the important.
I am still confused with your procedure!
If you have online JFS & mirror ux, and the new space is availablr within the same VG, then you can mirror the current LV to the new disk, then remove mirror from original disk, then do online resizing (lvextend & fsadm).
This is just my thought!
Regds
TT
Regds
TT
You can simply use "mv". In device files the name doesn't matter, the minor/major numbers are the important.
I am still confused with your procedure!
If you have online JFS & mirror ux, and the new space is availablr within the same VG, then you can mirror the current LV to the new disk, then remove mirror from original disk, then do online resizing (lvextend & fsadm).
This is just my thought!
Regds
TT
Regds
TT
Attitude (not aptitude) determines altitude.
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