- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Attached is the output of lvol4
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
01-10-2003 01:58 PM
01-10-2003 01:58 PM
Attached is the output of lvol4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:07 PM
01-10-2003 02:07 PM
Re: Attached is the output of lvol4
Modify the following to suit your needs ...
lvextend -m 1 /dev/vg01/lv_u01 /dev/dsk/c1t4d0
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:08 PM
01-10-2003 02:08 PM
Re: Attached is the output of lvol4
You can use pvmove. But I would say it is better to reduce the mirrors and extend the mirror.
lvreduce -m 0 /dev/vg00/lvol4 /dev/dsk/c3t5d0 /dev/dsk/c5t5d0 /dev/dsk/c5t6d0
Now extend the mirror using only one device
lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c5t6d0
This should be simple and will take the same time as of pvmove.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:11 PM
01-10-2003 02:11 PM
Re: Attached is the output of lvol4
lvreduce -m 0 /dev/vgnn/lvol4 /dev/dsk/c3t6d0 /dev/dsk/c5t6d0.
This will take out your mirror copy. Then
lvextend -m 1 /dev/vgnn/lvol4 /dev/dsk/c5t6d0
should create mirror copy on c5t6d0
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:13 PM
01-10-2003 02:13 PM
Re: Attached is the output of lvol4
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:20 PM
01-10-2003 02:20 PM
Re: Attached is the output of lvol4
Just wanted to make it clear. What you are doing here is reducing the mirror on multiple disks and extending it to one disk.
You do not need OnlineJFS for this work. This can be done online anytime.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:25 PM
01-10-2003 02:25 PM
Re: Attached is the output of lvol4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 05:17 PM
01-10-2003 05:17 PM
Re: Attached is the output of lvol4
lvreduce -m 0 /dev/vgnn/lvol4 /dev/dsk/c3t6d0 /dev/dsk/c5t6d0.
Create the mirror by
lvextend -m 1 /dev/vgnn/lvol4 /dev/dsk/c5t6d0
Note: The PE's numbers won't match when you do a lvdisplay on lvol4. The lvextned will mirror lvol4 on c5t6d0 starting from the 1st available extents.