- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Re: How to scrub a disk in predictive failure stat...
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-01-2010 07:45 AM
03-01-2010 07:45 AM
How to scrub a disk in predictive failure state?
I replaced predictive failure disk with a good one but before sending it back to HP I wanted to see if I can scrub it.
Hence I placed it in an unused slot.
OS is RHEL4.
When I try to add that disk to a logical drive so I can see it from the OS, I get this:
"Error: One or more drives specified are currently in a state that is preventing
the operation from completing."
So should I interpret "predictive failure" as disk actually failed and it can not be manipulated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 07:54 AM
03-01-2010 07:54 AM
Re: How to scrub a disk in predictive failure state?
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
03-01-2010 08:15 AM
03-01-2010 08:15 AM
Re: How to scrub a disk in predictive failure state?
Server (DL 385 G2)had 4 disks (slots 1 thru 4) in it. Slot 3 was going bad. It was mirrored with slot 4 disk.
So replacement was success.
Now, the one going bad is in slot 8.
I did this so I can try to clean it up.
I am not sure putting this disk in to another server will make any difference at this point.
Does predictive failure mean the disk will not be accessed at all?
Is it completely gone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 09:13 AM
03-01-2010 09:13 AM
Re: How to scrub a disk in predictive failure state?
When you reintroduced the failing drive to the system, the SmartArray controller will have got confused because the RAID configuration is stored on the disks.
Putting the drive in a different server, or attaching it to a different SmartArray controller, should hopefully allow you to wipe it.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 09:50 AM
03-01-2010 09:50 AM
Re: How to scrub a disk in predictive failure state?
From a different server:
hpacucli>> ctrl slot=1 physicaldrive all show
physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 146 GB, Predictive Failure)
hpacucli>> ctrl slot=1 create type=ld drives=allunassigned
Error: One or more drives specified are currently in a state that is preventing
the operation from completing. Use the "show" command to check the
status of the drives you are attempting to use.
I guess once it is in predictive failure state, you can not work with the drive anymore.
Thank you for your inputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010 01:25 PM
03-04-2010 01:25 PM
Re: How to scrub a disk in predictive failure state?
I think the ACU logic will prevent you from creating a new array with a disk marked as predictive failing. However reads and writes to a PF disk are still allowed.
That means if you leave it in the array it was originally part of and wipe that (meaning unfortunately data loss to the array), you would accomplish your goal.
As another poster said, the data is removed when received at HP... or I suppose you could take a strong magnet and move it along the side of the disk. :)
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2010 04:03 AM
06-18-2010 04:03 AM
Re: How to scrub a disk in predictive failure state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2010 11:25 AM
11-08-2010 11:25 AM
Re: How to scrub a disk in predictive failure state?
after reading this thread i was able to recreate a logical drive using the ORCA CLI so the drive could effectively be scrubbed. One of my drives was already in predictive failure before i created this logicaldrive.
The orca cli is the command-line raid configuration environment you get when you press F8 when the Raid controller posts during bootup.
array B
physicaldrive 2I:1:5 (port 2I:box 1:bay 5, SAS, 300 GB, OK)
physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SAS, 300 GB, Predictive Failure)
have fun.