lsnodecanistervpd

The lsnodecanistervpd command displays the vital product data (VPD) for each node canister.

Syntax

Read syntax diagramSkip visual syntax diagram lsnodecanistervpd object_idobject_name

Parameters

-delim delimiter
(Optional) Specify a delimiter to separate data in the output.
-nohdr
(Optional) Suppress the headings in the output.
object_id | object_name
(Required) Specifies the object name or ID.

Description

This command displays the VPD for the specified node canister. Each field is reported on a new line. All fields are strings. The VPD is split into sections. Each section has a section heading. The number of fields in that section follows each heading. Each section is separated by an empty line.

For example:

section name:3 fields
field1:value
field2:value
field3:value

new section:x fields
(more)

Some sections contain information about multiple objects of that type. Each object within the section is separated by an empty line.

For example:

section name:4 fields
object1 field1:value
object1 field2:value

object2 field1:value
object2 field2:value

new section: x fields
(more)