Skip to content

rspconfig password

xuweibj edited this page Nov 24, 2017 · 2 revisions

Mini-design for OpenBMC rspconfig password

Background

To provide a command to config password of OpenBMC.

Set password: # curl -k b cjar -X POST -H "Content-Type: application/json" -d '{ "data" : [“xxxxxxxx”] }' https://x.x.x.x/xyz/openbmc_project/user/root/action/SetPassword

Interface

rspconfig admin_passwd={currentpasswd,newpasswd}

Status Machine

LOGIN —> RSPCONFIG_PASSWD_VERIFY (1) —> RSPCONFIG_PASSWD_REQUEST —> RSPCONFIG_PASSWD_RESPONSE

(1) If currentpasswd does not matched node’s bmcpassword, print error message and exit.

If currentpasswd equals newpasswd, print message and exit.

News

History

  • Oct 22, 2010: xCAT 2.5 released.
  • Apr 30, 2010: xCAT 2.4 is released.
  • Oct 31, 2009: xCAT 2.3 released. xCAT's 10 year anniversary!
  • Apr 16, 2009: xCAT 2.2 released.
  • Oct 31, 2008: xCAT 2.1 released.
  • Sep 12, 2008: Support for xCAT 2 can now be purchased!
  • June 9, 2008: xCAT breaths life into (at the time) the fastest supercomputer on the planet
  • May 30, 2008: xCAT 2.0 for Linux officially released!
  • Oct 31, 2007: IBM open sources xCAT 2.0 to allow collaboration among all of the xCAT users.
  • Oct 31, 1999: xCAT 1.0 is born!
    xCAT started out as a project in IBM developed by Egan Ford. It was quickly adopted by customers and IBM manufacturing sites to rapidly deploy clusters.
Clone this wiki locally