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