Skip to content

Commit d9efa48

Browse files
Managorkbdharun
andauthored
ipmitool: add page (#16012)
Co-authored-by: K.B.Dharun Krishna <[email protected]>
1 parent 8f50573 commit d9efa48

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

pages/common/ipmitool.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ipmitool
2+
3+
> Interface with the Intelligent Platform Management Interface (IPMI).
4+
> More information: <https://manned.org/ipmitool>.
5+
6+
- Open IPMI shell on the local hardware :
7+
8+
`sudo ipmitool shell`
9+
10+
- Open IPMI shell on a remote host:
11+
12+
`ipmitool -H {{ip_address}} -U {{user_name}} shell`

pages/freebsd/ipmitool.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ipmitool
2+
3+
> Interface with the Intelligent Platform Management Interface (IPMI).
4+
> More information: <https://man.freebsd.org/cgi/man.cgi?query=ipmitool>.
5+
6+
- Load the IPMI kernel module for local connections:
7+
8+
`kldload ipmi.ko`
9+
10+
- Open IPMI shell on the local hardware :
11+
12+
`ipmitool shell`
13+
14+
- Open IPMI shell on a remote host:
15+
16+
`ipmitool -H {{ip_address}} -U {{user_name}} shell`

pages/linux/ipmitool.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ipmitool
2+
3+
> Interface with the Intelligent Platform Management Interface (IPMI).
4+
> More information: <https://manned.org/ipmitool>.
5+
6+
- Start the IPMI driver for local connections:
7+
8+
`systemctl start ipmidrv`
9+
10+
- Open IPMI shell on the local hardware :
11+
12+
`sudo ipmitool shell`
13+
14+
- Open IPMI shell on a remote host:
15+
16+
`ipmitool -H {{ip_address}} -U {{user_name}} shell`

0 commit comments

Comments
 (0)