'\" t .\" Title: ipmctl-delete-goal .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.18 .\" Date: 2023-06-12 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-DELETE\-GOAL" "1" "2023-06-12" "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-delete-goal \- Deletes the memory allocation goal from PMem modules .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl delete [OPTIONS] \-goal [TARGETS] .fam .fi .if n .RE .SH "DESCRIPTION" .sp Deletes the memory allocation goal from one or more PMem modules. This command only deletes a memory allocation goal request that has not yet been processed by platform firmware (BIOS). .sp If the PMem module target is used and the specified PMem modules do not include all PMem modules that are part of a memory allocation goal request the result will be PMem modules (those not included) that have a broken request which will be rejected by platform firmware (BIOS) upon the next reboot. .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 \-lpmb .RS 4 Used to specify large transport payload size for the current invocation of ipmctl. .RE .sp \-spmb .RS 4 Used to specify small transport payload size 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 \-lpmb and \-spmb options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-o (text|nvmxml), \-output (text|nvmxml) .RS 4 Changes the output format. One of: "text" (default) or "nvmxml". .RE .SH "TARGETS" .sp \-dimm [DimmIDs] .RS 4 Deletes the memory allocation goal from specific PMem modules by optionally supplying one or more comma separated PMem module identifiers. The default is to delete the memory allocation goals from all manageable PMem modules. .RE .sp \-socket [SocketIDs] .RS 4 Deletes the memory allocation goal from the PMem modules on specific sockets by supplying the socket target and one or more comma separated socket identifiers. The default is to delete the memory allocation goals from manageable PMem modules on all sockets. .RE .SH "EXAMPLES" .sp Deletes the memory allocation goal from all PMem modules on all sockets. .sp .if n .RS 4 .nf .fam C ipmctl delete \-goal .fam .fi .if n .RE .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 PMem modules must be manageable by the host software and unlocked if security is enabled. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} Given socket and all specified PMem modules must contain a memory allocation goal. .RE .SH "RETURN DATA" .sp For each PMem module, the CLI will indicate the status of the operation. If a failure occurs when deleting the memory allocation goals from multiple PMem modules, the process will output a failure message for those PMem modules that failed and a success message for those that succeeded. .SH "SAMPLE OUTPUT" .sp .if n .RS 4 .nf .fam C Delete memory allocation goal from PMem module (DimmID): Success .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C Delete memory allocation goal from PMem module (DimmID): Error (Code) \- (Description) .fam .fi .if n .RE