From 8617629bbd9e084dc70d7d418bc6928293d1b44f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 28 Apr 2020 13:30:11 +0200 Subject: add note for newer machines to amtterm manpage Suggested-by: Marc MERLIN Signed-off-by: Gerd Hoffmann --- amtterm.man | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit