HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror not from root disk
Operating System - HP-UX
1833004
Members
2808
Online
110048
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
07-23-2003 06:44 AM
07-23-2003 06:44 AM
Hello:
We are getting new machine.
I just need to verify mirroring syntax for non root disk. The disks does not have to be bootable.
pvcreate -f /dev/dsk/cxtxdx
vgextend -f /dev/vg04 /dev/dsk/cxtxdx
lvextend -m 1 /dev/vg04/lvol1 /dev/dsk/cxtxdx
Thanks,
Henry
We are getting new machine.
I just need to verify mirroring syntax for non root disk. The disks does not have to be bootable.
pvcreate -f /dev/dsk/cxtxdx
vgextend -f /dev/vg04 /dev/dsk/cxtxdx
lvextend -m 1 /dev/vg04/lvol1 /dev/dsk/cxtxdx
Thanks,
Henry
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 06:46 AM
07-23-2003 06:46 AM
Re: mirror not from root disk
pvdisplay -v /dev/rdsk/cxtxdx | more
for the disk
lvdisplay -v /dev/vg01/lvol1 | more
This will show you the mirrors and what disk they are on.
SEP
for the disk
lvdisplay -v /dev/vg01/lvol1 | more
This will show you the mirrors and what disk they are on.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 06:48 AM
07-23-2003 06:48 AM
Solution
Yes, that will work. You will also want to make sure that the LVs are created with the Strict allocation policy. That will prevent you from mirroring to the same disk.
When you create an LV you need to specify the '-s y' switch. Or if the LV is already created you can use lvchange to modify that setting.
When you create an LV you need to specify the '-s y' switch. Or if the LV is already created you can use lvchange to modify that setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 07:08 AM
07-23-2003 07:08 AM
Re: mirror not from root disk
Your steps are right, but remember to back up LVM configuration information for the volume group you changed, for example
# vgcfgbackup /dev/vg04
# vgcfgbackup /dev/vg04
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