- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PVdisplay not work?
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
10-19-2008 02:11 AM
10-19-2008 02:11 AM
PVdisplay not work?
/dev/vgyzfs2
/dev/disk/disk229
/dev/disk/disk230
/dev/disk/disk233
/dev/disk/disk234
2.yzdb1#[/data1/superdome_test_file]pvdisplay -v /dev/disk/disk233
pvdisplay: Warning: couldn't query physical volume "/dev/disk/disk229":
The specified path does not correspond to physical volume attached to
this volume group
pvdisplay: Warning: couldn't query physical volume "/dev/disk/disk230":
The specified path does not correspond to physical volume attached to
this volume group
pvdisplay: Warning: couldn't query physical volume "/dev/disk/disk233":
The specified path does not correspond to physical volume attached to
this volume group
pvdisplay: Warning: couldn't query physical volume "/dev/disk/disk234":
The specified path does not correspond to physical volume attached to
this volume group
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/vgyzfs2".
pvdisplay: Cannot display physical volume "/dev/disk/disk233".
3. what is the problem?
4. OS 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 02:20 AM
10-19-2008 02:20 AM
Re: PVdisplay not work?
What's the output of:
diskinfo /dev/rdisk/disk229
diskinfo /dev/rdisk/disk230
diskinfo /dev/rdisk/disk233
diskinfo /dev/rdisk/disk234
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 07:21 AM
10-19-2008 07:21 AM
Re: PVdisplay not work?
# dmesg
(do you see any scsci -reset done ..?)
# what does the /var/adm/syslog/syslog.log shows..?
output below following commands will take a while
Example :-
dd if=/dev/dsk/c2t1d0 of=/dev/null bs=128k
560057+1 records in
560057+1 records out
(if the records in & records out are same- meaning disk all are fine)
Disk verfication
==================
dd if=/dev/disk/disk229 of=/dev/null bs=128k
dd if=/dev/disk/disk230 of=/dev/null bs=128k
dd if=/dev/disk/disk233 of=/dev/null bs=128k
dd if=/dev/disk/disk234 of=/dev/null bs=128k
Do VG Restore
=========
vgcfgrestore n /dev/vgyzfs2 /dev/disk/disk229
vgcfgrestore n /dev/vgyzfs2 /dev/disk/disk230
vgcfgrestore n /dev/vgyzfs2 /dev/disk/disk233
vgcfgrestore n /dev/vgyzfs2 /dev/disk/disk234
Activate the VG
================
vgchange -a y /dev/vgyzfs2
the below command will re-sync - all the Pshical disk
===============================
vgsync /dev/vgyzfs2
Rgds,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 09:25 PM
10-19-2008 09:25 PM
Re: PVdisplay not work?
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:28 AM
10-20-2008 12:28 AM
Re: PVdisplay not work?
# ioscan -m dsf
For all the 4 disk you might have a number of path to the disks. Make sure that they are working correctly.
# ioscan -fnC disk
Make sure that none of them are in the NO_HW state.
Have you analyzed the "dmesg" log output you might have a problem with you SAN connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:41 AM
10-20-2008 12:41 AM
Re: PVdisplay not work?
reason:
vg is not active;