공유

최종 업데이트 December 19, 2023

기사

Retrieve Solidigm™ (Formerly Intel®) Solid State Drives Binary Logs With Storage Tool

How To Pull Various Logs From Solidigm SSDs For Debugging

Summary

Solidigm SSDs have a variety of logs. Which ones to get and how to pull them vary.

Here is how to view & pull SMART attributes with Storage Tool.

Resolution

Only pull these logs if and when Solidigm requests them.

These commands require the CLI version of the Solidigm™ Storage Tool.

NOTE Leave -ssd <ref> out of command to run on all drives.

All Logs

  1. Open the CLI as admin.[LINK]
  2. Get a reference to drive.[LINK]
  3. Run the command:
    1. sst start -scan Logs -ssd <ref>

A new directory tree is created in the current directory, which contains many .bin files.

Telemetry

  1. Open the CLI as admin.[LINK]
  2. Get a reference to drive.[LINK]
  3. Run the command:
    1. sst dump –ssd <ref> -telemtrylog

A .bin file has been saved in the current directory

NLog

  1. Open the CLI as admin.[LINK]
  2. Get a reference to drive.[LINK]
  3. Run the command:
    1. sst dump –nlog -ssd <ref>

A .bin file has been saved in the current directory

Event Log

NOTE: Can only be pulled IF an event has occurred.

  1. Open the CLI as admin.[LINK]
  2. Get a reference to drive.[LINK]
  3. Run the command:
    1. sst dump –eventlog -ssd <ref>

A .bin file has been saved in the current directory

Assert Log

NOTE: DeviceStatus must be an Assert.

  1. Open the CLI as admin.[LINK]
  2. Get a reference to drive.[LINK]
  3. Run the command:
    1. sst dump –assertlog -ssd <ref>

A .bin file has been saved in the current directory

Questions?
Contact
Solidigm™ Customer Support.

Retrieve Solidigm™ (Formerly Intel®) Solid State Drives Binary Logs With Storage Tool