- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting Error when I do a vgdisplay on Volume Grou...
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
11-26-2002 05:55 PM
11-26-2002 05:55 PM
vgdisplay -v vg06 | more I get the following message:
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c5t10d7":
The specified path does not correspond to physical volume attached to
this volume group
I get the above error for 9 Logical Volumes that I would like to export. Every one of the Logical Vols have no data on them so I could blow them away if I had to or reduce. My original idea was to export them and then import them on a different system, until I discovered this issue. The above disk it's complaining about seems to be the alternate path it can't see for every logical volume.
Symminq still shows both paths.
Any suggestions on how I could get this disk exported from the present system and then imported to another system????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:22 PM
11-26-2002 06:22 PM
Re: Getting Error when I do a vgdisplay on Volume Group
If you export a volume group , essentially you are exporting out all the LV's and all the PV's that make that volume group .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:24 PM
11-26-2002 06:24 PM
Re: Getting Error when I do a vgdisplay on Volume Group
The idea of using powerpath is so that you don't need to worry about alternate links.
Even when exporting, the best way is to *not* have alternate links.
You haven't changed any zones have you for that host?
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 07:54 PM
11-26-2002 07:54 PM
Solutionioscan -fnC disk
and check whether the disk dev/dsk/c5t10d7 is in CLAIMED state.
Then do a diskinfo on the disk to make sure that it is not bad.
#diskinfo dev/dsk/c5t10d7
Then you can do
#strings /etc/lvmtab
to check whether the disk in there on the particular group.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:34 AM
11-27-2002 05:34 AM
Re: Getting Error when I do a vgdisplay on Volume Group
ioscan -fnC disk sees all the disk as claimed.
All looks good there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 08:40 PM
12-03-2002 08:40 PM
Re: Getting Error when I do a vgdisplay on Volume Group
you can try
diskinfo -v /dev/rdsk/c5t10d7 and see whether this drive is working. (should show the disk size and other info about disk.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 11:07 PM
12-03-2002 11:07 PM
Re: Getting Error when I do a vgdisplay on Volume Group
This error you receive means either disk was 'stolen' from the hardware path or this disk has invalid LVM structures. For example, try to do dd from memory to the good disk and then do vgdisplay - and you'll receive this error because VGDA and other structures on the disk will be corrupt
Eugeny