- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring to a Volume Group Question 1
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
09-15-2004 12:37 AM
09-15-2004 12:37 AM
My first question is how do I generate the second PVG and do I need a PVG for VG02.
Thank you
Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 12:43 AM
09-15-2004 12:43 AM
Re: Mirroring to a Volume Group Question 1
you can't mirror disks between vg groups.
You have to have two (or more) PV (disks) in one vg group to perform mirror of lvols.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 12:49 AM
09-15-2004 12:49 AM
Re: Mirroring to a Volume Group Question 1
What you're going to need to do is get rid of the second VG and combine it with the first so you can mirror.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 12:53 AM
09-15-2004 12:53 AM
Re: Mirroring to a Volume Group Question 1
and
vgcreate -g name2 vg01 /dev/dsk/cxtxdx /dev/dsk/cxtxdx /dev/dsk/cxtxdx /dev/dsk/cxtxdx
using the disks I did have assigned to vg02 for pvg name2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 12:59 AM
09-15-2004 12:59 AM
Re: Mirroring to a Volume Group Question 1
Remove vg02 (vgexport)
Then vgextend vg01 with the disks in vg02.
Question though - why would you want to mirror at the LVM level? Don't you already have mirroring or some othe RAID in your SAN?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 12:59 AM
09-15-2004 12:59 AM
Re: Mirroring to a Volume Group Question 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 01:01 AM - last edited on 09-16-2024 02:20 AM by support_s
09-15-2004 01:01 AM - last edited on 09-16-2024 02:20 AM by support_s
SolutionAs I mentioned in your other thread, MirrorDisk works at the logical volume level and the LVs have to be within the same VG. Do a man on lvextend and check out the -m option - that's how the mirrors are created and they obviously have to be in the same VG.
Pete
Pete
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 01:03 AM
09-15-2004 01:03 AM
Re: Mirroring to a Volume Group Question 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 03:23 AM
09-15-2004 03:23 AM
Re: Mirroring to a Volume Group Question 1
Your first question has already been answered. You cannot mirror a LV in a VG to a physical volume that is on the other volume group.
You need to destroy VG02 and add the PV to VG01, then mirror the LV to the PV.
""
One test we want to do is to determine how "seemless" this is. What delay is there to access a mirrored disk (non boot)in the event our SAN does go down. ""
LVM will conclude that a PV has failed if the IO to the PV did nt complete in 30 secs (PV timeout default).
Sundar.