<?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 &#187; Solaris</title>
	<atom:link href="http://www.dias.eti.br/category/solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dias.eti.br</link>
	<description>GNU/Linux, BSD, Unix-Like &#38; PHP</description>
	<lastBuildDate>Wed, 26 Oct 2011 18:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Como calcular UMASK</title>
		<link>http://www.dias.eti.br/162/</link>
		<comments>http://www.dias.eti.br/162/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 20:46:37 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[umask]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=162</guid>
		<description><![CDATA[Para calcular o UMASK precisamos utilizar 2 regras básicas: 1. Para calcular umask de diretórios: Basta subtrair 7 menos o valor da umask Exemplo: 777 (regra) - 333 (umask) = 444 (permissão) 2. Para calcular umask de arquivos: Basta subtrair 7 menos o valor da umask, com exceção quando os números da umask foram (0, [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/162/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: How to Reboot / Shutdown</title>
		<link>http://www.dias.eti.br/solaris-reboot-ou-shutdown/</link>
		<comments>http://www.dias.eti.br/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 [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/solaris-reboot-ou-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH timeout for connection idle</title>
		<link>http://www.dias.eti.br/ssh-timeout-for-connection-idle/</link>
		<comments>http://www.dias.eti.br/ssh-timeout-for-connection-idle/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:17:11 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/06/01/ssh-timeout-for-connection-idle</guid>
		<description><![CDATA[Recentimente percebi que em alguns servidores que eu estava logando quando uma conexão ssh ficava aberta por mais de 5 minutos sem que eu tomasse nenhuma ação, a mesma se encerrava automaticamente por inatividade. Para solucionar este problema, encontrei duas opções: 1. Configuração realizada no servidor SSH Habilitar a seguinte configuração do arquivo /etc/ssh/sshd_config KeepAlive [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/ssh-timeout-for-connection-idle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunnel Proxy</title>
		<link>http://www.dias.eti.br/ssh-tunnel-proxy/</link>
		<comments>http://www.dias.eti.br/ssh-tunnel-proxy/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:13:32 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/05/30/ssh-tunnel-proxy</guid>
		<description><![CDATA[O conceito é praticamento o mesmo do X11 Forward, com esta opcão do SSH direcionamos uma porta do servidor remoto para qualquer porta local. Exemplo, para direcionar a porta 25 do servidor para a porta 3000 local mantendo a conexão por 60 segundos: ssh -l user servidor -L3000:servidor:25 -f sleep 60 Agora basta verificar se [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/ssh-tunnel-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH: X11 Forwarding</title>
		<link>http://www.dias.eti.br/ssh-x11-forwarding/</link>
		<comments>http://www.dias.eti.br/ssh-x11-forwarding/#comments</comments>
		<pubDate>Sat, 30 May 2009 18:15:25 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/05/30/ssh-x11-forwarding</guid>
		<description><![CDATA[Com esta opção no SSH podemos redicionar conexão ao X Window no servidor para o servidor X local. Ao realizar a conexão no servidor X Remoto a conexão é direcionada por default ao DISPLAY :10 Para isto realizamos a seguinte configuração nos arquivos abaixo: Descomentar a linha no arquivo /etc/ssh/sshd_config (arquivo de configuração do servidor). [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/ssh-x11-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH sem senha</title>
		<link>http://www.dias.eti.br/ssh-sem-senha/</link>
		<comments>http://www.dias.eti.br/ssh-sem-senha/#comments</comments>
		<pubDate>Sat, 30 May 2009 17:37:23 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/2009/05/30/ssh-sem-senha</guid>
		<description><![CDATA[Primeiro precisamos gerar um par de chaves públicas/privadas para autenticar com chaves RSA2 ou DSA. RSA: ssh-keygen -t rsa DSA: ssh-keygen -t dsa As chaves são gerados no $HOME do usuário que você esta utilizando. ~/.ssh/id_rsa.pub ou ~/.ssh/id_dsa.pub NOTA: As permissões do home do usuário e do .ssh precisa ser setada como 750 em ambos [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/ssh-sem-senha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solução para mensagem &#8220;Terminal too wide&#8221;</title>
		<link>http://www.dias.eti.br/solucao-para-mensagem-terminal-too-wide/</link>
		<comments>http://www.dias.eti.br/solucao-para-mensagem-terminal-too-wide/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:24:52 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=55</guid>
		<description><![CDATA[No Solaris algumas vezes encontramos este erro quando utilizamos o editor VI: Terminal too wide Utilizamos o comando abaixo: # /usr/openwin/bin/resize Se mesmo assim não funcionar, para solucionar este problema precisamos incrementar o número de colunas utilizando o comando abaixo: # stty columns 120 OBS.: Uma melhor solução é instalar o VIM]]></description>
		<wfw:commentRss>http://www.dias.eti.br/solucao-para-mensagem-terminal-too-wide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting snmpdx</title>
		<link>http://www.dias.eti.br/troubleshooting-snmpdx/</link>
		<comments>http://www.dias.eti.br/troubleshooting-snmpdx/#comments</comments>
		<pubDate>Sat, 10 May 2008 16:19:33 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=48</guid>
		<description><![CDATA[A pouco tempo encontrei o seguinte log no /var/adm/messages em alguns servidores Solaris 8, fazendo com que o file system /var chega-se em 100% várias vezes. May 5 21:01:05 sserver8 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] session_open() failed for a pdu received from localhost.55659 May 5 21:01:05 sserver8 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] community_check();bad community from localhost Realizei [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/troubleshooting-snmpdx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find</title>
		<link>http://www.dias.eti.br/how-to-find/</link>
		<comments>http://www.dias.eti.br/how-to-find/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:22:59 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=46</guid>
		<description><![CDATA[Busca por nome de arquivos e/ou diretórios (pode-se realizar busca com expressões regulares) Case sensitive # find / -name "*.sh" -print # find / -name apache2 -print # find / -name "[Bb]ind*" -print Case insensitve # find / -iname "*lock*" -print Busca com dois parâmetros (AND/OR) Arquivos .sh e .ksh # find / \( -name [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/how-to-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerênciando swap</title>
		<link>http://www.dias.eti.br/gerenciando-swap/</link>
		<comments>http://www.dias.eti.br/gerenciando-swap/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 21:14:58 +0000</pubDate>
		<dc:creator>Tiago Dias</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.dias.eti.br/?p=44</guid>
		<description><![CDATA[Para criar-mos uma nova partição raw swap, após criado o device (type swap), adicione a seguinte entrada em /etc/vsftap /dev/dsk/c0t1d0s0 - - swap - no - Depois habilitando a nova partição # swap -a /dev/desk/c0t1d0s0 Pode adicionar uma novo área de swap através de um arquivo de swap. # mkfile 250m /opt/myswapfile # swap -a [...]]]></description>
		<wfw:commentRss>http://www.dias.eti.br/gerenciando-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

