HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to LVM mirror vg00 on PV used for VXVM roo...
Operating System - HP-UX
1834640
Members
3154
Online
110069
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
04-04-2003 03:52 PM
04-04-2003 03:52 PM
How to LVM mirror vg00 on PV used for VXVM rootdg ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 04:04 PM
04-04-2003 04:04 PM
Re: How to LVM mirror vg00 on PV used for VXVM rootdg ?
How did you use 'pvcreate'?
try
# pvcreate -Bf /dev/rdsk/c2t6d0
if successful, then you can continue
# vgextend /dev/vg00 /dev/dsk/c2t6d0
# mkboot /dev/rdsk/cxtydz
# mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/cxtydz
# lvlnboot -R
# for LVOL in /dev/vg00/lv*
> do
> echo $LVOL
> lvextend -m 1 $LVOL
> done
HTH
Michael
try
# pvcreate -Bf /dev/rdsk/c2t6d0
if successful, then you can continue
# vgextend /dev/vg00 /dev/dsk/c2t6d0
# mkboot /dev/rdsk/cxtydz
# mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/cxtydz
# lvlnboot -R
# for LVOL in /dev/vg00/lv*
> do
> echo $LVOL
> lvextend -m 1 $LVOL
> done
HTH
Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 04:10 PM
04-04-2003 04:10 PM
Re: How to LVM mirror vg00 on PV used for VXVM rootdg ?
I've read some more information on this. You may have to have your VxVm down whilst you do this. The below is from an older posting I read. It fixed that persons problem.
try
# dd if=/stand/vmunix of=/dev/rdsk/c2t6d0 bs=64k
the pvcreate is detecting the presence of a VxVM private region on the disk
the dd should stomp on the header & allow you to pvcreate. I chose /stand/vmunix
because it is a fairly large file, any large file will do.
try
# dd if=/stand/vmunix of=/dev/rdsk/c2t6d0 bs=64k
the pvcreate is detecting the presence of a VxVM private region on the disk
the dd should stomp on the header & allow you to pvcreate. I chose /stand/vmunix
because it is a fairly large file, any large file will do.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 11:39 PM
04-04-2003 11:39 PM
Re: How to LVM mirror vg00 on PV used for VXVM rootdg ?
Simple answer is no they cannot exist on the same disk.
You would need to have another disk set up as the rootdg for Vxvm, otherwise you lose that functionality and will find you cannot activate the other VxVm disk groups.
I am afraid you either get another disk, or set up another rootdg
You would need to have another disk set up as the rootdg for Vxvm, otherwise you lose that functionality and will find you cannot activate the other VxVm disk groups.
I am afraid you either get another disk, or set up another rootdg
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
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