- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM errors - POWERFAILED
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
12-22-2006 05:13 AM
12-22-2006 05:13 AM
Please, I'm with the same problem of thread below and I open a new to submit news points to the experts.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1020787
I would to know what the best value to Increasing I/O timeout.
Please, could someone give me a help?
Thanks a lot!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:20 AM
12-22-2006 05:20 AM
SolutionIn most cases a POWERFAILED message indicates a failed disk or disk array problem.
You should look for the reason why it will not respond within 30 secs instead of increasing that value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:23 AM
12-22-2006 05:23 AM
Re: LVM errors - POWERFAILED
# pvchange -t 180 /dev/dsk/c#t#d#
I'd start with 180. This is a common value reccommended with EMC. However, this doc uses 300:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062972816
# lvchange -t 60 /dev/vg##/lv#
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062952613
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:26 AM
12-22-2006 05:26 AM
Re: LVM errors - POWERFAILED
Thanks for reply!
Yes you are right! 30 sec is very long time but I don't know how can I do to find this problem.
What do you suggest?
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:34 AM
12-22-2006 05:34 AM
Re: LVM errors - POWERFAILED
dd if=/dev/dsk/c#t#d# of=/dev/null bs=2048
if you can't read from the disk this way then it's almost sure that it's bad.
You can also try diskinfo /dev/rdsk/c#t#d#
it should return disk brand, size etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:37 AM
12-22-2006 05:37 AM
Re: LVM errors - POWERFAILED
Thanks for reply!
I'm sorry, but I can't to see this docs that you sent the link.
Please, could you send me if isn't to big???
clever.feitosa@gmail.com or if you could to attach here.
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:40 AM
12-22-2006 05:40 AM
Re: LVM errors - POWERFAILED
sorry! I see the documents!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:52 AM
12-22-2006 05:52 AM
Re: LVM errors - POWERFAILED
How can I see the current timeout???
I'm not sure If I'm using 30 seconds.
Christian, thanks to the tips!
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 06:40 AM
12-22-2006 06:40 AM
Re: LVM errors - POWERFAILED
You can see the current timeout value with pvchange.
Here are the documents, which open up for me when I click on the links, so there might be a network bandwidth problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 06:40 AM
12-22-2006 06:40 AM
Re: LVM errors - POWERFAILED
You can see the current timeout value with pvdisplay.
Here are the documents, which open up for me when I click on the links, so there might be a network bandwidth problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 06:43 AM
12-22-2006 06:43 AM
Re: LVM errors - POWERFAILED
Disregard my first response; The pvchange response. Use pvdisplay. And here's the second doc attachment for lvchange timeouts. Note that the first was for pvchange timeouts. And that I included the lvchange timeout because its often overlooked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 10:51 AM
12-22-2006 10:51 AM
Re: LVM errors - POWERFAILED
Thanks for all answers!!!!
Was very useful.
Michael thanks a lot!!!
Clever