Scroll to navigation

NVME-SOLIDIGM-CLEA(1) NVMe Manual NVME-SOLIDIGM-CLEA(1)

NAME

nvme-solidigm-clear-fw-activate-history - Clear firmware update history log

SYNOPSIS

nvme [<global-options>] solidigm clear-fw-activate-history <device>

[--no-uuid | -n]

DESCRIPTION

This command is a redirect to the OCP plugin’s clear firmware update history log command. For detailed usage and options, please refer to the documentation for nvme ocp clear-fw-activate-history.

The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).

OPTIONS

-n, --no-uuid

Do not try to automatically detect UUID index for this command (required for old OCP 1.0 support)

GLOBAL OPTIONS

The following options are defined at the top-level nvme command and are available to this subcommand:

--dry-run

Print the command that would be executed, but do not actually execute it.

--no-ioctl-probing

Disable probing for 64-bit IOCTL support.

--no-retries

Disable retry logic on transient errors.

-o <fmt>, --output-format=<fmt>

Set the reporting format to normal, tabular, 'json, or binary. Only one output format may be used at a time.

--output-format-version=<version>

Select the output format version. Version 1 uses the original field naming, while version 2 (default) provides more consistent and script-friendly field names.

--timeout=<ms>

Set the timeout for the command in milliseconds.

-v, --verbose

Increase the level of detail in the output. May be specified multiple times to further increase verbosity.

These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.

EXAMPLES

•Clear the firmware update history log for the device:

# nvme solidigm clear-fw-activate-history /dev/nvme0

•Clear the firmware update history log for an OCP 1.0 device:

# nvme solidigm clear-fw-activate-history /dev/nvme0 --no-uuid

SEE ALSO

nvme-ocp-clear-fw-activate-history(1)

NVME

Part of the nvme-cli suite.

09/18/2026 NVMe