commit | 81c34dfea4f6535cfe9519fa9fc2be798456132a | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Nov 01 11:44:16 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Mar 26 15:50:39 2019 -0500 |
tree | 3c7e21eb8075ab1d810872d8adfa35d3a7de777e | |
parent | 822eaf6dc666f8c9c12b80855b951d989af8d275 [diff] |
Replace reset BMC authentication with factory reset Due to security concerns, replace the command that performs a reset of the BMC authentication mechanism to perform a full BMC reset so that any potential sensitive data is erased when the authentication mechanism needs to be reset. Tested: Verified the host was powered off and the BMC was factory reset as part of this command. Change-Id: I71dead237538d410e88710d2b7a53cea30de1426 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
Netfun: 0x3a Command: 0x11
This command will call to reset the BMC to its factory default. See here for the factory reset implementation details.
This includes:
Because the chassis is powered off, the host does not receive a return code when successful.
This command is not allowed when the IPMI restriction mode is set to 'Whitelist'. See here for more information.