1ITSOL(8) System Manager's Manual ITSOL(8)
2
3
4
6 ipmiutil_tsol - Tyan IPMIv1.5 Serial-Over-LAN Console application
7
8
10 ipmiutil tsol [recvip] [port=NUM] [ro|rw] [rows=NUM] [cols=NUM] [alt‐
11 term]
12
13
15 This command allows Serial-over-LAN sessions to be established with
16 Tyan IPMIv1.5 SMDC such as the M3289 or M3290. The default command run
17 with no arguments will establish default SOL session back to local IP
18 address. Optional arguments may be supplied in any order.
19
20
22 <recv ipaddr>
23 Send receiver IP address to SMDC which it will use to send
24 serial traffic to. By default this detects the local IP
25 address and establishes two-way session. Format of ipaddr is
26 XX.XX.XX.XX
27
28
29 port Configure UDP port to receive serial traffic on. By default
30 this is 6230.
31
32
33 ro|rw Confiure SOL session as read-only or read-write. Sessions
34 are read-write by default.
35
36
37 rows Set terminal rows [default: rows=24]
38
39
40 cols Set terminal columns [default: cols=80]
41
42
43 altterm
44 Alternate terminal setup [default is off]
45
46
47
49 ipmiutil tsol 192.168.1.1
50 Starts a Tyan SOL console session to the IP address.
51
53 ipmiutil(8) ialarms(8) iconfig(8) icmd(8) idiscover(8) ievents(8)
54 ifru(8) igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8)
55 iserial(8) iwdt(8)
56
57
59 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
60 and any bug fix list.
61
62
64 Copyright (C) 2012 Kontron America, Inc.
65
66 See the file COPYING in the distribution for more details regarding
67 redistribution.
68
69 This utility is distributed in the hope that it will be useful, but
70 WITHOUT ANY WARRANTY.
71
72
74 Andy Cress <arcress at users.sourceforge.net>
75
76
77
78
79 Version 1.0: 03 Feb 2012 ITSOL(8)