From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/commands/ipmi.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/commands/ipmi.md') 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 shell` - launch ipmi remote text console : `ipmitool -H XX.XX.XX.XX -C3 -I lanplus -U 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 >}} - -- cgit v1.2.3