1amttool(1)                  General Commands Manual                 amttool(1)
2
3
4

NAME

6       amttool - remotely control Intel AMT managed machines.
7

SYNOPSIS

9       amttool host [ command ]
10

DESCRIPTION

12       amttool  is  a  perl  script  which  speaks  SOAP  to Intel AMT managed
13       machines.  It can query informations about the machine in question  and
14       also send some commands for basic remote control.
15
16       host  is  the hostname or IP address of the machine amttool should con‐
17       trol.  command is an optional command.
18
19       You must set fill AMT_PASSWORD environment variable with the AMT  pass‐
20       word.
21
22       For more inforamtions on Intel AMT check amt-howto(7).
23

COMMANDS

25       info   gather information (default).
26
27       reset  reset machine.
28
29       powerup
30              turn on machine.
31
32       powerdown
33              turn off machine.
34
35       powercycle
36              powercycle machine.
37
38       netinfo
39              print network configuration (requires AMT 2.5+).
40
41       netconf if link [ ip mask gw [ dns1 [ dns2 ]]]
42              configure  network  interface  (requires  AMT  2.5+).  if is the
43              interface handle, link the link policy.  If in doubt  just  feed
44              in  what  the  netinfo  command prints.  ip is the IPv4 address,
45              mask the netmask, gw the default gateway, dns1 and dns2 are  the
46              DNS Servers.  If no IP configuration is specified the tool tries
47              to configure the machine in shared mac address mode  with  dhcp,
48              otherwise  in  separate mac address mode with static IP address.
49              Default for dns1 is the gateway address, for dns2 it is 0.0.0.0.
50

ENVIRONMENT

52       AMT_PASSWORD
53              AMT password.
54
55       AMT_DEBUG
56              Enable debug output.
57

SEE ALSO

59       amtterm(1), gamt(1), amt-howto(7)
60

AUTHOR

62       (c) 2007 Gerd Hoffmann <kraxel@redhat.com>
63
64
65
66                            (c) 2007 Gerd Hoffmann                  amttool(1)
Impressum