IPMCTL User Guide
HomePMDKNDCTLBlog
Version 1.x
Version 1.x
  • IPMCTL User Guide
  • Installing IPMCTL
    • Installing IPMCTL packages on Linux
    • Building and Installing IPMCTL from Source on Linux
    • Installing IPMCTL on Microsoft Windows using the MSI Installer
    • Building and Installing IPMCTL on Microsoft Windows from Source
  • Basic Usage
  • Module Discovery
    • Show System Capabilities
    • Show Socket
    • Show Topology
    • Show Memory Resources
    • Show Device
  • Provisioning
    • Concepts
    • Create Memory Allocation Goal
    • Provision App Direct
    • Provision Memory Mode
    • Provision Mixed Mode
    • Show Memory Allocation Goal
    • Dump Memory Allocation Settings
    • Load Memory Allocation Goal
    • Delete Memory Allocation Goal
  • Security
    • Enable Device Security
    • Change Device Passphrase
    • Change Device Security
    • Erase Device Data
  • Instrumentation
    • Show Sensor
    • Change Sensor Settings
    • Show Device Performance
  • Debug
    • Run Diagnostic
    • Show Error Log
    • Dump Debug Log
    • Show ACPI Tables
    • Show Device Platform Configuration Data
    • Delete Device Platform Configuration Data
    • Inject Error
  • Support and Maintenance
    • Show Events
    • Version and Firmware
Powered by GitBook
On this page
  • Get Version
  • Show Device Firmware
  • Update Firmware
  • Examples

Was this helpful?

  1. Support and Maintenance

Version and Firmware

Get Version

Shows the persistent memory module host software versions

$ ipmctl version

Show Device Firmware

Shows detailed information about the firmware on one or more modules

$ ipmctl show [OPTIONS] -firmware [TARGETS]

Update Firmware

Updates the firmware on one or more modules

$ ipmctl load [OPTIONS] -source (path) -dimm (DimmIds) [TARGETS]

NOTE: If Address Range Scrub (ARS) is in progress on any target DIMM, an attempt will be made to abort ARS and the proceed with the firmware update.

NOTE: A reboot is required to activate the updated firmware image and is recommended to ensure ARS runs to completion.

Examples

Update the firmware on all modules in the system to the image in sourcefile.pkg on the next power cycle.

$ ipmctl load -source sourcefile.pkg -dimm

Check the firmware image in sourcefile.pkg and retrieve the version.

$ ipmctl load -examine -source sourcefile.pkg -dimm

NOTE: Once a firmware image is staged for execution, a power cycle is required before another firmware image of the same type (production or debug) can be staged for execution using this command.

PreviousShow Events

Last updated 5 years ago

Was this helpful?