<?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>GrassField &#187; unix</title>
	<atom:link href="http://blog.grassfield.org/category/operating-systems/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Command to find AIX version</title>
		<link>http://blog.grassfield.org/2010/05/05/command-to-find-aix-version/</link>
		<comments>http://blog.grassfield.org/2010/05/05/command-to-find-aix-version/#comments</comments>
		<pubDate>Wed, 05 May 2010 16:02:34 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[aix version]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=301</guid>
		<description><![CDATA[# oslevel
6.1.3.0
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2010/05/05/command-to-find-aix-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buildclient and CC &#8211; Cannot execute C compiler cc</title>
		<link>http://blog.grassfield.org/2010/05/05/buildclient-and-cc-cannot-execute-c-compiler-cc/</link>
		<comments>http://blog.grassfield.org/2010/05/05/buildclient-and-cc-cannot-execute-c-compiler-cc/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:31:40 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[cc]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[tuxedo]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=298</guid>
		<description><![CDATA[I am trying to compile a few .C files with tuxedo&#8217;s buildclient command. I have gcc in my path.
# which gcc
/bin/gcc
when I try to issue the buildclient command it returns
sh: cc: not found
CMDTUX_CAT:512: ERROR: Cannot execute C compiler cc -I$TUXDIR/include -o ....
it goes on!
Is there any compulsion to use only CC? Still working on it [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2010/05/05/buildclient-and-cc-cannot-execute-c-compiler-cc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuxedo installation in AIX became a tragedy</title>
		<link>http://blog.grassfield.org/2010/05/05/tuxedo-installation-in-aix-became-a-tragedy/</link>
		<comments>http://blog.grassfield.org/2010/05/05/tuxedo-installation-in-aix-became-a-tragedy/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:42:43 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[tuxedo]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=296</guid>
		<description><![CDATA[I was suppose to compile a few C files for Tuxedo on a 64 bit AIX box. It is not successful, It ended up with JRE extraction issues. Still working on it. Hope  it will get cleared tonight or tomorrow.
# ls -l
total 93536
-rw-r-----    1 root     system     47869952 May 05 06:19 tuxedo11gR1_64_aix_53_ppc.bin
# ./tuxedo11gR1_64_aix_53_ppc.bin
Preparing to install...
WARNING: /tmp [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2010/05/05/tuxedo-installation-in-aix-became-a-tragedy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System configuration in AIX</title>
		<link>http://blog.grassfield.org/2010/05/05/system-configuration-in-aix/</link>
		<comments>http://blog.grassfield.org/2010/05/05/system-configuration-in-aix/#comments</comments>
		<pubDate>Wed, 05 May 2010 11:14:13 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[prtconf]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=293</guid>
		<description><![CDATA[prtconf
This is the command to fetch the system information
# prtconf
System Model: IBM,8203-E4A
Machine Serial Number: 0631D75
Processor Type: PowerPC_POWER6
Processor Implementation Mode: POWER 6
Processor Version: PV_6_Compat
Number Of Processors: 1
Processor Clock Speed: 4204 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 4 aixtest
Memory Size: 2176 MB
Good Memory Size: 2176 MB
Platform Firmware level: EL350_038
Firmware Version: IBM,EL350_038
Console Login: enable
Auto Restart: true
Full Core: false

Network [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2010/05/05/system-configuration-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the status of inode, file and other entries in *nix systems</title>
		<link>http://blog.grassfield.org/2010/04/17/getting-the-status-of-inode-file-and-other-entries-in-nix-systems/</link>
		<comments>http://blog.grassfield.org/2010/04/17/getting-the-status-of-inode-file-and-other-entries-in-nix-systems/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:05:25 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HPUX]]></category>
		<category><![CDATA[inode]]></category>
		<category><![CDATA[sar]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=278</guid>
		<description><![CDATA[There is a command sar located in /usr/sbin which basically used to collect the system activity information and expose this in different option. With -v as a switch to sar command, this command can give the status of the processes, inode, file and other data entries in unix systems.
more info: 
http://www.hku.hk/cc/sp2/workshop/html/performance/man/sar.man.html
http://linux.die.net/man/1/sar
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2010/04/17/getting-the-status-of-inode-file-and-other-entries-in-nix-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kanimozhi dot org dot in &#8211; An online magazine in Tamil for &#8216;healthy&#8217; computing</title>
		<link>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/</link>
		<comments>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:32:48 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/</guid>
		<description><![CDATA[
For those who cannot read tamil, this is an announcement regarding Kanimozhi - a new online tamil magazine
 On 13-Apr-08, at 7:18 AM, ம. ஸ்ரீ ராமதாஸ் wrote:
வணக்கம்,
இன்றைய தினம் புத்தாண்டு கொண்டாடும் அனைவருக்கும் இனிய புத்தாண்டு நல்வாழ்த்துக்களை பகிர்ந்து கொள்கிறோம். கட்டற்ற கணிநுட்பத்தை ஒரு இணைய இதழின் மூலமாக உங்கள் அனைவரின் முன் படைக்கத் துவங்குவதில் பெருமகிழ்ச்சி அடைகிறோம்.
கணிமொழியின் முதல் இதழ் ஆறு கட்டுரைகள் கொண்டதாக உங்கள் [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stdio.h: No such file or directory</title>
		<link>http://blog.grassfield.org/2007/05/31/stdioh-no-such-file-or-directory/</link>
		<comments>http://blog.grassfield.org/2007/05/31/stdioh-no-such-file-or-directory/#comments</comments>
		<pubDate>Wed, 30 May 2007 19:21:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=47</guid>
		<description><![CDATA[Today we had a peculiar problem with our redhat linux  v 9.0 , in which we are suppose to compile and run a C code. we, java guys, with a blind guess, we installed GCC and all the packs found under developer tools. at that time we are able to get the code compiled. [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/05/31/stdioh-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
