<?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>TIAGO.DIAS.ETI.BR</title>
	<atom:link href="http://www.dias.eti.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dias.eti.br</link>
	<description>GNU/Linux, BSD, Unix-Like &#038; PHP</description>
	<lastBuildDate>Wed, 02 Jun 2010 21:11:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Update Red Hat 5.x para release latest</title>
		<link>http://www.dias.eti.br/2010/05/19/update-red-hat-5-x-para-release-latest/</link>
		<comments>http://www.dias.eti.br/2010/05/19/update-red-hat-5-x-para-release-latest/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:11:02 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=123</guid>
		<description><![CDATA[Antes de qualquer ação é necessário realizar um backup full do servidor, é um passo muito importante.
Após isto podemos realizar a atualização seguindo os passos abaixo.

# uname -a
# yum update
# shutdown -r 0






Feito o boot validamos se o servidor esta trabalhando normalmente,  verifique se as aplicações encontram-se ativas e funcionais para saber se será [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/05/19/update-red-hat-5-x-para-release-latest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Criando repositório local Red Hat 4</title>
		<link>http://www.dias.eti.br/2010/05/19/criando-repositorio-local-red-hat-4/</link>
		<comments>http://www.dias.eti.br/2010/05/19/criando-repositorio-local-red-hat-4/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:00:43 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[repositorio]]></category>
		<category><![CDATA[up2date]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=121</guid>
		<description><![CDATA[No arquivo /etc/sysconfig/rhn/sources, comentamos a seguinte linha.
# vi /etc/sysconfig/rhn/sources
#up2date default
É necessário comentar esta linha para que o up2date não tente buscar informação na Red Hat Network primeiro.





No mesmo arquivo inserimos uma nova linha conforme abaixo.
# vi /etc/sysconfig/rhn/sources
dir mydvdrepo /media/cdrom/RedHat/RPMS
NOTA:
Verificar os pacotes existentes no repositório
# up2date &#8211;showall
Listar grupos de pacotes
# up2date &#8211;show-groups
Instalar e/ou atualizar um pacote
# [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/05/19/criando-repositorio-local-red-hat-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Criando repositório local Red Hat 5</title>
		<link>http://www.dias.eti.br/2010/05/18/criando-repositorio-local-red-hat-5/</link>
		<comments>http://www.dias.eti.br/2010/05/18/criando-repositorio-local-red-hat-5/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:41:06 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[repositorio]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=116</guid>
		<description><![CDATA[Primeiro precisamos montar o DVD e após criar o arquivo dvd.repo em /etc/yum.repos.d/

# mount -o loop /dev/hdc /media/dvdrom
# vi /etc/yum.repos.d/dvd.repo
[dvd]
name=DVD for RHEL5
baseurl=file:///media/dvdrom/Server
enabled=1
gpgcheck=0






Nota:
Para instalar / atualizar pacotes referente a Cluster e Virtualização precisamos inserir, demais linha no arquivo dvd.repo.

# vi /etc/yum.repos.d/dvd.repo
[dvd-cluster]
name=DVD for RHEL5 &#8211; Cluster
baseurl=file:///media/dvdrom/Cluster
enabled=1
gpgcheck=0
[dvd-cluster-storage]
name=DVD for RHEL5 &#8211; ClusterStorage
baseurl=file:///media/dvdrom/ClusterStorage
enabled=1
gpgcheck=0
[dvd-vt]
name=DVD for RHEL5 &#8211; VT
baseurl=file:///media/dvdrom/VT
enabled=1
gpgcheck=0

Criando um repositório local [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/05/18/criando-repositorio-local-red-hat-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalizando CYGWIN</title>
		<link>http://www.dias.eti.br/2010/04/01/personalizando-cygwin/</link>
		<comments>http://www.dias.eti.br/2010/04/01/personalizando-cygwin/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:58:07 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[cygwin]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=107</guid>
		<description><![CDATA[A primeira coisa que senti falta ao utilizar o Cygwin foi o comando &#8220;clear&#8221;, para este temos várias formas.
1. Para quem gosta de utilizar mais o teclado.
Ctrl + L
2. Under Windos NT
cmd /c cls
3. Em qualquer terminar
alias cls=&#8217;tput clear ; tput cup 0 0&#8242;





NOTA:
Esta útima somente funciona instalando o &#8220;ncurses&#8221;, que a proposito já vem [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/04/01/personalizando-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable 64-bit application in 32-bit kernel environment</title>
		<link>http://www.dias.eti.br/2010/03/31/how-to-enable-64-bit-application-in-32-bit-kernel-environment/</link>
		<comments>http://www.dias.eti.br/2010/03/31/how-to-enable-64-bit-application-in-32-bit-kernel-environment/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 01:30:35 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=74</guid>
		<description><![CDATA[1. Filesets necessários
É necessário instalar bos.64bit, para verificar:
root@server:/ # lslpp -l bos.64bit
Quando kernel igual à 32-bit:
root@server:/ # bootinfo -K
32





root@server:/ # smit
-&#62; system environment
-&#62;&#62; Web-based System Manager
-&#62;&#62;&#62; Enable 64-bit Application Environment
Em seguida, pode executar a aplicação de 64 bits
OBS.:
Apenas hardware de 64 bits podem suportar aplicativos de 64 bits.
root@server:/ # bootinfo -y
64
2. KERNEL EXTENSIONS VS. 64-BIT [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/03/31/how-to-enable-64-bit-application-in-32-bit-kernel-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIX and CIFS</title>
		<link>http://www.dias.eti.br/2010/02/15/aix-and-cifs/</link>
		<comments>http://www.dias.eti.br/2010/02/15/aix-and-cifs/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:33:59 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2010/02/15/aix-and-cifs</guid>
		<description><![CDATA[Precisamos instalar os seguintes filesets:
 bos.cifs_fs.rte
bos.cifs_fs.smit
Verificando a instalação:
# lslpp -l &#124; grep -i cifs
bos.cifs_fs.rte 5.3.0.50 COMMITTED Runtime for SMBFS
bos.cifs_fs.smit 5.3.0.0 COMMITTED SMIT Interface for SMBFS






Após isto, basta realizar a montagem do compartilhamento Windows no AIX Server.
Montagem atavés  do Smitty
# smitty cifs_fs

Depois Add/Mount a CIFS FileSystem
Montagem através da linha de comando

Monta compartilhamento CIFS

# mkcifsmnt -f '/MOUNT/POINT' [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2010/02/15/aix-and-cifs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dpid2.log growing fast, with error messages</title>
		<link>http://www.dias.eti.br/2009/12/25/dpid2log-growing-fast-with-error-messages/</link>
		<comments>http://www.dias.eti.br/2009/12/25/dpid2log-growing-fast-with-error-messages/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 17:57:53 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/12/25/dpid2log-growing-fast-with-error-messages</guid>
		<description><![CDATA[Recentemente me deparei com o file system /var em 100% e verifiquei que a causa tratava-se do arquivo dpid2.log esta crescendo rapidamente, com as mensagens de error logs abaixo:
3/20 19:05:26 dpid2    07890 (root    )  smux_wait: warning [ps2pe:Error 0]3/20 19:05:26 dpid2    07890 (root    [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2009/12/25/dpid2log-growing-fast-with-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerênciando pacotes compilados com Checkinstall</title>
		<link>http://www.dias.eti.br/2009/08/27/gerenciando-pacotes-compilados-com-checkinstall/</link>
		<comments>http://www.dias.eti.br/2009/08/27/gerenciando-pacotes-compilados-com-checkinstall/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 17:59:47 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/08/27/gerenciando-pacotes-compilados-com-checkinstall</guid>
		<description><![CDATA[Uma das maiores difículdades em sistemas Linux é o gerênciamento de pacotes compilados no sistema (são chatos de remover e complicados de atualizar).
Para corrigir este problema podemos utilizar o checkinstall, que faz com que pacotes compilados possam ser instalados, desinstalados e atualizados pelas ferramentas nativas para gerênciamento de pacotes (rpm, dpkg e pkgtool).

Uma grande vantagem [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2009/08/27/gerenciando-pacotes-compilados-com-checkinstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: How to Reboot / Shutdown</title>
		<link>http://www.dias.eti.br/2009/08/09/solaris-reboot-ou-shutdown/</link>
		<comments>http://www.dias.eti.br/2009/08/09/solaris-reboot-ou-shutdown/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:29:11 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/08/09/solaris-reboot-ou-shutdown</guid>
		<description><![CDATA[No Solaris temos vários comandos para fazer um reboot ou shutdown.
Para Reboot:
Não é um comando interativo e pode ser interrompido com ^C.

 # reboot
 # shutdown -y -i6 -g0
 # sync;sync;init 6
Para Shutdown:
Realiza o desligamento da máquina, oposto do reboot (pois o servidor não inicia-se novamente).
 # poweroff
 # shutdown -y -i5 -g0
 # sync;sync;init [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2009/08/09/solaris-reboot-ou-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic SysRq key</title>
		<link>http://www.dias.eti.br/2009/07/29/magic-sysrq-key/</link>
		<comments>http://www.dias.eti.br/2009/07/29/magic-sysrq-key/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:51:54 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/07/29/magic-sysrq-key</guid>
		<description><![CDATA[Visão geral
É um conjunto de teclas &#8220;mágicas&#8221; que faz com que o kernel responda independentemente que esta a fazer, a não ser que o mesmo esteja completamente bloqueado.
Isto faz com que possamos desligar o sistema sem corromper os file systems ou até mesmo descobrir a causa do kernel panic.

Habilantando SysRq
editando diretamente o arquivo /proc/sys/kernel/sysrq
 echo [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/2009/07/29/magic-sysrq-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
