File: startsol

package info (click to toggle)
ipmiutil 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,992 kB
  • sloc: ansic: 73,406; sh: 15,281; cpp: 2,245; makefile: 520
file content (16 lines) | stat: -rw-r--r-- 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