<?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 5</title>
	<atom:link href="http://run.tournament.org.il/tag/aix-5/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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, [...]


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>
	</channel>
</rss>
