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

SPECIAL COMMANDS

54       Special  commands  can  optionally  be specified for reset, powerup and
55       powercycle.  They change the default boot behavior of the machine.
56
57       bios   Asks for the BIOS boot messages being redirected to serial-over-
58              lan.
59
60       pxe    Network boot via PXE.
61
62       hd     Boot from local disk.
63
64       hdsafe Boot from local disk (safe mode).
65
66       cd     Boot from CD/DVD.
67
68       diag   Boot in diagnostics mode.
69

ENVIRONMENT

71       AMT_PASSWORD
72              AMT password.
73
74       AMT_DEBUG
75              Enable debug output.
76

SEE ALSO

78       amtterm(1), gamt(1), amt-howto(7)
79

AUTHOR

81       (c) 2007 Gerd Hoffmann <kraxel@redhat.com>
82
83
84
85                           (c) 2007,08 Gerd Hoffmann                amttool(1)
Impressum