<?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>Linux T&#38;T &#187; AIX</title>
	<atom:link href="http://linux.wxs.ro/category/aix/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Grow /tmp on AIX</title>
		<link>http://linux.wxs.ro/2012/01/26/grow-tmp-on-aix/</link>
		<comments>http://linux.wxs.ro/2012/01/26/grow-tmp-on-aix/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 16:23:19 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1845</guid>
		<description><![CDATA[Check for space: lsvg rootvg Grow with 100MB: chfs -a size=+100M /tmp]]></description>
			<content:encoded><![CDATA[<p>Check for space: <code>lsvg rootvg</code><br />
Grow with 100MB: <code>chfs -a size=+100M /tmp</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2012/01/26/grow-tmp-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subfolder Limitation</title>
		<link>http://linux.wxs.ro/2012/01/26/subfolder-limitation/</link>
		<comments>http://linux.wxs.ro/2012/01/26/subfolder-limitation/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:58:47 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1841</guid>
		<description><![CDATA[Some time a go i see the same limitations in AIX JFS and JFS2 . As i know this is functional limitation and you can&#8217;t have more that 32765 subdirectories on one level This is hardcoded limitation of JFS/JFS2 and can&#8217;t be avoided source]]></description>
			<content:encoded><![CDATA[<div id="reply_3">Some time a go i see the same limitations in AIX JFS and JFS2 . As i<br />
know this is functional limitation and you can&#8217;t have more that 32765<br />
subdirectories on one level <img src='http://linux.wxs.ro/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </div>
<div></div>
<div>This is hardcoded limitation of JFS/JFS2 and can&#8217;t be avoided</div>
<div></div>
<div><a href="http://unix.ittoolbox.com/groups/technical-functional/ibm-aix-l/subfolder-limitation-1517783">source</a></div>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2012/01/26/subfolder-limitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIX don&#8217;t require user to change pass on first logon</title>
		<link>http://linux.wxs.ro/2011/10/13/aix-dont-require-user-to-change-pass-on-first-logon/</link>
		<comments>http://linux.wxs.ro/2011/10/13/aix-dont-require-user-to-change-pass-on-first-logon/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:14:37 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1683</guid>
		<description><![CDATA[Remove the ADMCHG flag for that user from /etc/security/passwd source]]></description>
			<content:encoded><![CDATA[<p>Remove the ADMCHG flag for that user from /etc/security/passwd</p>
<p><a href="http://groups.google.com/group/comp.unix.aix/tree/browse_frm/month/2005-06/ddb89c2bb827dd78?rnum=91&amp;_done=%2Fgroup%2Fcomp.unix.aix%2Fbrowse_frm%2Fmonth%2F2005-06%3F">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/13/aix-dont-require-user-to-change-pass-on-first-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail on AIX</title>
		<link>http://linux.wxs.ro/2011/09/23/sendmail-on-aix/</link>
		<comments>http://linux.wxs.ro/2011/09/23/sendmail-on-aix/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 07:06:18 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1607</guid>
		<description><![CDATA[To add a mail relay server (smart host) to the Sendmail configuration file, edit the /etc/mail/sendmail.cf file, modify the DS line, and refresh the daemon: # vi /etc/mail/sendmail.cf DSsmtpgateway.xyz.com.au # refresh -s sendmail To log Sendmail activity, place the following entry in the /etc/syslog.conf file, create the log file, and refresh the syslog daemon: # [...]]]></description>
			<content:encoded><![CDATA[<p>To add a mail relay server (smart host) to the Sendmail configuration file, edit the /etc/mail/sendmail.cf file, modify the DS line, and refresh the daemon:</p>
<p><code># vi /etc/mail/sendmail.cf<br />
DSsmtpgateway.xyz.com.au<br />
# refresh -s sendmail</code></p>
<p>To log Sendmail activity, place the following entry in the /etc/syslog.conf file, create the log file, and refresh the syslog daemon:</p>
<p><code># grep mail /etc/syslog.conf<br />
mail.debug /var/log/maillog rotate time 7d files 4 compress<br />
# touch /var/log/maillog<br />
# refresh -s syslogd</code></p>
<p><a href="http://www.ibm.com/developerworks/aix/library/au-sendmail_on_aix/index.html">source</a><br />
.forward+: world writable directory:</p>
<p>The biggest surprise is likely to come from .forward and :include: files in unsafe directory paths (directory paths which are group or world writable). This is no longer allowed. This would mean that if user joe&#8217;s home directory was writable by group staff, sendmail would not use his .forward file. This behavior can be altered, at the possible expense of system security, by setting the DontBlameSendmail option. Items from these unsafe .forward and :include: files will be marked as unsafe addresses – the items can not be deliveries to files or programs. This behavior can also be altered via DontBlameSendmail.</p>
<p>I&#8217;ve set:</p>
<p><code>O DontBlameSendmail=forwardfileinunsafedirpath, forwardfileinunsafedirpathsafe</code></p>
<p>The first flag allows the forward file to be read, the second allows the items in the file to be marked as safe for file and program delivery.</p>
<p><a href="http://www.warmetal.nl/aixmail">source</a></p>
<p><strong>How do I start/stop sendmail on AIX?</strong></p>
<div>
<p>To start sendmail:<br />
<code>startsrc -s sendmail -a "-bd -q30m"</code><br />
To stop sendmail:<br />
<code>stopsrc -s sendmail</code><br />
To refresh sendmail:<br />
<code>refresh -s sendmail</code></p>
</div>
<p><a href="http://kb.eclipseinc.com/kb/how-do-i-startstop-sendmail-on-aix/"> source</a></p>
<p><strong>Purging a sendmail mailqueue on AIX</strong></p>
<p>&nbsp;</p>
<p><code># ps -ef | grep sendmail</code></p>
<p># kill -9 <em>SENDMAIL_PIDS</em> <em><br />
</em></p>
<p>Then, stop sendmail cleanly (the commands depend of your OS. This one works only on IBM AIX).</p>
<p><code># stopsrc -s sendma</code>il</p>
<p>You may check the number of messages that are in the queue, which will give you an idea of the time it will take to process the queue:</p>
<p><code># sendmail -bp<br />
</code></p>
<p>Check that there are no longer any sendmail processes running:</p>
<p><code># ps -ef | grep sendmail</code></p>
<p># kill -9 <em>SENDMAIL_PIDS</em></p>
<p>Rename the current mailqueue to another directory:</p>
<p><code># mv /var/spool/mqueue /var/spool/omqueue </code></p>
<p>Restart sendmail</p>
<p><code># startsrc -s sendmail</code><br />
<code>0513-059 The sendmail Subsystem has been started. Subsystem PID is 62118</code><br />
Now process the old queue (may take time, depending upon the number of messages to process):</p>
<p><code># /usr/sbin/sendmail -oQ/var/spool/omqueue -q -v</code></p>
<p><code>Running /var/spool/omqueue/m7HKkOM60666 (sequence XXXX of XXXXX)<br />
Running /var/spool/omqueue/m7HKkOM60666 (sequence XXXX+1 of XXXXX)...<br />
etc... </code></p>
<p>Now, you may safely delete all messages in the old queue:</p>
<p><code># rm -rf /var/spool/omqueue</code></p>
<p>Create a new mailqueue directory.</p>
<p><code># mkdir /var/spool/mqueue</code></p>
<p>Stop and start sendmail:</p>
<p><code># stopsrc -s sendmail<br />
</code></p>
<p><code># startsrc -s sendmail</code></p>
<p><a href="http://www.nixblog.org/post/2008/09/10/Purging-a-sendmail-mailqueue-on-AIX">source</a></p>
<p><strong>Kill all sendmail processes</strong></p>
<p><code>for i in `ps -ef |grep sendmail|awk '{ print $2 }'`; do kill -9 $i; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/09/23/sendmail-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount ISO images on HP-UX, Solaris and Linux</title>
		<link>http://linux.wxs.ro/2010/01/06/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/</link>
		<comments>http://linux.wxs.ro/2010/01/06/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 10:18:10 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2010/01/06/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/</guid>
		<description><![CDATA[http://www.devrecipes.com/2009/05/20/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devrecipes.com/2009/05/20/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/">http://www.devrecipes.com/2009/05/20/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/01/06/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rossetta Sone for Unix</title>
		<link>http://linux.wxs.ro/2009/05/25/rossetta-sone-for-unix/</link>
		<comments>http://linux.wxs.ro/2009/05/25/rossetta-sone-for-unix/#comments</comments>
		<pubDate>Mon, 25 May 2009 13:59:34 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/05/25/rossetta-sone-for-unix/</guid>
		<description><![CDATA[Rosetta Stone for Unix]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bhami.com/rosetta.html">Rosetta Stone for Unix</a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/05/25/rossetta-sone-for-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure AIX syslogd</title>
		<link>http://linux.wxs.ro/2009/03/16/configure-aix-syslogd/</link>
		<comments>http://linux.wxs.ro/2009/03/16/configure-aix-syslogd/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 07:49:45 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/03/16/configure-aix-syslogd/</guid>
		<description><![CDATA[add to /etc/syslog.conf: mail.debug /var/log/mail user.debug /var/log/user kern.debug /var/log/kern syslog.debug /var/log/syslog daemon.debug /var/log/daemon auth.debug /var/log/secure local2.debug /var/log/sudo restart syslogd: [root@sys /] refresh -s syslogd 0513-095 The request for subsystem refresh was completed successfully. Howto configure AIX syslogd (/etc/syslog.conf)]]></description>
			<content:encoded><![CDATA[<pre>add to /etc/syslog.conf:
mail.debug      /var/log/mail
user.debug      /var/log/user
kern.debug      /var/log/kern
syslog.debug    /var/log/syslog
daemon.debug    /var/log/daemon
auth.debug      /var/log/secure
local2.debug    /var/log/sudo

restart syslogd:
[root@sys /] refresh -s syslogd
0513-095 The request for subsystem refresh was completed successfully.</pre>
<p><a href="http://ramses.smeyers.be/varia/aix/syslog/">Howto configure AIX syslogd (/etc/syslog.conf)</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=5d815547-4310-4fbe-ad33-52e6b56f18fd" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/03/16/configure-aix-syslogd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

