- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgscan error
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-05-2003 12:12 AM
06-05-2003 12:12 AM
vgscan error
I have three vg in the system:
vg00
c1t2d0
c2t2d0
vg02
/dev/dsk/c4t0d7 alternate link /dev/dsk/c6t0d7
vgias
/dev/dsk/c4t1d0 alternate link /dev/dsk/c6t1d0
But when I do and vgscan, it displays:
Verification of unique LVM disk id on each disk in the volume group /dev/vg02 failed.
Following are the sets of disks having identical LVM disk id /dev/dsk/c6t0d7 /dev/dsk/c4t2d0 /dev/dsk/c6t2d0
And the lvmtab, don't create vg02.
What's is wrong?
Thanks,
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:22 AM
06-05-2003 12:22 AM
Re: vgscan error
Please post a copy of:
# vgdisplay -v /dev/vg02
and
# ioscan -fnC disk
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:28 AM
06-05-2003 12:28 AM
Re: vgscan error
try to do a vgimport,
vgimport -A y vg02 /dev/dsk/c4t0d7
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:30 AM
06-05-2003 12:30 AM
Re: vgscan error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:44 AM
06-05-2003 12:44 AM
Re: vgscan error
with alternative link.Vgscan probably found
the same VG_ID on /dev/dsk/c4t2d0 & c6t2d0.
That can be due to BC feature of EMC and should
run vgchgid.
Another thing is NO_HW state of 3 luns (as seen in the ioscan output).Would check this one too.
Vgreduce can be used to reduce pv alt links.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:47 AM
06-05-2003 12:47 AM
Re: vgscan error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:50 AM
06-05-2003 12:50 AM
Re: vgscan error
Please make sure if you did 'dd' from one LUN to another (LUNs #7 and #16 within EMC disk array) or made a business copy or LUN screenshou you've changed volume id using pvchgid (or something like this)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 01:18 AM
06-05-2003 01:18 AM
Re: vgscan error
Then if I do:
vgchgid /dev/desk/c4t2d0 /dev/dsk/c6t2d0
I could resolv the problem?
This two disks c4t2d0 and c6t2d0 doesn't have one vg assigned.
Thanks.