- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- ssacli zero disk for media errors
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
10-23-2024 11:01 AM
10-23-2024 11:01 AM
Got the following message on a DL380 Gen10 P408i RAID10 Array running ESXi 6.7u3
I updated the firmware's the system everything, disks, conroller bios etc.
1915 Slot # Smart Array - Drive media errors could not be recovered by RAID protection.Action: Backup and restore the data on the drive. Overwriting the affected blocks should resolve the media errors.
I did find the HPE Advisory "1716" or "1915" POST Error
But issue is there are Zero command examples on how to "Erase all disks in the array using SSA/SSCLI with One-pass: Write all zeroes."
This has been my base for structuring and learning SSACLi commands.
https://kallesplayground.wordpress.com/useful-stuff/hp-smart-array-cli-commands-under-esxi/
This talks about the secure erase https://www.cloudhosting.lv/eng/faq/How-To-Secure-Erase-ESXi-Disks-HPE-or-Generic-Hardware , which is not the same and one-pass write all zero's correct?
If so I do see all disks support the Santize Erase but have concerns since some disks say 52min to erase and other over 3hours.
All disks are the same 15K 900Gb SAS HPE disks
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 3 hour(s), 14 minute(s)
Unrestricted Sanitize Supported: True
1. Is it the correct method to use the Sanitise erase to have it write all Zero's
2. Do i have to do this on each disk in the array?
3. Why the large time differences?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 11:26 AM
10-23-2024 11:26 AM
Solution
Erasing a Physical Drive
This section provides syntax to begin and stop the drive erase process.
Syntax:
To begin the drive erase process:
<target> modify [erasepattern= zero|random_zero|random_random_zero|crypto|block|
overwrite][unrestricted=on|off]
Where
• the <target> can be any valid physical drive
• block is for SSDs only
• overwrite is for HDDs only
• crypto, if implemented, is for both SSDs and HDDs
To stop the drive erase process:
<target> modify [stoperase]
Where
• the <target> can be any valid physical drive
• stoperase applies to zero, random_zero, and random_random_zero erase patterns only
• crypto, block, or overwrite drive erase processes cannot be stopped.
Example Commands:
=> ctrl slot=3 physicaldrive 1e:1:1 modify enableerasedrive
=> ctrl slot=3 physicaldrive 1e:1:1 modify erase erasepattern=zero
=> ctrl slot=3 pd 1e:1:1 modify stoperase
=> ctrl slot=3 physicaldrive 1e:1:1 modify erase erasepattern=crypto unrestricted=on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 08:40 PM
10-23-2024 08:40 PM
Re: ssacli zero disk for media errors
Excellent! Glad to know that you have found the solution. Thank you for sharing the steps.
Thanks,
Parvez_Admin
I work for HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 07:01 PM - edited 10-25-2024 07:06 PM
10-25-2024 07:01 PM - edited 10-25-2024 07:06 PM
Re: ssacli zero disk for media errors
Here is the command for ESXi for all disks on controller in slot 3
/opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=3 pd all modify erase erasepattern=zero
but erase times are massive difference between models of the same HPE part number Drive for 15K 600Gb SAS drives
52min vs 3 hours14min. Why?
Firmware cannot be updated in ESXi 6.7 I cannot reboot Host to apply SPP offline either.
[root@ESXHOST:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=3 pd all show detail |grep Erase
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 3%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 0 hour(s), 52 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 3%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 0 hour(s), 52 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 3%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 0 hour(s), 52 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 0%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 3 hour(s), 14 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 3%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 0 hour(s), 52 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 0%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 3 hour(s), 14 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 0%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 3 hour(s), 14 minute(s)
Status: Erase In Progress
Erase Pattern: zero
Erase Percent Complete: 0%
Sanitize Erase Supported: True
Sanitize Estimated Max Erase Time: 3 hour(s), 14 minute(s)
[root@ESXHOST:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=3 pd all show detail |grep Model
Model: HPE EH000600JWCPL
Model: HPE EH000600JWCPL
Model: HPE EH000600JWCPL
Model: HPE EH000600JWHPN
Model: HPE EH000600JXLVT
Model: HPE EH000600JWHPN
Model: HPE EH000600JWHPN
Model: HPE EH000600JWHPN
[root@ESXHOST:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=3 pd all show detail |grep Firmware
Firmware Revision: HPD8
Firmware Revision: HPD8
Firmware Revision: HPD8
Firmware Revision: HPD7
Firmware Revision: HPD9
Firmware Revision: HPD7
Firmware Revision: HPD7
Firmware Revision: HPD7
[root@ESXHOST:~]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 10:46 PM
10-25-2024 10:46 PM
Re: ssacli zero disk for media errors
Further this command worked on the drive that got stuck at 0% for zero write.
/opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=3 pd 1I:2:4 modify erase erasepattern=overwrite unrestricted=off forced