Skip to content

rspconfig ntpservers

xuweibj edited this page Dec 8, 2017 · 2 revisions

Mini-design for OpenBMC rspconfig ntpservers

Background

To provide a command to config ntpservers of OpenBMC for each network.

Set password: # curl c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data": ["xxxxxx"] }' https://x.x.x.x/xyz/openbmc_project/network/#NIC#/attr/NTPServers

Interface

rspconfig ntpservers

rspconfig ntpservers=xxxxxx

Status Machine

Get NTP Servers information

LOGIN —> RSPCONFIG_GET

Set NTP Servers information

LOGIN —> RSPCONFIG_GET_(1)_ —> RSPCONFIG_SET_NTPSERVERS_REQUEST —> RSPCONFIG_SET_NTPSERVERS_RESPONSE -> RSPCONFIG_GET

(1) Get the NIC name that current IP configured on for the request URL.

Display the result

For single Internet:

# rspconfig cn1 ntpservers 
cn1: BMC NTPServers: MN1

For multiple Internet:

# rspconfig cn1 ntpservers 
cn1: BMC NTPServers for eth0: MN1
cn1: BMC NTPServers for eth0_11: MN2

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