معرفی شرکت ها


python-module-amt-0.7.0-alt0.M80P.1.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tools for interacting with Intel's Active Management Technology
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic noarch
نام بسته python-module-amt
نام فایل بسته python-module-amt-0.7.0-alt0.M80P.1.noarch.rpm
نسخه بسته 0.7.0
انتشار بسته alt0.M80P.1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 30 May 2017 12
هاست سازنده snejok-p8.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://pypi.python.org/pypi/amt/
مجوز Apache
حجم دانلود 16K
حجم نصب 57.649K
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.


نیازمندی

مقدار نام
- /usr/bin/python
- /usr/lib/python2.7/site-packages
- python-modules
- python2.7(appdirs)
- python2.7(requests)
- python2.7(six)
- python2.7(xml)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
- python2.7(amt)
- python2.7(amt.client)
- python2.7(amt.hostdb)
- python2.7(amt.wsman)
= 0.7.0-alt0.M80P.1 python-module-amt


نحوه نصب


نصب پکیج rpm python-module-amt:

    sudo apt-get install python-module-amt-0.7.0-alt0.M80P.1.noarch.rpm


فایل ها

مسیرها
/usr/bin/amtctrl
/usr/lib/python2.7/site-packages/amt
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/pbr.json
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/amt-0.7.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/amt/__init__.py
/usr/lib/python2.7/site-packages/amt/__init__.pyc
/usr/lib/python2.7/site-packages/amt/__init__.pyo
/usr/lib/python2.7/site-packages/amt/client.py
/usr/lib/python2.7/site-packages/amt/client.pyc
/usr/lib/python2.7/site-packages/amt/client.pyo
/usr/lib/python2.7/site-packages/amt/hostdb.py
/usr/lib/python2.7/site-packages/amt/hostdb.pyc
/usr/lib/python2.7/site-packages/amt/hostdb.pyo
/usr/lib/python2.7/site-packages/amt/wsman.py
/usr/lib/python2.7/site-packages/amt/wsman.pyc
/usr/lib/python2.7/site-packages/amt/wsman.pyo


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2017-05-29

Backport to P8

2017-05-23

Initial build for ALT