- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is the procedure to identify a failed har...
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-15-2009 11:22 PM
12-15-2009 11:22 PM
What is the procedure to identify a failed hard disk and for replacing the same in LVM?Hoping step by step procedure.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 11:28 PM
12-15-2009 11:28 PM
Solutionhttp://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 11:31 PM
12-15-2009 11:31 PM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
If it does:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 11:33 PM
12-15-2009 11:33 PM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 11:49 PM
12-15-2009 11:49 PM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
ioscan -fnC disk|grep NO -> look for not claimes Hard disk
1. vgreduce the failed disk
replace the faulty disk
2. pvcreate
3. vgextend /dev/vgxx
mirror back all the logica volumes
4.lvextend -1 /dev/vgxx/lvolxx /dev/dsk/cxtxdx
Most recommended follow official document
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 01:24 AM
12-16-2009 01:24 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 01:34 AM
12-16-2009 01:34 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
And one more thing-the ioscan command will only give the H?W path of the disk.How can we able to identify the devicefile attatched to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 01:43 AM
12-16-2009 01:43 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
# model
# ioscan -fn
first.
Follow the steps in the document!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 02:59 AM
12-16-2009 02:59 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
If the device is in fact still connected and properly powered on, and its configuration has not been changed, that usually means the device has experienced a total failure, i.e. "died".
Sometimes a NO_HW indication is because of an intentional configuration change: for example, when you unpresent LUNs from a SAN, HP-UX will show the unpresented LUNs in NO_HW state. You can use the "rmsf" command to clean up such intentionally removed devices: in effect, you're telling the system that the device isn't expected to return to a working state.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 03:04 AM
12-16-2009 03:04 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
And one more thing-the ioscan command will only give the H?W path of the disk.How can we able to identify the devicefile attatched to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 06:36 AM
12-16-2009 06:36 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
# ioscan -fn
or something similar like
# ioscan -fnkCdisk
the device file is below the hardware path.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 07:27 AM
12-16-2009 07:27 AM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
if you know the H/w path of the device, the you can find its device file with
# ioscan -fnH
It will show device and its device file at the specified h/w path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 06:21 PM
12-16-2009 06:21 PM
Re: What is the procedure to identify a failed hard disk and for replacing the same in LVM.
Personal quote:
Certification:
ITRC member since: December 16, 2009
Last contribution date: December 16, 2009
I have assigned points to 0 of 17 responses to my questions.
Hi Mr. Dipesh Vasudevan,
Once all your dowts and problem has been resolved, do n't forget to assign points
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009 09:35 PM
12-17-2009 09:35 PM