- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PVG striping and mirroring
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
06-09-2004 02:44 AM
06-09-2004 02:44 AM
I am PVG striping and mirroring accroos 8 disk in HVD10.
Primary 4 disak and mirroring 4 disk
# vgcreate -s 1 /dev/vgDist /dev/dsk/c7t12d0
"
# lvcreate -D y -s g -m 1 -L 1000 -n lvol1 /dev/vg09
"
one of the disk was added incorrectly.
I need to remove one disk from the mirror side, and and the disk the belongs there to make the mirro on seperate controller.
Not sure how
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:20 AM
06-09-2004 03:20 AM
Re: PVG striping and mirroring
Did you make sure in fact the PVG information in /etc/lvmpvg and 'vgdisplay -v vgname' was listed correctly?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:23 AM
06-09-2004 03:23 AM
Re: PVG striping and mirroring
ccchpl(/root_home)#cat /etc/lvmpvg
VG /dev/vg09
PVG vg09_Primary
/dev/dsk/c7t12d0
/dev/dsk/c6t12d0
/dev/dsk/c7t11d0
/dev/dsk/c6t11d0
PVG vg09_Mirror
/dev/dsk/c7t10d0
/dev/dsk/c6t10d0
/dev/dsk/c7t9d0
/dev/dsk/c7t8d0 -- wronge disk needs to be
- //dev/dsk/c6t9d0
Not sure I am on the right track. Was wondering if a controller failure if I would lose both PRiamry and mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:30 AM
06-09-2004 03:30 AM
Re: PVG striping and mirroring
You can simply edit the lvmpvg file and make changes. I believe there might be a typo when you were extending the disks into the PVGs.
Once the modification is done, ensure it shows up correctly in 'vgdisplay -v vgxx' output. Then your lvcreate with distributed/pvg strict should work.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:43 AM
06-10-2004 06:43 AM
Re: PVG striping and mirroring
Give me de exact /dev/vgxx/cxtxd0 from al the 8 disken (ioscan -fnC disk)
Groetjes,
JdR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:53 AM
06-10-2004 06:53 AM
Re: PVG striping and mirroring
ccchpl(/root_home)#ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 0/0/1/1.0.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c1t0d0 /dev/rdsk/c1t0d0
disk 1 0/0/1/1.2.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 0/0/2/0.0.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 3 0/0/2/0.2.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
disk 4 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 304
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
disk 9 0/7/0/0.8.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c6t8d0 /dev/rdsk/c6t8d0
disk 10 0/7/0/0.9.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c6t9d0 /dev/rdsk/c6t9d0
disk 11 0/7/0/0.10.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c6t10d0 /dev/rdsk/c6t10d0
disk 12 0/7/0/0.11.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c6t11d0 /dev/rdsk/c6t11d0
disk 13 0/7/0/0.12.0 sdisk CLAIMED DEVICE IBM DMVS18D
/dev/dsk/c6t12d0 /dev/rdsk/c6t12d0
disk 19 0/7/0/1.8.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c7t8d0 /dev/rdsk/c7t8d0
disk 20 0/7/0/1.9.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c7t9d0 /dev/rdsk/c7t9d0
disk 21 0/7/0/1.10.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c7t10d0 /dev/rdsk/c7t10d0
disk 22 0/7/0/1.11.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c7t11d0 /dev/rdsk/c7t11d0
disk 23 0/7/0/1.12.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c7t12d0 /dev/rdsk/c7t12d0
All disk are spread accross both controllers
both pvg_pri and pvg_mir are on both controllers. if i lose one I lose them all.
How do I know the size of my strips in /dev/vg09
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:02 AM
06-10-2004 07:02 AM
Re: PVG striping and mirroring
Now a third party built vg09. It was built accross both controllers to give more read/write speed. Beacuse me company was going to have a second server on 2 more controller for backup. We do not ans will not have the second server.
Do you think I should rebuild vg09 to put pvg_pri on one controller and pvg_mir on another, for safety.
I am affraid that will maker the disk slower.