<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Intel® Active Management Technology</title>
	<atom:link href="http://www.openamt.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openamt.org</link>
	<description>Open Source Drivers and Tools</description>
	<pubDate>Mon, 02 Jun 2008 18:09:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Python based AMT developer toolkit now available</title>
		<link>http://www.openamt.org/blog/2008/05/21/python-based-amt-developer-toolkit-now-available/</link>
		<comments>http://www.openamt.org/blog/2008/05/21/python-based-amt-developer-toolkit-now-available/#comments</comments>
		<pubDate>Thu, 22 May 2008 03:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DTK]]></category>

		<category><![CDATA[Releases]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.openamt.org/?p=19</guid>
		<description><![CDATA[We are pleased to announce immediate availability of the python based AMT toolkit.
The Linux AMT DTK provides an easy way to build AMT enabled application based on the Intel AMT SDK and provides sample applications that demonstrate how the stack can be used in real life applications. This DTK is not a port of the [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce immediate availability of the python based AMT toolkit.</p>
<p>The Linux AMT DTK provides an easy way to build AMT enabled application based on the <a href="www.intel.com/SOFTWARE/AMT-SDK/">Intel AMT SDK</a> and provides sample applications that demonstrate how the stack can be used in real life applications. This DTK is not a port of the <a href="http://softwarecommunity.intel.com/articles/eng/1034.htm">Intel AMT DTK</a> by Ylian Saint-hilaire (Intel) which is primarily for Windows and based mostly on C#, it is however inspired by the windows AMT DTK and current sample applications have the same name as in the C# windows DTK.<br />
<span id="more-19"></span><br />
Although the C# based DTK by Ylian currently does not run on Linux, it might be ported to Linux at some point (C# is supported on Linux and other OSes using the Mono project) in the future. To avoid confusion we shall call this release “Python DTK” to distinguish it from the C# based DTK ( It will also possible to run this “Python DTK” on windows).</p>
<p>The python based AMT DTK runs natively<strong> </strong>on Linux  using python as the primary programming language and utilizes the Linux libraries provided in the AMT SDK.</p>
<p>Currently the Linux AMT DTK supports the SOAP interface only and uses the WSDL files from the SDK to build SOAP stubs that can communicate with any AMT enabled machine. We are working on the next generation of the python DTK which will use the WS-Management interface and will be based on <a href="http://openwsman.org">openwsman</a>.</p>
<p>The complete stack can be downloaded from subversion on sourceforge. For example, to download the latest DTK, use the following command:</p>
<p>svn co https://openamt.svn.sourceforge.net/svnroot/openamt/dtk/trunk linux_dtk</p>
<p>More details about the python DTK can be found <a href="/amt-developer-toolkit">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2008/05/21/python-based-amt-developer-toolkit-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Linux Rescue Image for IDE Redirection - Part 1</title>
		<link>http://www.openamt.org/blog/2008/05/15/creating-a-linux-rescue-image-for-ide-redirection-part-1/</link>
		<comments>http://www.openamt.org/blog/2008/05/15/creating-a-linux-rescue-image-for-ide-redirection-part-1/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:42:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AMT]]></category>

		<category><![CDATA[IDE Redirection]]></category>

		<category><![CDATA[Serial Over LAN]]></category>

		<category><![CDATA[ider]]></category>

		<category><![CDATA[redirection]]></category>

		<category><![CDATA[rescue]]></category>

		<guid isPermaLink="false">http://www.openamt.org/?p=15</guid>
		<description><![CDATA[IDE-Redirect allows an AMT enabled system to boot from an image, floppy, CD or DVD device which is located in the system running a management application. Usually, images booted remotely would be used to rescue the system from a fatal crash or in case of virus infection (if windows is the main OS installed). While [...]]]></description>
			<content:encoded><![CDATA[<p>IDE-Redirect allows an AMT enabled system to boot from an image, floppy, CD or DVD device which is located in the system running a management application. Usually, images booted remotely would be used to rescue the system from a fatal crash or in case of virus infection (if windows is the main OS installed). While many rescue systems are available for windows, nothing really beats Linux as a rescue tool, for both Windows and Linux systems. Linux has a large number of application designed for system diagnosis and system rescue that both target Linux and Windows.<span id="more-15"></span></p>
<p>This tutorial shows how to create a Linux based image that can be used with IDE redirection features of Intel AMT. The image will be based on a standard Linux distribution and is in fact a live CD image that can also booted on any system. The changes needed to make a standard Linux distributions work as an IDE-R capable image are minimal, however, they require some preparation because IDE-R devices are not yet support in the mainline Linux kernel.</p>
<p>The Linux distribution to be used should not make a difference as most popular distributions have support for creating live images and some level of customization. We have chosen an image based on Debian and Ubuntu because of the powerful utilities available for creating highly customized images. The generated image will be Debian based, and we will use Ubuntu to create it.</p>
<p>The requirements for the image we are going to create are the following, you can customize it as you wish later:</p>
<ul>
<li>Support IDE Redirection in the Kernel</li>
<li>The complete boot process and prompt are text based (for serial over lan)</li>
<li>Support redirecting output to serial console (Serial Over LAN device)</li>
<li>Add Rescue and Diagnosis package (example: partitioning tools, ntfs rescue, &#8230;)</li>
<li>Minimize image size as much as possible</li>
<li>Start VNC server on remote system</li>
<li>Start needed network services to allow remote login (SSH, Samba)</li>
</ul>
<h3>Getting Started</h3>
<p>First, we need to install latest <a href="http://www.ubuntu.com/getubuntu/download">ubuntu</a>. If you have ubuntu already installed then you can use existing installation, however, you will need to change the kernel that comes with ubuntu and compile a new one that supports IDE Redirection.</p>
<p>You can install ubuntu anywhere, the development system does not need to be AMT enabled. If you decide to install ubuntu on a system with AMT then you will be able to test IDE redirection before you build the image. Might be useful.</p>
<h4>Installing required packages</h4>
<p>After installing Ubuntu and bringing the system up to date with the online update install the following packages needed to create the live image:</p>
<ul>
<li>live-helper</li>
<li>apt-cacher</li>
</ul>
<p>The packages can be installed on the command line using:</p>
<pre># apt-get install live-helper apt-cacher</pre>
<p>Live-helper is a utility to build CD, DVD, netboot and USB-stick live images of Debian, a GNU/Linux operating system. It boasts support for multiple architectures, auto-building images, amongst many other features.</p>
<p>Live-helper is extremely flexible, allowing interested parties to create their own system completely specific to their needs, including support for custom package lists, kernel parameters, encryption, additional commands to configure the live system etc.</p>
<p>For more information about live-helper, see the<a href="http://wiki.debian.org/DebianLive"> live-helper wiki</a>.</p>
<p>You will be building the image more than once fixing problems and resolving issues. To speed things up it is recommended to cache packages downloaded from the internet on the local system. This way you can save time and bandwidth by reusing cached deb package files instead of repeatedly downloading them. A complete guide about caching packages can be found <a href="http://wiki.debian.org/DebianLive/Howto/Cache_Packages">here</a>. Do not run any of the lh_* command as described in the documentation yet.</p>
<p>To configure the image you would normally need to run</p>
<pre>lh_config</pre>
<p>with various options. Because of the many customization needed, we prepared the configuration files needed so you can start building the image immediately. This part of the tutorial will show how to build the image with the needed packages and the startup scripts that would start the required services and configure the serial console to send the text output to the SOL console.</p>
<p>Start by checking out the configuration files from the subversion repository on openamt.org. As root create a directory where the image will be created:</p>
<pre># cd /root

# svn co https://openamt.svn.sourceforge.net/svnroot/openamt/amt-rescue-cd

# cd amt-rescue-cd</pre>
<p>Now it is time to build the modified kernel package. This is the most important step and you should follow the guide carefully to build a kernel that can boot the image and load the file system from the remote CD.</p>
<p>There are many guides on the net showing how to build a custom kernel for Ubuntu. We will be following the guide from the official Ubuntu documentation which is the most recent and covers the latest Ubuntu distribution:<a href="https://help.ubuntu.com/community/Kernel/Compile"> https://help.ubuntu.com/community/Kernel/Compile</a>.</p>
<p>Read the documentation carefully and start by installing the required packages:</p>
<pre># mkdir -p kernel# cd kernel

# sudo apt-get install linux-kernel-devel fakeroot build-essential

# sudo apt-get build-dep linux-image-$(uname -r)

# apt-get source linux-image-$(uname -r)

# sudo apt-get build-dep linux-ubuntu-modules-$(uname -r)

# apt-get source linux-ubuntu-modules-$(uname -r)</pre>
<p>Now that we have the sources, we will apply a patch to add IDER support and build a kernel package:</p>
<pre># cd linux-2.6.24# patch -p1 &lt; ../../patches/linux-2.6.25.rc8-ider.patch

# CONCURRENCY_LEVEL=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic</pre>
<p>Let the kernel build, this will take a while. Now build the ubuntu kernel module package:</p>
<pre># cd linux-ubuntu-modules-2.6.24-2.6.24
# AUTOBUILD=1 fakeroot debian/rules binary-debs flavours="generic"</pre>
<p>When all is done, you will have all built packages in the kernel directory. Copy the following two packages (version numbers may vary)</p>
<ul>
<li>linux-image-2.6.24-16-generic_2.6.24-16.30_i386.deb</li>
<li>linux-ubuntu-modules-2.6.24-16-generic_2.6.24-16.23_i386.deb</li>
</ul>
<p>to <em>config/chroot_local-packages</em>.</p>
<p>Thats it, you are ready to build the image now.</p>
<p>Now assuming the apt-cacher daemon is already running you can start building the image using the default settings by running the live-helper command:</p>
<pre># lh_build</pre>
<p>The first time you run this it will take a while. Packages will be downloaded from the internet and cached in a local directory. At the end of the process a binary ISO image will be created that can be used with an management console application that supports IDE redirection.</p>
<p>You can use the AMT DTK (Intel(r) AMT Commander) to connect to an AMT system and boot into the created image. The following two screen shots show the bootloader screen and the final screen when the image has finished loading.</p>
<p style="text-align: center;"><a href="http://www.openamt.org/wp-content/uploads/ider_boot.png" class="lightview" rel="gallery[15]"><img class="aligncenter size-medium wp-image-16" style="vertical-align: middle;" title="Bootloader Screen" src="http://www.openamt.org/wp-content/uploads/ider_boot-300x228.png" alt="" width="300" height="228" /></a></p>
<p style="text-align: center;"><a href="http://www.openamt.org/wp-content/uploads/ider_screen.png" class="lightview" rel="gallery[15]"><img class="aligncenter size-medium wp-image-17" title="Final Screen" src="http://www.openamt.org/wp-content/uploads/ider_screen-300x228.png" alt="" width="300" height="228" /></a></p>
<p>Next part of the tutorial will show how to customize the image for your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2008/05/15/creating-a-linux-rescue-image-for-ide-redirection-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MEI Driver and Kernel &gt; 2.6.23</title>
		<link>http://www.openamt.org/blog/2008/04/21/mei-driver-and-kernel-2623/</link>
		<comments>http://www.openamt.org/blog/2008/04/21/mei-driver-and-kernel-2623/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 18:43:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Drivers]]></category>

		<category><![CDATA[heci]]></category>

		<category><![CDATA[legacy]]></category>

		<category><![CDATA[mei]]></category>

		<category><![CDATA[subversion]]></category>

		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://www.openamt.org/?p=9</guid>
		<description><![CDATA[If you are trying to compile the released MEI driver (HECI) driver on new kernels, most likely compilation will fail due to incompatibility in the Makefile.
For the latest release of the driver that work on most recent kernels and that come with support for udev and additional bug fixes try the development version in the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to compile the released MEI driver (HECI) driver on new kernels, most likely compilation will fail due to incompatibility in the Makefile.</p>
<p>For the latest release of the driver that work on most recent kernels and that come with support for udev and additional bug fixes try the development version in the <a title="Subversion Repository" href="http://sourceforge.net/svn/?group_id=193428">subversion</a> repository.</p>
<p>The latest version of the driver does not support AMT 1.0 mode (also known as legacy mode). If your application uses AMT 1.0 mode, you will have to stick with the old version for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2008/04/21/mei-driver-and-kernel-2623/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Release of Intel AMT Open Source Drivers and Tools</title>
		<link>http://www.openamt.org/blog/2008/02/11/new-release-of-intel-amt-open-source-drivers-and-tools/</link>
		<comments>http://www.openamt.org/blog/2008/02/11/new-release-of-intel-amt-open-source-drivers-and-tools/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 18:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://wordpress.openamt.org/?p=5</guid>
		<description><![CDATA[We have updated all tools and drivers to 3.2.0.24 which is a bug fix release. Files can be downloaded from Sourceforge.
]]></description>
			<content:encoded><![CDATA[<p>We have updated all tools and drivers to 3.2.0.24 which is a bug fix release. Files can be downloaded from <a class="ext-link" href="http://sourceforge.net/project/showfiles.php?group_id=193428"><span class="icon">Sourceforge</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2008/02/11/new-release-of-intel-amt-open-source-drivers-and-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MEI Driver submitted to Linux Kernel</title>
		<link>http://www.openamt.org/blog/2007/10/24/mei-driver-submitted-to-linux-kernel/</link>
		<comments>http://www.openamt.org/blog/2007/10/24/mei-driver-submitted-to-linux-kernel/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 19:41:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Drivers]]></category>

		<category><![CDATA[heci]]></category>

		<category><![CDATA[mei]]></category>

		<guid isPermaLink="false">http://wordpress.openamt.org/?p=6</guid>
		<description><![CDATA[
The MEI driver (aka HECI) has been submitted to the linux kernel as a candidate for inclusion in one of the upcoming stable releases. We got some feedback from the kernel community and we are working on resolving these issues which has been described as trivial.
More details about the patch and the discussion thread can [...]]]></description>
			<content:encoded><![CDATA[<div class="content">
<p>The MEI driver (aka HECI) has been submitted to the linux kernel as a candidate for inclusion in one of the upcoming stable releases. We got some feedback from the kernel community and we are working on resolving these issues which has been described as trivial.</p>
<p>More details about the patch and the discussion thread can be found <a class="ext" href="http://kerneltrap.org/Linux/Manageability_Engine_Interface">here.</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2007/10/24/mei-driver-submitted-to-linux-kernel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Official Release of local host Intel® AMT tools and drivers is now Available</title>
		<link>http://www.openamt.org/blog/2007/08/24/official-release-of-local-host-intel%c2%ae-amt-tools-and-drivers-is-now-available/</link>
		<comments>http://www.openamt.org/blog/2007/08/24/official-release-of-local-host-intel%c2%ae-amt-tools-and-drivers-is-now-available/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 19:42:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Drivers]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.openamt.org/?p=7</guid>
		<description><![CDATA[We are pleased to announce the immediate availability of the final release (3.1.0.31) of local host Intel® AMT tools and drivers for Linux and open-source in general. The final release can be download from sourceforge.
]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the immediate availability of the final release (3.1.0.31) of local host Intel® AMT tools and drivers for Linux and open-source in general. The final release can be download from <a class="ext-link ext" href="http://sourceforge.net/project/showfiles.php?group_id=193428">sourceforge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2007/08/24/official-release-of-local-host-intel%c2%ae-amt-tools-and-drivers-is-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beta Release of local host Intel® AMT tools is now Available</title>
		<link>http://www.openamt.org/blog/2007/07/24/beta-release-of-local-host-intel%c2%ae-amt-tools-is-now-available/</link>
		<comments>http://www.openamt.org/blog/2007/07/24/beta-release-of-local-host-intel%c2%ae-amt-tools-is-now-available/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 19:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.openamt.org/?p=8</guid>
		<description><![CDATA[We are pleased to announce the immediate availability of 3 additional local host tools to expand Intel® AMT support on Linux and open-source in general:

User Notification Service
AMT MEStatus
ZTC Local Agent

]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the immediate availability of 3 additional local host tools to expand Intel® <acronym title="Active Management Technology">AMT</acronym> support on Linux and open-source in general:</p>
<ul>
<li><a class="wiki" href="/trac/wiki/UserNotificationService">User Notification Service</a></li>
<li><a class="wiki" href="/trac/wiki/MEStatus">AMT MEStatus</a></li>
<li><a class="wiki" href="/trac/wiki/ZTCLocalAgent">ZTC Local Agent</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.openamt.org/blog/2007/07/24/beta-release-of-local-host-intel%c2%ae-amt-tools-is-now-available/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
