<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1383369211702171437</id><updated>2011-07-28T04:18:45.259-07:00</updated><category term='install'/><category term='lustre'/><category term='ubuntu'/><category term='hardy'/><category term='kernel'/><title type='text'>DYS (DevYourSelf)</title><subtitle type='html'>Blog destinado à novidades e tutoriais de tecnologia.

-DevelopYourSelf</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://devyourself.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1383369211702171437/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://devyourself.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Renato Leite</name><uri>http://www.blogger.com/profile/00880565383308658414</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1383369211702171437.post-2537124055958169618</id><published>2008-10-12T08:24:00.000-07:00</published><updated>2008-10-12T08:28:44.496-07:00</updated><title type='text'>Ubuntu Hardy - Como construir o Kernel e Instalar o Lustre (versão em português)</title><content type='html'>Sabendo que a ultima versão do Lustre suporta apenas a versão de kernel 2.6.22.19, iremos utilizar essa mesma para nossa instalação.&lt;br /&gt;&lt;br /&gt;Qualquer comentário ou dificuldade, é só postar...&lt;br /&gt;&lt;br /&gt;1) apt-get install quilt gcc kernel-package libncurses5-dev fakeroot bzip2&lt;br /&gt;&lt;br /&gt;2) Download do Lustre v1.6.5.1 [1] e Linux Kernel v2.6.22.19 [2]&lt;br /&gt;    [1] wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2&lt;br /&gt;    [2] wget http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/VerifyItem-Start/lustre-1.6.5.1.tar.gz?BundledLineItemUUID=SPxIBe.oR9wAAAEcxT42deOP&amp;amp;OrderID=MlNIBe.o4.4AAAEclj42deOP&amp;amp;ProductID=rSBIBe.odnoAAAEa0ZoGct.T&amp;amp;FileName=/lustre-1.6.5.1.tar.gz&lt;br /&gt;&lt;br /&gt;3) Descompacte os arquivos em /usr/src&lt;br /&gt;    bunzip2 (linux source)&lt;br /&gt;    tar -xf (linux source)&lt;br /&gt;    tar -xf (lustre source)&lt;br /&gt;&lt;br /&gt;4) Crie atalhos para os sources (pra facilitar)&lt;br /&gt;    ln -s (linux source path)&lt;br /&gt;    ln -s (lustre source path)&lt;br /&gt;&lt;br /&gt;5) no diretório do source do linux, crie atalhos para os /patche e /series do lustre&lt;br /&gt;    ln -s /usr/src/lustre/kernel_patches/series/2.6.22-vanille.series series&lt;br /&gt;    ln -s /usr/src/lustre/kernel_patches/patches patches&lt;br /&gt;    quilt -av push&lt;br /&gt;&lt;br /&gt;6) Redirecione o sh&lt;br /&gt;    rm -f /bin/sh&lt;br /&gt;    ln -s /bin/bash /bin/sh&lt;br /&gt;&lt;br /&gt;7) Copie o arquivo de configuração atual do kernel para o que será construido&lt;br /&gt;    cp /boot/config-2.6.24-19-server ./.config (vc deve estar no diretório do source do linux)&lt;br /&gt;&lt;br /&gt;8) make-kpkg clean&lt;br /&gt;&lt;br /&gt;9) make menuconfig (dê um load e salve)&lt;br /&gt;&lt;br /&gt;10) Agora, só nos resta esperar!&lt;br /&gt;    fakeroot make-kpkg -initrd -append-to-version=-(nome qualquer) kernel_image kernel_headers&lt;br /&gt;&lt;br /&gt;11) Isso irá criar 2 arquivos .deb. Executar neles:&lt;br /&gt;    dpkg -i (nome dos arquivos, sendo primeiro os headers e depois a imagem)&lt;br /&gt;   &lt;br /&gt;12) reiniciar o computador e instalar o lustre (lembrar de deixar os arquivos originais)&lt;br /&gt;    cd /usr/src/lustre-1.6.4.2&lt;br /&gt;    ./configure --with-linux=/usr/src/linux-2.6.22 (importante colocar o caminho completo!!!)&lt;br /&gt;    make   &lt;br /&gt;    make install&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1383369211702171437-2537124055958169618?l=devyourself.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devyourself.blogspot.com/feeds/2537124055958169618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1383369211702171437&amp;postID=2537124055958169618' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1383369211702171437/posts/default/2537124055958169618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1383369211702171437/posts/default/2537124055958169618'/><link rel='alternate' type='text/html' href='http://devyourself.blogspot.com/2008/10/ubuntu-hardy-como-construir-o-kernel-e.html' title='Ubuntu Hardy - Como construir o Kernel e Instalar o Lustre (versão em português)'/><author><name>Renato Leite</name><uri>http://www.blogger.com/profile/00880565383308658414</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1383369211702171437.post-7388290777017242774</id><published>2008-10-11T20:39:00.000-07:00</published><updated>2008-10-12T08:31:46.653-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='install'/><category scheme='http://www.blogger.com/atom/ns#' term='lustre'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='hardy'/><title type='text'>Ubuntu Hardy - How To Build Lustre and its own Kernel (english version)</title><content type='html'>First of All, we have to create our own kernel.&lt;br /&gt;The last version of Lustre, supports only kernel 2.6.22.19, and that`s the one we will use here!&lt;br /&gt;&lt;br /&gt;1) Install Some basic packages:&lt;br /&gt;apt-get install quilt gcc kernel-package libncurses5-dev fakeroot bzip2&lt;br /&gt;&lt;br /&gt;2) Download Lustre v1.6.5.1 [1] and Linux Kernel v2.6.22.19 [2]&lt;br /&gt;  [1] wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2&lt;br /&gt;  [2] wget http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/VerifyItem-Start/lustre-1.6.5.1.tar.gz?BundledLineItemUUID=SPxIBe.oR9wAAAEcxT42deOP&amp;amp;OrderID=MlNIBe.o4.4AAAEclj42deOP&amp;amp;ProductID=rSBIBe.odnoAAAEa0ZoGct.T&amp;amp;FileName=/lustre-1.6.5.1.tar.gz&lt;br /&gt;&lt;br /&gt;3) Unzip these files to /usr/src&lt;br /&gt;  bunzip2 (linux source)&lt;br /&gt;  tar -xf (linux source)&lt;br /&gt;  tar -xf (lustre source)&lt;br /&gt;&lt;br /&gt;4) Create some symlinks for the sources (just to make it ease)&lt;br /&gt;  ln -s (linux source path)&lt;br /&gt;  ln -s (lustre source path)&lt;br /&gt;&lt;br /&gt;5) in linux source's directory, create symlinks for /patche e /series from Lustre path.&lt;br /&gt;  ln -s /usr/src/lustre/kernel_patches/series/2.6.22-vanille.series series&lt;br /&gt;  ln -s /usr/src/lustre/kernel_patches/patches patches&lt;br /&gt;  quilt -av push&lt;br /&gt;&lt;br /&gt;6) Redirect SH (to use some new features)&lt;br /&gt;  rm -f /bin/sh&lt;br /&gt;  ln -s /bin/bash /bin/sh&lt;br /&gt;&lt;br /&gt;7) Copy your actual boot configuration file to the linux source directory.&lt;br /&gt;  cp /boot/config-2.6.24-19-server ./.config&lt;br /&gt;&lt;br /&gt;8) make-kpkg clean&lt;br /&gt;&lt;br /&gt;9) make menuconfig (go to the LOAD option and save your new .config file)&lt;br /&gt;&lt;br /&gt;10) Let`s rock... (after that, go take a coffee, take your dog for a walk...)&lt;br /&gt;  fakeroot make-kpkg -initrd -append-to-version=-(nome qualquer) kernel_image kernel_headers&lt;br /&gt;&lt;br /&gt;11) The previous command will create 2 packages with .deb extension (headers and image). Execute the following command for each:&lt;br /&gt;dpkg -i (file names, first headers and after the imagem)&lt;br /&gt;&lt;br /&gt;12) Reboot your computer and let`s install LUSTRE  (remember to keep the compiled files of your kernel)&lt;br /&gt;  cd /usr/src/lustre&lt;br /&gt;  ./configure --with-linux=/usr/src/linux-2.6.22 (important to put the hole kernel path!!!)&lt;br /&gt;  make &lt;br /&gt;  make install&lt;br /&gt;&lt;br /&gt;Voila!!! We are done ...&lt;br /&gt;Now you just have to configure your cluster!&lt;br /&gt;&lt;br /&gt;Have a Good job...&lt;br /&gt;- Renato Leite&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1383369211702171437-7388290777017242774?l=devyourself.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devyourself.blogspot.com/feeds/7388290777017242774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1383369211702171437&amp;postID=7388290777017242774' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1383369211702171437/posts/default/7388290777017242774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1383369211702171437/posts/default/7388290777017242774'/><link rel='alternate' type='text/html' href='http://devyourself.blogspot.com/2008/10/como-instalar-o-linux-no-ubuntu-beta.html' title='Ubuntu Hardy - How To Build Lustre and its own Kernel (english version)'/><author><name>Renato Leite</name><uri>http://www.blogger.com/profile/00880565383308658414</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
