amttool(1) | General Commands Manual | amttool(1) |
amttool - remotely control Intel AMT managed machines.
amttool host [ command ] [ arg(s) ]
amttool is a perl script which speaks SOAP to Intel AMT managed machines. It can query informations about the machine in question and also send some commands for basic remote control.
host is the hostname or IP address of the machine amttool should control. command is an optional command.
You must set fill AMT_PASSWORD environment variable with the AMT password.
For more inforamtions on Intel AMT check amt-howto(7).
Note: Starting with AMT 9.0 Intel has removed support for the old SOAP protocol which is used by amttool. Only WS Management (added in AMT 3.0) is supported by recent machines. You can use wsmancli (see http://openwsman.sf.net, your distro should have packages ready) instead.
Special commands can optionally be specified for reset, powerup and powercycle. They change the default boot behavior of the machine.
amtterm(1), gamt(1), amt-howto(7)
(c) 2007 Gerd Hoffmann <kraxel@redhat.com>
(c) 2007,08 Gerd Hoffmann |