- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PV Status = unavailable
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
08-06-2002 12:44 AM
08-06-2002 12:44 AM
Hi Guys
Can anyone tell me why the pv status of the pvdisplay command shows unavailable.
Also how can I change it to availible.
I also just got the following error message
from syslog.
See attached .txt file
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 12:50 AM
08-06-2002 12:50 AM
Re: PV Status = unavailable
Have you changed any cabling, or added/powered up hardware recently?
strings /etc/lvmtab
and look for the pv device file.
(the volume group it is in is listed above the pv device file)
ioscan -fnk | more
and view the hardware state of the disk and scsi interface up to the pv... verify it is claimed (and not NO_HW for example)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 01:16 AM
08-06-2002 01:16 AM
Re: PV Status = unavailable
it's very generic descripion can you send more information?
have you a cluster? have you a external storage?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 01:47 AM
08-06-2002 01:47 AM
Re: PV Status = unavailable
If the disk is claimed,then look for the cable connections.
Might be the cable connecting the disk is loose.
If it does not show up claimed,then check the cables and do a
insf -e
to re-install the device files for the disk.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:27 AM
08-06-2002 04:27 AM
Re: PV Status = unavailable
I will post some more info for U guys later, the server crashed & will not come up. The server is physically in Australia & I am in South Africa. Our guys there have logged a call with HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:42 AM
08-06-2002 04:42 AM
Re: PV Status = unavailable
I'd imagine, it tried to page in something from the failed disk and boom..
Enjoy your trip,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:35 AM
08-06-2002 05:35 AM
SolutionLooks like one of your disks at c0t9d0 is having some problem. Best idea would be to replace the disk. Check and see if the disk is seen as claimed in the ioscan output, "ioscan -fnC disk". also check if the disk parameters are displayed correctly in the diskinfo output, "diskinfo -v /dev/rdsk/c0t9d0". If the two outputs don't show the disk correctly, replace the disk, do a vgcfgrestore for the vg that was on the disk and do a vgsync. You won't looks anything if the disk is properly mirrored and the mirror copy is fine, else you may looks some data depending on what filesystem are there on the disk.
Hope this helps.
Regds