amttool(1) - Linux man page
Name
amttool - remotely control Intel AMT managed machines.Synopsis
amttool host [ command ]Description
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).
Commands
- info
- gather information (default).
- reset
- reset machine.
- powerup
- turn on machine.
- powerdown
- turn off machine.
- powercycle
- powercycle machine.
- netinfo
- print network configuration (requires AMT 2.5+).
- netconf if link [ ip mask gw [ dns1 [ dns2 ]]]
- configure network interface (requires AMT 2.5+). if is the interface handle, link the link policy. If in doubt just feed in what the netinfo command prints. ip is the IPv4 address, mask the netmask, gw the default gateway, dns1 and dns2 are the DNS Servers. If no IP configuration is specified the tool tries to configure the machine in shared mac address mode with dhcp, otherwise in separate mac address mode with static IP address. Default for dns1 is the gateway address, for dns2 it is 0.0.0.0.
Environment
- AMT_PASSWORD
- AMT password.
- AMT_DEBUG
- Enable debug output.
