- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgdisplay: Warning: couldn't query physical vo...
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
04-17-2001 08:37 AM
04-17-2001 08:37 AM
Whenever I issue vgdisplay -v, I get the error
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4".
When I do try pvdisplay to the above volume it gives me the same error and it tells me it belongs to /dev/vg05. But vg05 physical volume is /dev/dsk/c6t0d4. I don't know why does he think it belongs to vg05?
doing an ioscan -fnC disk| grep c4t0d4, he cannot find it. All my disk controllers start with c6, I don't know where this come from.
How can I get rid of this error message, because I see the attn light on the server blinking orange, and I would like to eliminate this error and see if the blinking stops.
One thing to note, everything seems to function correctly.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 08:48 AM
04-17-2001 08:48 AM
Solutionyou can first try to remove (or rename) /etc/lvmtab and execute vgscan. This will rebuild /etc/lvmtab. This *might* solve your problem.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 08:48 AM
04-17-2001 08:48 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
But if you do a vgdisplay -v vg05 which PVs do you see?
if you don't see that volume c4txdx, and you're sure it doesn't belong to that vg, you can perform "vgreduce vg05 /dev/dsk/c4txdx"
about the light, can you tell what's the model of your server?
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 09:01 AM
04-17-2001 09:01 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
Just to make sure before I rename lvmtab and issue the vgscan command, I don't need to reboot, do I?
When I try vgreduce vg05 /dev/dsk/c4txdx,
he would give me the error
vgreduce: Couldn't query physical volume "/dev/dsk/c4t0d4".
The server is hp/ux b.11.00 and model is 9000/800/A500-5X.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 09:06 AM
04-17-2001 09:06 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 09:12 AM
04-17-2001 09:12 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
Don't worry, first mv /etc/lvmtab /etc/lvmtab.old
then
vgscan -v
It will recreate your lvmtab.
If you see some problems on the new lvmtab, you can always move the old one to the original place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 09:26 AM
04-17-2001 09:26 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
Thanks all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 10:36 AM
04-17-2001 10:36 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
At the console hit
return
return
GSP>
Then I'm not sure of the commans..I think
"sl" for show logs
"errors" for error logs
Once you get it cleared:
"co" for back to console.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 12:28 PM
04-17-2001 12:28 PM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 06:12 AM
04-18-2001 06:12 AM
Re: vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t0d4"
Try poweroff the machine, if the disk is external please poweroff it first and trying to restart the machine afterwarse.
Good luck