summaryrefslogtreecommitdiffstats
path: root/amtterm.man
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-04-28 13:30:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-04-28 13:30:15 +0200
commit8617629bbd9e084dc70d7d418bc6928293d1b44f (patch)
tree29205aab117d34abd888d084cf410149c6d72e7d /amtterm.man
parente216f40dce79228a66bb5b176e7b020ce1b808d5 (diff)
downloadamtterm-8617629bbd9e084dc70d7d418bc6928293d1b44f.tar.gz
add note for newer machines to amtterm manpage
Suggested-by: Marc MERLIN <marc@merlins.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'amtterm.man')
-rw-r--r--amtterm.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/amtterm.man b/amtterm.man
index 69a1abe..77556c4 100644
--- a/amtterm.man
+++ b/amtterm.man
@@ -37,6 +37,11 @@ will prompt on the terminal if unspecified.
.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