<?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>System Adm &#187; Aix</title>
	<atom:link href="http://www.system.adm.br/tag/aix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 19 May 2010 20:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AIX and user access denied</title>
		<link>http://www.system.adm.br/2010/05/aix-and-user-access-denied/</link>
		<comments>http://www.system.adm.br/2010/05/aix-and-user-access-denied/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:11:00 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=297</guid>
		<description><![CDATA[AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute. So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login [...]]]></description>
			<content:encoded><![CDATA[<p>AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute.</p>
<p>	So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login again, you should reset the unsuccessful_login_count parameter by editing the file /etc/security/lastlog or with the following command:</p>
<p>	<span style="font-size: 12px;"><code># chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s foobar</code></span></p>
<p>	You can identify this problem by the following message in syslog:</p>
<p>	<span style="font-size: 12px;"><code>May 19 15:42:41 aixbox auth|security:info sshd[7884888]: Login restricted for foobar: 3004-303 There have been too<br />
	many unsuccessful login attempts; please see \tthe system administrator.</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/aix-and-user-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physical memory in AIX</title>
		<link>http://www.system.adm.br/2010/02/physical-memory-in-aix/</link>
		<comments>http://www.system.adm.br/2010/02/physical-memory-in-aix/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:56:21 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=218</guid>
		<description><![CDATA[To check the amount of physical RAM that a AIX Server has, you can use the following commands: # lsattr -El sys0 &#124; grep realmem realmem 16121856 Amount of usable physical memory in Kbytes or # lsattr -El mem0 goodsize 15744 Amount of usable physical memory in Mbytes False size 15744 Total amount of physical [...]]]></description>
			<content:encoded><![CDATA[<p>To check the amount of physical RAM that a AIX Server has, you can use the following commands:</p>
<p>
	<span style="font-size: 12px;"><code><br />
	# lsattr -El sys0 | grep realmem<br />
	realmem 16121856 Amount of usable physical memory in Kbytes</code><br />
	</span><br />
	or</p>
<p>	<span style="font-size: 12px;"><code># lsattr -El mem0<br />
	goodsize 15744 Amount of usable physical memory in Mbytes False<br />
	size 15744 Total amount of physical memory in Mbytes False</code></span></p>
<p>	or</p>
<p>	<span style="font-size: 12px;"><code># prtconf|grep &quot;Memory Size&quot;<br />
	Memory Size: 15744 MB Good Memory Size: 15744 MB</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/02/physical-memory-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable file size limit in AIX</title>
		<link>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/</link>
		<comments>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 11:58:48 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[fs]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=185</guid>
		<description><![CDATA[By default, if you try do copy/create a file larger than 2Gb in AIX, you will get a &#8220;file too large&#8221; message. That happen because AIX have a default limit of 2Gb for files. To disable (or increase) this limit, edit /etc/security/limits and change the parameter fsize to &#8220;-1&#8221; or whatever value you want. You [...]]]></description>
			<content:encoded><![CDATA[<p>By default, if you try do copy/create a file larger than 2Gb in AIX, you will get a &ldquo;file too large&rdquo; message. That happen because AIX have a default limit of 2Gb for files.</p>
<p>To disable (or increase) this limit, edit /etc/security/limits and change the parameter fsize to &ldquo;-1&rdquo; or whatever value you want.</p>
<p>You can change it in &ldquo;default&rdquo; to apply to all users or change it to a specific user.</p>
<p>Remember that the file system should be JFS2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing an user changing the password on AIX</title>
		<link>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/</link>
		<comments>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:33:25 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=175</guid>
		<description><![CDATA[Forcing an user changing the password on AIX On AIX, you can use the following commands to unlock na user and force it to change it&#8217;s password on first logon: # pwdadm -f ADMCHG USER &#160;]]></description>
			<content:encoded><![CDATA[<p>Forcing an user changing the password on AIX</p>
<p>	On AIX, you can use the following commands to unlock na user and force it to change it&rsquo;s password on first logon:<br />
	<span style="font-size: 12px;"><code># pwdadm -f ADMCHG USER</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
