'\" t .\" Title: ipmctl-enable-device-security .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 .\" Date: 2019-12-15 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-ENABLE\-DEVICE\-SECURITY" "1" "2019-12-15" "ipmctl" "ipmctl" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" ipmctl\-enable\-device\-security \- Enable data\-at\-rest security on DCPMM on supported OS .SH "SYNOPSIS" .sp .sp .nf ipmctl set [OPTIONS] \-dimm [TARGETS] NewPassphrase=(string) ConfirmPassphrase=(string) .fi .br .SH "DESCRIPTION" .sp Enable data\-at\-rest security for the persistent memory on one or more DCPMMs by setting a passphrase. .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp This command is subject to OS Vendor (OSV) support. It will return "Not Supported." .sp .5v .RE .SH "OPTIONS" .sp \-h, \-help .RS 4 Displays help for the command. .RE .sp \-ddrt .RS 4 Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl. .RE .sp \-smbus .RS 4 Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-ddrt and \-smbus options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-source (path) .RS 4 File path to a local file containing the new passphrase (1\-32 characters). .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The file does not need to contain the ConfirmPassphrase property .sp .5v .RE .SH "TARGETS" .sp \-dimm [DimmIDs] .RS 4 Set the passphrase on specific DCPMMs by supplying one or more comma separated DCPMM identifiers. However, this is not recommended as it may put the system in an undesirable state. The default is to set the passphrase on all manageable DCPMMs. .RE .SH "PROPERTIES" .sp NewPassphrase .RS 4 The new passphrase (1\-32 characters). For better passphrase protection, specify an empty string (e.g., NewPassphrase="") to be prompted for the passphrase or to use a file containing the passphrase with the source option. .RE .sp ConfirmPassphrase .RS 4 Confirmation of the new passphrase (1\-32 character and must match NewPassphrase). For better passphrase protection, specify an empty string (e.g., ConfirmPassphrase="") to be prompted for the passphrase or to use a file containing the passphrase with the source option. .RE .SH "EXAMPLES" .sp Set a passphrase on DIMM 0x0001. .sp .sp .nf ipmctl set \-dimm 0x0001 NewPassphrase=123 ConfirmPassphrase=123 .fi .br .sp Sets a passphrase on DCPMM 0x0001 by supplying the passphrase in the file mypassphrase.file. In this example, the format of the file would be: .sp #ascii .br NewPassphrase=myNewPassphrase .sp .sp .nf ipmctl set \-source mypassphrase.file \-dimm 0x0001 NewPassphrase="" ConfirmPassphrase="" .fi .br .SH "LIMITATIONS" .sp In order to successfully execute this command: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The caller must have the appropriate privileges. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The specified DCPMM must have security disabled and be manageable by the host software. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} There must not be any goal creation pending. .RE .sp Command is subject to OS Vendor (OSV) support. If OSV does not provide support, command will return "Not Supported." .SH "RETURN DATA" .sp If empty strings are provided for the passphrase properties and the source option is not included, the user will be prompted (once for all DCPMMs) to enter the new passphrase and then again to confirm the new passphrase as described below. The passphrase characters will be hidden. .sp New passphrase: **** .br Confirm new passphrase: **** .sp For each DCPMM, the CLI will indicate the status of the set passphrase operation. If a failure occurs when setting the passphrase on multiple DCPMMs, the process will exit and not continue updating the remaining DCPMMs. .SH "SAMPLE OUTPUT" .sp .sp .nf Set passphrase on DIMM (DimmID): Success .fi .br .sp .sp .nf Set passphrase on DIMM (DimmID): Error (Code) \- (Description) .fi .br