File tree 3 files changed +44
-0
lines changed
3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments