- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgdisplay produce 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
07-01-2002 12:37 AM
07-01-2002 12:37 AM
When running vgdisplay -v /dev/vg01, i got erorrs:
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t11d0":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.
LV Name /dev/vg01/data2
LV Status available/syncd
LV Size (Mbytes) 1400
Current LE 1400
Allocated PE 2800
Used PV 4
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t11d0":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.
LV Name /dev/vg01/fs1
LV Status available/stale
LV Size (Mbytes) 10500
Current LE 10500
Allocated PE 21000
Used PV 13
How should I look this problem in details.
br,
Munawwar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 02:38 AM
07-01-2002 02:38 AM
SolutionLook at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdf840cb17a32d5118fef0090279cd0f9,00.html
Especially about rebuilding the lvmtab
Steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 02:54 AM
07-01-2002 02:54 AM
Re: vgdisplay produce error
The error clearly says that it could not get information of c0t11d0. Now U will have to checkup whether vgdisplay is saying right or wrong. This can be traced by ioscan, diskinfo like commands.
#ioscan -fnC disk |grep c0t11d0
Is it listing the HDD, then U are almost thru. U are HDD is detected by system. If it is not listing, something is wrong with HDD, U will have to consult H/W vendor. then
#diskinfo /dev/rdsk/c0t11d0
U should get the details about HDD here. Then
check /var/adm/syslog/syslog.log for possible errors. It sounds like something wrong with HDD. Please trace it.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 02:57 AM
07-01-2002 02:57 AM
Re: vgdisplay produce error
diskinfo /dev/rdsk/c0t11d0 (note the "rdsk")
&
ioscan -fnCdisk
Scan through the output of the second command for disk c0t11d0 and check its status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 08:23 AM
07-03-2002 08:23 AM