File: startsol

package info (click to toggle)
ipmiutil 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,436 kB
  • ctags: 11,679
  • sloc: ansic: 71,653; sh: 14,503; cpp: 2,242; makefile: 502
file content (16 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# start a serial-over-lan session
# BMC port 0x26f (=623).
#
if [ $# -gt 0 ]
then
   host=$1
else 
   host=telco64
fi
echo "Starting Serial-Over-LAN session to $host ..."

# Use isolconsole application for IPMI LAN 2.0 SOL
# If IPMI 1.5, use dpccli.

ipmiutil sol -a -N $host