]> git.zerfleddert.de Git - amt/blob - amttool.man
fix order of OEMparameters to enable BIOS SOL on newer AMT generations
[amt] / amttool.man
1 .TH amttool 1 "(c) 2007 Gerd Hoffmann"
2 .SH NAME
3 amttool - remotely control Intel AMT managed machines.
4 .SH SYNOPSIS
5 .B amttool host [ command ]
6 .SH DESCRIPTION
7 .B amttool
8 is a perl script which speaks SOAP to Intel AMT managed machines.
9 It can query informations about the machine in question and also
10 send some commands for basic remote control.
11 .P
12 .B host
13 is the hostname or IP address of the machine amttool should
14 control.
15 .B command
16 is an optional command.
17 .P
18 You must set fill AMT_PASSWORD environment variable with the AMT
19 password.
20 .P
21 For more inforamtions on Intel AMT check amt-howto(7).
22 .SH COMMANDS
23 .TP
24 .B info
25 gather information (default).
26 .TP
27 .B reset
28 reset machine.
29 .TP
30 .B powerup
31 turn on machine.
32 .TP
33 .B powerdown
34 turn off machine.
35 .TP
36 .B powercycle
37 powercycle machine.
38 .TP
39 .B netinfo
40 print network configuration (requires AMT 2.5+).
41 .TP
42 .B netconf if link [ ip mask gw [ dns1 [ dns2 ]]]
43 configure network interface (requires AMT 2.5+).
44 .B if
45 is the interface handle,
46 .B link
47 the link policy. If in doubt just feed in what the netinfo command
48 prints.
49 .B ip
50 is the IPv4 address,
51 .B mask
52 the netmask,
53 .B gw
54 the default gateway,
55 .B dns1
56 and
57 .B dns2
58 are the DNS Servers. If no IP configuration is specified the tool
59 tries to configure the machine in shared mac address mode with dhcp,
60 otherwise in separate mac address mode with static IP address.
61 Default for dns1 is the gateway address, for dns2 it is 0.0.0.0.
62 .SH ENVIRONMENT
63 .TP
64 .B AMT_PASSWORD
65 AMT password.
66 .TP
67 .B AMT_DEBUG
68 Enable debug output.
69 .SH SEE ALSO
70 amtterm(1), gamt(1), amt-howto(7)
71 .SH AUTHOR
72 (c) 2007 Gerd Hoffmann <kraxel@redhat.com>
Impressum, Datenschutz