<?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>Tutoriales Linux &#187; centos</title>
	<atom:link href="http://tutorialeslinux.com/categoria/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialeslinux.com</link>
	<description>Tu sitio de COMOs de Linux</description>
	<lastBuildDate>Wed, 12 Aug 2009 23:51:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Como instalar ZFS en Centos</title>
		<link>http://tutorialeslinux.com/como-instalar-zfs-en-centos/</link>
		<comments>http://tutorialeslinux.com/como-instalar-zfs-en-centos/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 09:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://tutorialeslinux.com/?p=114</guid>
		<description><![CDATA[Un pequeño how-to que explica paso a paso como instalar zfs en centos 5.2
Activar los repos de rpm-forge (necesarios para fuse y scons).

rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

Instalar las dependencias necesarias.

yum install fuse fuse-devel scons dkms-fuselibaio-devel
zlib-devel rpm-build gcc


Descargamos zfs empaquetado como un rpm source.

wget ftp://ftp.pbone.net/mirror/download.fedora.redhat.com/pub/fedora/linux/updates/10/SRPMS/zfs-fuse-0.5.0-6.20081221.fc10.src.rpm

Creamos el rpm desde el archivo specs, y luego instalamos el rpm.

rpmbuild -ba /usr/src/redhat/SPECS/zfs-fuse.spec
rpm [...]


No hay post relacionados.]]></description>
			<content:encoded><![CDATA[<p>Un pequeño how-to que explica paso a paso como instalar zfs en centos 5.2</p>
<p>Activar los repos de rpm-forge (necesarios para fuse y scons).</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-Uhv</span> http:<span style="color: #000000; font-weight: bold;">//</span>apt.sw.be<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>el5<span style="color: #000000; font-weight: bold;">/</span>en<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>rpmforge<span style="color: #000000; font-weight: bold;">/</span>RPMS<span style="color: #000000; font-weight: bold;">/</span>rpmforge-release-0.3.6-1.el5.rf.i386.rpm</pre></div></div>

<p>Instalar las dependencias necesarias.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> fuse fuse-devel scons dkms-fuselibaio-devel
zlib-devel rpm-build <span style="color: #c20cb9; font-weight: bold;">gcc</span></pre></div></div>

<p><span id="more-114"></span><br />
Descargamos zfs empaquetado como un rpm source.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #c20cb9; font-weight: bold;">ftp</span>:<span style="color: #000000; font-weight: bold;">//</span>ftp.pbone.net<span style="color: #000000; font-weight: bold;">/</span>mirror<span style="color: #000000; font-weight: bold;">/</span>download.fedora.redhat.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>updates<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">/</span>SRPMS<span style="color: #000000; font-weight: bold;">/</span>zfs-fuse-0.5.0-6.20081221.fc10.src.rpm</pre></div></div>

<p>Creamos el rpm desde el archivo specs, y luego instalamos el rpm.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rpmbuild <span style="color: #660033;">-ba</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>SPECS<span style="color: #000000; font-weight: bold;">/</span>zfs-fuse.spec
rpm <span style="color: #660033;">-Uhv</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>RPMS<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>zfs-fuse-0.5.0-6.20081221.i386.rpm</pre></div></div>

<p>Iniciamos y agregamos al inicio la carga de los módulos zfs.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">service zfs-fuse start
chkconfig zfs-fuse on</pre></div></div>

<p>Eso seria todo, tenemos nuestro Centos 5.2 listo para utilizar este File-System de SUN, el cual ya se encuentra en Solaris, Opensolaris, Freebsd y Mac OSX.</p>
<p>Visto en <a href="http://botellasrotas.wordpress.com/2009/01/19/zfs-sobre-linux-centos-52/">botellasrotas</a></p>


<p>No hay post relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://tutorialeslinux.com/como-instalar-zfs-en-centos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
