Known Issues

This section describes important operating issues and known hardware and software issues for Oracle Flash Accelerator F680 PCIe Card.

Supplementary and workaround information for Oracle Flash Accelerator F680 PCIe Card. Specific Bug ID identification numbers are provided for service personnel.

Secure Erase Drives Before Use

Oracle Flash Accelerator F680 PCIe Card may report uncorrectable errors or assert after not being powered for three or more months. For best practice, secure erase Oracle Flash Accelerator F680 PCIe Cards before use (especially if use is reading from the card as a test) and especially if the Oracle Flash Accelerator F680 PCIe Card has been unpowered for more than three months. If the NAND media is not refreshed for approximately three months, the drive may experience media errors.

Over time, the drive firmware policy refreshes the media in the background while it remains powered-on. If the drive has been powered on long enough for the background refresh policy to be applied to all bits, the drive is not at risk for this issue. The time required to refresh all the bits is approximately 14 days and varies by product.

If the number of bits experiencing this issue exceeds the error-correction code (ECC) capability, it may result in an uncorrectable read error. If the uncorrectable read errors occur during normal drive operation, the drive will report an increased number of SMART media errors to the host.

Workaround:

Secure erase the drive to return the drive to service. Secure erase frees and reuses all blocks starting with an empty Flash Translation Layer table (FTL). Any LBAs that may have held data that may have degraded are now released as free blocks to be reused.

Select one of the following methods before use of the drive for operation or test. An off-line server can be used.

Choose one of the erase options:

  • Secure erase the drive, using the nvmeadmin utility.

  • Download and use third party utilities to secure erase the drive.

  • Wait two weeks for a media refresh while the drive is powered-on before using the drive.

Caution:

All data will be destroyed after an erase.

Secure Erase Drive Using nvmeadmin Utility

To secure erase the drive, using the Oracle Hardware Management Pack NVMe admin utility:

  1. Stop all IO to the NVMe device before attempting this action.

  2. To securely erase all namespaces, type: # nvmeadm erase -s -a controller_name. For example: # nvmeadm erase -s -a SUNW-NVME-1

  3. List all server devices.

  4. Verify drive health.

For CLI command instructions, refer to Oracle Hardware Management Pack documentation Oracle Server CLI Tools User's Guide.

Secure Erase Drive Using Third-party Utilities

To secure erase the drive before use, using the Solidigm Storage Manager utility, if available:

  1. Install the Solidigm Storage Manager.

  2. Stop all IO to the NVMe device before attempting this action.

  3. Use the –secure_erase option to erase all the data on the drive.

    ssm –drive_index 1 –secure_erase
  4. The user is prompted unless the –force option is used:

    WARNING: You have selected to secure erase the drive!
    Proceed with the secure erase? (Y/N)
  5. If the drive contains a partition, the prompt contains a second warning message:

    WARNING: You have selected to secure erase the drive!
    WARNING: Tool has detected as partition on the drive!
    Proceed with the secure erase? (Y/N)
  6. To bypass the warning prompts, use the –force option:

    ssm –drive_index 1 –secure_erase -force
  7. List all server devices.

  8. Verify drive health.