-
Notifications
You must be signed in to change notification settings - Fork 3
/
amtterm.man
48 lines (48 loc) · 1.12 KB
/
amtterm.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH amtterm 1 "(c) 2007 Gerd Hoffmann"
.SH NAME
amtterm - Intel AMT serial-over-lan (sol) client.
.SH SYNOPSIS
.B amtterm [ options ] host [ port ]
.SH DESCRIPTION
.B amtterm
provides access to the serial-over-lan port of Intel AMT managed
machines.
.B host
is the hostname or IP address of the machine amtterm should connect
to.
.B port
is the tcp port to use and defaults to 16994 (standard AMT redirection
port) if unspecified.
.P
For more information on Intel AMT check amt-howto(7).
.SH OPTIONS
.TP
.B -h
Display help text.
.TP
.B -v
Be verbose (default).
.TP
.B -q
Be quiet.
.TP
.B -u <user>
Specify username, defaults to "admin".
.TP
.B -p <pass>
Specify password.
.B amtterm
will prompt on the terminal if unspecified.
.SH ENVIRONMENT
.TP
.B AMT_PASSWORD
Default value for the password.
.SH NOTE
Newer AMT machines have the SoL port disabled by default, it can be
enabled remotely using:
"wsman put http://intel.com/wbem/wscim/1/amt-schema/1/AMT_RedirectionService
-h ${AMT_HOST} -P 16992 -u admin -p ${AMT_PASSWORD} -k ListenerEnabled=true"
.SH SEE ALSO
gamt(1), amttool(1), amt-howto(7)
.SH AUTHOR
(c) 2007 Gerd Hoffmann <[email protected]>