Difference between revisions of "AMT"

From Blue-IT.org Wiki

Line 33: Line 33:
 
* GER: http://www.intel.de/content/www/de/de/architecture-and-technology/intel-active-management-technology.html
 
* GER: http://www.intel.de/content/www/de/de/architecture-and-technology/intel-active-management-technology.html
  
== Terminal redirection under Linux ==
+
== Linux tools ==
 +
sudo apt-get install amtterm amttools gamt
 +
 
 +
* http://manpages.ubuntu.com/manpages/trusty/man7/amt-howto.7.html
 +
 
 +
=== amttool ===
 +
#~/$ export AMT_PASSWORD="?Pass123"
 +
 
 +
#~/$ amttool IP_OF_MACHINE info
 +
 +
### AMT info on machine 'IP_OF_MACHINE' ###
 +
AMT version:  2.6.4
 +
Hostname:    hostname.domainname
 +
Powerstate:  S0
 +
Remote Control Capabilities:
 +
    IanaOemNumber                  157
 +
    OemDefinedCapabilities          IDER SOL BiosSetup
 +
    SpecialCommandsSupported        PXE-boot HD-boot cd-boot
 +
    SystemCapabilitiesSupported    powercycle powerdown powerup reset
 +
    SystemFirmwareCapabilities      20
 +
 
 +
=== amtterm - Serial over LAN ===
 +
 
 +
Terminal redirection under Linux

Revision as of 20:24, 22 June 2014

Intel AMT is a technilogy for remotely configure your computer.

Before you start

Before you start and get confused through the different versions and possibilities, FIRST OF ALL:

  1. identify the version of your AMT. A good comparison of all features you can read here: http://en.wikipedia.org/wiki/Intel_AMT_versions
  2. if you change the password, use a password with 8 characters and be aware that you use the english keyboard (so for special characters !), which is probably not the one you will use on your webbrowser

Quick start

Go to

And choose: Setup and Configuration of Intel AMT > Setup and Configuration Methods > Setup and Configuration in SMB Mode > Configuring the SMB Mode

  • Full unprovisioning
  • Reboot
  • Enable Small Business provisioning
  • Enable LAN

When you got ACCESS with the webinterface with the user "admin" and your password (remember the english keyboard layout!):

  • add a new STANDARD USER (for security reasons no administrator account!) to your AMT and use this for accessing the system remotely

Troubleshooting

MOST PROBLEMS come from typing in a wrong password using another than the english keyboard!!!

Links

Linux tools

sudo apt-get install amtterm amttools gamt

amttool

#~/$ export AMT_PASSWORD="?Pass123"
#~/$ amttool IP_OF_MACHINE info

### AMT info on machine 'IP_OF_MACHINE' ###
AMT version:  2.6.4
Hostname:     hostname.domainname
Powerstate:   S0
Remote Control Capabilities:
   IanaOemNumber                   157
   OemDefinedCapabilities          IDER SOL BiosSetup 
   SpecialCommandsSupported        PXE-boot HD-boot cd-boot 
   SystemCapabilitiesSupported     powercycle powerdown powerup reset 
   SystemFirmwareCapabilities      20

amtterm - Serial over LAN

Terminal redirection under Linux