- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk 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
03-24-2003 09:13 AM
03-24-2003 09:13 AM
vmunix: LVM: vg[5]: pvnum=16 (dev_t=0x1f366400) is POWERF
AILED
vmunix: LVM: PV 16 has been returned to vg[5].
As you see the disk returned to work.
how can i identify which disk was power failed?.
where i locate the data PV 16 vg[5] and dev_t=0x1f366400
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:14 AM
03-24-2003 09:14 AM
Re: disk error
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:16 AM
03-24-2003 09:16 AM
Re: disk error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:19 AM
03-24-2003 09:19 AM
SolutionIf my hex math is correct that device should be
/dev/dsk/c54t6d4
After the 0x this is how to decode.
First 2 digits are the drive decimal 31 in this case
Next 2 digits are controller in hex - decimal 54 here
Next digit is SCSI ID or "t" value - 6 here
Next didgit is LUN or "d" value - 4 here
So this works out to c54t6d4
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:22 AM
03-24-2003 09:22 AM
Re: disk error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:22 AM
03-24-2003 09:22 AM
Re: disk error
First 2 digits are the driver - decimal 31 in this case.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:25 AM
03-24-2003 09:25 AM
Re: disk error
Do a "pvdisplay /dev/dsk/c54t6d4" and get the VG name if your /etc/lvmtab is too large to search.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:35 AM
03-24-2003 09:35 AM
Re: disk error
SEP
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
03-24-2003 09:37 AM
03-24-2003 09:37 AM
Re: disk error
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:54 AM
03-24-2003 09:54 AM
Re: disk error
I did this:
for message dev_t=0x1f366400
ll /dev/dsk |grep 366400
brw-r----- 1 bin sys 31 0x366400 Mar 2 2001 c54t6d4
for message vg[5]
ll /dev/vgprd4/group
crw-rw-rw- 1 root sys 64 0x050000 Oct 23 2000 /dev/vgprd4/group
for pvnum=16
vgdisplay -v /dev/vgprd4
PV Name /dev/dsk/c39t2d4
PV Name /dev/dsk/c39t2d5
PV Name /dev/dsk/c39t2d6
PV Name /dev/dsk/c39t2d7
PV Name /dev/dsk/c42t10d0
PV Name /dev/dsk/c42t10d1
PV Name /dev/dsk/c42t10d2
PV Name /dev/dsk/c42t10d3
PV Name /dev/dsk/c42t10d4
PV Name /dev/dsk/c42t10d5
PV Name /dev/dsk/c42t10d6
PV Name /dev/dsk/c42t10d7
PV Name /dev/dsk/c54t6d0
PV Name /dev/dsk/c54t6d1
PV Name /dev/dsk/c54t6d2
PV Name /dev/dsk/c54t6d3
PV Name /dev/dsk/c54t6d4
But as you see the c54t6d4 is number 17 if you start to count from 1, If you start from 0 the is 16.
all i need is someone can tell me if this translate is correct to be exactly sure which disk was power failed?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:55 AM
03-24-2003 09:55 AM
Re: disk error
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:56 AM
03-24-2003 09:56 AM
Re: disk error
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:12 AM
03-24-2003 10:12 AM
Re: disk error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:13 AM
03-24-2003 10:13 AM
Re: disk error
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:14 AM
03-24-2003 10:14 AM
Re: disk error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 08:54 PM
03-24-2003 08:54 PM
Re: disk error
Rita's correct though. If changing the timeout value (pvchange) doesn't resolve the problem, you may be looking at replacing the disk.
And... yes you've found the correct disk at c56t6d4.
Jon