// Copyright (c) 2018, Intel Corporation.
// SPDX-License-Identifier: BSD-3-Clause

ifdef::manpage[]
ipmctl-show-pcd(1)
==================
endif::manpage[]

NAME
----
ipmctl-show-pcd - Shows the platform configuration data for one or more DCPMMs

SYNOPSIS
--------
[verse]
ipmctl show [OPTIONS] -dimm (DimmIds) -pcd (Config|LSA)

DESCRIPTION
-----------
Shows the platform configuration data for one or more DCPMMs.

OPTIONS
-------
-h::
-help::
  Displays help for the command.

TARGETS
-------
-dimm (DimmIDs)::
  Restricts output to the platform configuration data on specific DCPMMs by
  supplying one or more comma-separated DCPMM identifiers. The default is to
  display the platform configuration data for all manageable DCPMMs.

-pcd (Config|LSA)::
  Restricts output to a specific partition of the platform configuration data.
  The default is to display both. One of:
  - Config - Configuration management information
  - LSA - Namespace label storage area

EXAMPLES
--------
Shows the configuration information from the platform configuration data for all
manageable DCPMMs.
[verse]
ipmctl show -dimm -pcd

Shows the configuration information from the platform configuration data for
DCPMM 0x1.
[verse]
ipmctl show -dimm -pcd Config

LIMITATIONS
-----------
The specified DCPMM(s) must be manageable by the host software.

RETURN DATA
-----------
Returns the formatted data from the requested platform configuration data for
the specified DCPMMs for debugging and troubleshooting purposes.
