<?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>Running Systems&#187; AIX</title>
	<atom:link href="http://run.tournament.org.il/category/aix/feed/" rel="self" type="application/rss+xml" />
	<link>http://run.tournament.org.il</link>
	<description>(and me chasing them)</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:50:14 +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>Incorrect dependencies for installation of packages on AIX 5.3</title>
		<link>http://run.tournament.org.il/incorrect-dependencies-for-installation-of-packages-on-aix-53/</link>
		<comments>http://run.tournament.org.il/incorrect-dependencies-for-installation-of-packages-on-aix-53/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 23:55:51 +0000</pubDate>
		<dc:creator>ez-aton</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[aix 5]]></category>
		<category><![CDATA[dependency hell]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[os level]]></category>
		<category><![CDATA[package dependency]]></category>
		<category><![CDATA[smit]]></category>
		<category><![CDATA[smitty]]></category>
		<category><![CDATA[technology update]]></category>
		<category><![CDATA[technology upgrade]]></category>

		<guid isPermaLink="false">http://www.tournament.org.il/run-new/?p=173</guid>
		<description><![CDATA[Following an upgrade of AIX 5.3 to level 07, with SP1 technology upgrade, I had encountered a problem installing a package required for Oracle 11g &#8211; rsct.basic.rte 2.4.8.0
This rsct.basic.rte package requires rsct.basic.rte version 2.4.0.0 from AIX CD, however, to install it, I am required to install xlC.aix61 version 9.0.0.1, which should not be here, and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Following an upgrade of AIX 5.3 to level 07, with SP1 technology upgrade, I had encountered a problem installing a package required for Oracle 11g &#8211; rsct.basic.rte 2.4.8.0</p>
<p>This rsct.basic.rte package requires rsct.basic.rte version 2.4.0.0 from AIX CD, however, to install it, I am required to install xlC.aix61 version 9.0.0.1, which should not be here, and following that, bos.rte version 6.0.0.0, which should be part of AIX 6.x.</p>
<p>Some elaboration on the bos family of packages &#8211; bos stands for Base Operating System. rte stands for RunTime Environment. It means that bos.rte version 6.0.0.0 would be the base operating system runtime components of AIX version 6. This was far from my desire, as you cannot replace the system&#8217;s bos.rte package&#8230;</p>
<p>I have attempted to force installation of the baseline version of rsct.* from the cd, by running the command</p>
<blockquote><p>installp -aF -d /dev/cd0 rsct.basic.rte</p></blockquote>
<p>but for no avail. I have removed all rsct.* packages (this time I used smit), and still &#8211; I was unable to install the baseline package rsct.basic.rte, since it had dependencies from AIX 6&#8230;</p>
<p>I was able to solve it using the following method:</p>
<p>1. Installed all bos.adt baseline packages missing, using the following command</p>
<blockquote><p>installp -aXg -d /dev/cd0 bos.adt</p></blockquote>
<p>2. Extracted the combined package of SP1 technology update, and upgrade package to a specific directory</p>
<p>3. Copied the contents of baseline rsct packages from the cdrom to that same directory mentioned above:</p>
<blockquote><p>mount /mnt/cdrom<br />
cp /mnt/cdrom/installp/ppc/rsct.* ./</p></blockquote>
<p>4. Created new .toc file</p>
<blockquote><p>inutoc .</p></blockquote>
<p>5. Installed (and succeeded this time) rsct.basic.rte. This time all dependencies were fulfilled</p>
<blockquote><p>installp -aXg -d . rsct.basic.rte</p></blockquote>
<p>6. Updated the entire level back to the latest os level</p>
<blockquote><p>smit update_all</p></blockquote>
<p>This worked fine, and I write it down for the next sucker who would be required to fulfill an impossible requirement in order to install one small package.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://run.tournament.org.il/incorrect-dependencies-for-installation-of-packages-on-aix-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It has been a while&#8230; Today &#8211; Monitor I/O in AIX</title>
		<link>http://run.tournament.org.il/it-has-been-a-while-today-monitor-io-in-aix/</link>
		<comments>http://run.tournament.org.il/it-has-been-a-while-today-monitor-io-in-aix/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 23:21:22 +0000</pubDate>
		<dc:creator>ez-aton</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.tournament.org.il/run-new/?p=110</guid>
		<description><![CDATA[It is a question I&#8217;ve been asked a while back, and didn&#8217;t find the time to search for it.

I have searched for an answer just now, and got to an answer given by one of the old-time gurus (most likely) in news servers (where the gurus lurk, usually). The answer is to use the command [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>It is a question I&#8217;ve been asked a while back, and didn&#8217;t find the time to search for it.</p>
<p>
<p>I have searched for an answer just now, and got to an answer given by one of the old-time gurus (most likely) in news servers (where the gurus lurk, usually). The answer is to use the command &quot;<i>filemon</i>&quot; in a syntax such as this:</p>
<p>
<p><i>filemon -O lf -o outputfile.txt</i></p>
<p>
<p>To stop the monitoring session, run &quot;<i>trcstop</i>&quot;. Review the output file generated by this command, and you will be able to view the I/O interactions which happened during that time on the system.</p>
<p />


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://run.tournament.org.il/it-has-been-a-while-today-monitor-io-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an AIX HA-CMP High Availability test Cluster</title>
		<link>http://run.tournament.org.il/setting-up-an-aix-ha-cmp-high-availability-test-cluster/</link>
		<comments>http://run.tournament.org.il/setting-up-an-aix-ha-cmp-high-availability-test-cluster/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 02:44:16 +0000</pubDate>
		<dc:creator>ez-aton</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Clusters]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[HACMP]]></category>
		<category><![CDATA[high-availability]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://www.tournament.org.il/run-new/?p=86</guid>
		<description><![CDATA[
This post will be divided into this common view part, and (the first in this blog) &#34;click here for more&#34; part.



The main reason I&#8217;ve created this blog was to document, both for myself and other technical persons, the acts required to perform set tasks.



My first idea was to document how to install HACMP on AIX. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>
This post will be divided into this common view part, and (the first in this blog) &quot;click here for more&quot; part.
</p>
<p>
<p>
The main reason I&#8217;ve created this blog was to document, both for myself and other technical persons, the acts required to perform set tasks.
</p>
<p>
<p>
My first idea was to document how to install HACMP on AIX. For those of you who do not know what I&#8217;m talking about, HACMP is a general-purpose high availability cluster made by IBM, which can work on AIX, and if I&#8217;m not mistaken, on other platforms as well. It is based, actually, on a large set of &quot;event&quot; scripts, which run in a predefined order.
</p>
<p>
<p>
Unlike other HA clusters, this is a fixed-order cluster. You can bring your application up <strong>after</strong> the disk has been up, and <strong>after</strong> IP has been up. You cannot change this predefined order, and you have no freedom to set this order. Unless.
</p>
<p>
<p>
Unless you create custom scripts, and use them as pre-event and post-event, naming them correctly and putting them in the right directories.
</p>
<p>
<p>
This is not an easy cluster to manage. It has no flashy features, it is not versatile like other HA Clusters are (VCS being the best one, to my opinion, and MSCS, despite its tendency to reach race conditions, is quite versatile itself).
</p>
<p>
<p>
It is a hard HA Cluster, for a hard working people. It is meant for a single method of operation, and for a single track of mind. It is rather stable, if you don&#8217;t go around adding volumes to VGs (know what you want <strong>before</strong> you do it.
</p>
<p>
<p>
Below is a <strong>step by step</strong> list of actions to do, based on my work experience. I&#8217;ve brought up two clusters (four nodes) while actually doing copy-paste into a text document of every action done by me, any package installed, etc.
</p>
<p>
<p>
It is meant for test purposes. It is not as HA as it could be (using the same network infrastructure), it doesn&#8217;t employ all heart-bit connections it might have had &#8211; it&#8217;s meant for lab purposes, and has done quite well there.
</p>
<p>
<p>
It was installed on P5 machines, P510, if I&#8217;m not mistaken, using FastT200 (single port) for shared storage (single logical drive, small size &#8211; about 10GB), with Storage Manager 8.2 and adequate firmware.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://run.tournament.org.il/setting-up-an-aix-ha-cmp-high-availability-test-cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
