Update ipmi.md

This commit is contained in:
Maxim Devaev 2020-10-04 04:38:52 +03:00 committed by GitHub
parent 0b50b708c2
commit 213b3fc803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ If there is a file in your system after the update `/etc/kvmd/nginx/kvmd.ctx-ser
To access the Redfish API, use HTTP Basic Auth. Also you can use the [redfishtool](https://github.com/DMTF/Redfishtool): To access the Redfish API, use HTTP Basic Auth. Also you can use the [redfishtool](https://github.com/DMTF/Redfishtool):
``` ```
$ redfishtool -S Never -r pikvm2 root $ redfishtool -S Never -r pikvm root
$ redfishtool -S Never -u admin -p admin -r pikvm Systems $ redfishtool -S Never -u admin -p admin -r pikvm Systems
$ redfishtool -S Never -u admin -p admin -r pikvm Systems reset ForceOff $ redfishtool -S Never -u admin -p admin -r pikvm Systems reset ForceOff
``` ```