Share

Last Updated October 2, 2023

Article

View And Change Solidigm™ (Formerly Intel®) Storage Tool Configuration Settings

See And Change SST Configuration

Summary

​​How to view the Solidigm™ Storage Tools or Solidigm Synergy™ Toolkits configuration, as well as how to change it.

View Tool Configuration

Command

  • SynergyCLI.exe show -system
  • sst show -system

Result

Current tools settings are outputted, which may include:

  1. EnableLog
    • false by default
    • Needed by Solidigm to debug possible tool issues.
  2. EnableLSIAdapter
    • SST ONLY!
    • false by default
    • Allow supported commands to pass through specific RAID cards.
  3. LogFile
    • Path to the tools log.
    • Needed if EnableLog has been set to true.

Toolkit

SST

EnableLog Logging

Command

  • SynergyCLI.exe set -system EnableLog=True (or False)
  • sst set -system EnableLog=True (or False)

Result

The tool will now keep a verbose log of what is (or is not) happening and it's saved in the tools LogFile.

Process

  1. Check tool settings
    • See View Tool Settings (above)
  2. EnableLog needs to be true.
    • SynergyCLI.exe set -system EnableLog=true
    • sst set -system EnableLog=true
  3. Retry the failing command
  4. Collect the log (see LogFile path) & send it to Solidigm.
  5. You may turn off SST logging
    • SynergyCLI.exe set -system EnableLog=false
    • sst set -system EnableLog=false

RAID Card Enablement

SST ONLY setting.

Commands

  • sst set -system EnableLSIAdapter=true (or false)

Result

For supported RAID cards (See RAID Support in the SST User Guide), this command enables supported SST features to pass through the card to the drives.

Process

  1. Check SST settings: sst show -system
  2. If a RAID card is supported, run:
    • sst set -system EnableLSIAdapter=True

Questions?

Contact Solidigm™ Customer Support.

View And Change Solidigm™ (Formerly Intel®) Storage Tool Configuration Settings