Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
19
content/blog/commands/ipmi.md
Normal file
19
content/blog/commands/ipmi.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "ipmitool"
|
||||
linkTitle: "ipmitool"
|
||||
date: 2018-03-05
|
||||
description: >
|
||||
ipmitool
|
||||
---
|
||||
|
||||
- launch ipmi shell : `ipmitool -H XX.XX.XX.XX -C3 -I lanplus -U <ipmi_user> shell`
|
||||
- launch ipmi remote text console : `ipmitool -H XX.XX.XX.XX -C3 -I lanplus -U <ipmi_user> sol activate`
|
||||
- Show local ipmi lan configuration : `ipmitool lan print`
|
||||
- Update local ipmi lan configuration :
|
||||
{{< highlight sh >}}
|
||||
ipmitool lan set 1 ipsrc static
|
||||
ipmitool lan set 1 ipaddr 10.31.149.39
|
||||
ipmitool lan set 1 netmask 255.255.255.0
|
||||
mc reset cold
|
||||
{{< /highlight >}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue