<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hosting Al Descubierto &#187; control remoto</title>
	<atom:link href="http://hostingaldescubierto.com/wordpress/tag/control-remoto/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingaldescubierto.com/wordpress</link>
	<description>Ayuda plesk  hosting, servidores dedicados y virtuales. ¿ problemas con spam, migraciones, installar aplicaciones ? podemos ayudarte</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ejemplo de configuracion de ipmi</title>
		<link>http://hostingaldescubierto.com/wordpress/2008/11/26/ejemplo-de-configuracion-de-ipmi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejemplo-de-configuracion-de-ipmi</link>
		<comments>http://hostingaldescubierto.com/wordpress/2008/11/26/ejemplo-de-configuracion-de-ipmi/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artículos]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[servidores]]></category>
		<category><![CDATA[control remoto]]></category>
		<category><![CDATA[drac]]></category>
		<category><![CDATA[ipmi]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2008/11/26/ejemplo-de-configuracion-de-ipmi/</guid>
		<description><![CDATA[Algunos servidores ofrecen la posibilidad de usar IPMI 1.0 o 2.0 para manejar algunas características o información del hardware. Aquí dejo una chuleta corta para ver la información de los interfaces y configurar uno de ellos copiando y pegando. Inforamcion del channel 1 ( interface ) ipmitool&#62; channel info 1 Channel 0x1 info: Channel Medium [...]]]></description>
			<content:encoded><![CDATA[<p>Algunos servidores ofrecen la posibilidad de usar IPMI 1.0 o 2.0 para manejar algunas características o información del hardware.</p>
<p>Aquí dejo una chuleta corta para ver la información de los interfaces y configurar uno de ellos copiando y pegando.</p>
<p>Inforamcion del channel 1 ( interface )</p>
<pre>
ipmitool&gt; channel info 1
Channel 0x1 info:
  Channel Medium Type   : 802.3 LAN
  Channel Protocol Type : IPMB-1.0
  Session Support       : multi-session
  Active Session Count  : 0
  Protocol Vendor ID    : 7154
  Volatile(active) Settings
    Alerting            : enabled
    Per-message Auth    : enabled
    User Level Auth     : enabled
    Access Mode         : disabled
  Non-Volatile Settings
    Alerting            : enabled
    Per-message Auth    : enabled
    User Level Auth     : enabled
    Access Mode         : disabled
</pre>
<p>Configuración del interface </p>
<pre>
 sudo ipmitool shell
lan set 1 access on
lan set 1 ipsrc static
lan set 1 ipaddr 10.10.10.1
lan set 1 netmask 255.0.0.0.0
lan set 1 defgw ipaddr 10.10.10.0

lan set 1 arp respond on
lan set 1 arp generate on
lan set 1 arp interval 5
</pre>
<p>Solo falta crear un usuario</p>
<pre>set user pepe plain-text password</pre>
<p>sencillo y rápido.</p>
<p>Muy recomendable también las herramientas <a href="http://www.gnu.org/software/freeipmi" target="_blank">freeipmi</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2008%2F11%2F26%2Fejemplo-de-configuracion-de-ipmi%2F&amp;title=Ejemplo%20de%20configuracion%20de%20ipmi" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2008/11/26/ejemplo-de-configuracion-de-ipmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

