Tools for interacting with Intel's AMT
Project description
Tools for interacting with Intel’s Active Management Technology
Free software: Apache 2
Background
AMT is a light weight hardware control interface put into some Intel based laptops and desktops as a tool for corporate fleets to manage hardware. It provides the basics of power control, as well as remote console via VNC. It functions by having a dedicated service processor sniff traffic off the network card on specific ports before it gets to the operating system. Some versions of Intel NUC boxes have AMT, which make them ideal candidates for building a reasonable cluster in your basement.
There was once a tool called amttool which let you interact with these systems from Linux. This used the SOAP interface to AMT. That was removed in v9 of the firmware, which means it no longer works with modern AMT in the field.
The interface that remains is CIM, a standard from the DMTF that builds XML models for all the things. There exist very few examples for how to make this work on the internet, with one exception: the OpenStack Baremetal (Ironic) service. It has native support for AMT hardware control.
This project is derivative work from Ironic. The heavy lifting of understanding all the CIM magic incantations, and oh the magic they are, comes from that code. Refactored for a more minimal usage.
Features
TODO
History
0.1.0 (2015-01-11)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file amt-0.1.0.tar.gz
.
File metadata
- Download URL: amt-0.1.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b7b0d86b1d5732f34d92dec0378c9a58b2178df9779e7d5f480847a7df4ec1a |
|
MD5 | 517b3d63e02d9aaa609e5f12bf2a208d |
|
BLAKE2b-256 | 8f815bb9447c8e6c469384979b4a64f31e4fae5956d7e13eda667db4f98f0e60 |