HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgscan weirdness
Operating System - HP-UX
1835989
Members
2770
Online
110088
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
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-22-2009 12:03 PM
07-22-2009 12:03 PM
vgscan weirdness
We run HP-UX 11.23. On one of our SG cluster nodes, vgscan reports that it is unable to find all volumes in the volume group:
The Volume Group /dev/vgmcc7 was not matched with any Physical Volumes.
It also reports several volumes that cannot be matched to a volume group:
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c4t4d6
/dev/dsk/c4t4d7
/dev/dsk/c4t5d2
/dev/dsk/c4t5d3
/dev/dsk/c4t5d6
/dev/dsk/c4t6d1
/dev/dsk/c7t4d6
/dev/dsk/c7t4d7
/dev/dsk/c7t5d2
/dev/dsk/c7t5d3
/dev/dsk/c7t5d6
/dev/dsk/c7t6d1
/dev/dsk/c9t4d6
/dev/dsk/c9t4d7
/dev/dsk/c9t5d2
/dev/dsk/c9t5d3
/dev/dsk/c9t5d6
/dev/dsk/c9t6d1
/dev/dsk/c12t4d6
/dev/dsk/c12t4d7
/dev/dsk/c12t5d2
/dev/dsk/c12t5d3
/dev/dsk/c12t5d6
/dev/dsk/c12t6d1
Running pvdisplay on one of these volumes reports:
pvdisplay: Warning: couldn't query all of the physical volumes.
pvdisplay: Couldn't retrieve the names of the physical volumes
belonging to volume group "/dev/vgmcc7".
pvdisplay: Cannot display physical volume "/dev/dsk/c7t4d7".
We've moved /etc/lvmtab to /etc/lvmtab.old and ran vgscan -a to recreate it. We've also run a vgexport for the volume group on the active cluster node and run vgimport on this node.
Running ioscan -fnC disk | grep 'OPEN-E' on this node shows us 484 lines. On other cluster nodes, we show 242 lines. Since this node is showing exactly double the other nodes, we are wondering if it could be a dual path issue.
We've gone so far as to remove all special files on this node for disks seen on the SAN and recreate them with insf -e. Is there anything else on the host that could be causing vgscan to report this error? We are suspecting that it may be that this node isn't seeing all the disks it should be seeing on the SAN but we want to ensure it's nothing host-related.
The Volume Group /dev/vgmcc7 was not matched with any Physical Volumes.
It also reports several volumes that cannot be matched to a volume group:
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c4t4d6
/dev/dsk/c4t4d7
/dev/dsk/c4t5d2
/dev/dsk/c4t5d3
/dev/dsk/c4t5d6
/dev/dsk/c4t6d1
/dev/dsk/c7t4d6
/dev/dsk/c7t4d7
/dev/dsk/c7t5d2
/dev/dsk/c7t5d3
/dev/dsk/c7t5d6
/dev/dsk/c7t6d1
/dev/dsk/c9t4d6
/dev/dsk/c9t4d7
/dev/dsk/c9t5d2
/dev/dsk/c9t5d3
/dev/dsk/c9t5d6
/dev/dsk/c9t6d1
/dev/dsk/c12t4d6
/dev/dsk/c12t4d7
/dev/dsk/c12t5d2
/dev/dsk/c12t5d3
/dev/dsk/c12t5d6
/dev/dsk/c12t6d1
Running pvdisplay on one of these volumes reports:
pvdisplay: Warning: couldn't query all of the physical volumes.
pvdisplay: Couldn't retrieve the names of the physical volumes
belonging to volume group "/dev/vgmcc7".
pvdisplay: Cannot display physical volume "/dev/dsk/c7t4d7".
We've moved /etc/lvmtab to /etc/lvmtab.old and ran vgscan -a to recreate it. We've also run a vgexport for the volume group on the active cluster node and run vgimport on this node.
Running ioscan -fnC disk | grep 'OPEN-E' on this node shows us 484 lines. On other cluster nodes, we show 242 lines. Since this node is showing exactly double the other nodes, we are wondering if it could be a dual path issue.
We've gone so far as to remove all special files on this node for disks seen on the SAN and recreate them with insf -e. Is there anything else on the host that could be causing vgscan to report this error? We are suspecting that it may be that this node isn't seeing all the disks it should be seeing on the SAN but we want to ensure it's nothing host-related.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2009 12:54 PM
07-22-2009 12:54 PM
Re: vgscan weirdness
Shalom,
Sounds like there are multiple paths to these disks. Two fiber channel cards?
I'd remove the device files and start over.
insf -C disk
After the fiber connections are confirmed with fcmsutil
SEP
Sounds like there are multiple paths to these disks. Two fiber channel cards?
I'd remove the device files and start over.
insf -C disk
After the fiber connections are confirmed with fcmsutil
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-22-2009 09:23 PM
07-22-2009 09:23 PM
Re: vgscan weirdness
Hi,
If all the disks are not visable for a given volume group then vgscan through this error. You should make sure that ioscan shows all the disks and alternate paths on both nodes before vgscan or vgexport/import process.
You can take one vg and compare on both nodes if all the disks are visable and matching exactly.
If all the disks are not visable for a given volume group then vgscan through this error. You should make sure that ioscan shows all the disks and alternate paths on both nodes before vgscan or vgexport/import process.
You can take one vg and compare on both nodes if all the disks are visable and matching exactly.
Best wishes,
Ganesh.
Ganesh.
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