- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgdisplay: Warning: couldn't query all of the ...
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
01-23-2003 08:10 AM
01-23-2003 08:10 AM
vgdisplay: Warning: couldn't query all of the physical volumes.
c3t8d0 was mirrored to c3t12d0(one that went bad). I was out when this happened, so I'm not sure what happened as far as steps or commands entered between the time the drive went bad and was replaced.
I wanted to re-mirror the drive, but when I do a vgdisplay on the VG I get:
rockcc # vgdisplay -v vg02
vgdisplay: Warning: couldn't query physical volume "":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.
--- Volume groups ---
VG Name /dev/vg02
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 2
Act PV 1
Max PE per PV 2171
VGDA 2
PE Size (Mbytes) 4
Total PE 2170
Alloc PE 2000
Free PE 2340
Total PVG 0
I tried to copy off the /etc/lvmtab and running vgscan -v to no avail.
What should I do/try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 08:13 AM
01-23-2003 08:13 AM
Re: vgdisplay: Warning: couldn't query all of the physical volumes.
and attach the full vgdisplay output in a text file attachment.
The snipit of the syslog would be useful too.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 08:16 AM
01-23-2003 08:16 AM
Re: vgdisplay: Warning: couldn't query all of the physical volumes.
First confirm the drive in fact was replaced.
Then try restoring the disk to the volume group and resync it.
vgcfgrestore -n /dev/vg /dev/dsk/c3t12d0
vgchange -a y /dev/vg
vgsync /dev/vg
Just a quick thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 08:20 AM
01-23-2003 08:20 AM
Re: vgdisplay: Warning: couldn't query all of the physical volumes.
You may just need to resynch your mirrors.
Or.
post up a dmesg command and lets see if we still have lbolts.
If you have swapped out a hotswap drive, you will have an lbolt command until next boot.
This behavior may indicate a dead, unused drive in the drive cage, if these drives are internals in a drive cage.
It also might indicate a bad drive cage, which directs power and bandwidth to and from internal drives in many classes of server.
Unlikely, but a scsi cable could be causing trouble or even a scsi card.
Good luck,
I'd be happy to look at some diagnostics.
P
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
01-23-2003 08:23 AM
01-23-2003 08:23 AM
Re: vgdisplay: Warning: couldn't query all of the physical volumes.
Run this command on mirror disk too.
vgchange -a y /dev/vg02 (to activate vg)
-USA..