History log of /openbmc/docs/host-management.md (Results 1 – 14 of 14)
Revision Date Author Comments
# f4febd00 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

Change-Id: I35ec9c19ae581e4dd00b515c1bba3a9c1862eeb1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 264d4e0f 03-Aug-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Update information about boot override via REST

Update paths according to the new boot source override feature design.
Add information about:
- how to read current boot source override setting,
- le

Update information about boot override via REST

Update paths according to the new boot source override feature design.
Add information about:
- how to read current boot source override setting,
- legacy/EFI selector change,
- one-time/persistent flag change,
- enable/disable flag change.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I58ce97fe3326ba78a46e13c20f8f3eecb9fcd70d

show more ...


# 2bc8dac0 03-Aug-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Update links to phosphor-dbus-interfaces YAMLs

These commands were used to automatically correct the links:
find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/tree\/master
\/xyz/phosphor-dbus

Update links to phosphor-dbus-interfaces YAMLs

These commands were used to automatically correct the links:
find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/tree\/master
\/xyz/phosphor-dbus-interfaces\/tree\/master\/yaml\/xyz/g' {} +
find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/blob\/master
\/xyz/phosphor-dbus-interfaces\/blob\/master\/yaml\/xyz/g' {} +

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: Icdb96d947f30e4df4f68c4df7300cce0449d3286

show more ...


# b41aff0f 05-Sep-2019 Xiaochao Ma <maxiaochao@inspur.com>

Optimize REDFISH and REST documents

Optimized several documents about REST and REDFISH.
Add new command and fix out-of-date commands.
Tested on fp5280g2 that all commands are working on openbmc vers

Optimize REDFISH and REST documents

Optimized several documents about REST and REDFISH.
Add new command and fix out-of-date commands.
Tested on fp5280g2 that all commands are working on openbmc version
2.8.0-dev-434-g48f8ce5a5-dirty.

Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com>
Change-Id: Ibbf1857cef327e57cceb5ac9f206ddf10601cb42

show more ...


# c8529037 27-Sep-2019 Gunnar Mills <gmills@us.ibm.com>

bmcweb is case sensitive, fix DeleteAll

bmcweb is the default webserver. It is case sensitive
for method names.

Similar changes to openbmctool were made here:
https://github.com/openbmc/openbmc-too

bmcweb is case sensitive, fix DeleteAll

bmcweb is the default webserver. It is case sensitive
for method names.

Similar changes to openbmctool were made here:
https://github.com/openbmc/openbmc-tools/commit/47b13e9f1f2520f97b4134f5a3af7a307abd0a05

curl -k -X POST \
-d '{"data" : []}' \
https://${bmc}/xyz/openbmc_project/logging/action/deleteAll
{
"data": {
"description": "The specified method cannot be found"
...

curl -k -X POST \
-d '{"data" : []}' \
https://${bmc}/xyz/openbmc_project/logging/action/DeleteAll
{
"data": null,
"message": "200 OK",
"status": "ok"

Change-Id: I3e0be8c46523d074ed857e228d2041d01721c8de
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 84c1704b 11-Dec-2018 Andrew Geissler <geissonator@yahoo.com>

Add in host watchdog section

The host watchdog function has a lot of moving parts
so wanted to get them all down in one spot

Change-Id: Ie2f20ab9e1459ee8e21c2397a87bb14bbecf5783
Signed-off-by: Andr

Add in host watchdog section

The host watchdog function has a lot of moving parts
so wanted to get them all down in one spot

Change-Id: Ie2f20ab9e1459ee8e21c2397a87bb14bbecf5783
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


# f7d170d3 10-Dec-2018 Andrew Geissler <geissonator@yahoo.com>

Make "Host Clear GARD" section consistent size

Change-Id: I7bc9dca5e3d5d481978d98a217c7c96f98c67ec3
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>


# 1781f86b 10-Dec-2018 Andrew Geissler <geissonator@yahoo.com>

Ensure text does not exceed 80 chars

Change-Id: I2dc35db00ec50f6efe083a249a1b76e1892c390a
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>


# a6ea0d09 07-Jun-2018 Gunnar Mills <gmills@us.ibm.com>

Add links to boot interfaces

In host-management.md, added links to BootSource and BootMode
interfaces. Users could use these to find possible values.

Resolves openbmc/openbmc#529

Change-Id: Ie1e55

Add links to boot interfaces

In host-management.md, added links to BootSource and BootMode
interfaces. Users could use these to find possible values.

Resolves openbmc/openbmc#529

Change-Id: Ie1e55b891f49baa16280aa8f63304d3072e19c4e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 7b31010e 11-Jan-2018 Michael Tritz <mtritz@us.ibm.com>

Documentation for clear GARD API

This commit adds to the OpenBMC documentation with information about the
API to clear the GARD partition on OpenPOWER systems.

This documentation is placed under ho

Documentation for clear GARD API

This commit adds to the OpenBMC documentation with information about the
API to clear the GARD partition on OpenPOWER systems.

This documentation is placed under host-management.md since the
function manages a record kept by the host.

Resolves openbmc/openbmc#2637

Change-Id: I07c81262b306bdd8b5cf8a06cbb74b0436fc9ba1
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>

show more ...


# 6ba5cff0 04-Dec-2017 Gunnar Mills <gmills@us.ibm.com>

Rework of host-management.md

Reworked the host-management.md document. Updated example
calls from the old /org/openbmc, to /xyz/openbmc_project.
Changed //bmc/ to //${bmc}/. Updated Event logs, Host

Rework of host-management.md

Reworked the host-management.md document. Updated example
calls from the old /org/openbmc, to /xyz/openbmc_project.
Changed //bmc/ to //${bmc}/. Updated Event logs, Host State,
Boot Options, Sensors, and Inventory sections to be correct.

Change-Id: Ia914b13f5217c19b37d1377092e68c66ac9b74c7
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 3ff08c78 05-Jul-2017 Gunnar Mills <gmills@us.ibm.com>

Use correct "D-Bus" spelling in host-management.md

Change "dbus" to the correct spelling "D-Bus".

Change-Id: If6f069dec0c4d8bebe35388918e171b0b897b1e9
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>


# 4cd993e2 20-Jun-2016 Joel Stanley <joel@jms.id.au>

host-management: Add section on power control

Signed-off-by: Joel Stanley <joel@jms.id.au>


# 98100205 04-May-2016 Jeremy Kerr <jk@ozlabs.org>

Add host management doc

From content in the user manual.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>