From 0c39753f65e8b93f675f4cef2a9d343b210cf5e9 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 17 Feb 2014 16:13:49 +0100 Subject: [PATCH] Update --amt documentation --- README.md | 15 ++++++++------- novaboot | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d56061a..5385e91 100644 --- a/README.md +++ b/README.md @@ -260,11 +260,12 @@ user/instance. - \--amt=_"\[user\[:password\]@\]host\[:port\]_ - Use Intel AMT to connect to target. Using SOL redirection and WS management - to powercycle it. The IP address or FQDN of the PC is given by _host_ - parameter. If _password_ is not specified, environment variable - AMT\_PASSWORD is used. _port_ is defining port number for SOL, - if not specified, default is 16992. Default _user_ is admin. + Use Intel AMT technology to control the target machine. WS management + is used to powercycle it and Serial-Over-Lan (SOL) for input/output. + The hostname or (IP address) is given by the _host_ parameter. If + _password_ is not specified, environment variable AMT\_PASSWORD is + used. The _port_ specifies a TCP port for SOL. If not specified, the + default is 16992. Default _user_ is admin. - \--iprelay=_addr\[:port\]_ @@ -352,8 +353,8 @@ to a particular location, e.g. to a TFTP boot server or to the - \--on, --off - Switch on/off the target machine. Currently works only with - __\--iprelay__. + Switch on/off the target machine. Currently it works only with + __\--iprelay__ or __\--amt__. - \-Q, --qemu\[=_qemu-binary_\] diff --git a/novaboot b/novaboot index 98562e4..a9ccdcb 100755 --- a/novaboot +++ b/novaboot @@ -1233,11 +1233,12 @@ user/instance. =item --amt=I<"[user[:password]@]host[:port]> -Use Intel AMT to connect to target. Using SOL redirection and WS management -to powercycle it. The IP address or FQDN of the PC is given by I -parameter. If I is not specified, environment variable -AMT_PASSWORD is used. I is defining port number for SOL, -if not specified, default is 16992. Default I is admin. +Use Intel AMT technology to control the target machine. WS management +is used to powercycle it and Serial-Over-Lan (SOL) for input/output. +The hostname or (IP address) is given by the I parameter. If +I is not specified, environment variable AMT_PASSWORD is +used. The I specifies a TCP port for SOL. If not specified, the +default is 16992. Default I is admin. =item --iprelay=I @@ -1332,8 +1333,8 @@ copying files as a result of I<--server> option. =item --on, --off -Switch on/off the target machine. Currently works only with -B<--iprelay>. +Switch on/off the target machine. Currently it works only with +B<--iprelay> or B<--amt>. =item -Q, --qemu[=I] -- 2.39.2