<?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>Smemorando &#187; san</title>
	<atom:link href="http://www.smemorando.com/tag/san/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smemorando.com</link>
	<description>loro ci vorrebbero tutti schiavi ma noi resistiamo</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:02:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installare RDAC su RedHat EN per ds4800</title>
		<link>http://www.smemorando.com/2009/08/installare-rdac-su-redhat-en-3-up-4-per-ds4800/</link>
		<comments>http://www.smemorando.com/2009/08/installare-rdac-su-redhat-en-3-up-4-per-ds4800/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:58:54 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>
		<category><![CDATA[ds4800]]></category>
		<category><![CDATA[rdac]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[san]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=86</guid>
		<description><![CDATA[decomprimere il file rdac-LINUX-09.00.A5.22-source.tar.gz o comunque la versione che avete trovato con: tar -xvfz rdac-LINUX-09.00.A5.22-source.tar.gz per proseguire è necessario che nel vostro sistema sia gà isntallato gcc. posizionarsi all&#8217;interno della cartella: cd /linuxrdac poi lanciare i seguenti comandi: make clean make make install se tutto è andato bene ora bisogna modificata la riga initrd /initrd-x.x.xx-xx.xxmp.img [...]]]></description>
			<content:encoded><![CDATA[<p>decomprimere il file rdac-LINUX-09.00.A5.22-source.tar.gz o comunque la versione che avete trovato con:</p>
<p><strong>tar -xvfz rdac-LINUX-09.00.A5.22-source.tar.gz</strong><br />
<span style="font-size: 78%;">per proseguire è necessario che nel vostro sistema sia gà isntallato gcc.</span></p>
<p>posizionarsi all&#8217;interno della cartella:<em><strong><br />
</strong></em><strong>cd /linuxrdac</strong></p>
<p>poi lanciare i seguenti comandi:<br />
<strong>make clean<br />
make<br />
make install</strong><br />
<em><br />
</em>se tutto è andato bene ora bisogna modificata la riga initrd /initrd-x.x.xx-xx.xxmp.img al’interno del file di configurazione di GRUB come segue tenendo presente che sicuramente il file grub.conf sarà diverso da quello che riporto di seguito e non si deve assolutamente fare un copia/incolla di tutto ma è necessario modificarlo come riportato nell’esempio <em><strong>===contenuto del file grub.conf modificato===</strong></em>, aggiungendo solo la riga initrd /mpp-x.x.xx-xx.xxsmp.img e commentando la riga che nel mio caso è initrd /initrd-2.4.21-27.ELsmp.img con #.</p>
<p>La versione del file mpp-x.x.xx-xx.ELsmp.img presente nel sistema è sotto <strong>/boot/</strong>.</p>
<p><strong>vi /etc/grub.conf</strong></p>
<p># ====contenuto del file grub.conf iniziale===</p>
<p><em>title Red Hat Enterprise Linux AS (2.4.21-27.ELsmp)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/<br />
</em><em>initrd /initrd-2.4.21-27.ELsmp.img<br />
title Red Hat Enterprise Linux AS-up (2.4.21-27.EL)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.EL ro root=LABEL=/<br />
initrd /initrd-2.4.21-27.EL.img<br />
</em><br />
# ====fine contenuto del file grub.conf iniziale===</p>
<p># ===inizio contenuto del file grub.conf modificato===</p>
<p>title Red Hat Enterprise Linux AS (2.4.21-27.ELsmp) MPP<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/<br />
<em># initrd /initrd-2.4.21-27.ELsmp.img<br />
<strong>initrd /mpp-2.4.21-27.ELsmp.img</strong></em><br />
title Red Hat Enterprise Linux AS-up (2.4.21-27.EL)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.EL ro root=LABEL=/<br />
initrd /initrd-2.4.21-27.EL.img</p>
<p># ===fine contenuto del file grub.conf modificato===</p>
<p>Riavviare e tutto dovrebbe andare.<br />
In alternativa al riavvio posso usare <strong>hot_add </strong>x aggiungere dischi su rdac.</p>
<p>Per fare qualche verifica sul funzionamento di quanto instalalto sotto <strong><em>/linuxrdac/utility</em></strong> ci sono alcuni tool tipo <em><strong>mppUtil</strong></em> che risultano molto utile per verificare ad esempio i canali che vengono visti dalla macchina, <strong><em>mppUtil -g 0.</em></strong></p>
<p><strong><span style="font-size: 78%;">NON SI GARANTISCE IN ALCUN MODO IL CORRETTO FUNZIONAMENTO DELLE PROCEDURE DESCRITTE ANCHE SE DA ME TESTATE. SE LE SEGUITE LO FATE A VOSTRO RISCHIO E PERICOLO</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2009/08/installare-rdac-su-redhat-en-3-up-4-per-ds4800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

