aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/ipmi.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-11 19:47:26 +0100
committerJulien Dessaux2021-03-11 19:47:26 +0100
commit1a4981a826bb94c478c6f49721396ec03e02649c (patch)
treecbd779f6f8e36a28f4d6bd2788c21ce10d9ef122 /content/blog/commands/ipmi.md
parentSeveral fixes (diff)
downloadwww-1a4981a826bb94c478c6f49721396ec03e02649c.tar.gz
www-1a4981a826bb94c478c6f49721396ec03e02649c.tar.bz2
www-1a4981a826bb94c478c6f49721396ec03e02649c.zip
First big articles reformatting now that I properly understand hugo
Diffstat (limited to 'content/blog/commands/ipmi.md')
-rw-r--r--content/blog/commands/ipmi.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/commands/ipmi.md b/content/blog/commands/ipmi.md
index 93ca26d..2db75ee 100644
--- a/content/blog/commands/ipmi.md
+++ b/content/blog/commands/ipmi.md
@@ -1,11 +1,12 @@
---
title: "ipmitool"
-linkTitle: "ipmitool"
date: 2018-03-05
-description: >
- ipmitool
+description: some ipmitool command examples
+tags:
+ - simple utilities
---
+## Usage examples
- 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`
@@ -16,4 +17,3 @@ ipmitool lan set 1 ipaddr 10.31.149.39
ipmitool lan set 1 netmask 255.255.255.0
mc reset cold
{{< /highlight >}}
-