- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvcreate pvlink
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
05-29-2001 11:08 AM
05-29-2001 11:08 AM
I did a "pvcreate -f /dev/rdsk/c5t0d0" which is the alt path to /dev/rdsk/c4t0d0. After
that when I vgextend this disk to vg01, the
system doesn't see this as an alternate link
but instead an individual disk. Other disk
that work just fine, when me issuing the pvcreate command...
What is being destroyed? and How can I restore the info? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:25 AM
05-29-2001 11:25 AM
Re: pvcreate pvlink
Are you sure this is the alternate disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:55 PM
05-29-2001 12:55 PM
Re: pvcreate pvlink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 01:36 PM
05-29-2001 01:36 PM
Re: pvcreate pvlink
When originally created you could have specified both disk on the vgcreate command
vgcreate /dev/vg01 /dev/dsk/pv1 /dev/dsk/pv2
I'm not sure what the vgcfgrestore command did - what is the behaviour or output of vgdisplay -v /dev/vgXX (your volume group)
You mentioned the output of vgdisplay worked so your headers were ok on the disk.
You can also vgexport the volume group and then vgimport with both disks.
If vgdisplay shows your volume group with 2 disks and no alternate links, and the pvcreate did not damage the headers on the first disk it really sounds to me like they are 2 different disks. Have you verified that the 2 device files actually point to the same physical disk?
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 01:45 PM
05-29-2001 01:45 PM
Re: pvcreate pvlink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 01:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 10:05 AM
05-31-2001 10:05 AM
Re: pvcreate pvlink
Where /dev/rdsk/cXtXdX is the Primary Link
and /dev/rdsk/cYtYdY is the Alternate Link
pvcreate /dev/rdsk/cXtXdX
vgcreate /dev/vg04 /dev/dsk/cXtXdX /dev/rdsk/cXtXdX
Do NOT pvcreate the Alternate Link!