Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xlc.rte downgrade

Status
Not open for further replies.

yk0

Technical User
Joined
Dec 18, 2006
Messages
3
Location
RU
i need to downgrade xlC.aix50.rte and xlC.rte

now i have

xlC.aix50.rte 7.0.0.0 COMMITTED C Set ++ Runtime for AIX 5.0
xlC.rte 7.0.0.0 COMMITTED C Set ++ Runtime

i need to downgrade to 6.0.0.0

is it possible ?


installp -V 4 -F -acXd . xlC.aix50.rte

+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

FAILURES
--------
Filesets listed in this section failed pre-installation verification
and will not be installed.

Requisite Failures
------------------
SELECTED FILESETS: The following is a list of filesets that you asked to
install. They cannot be installed until all of their requisite filesets
are also installed. See subsequent lists for details of requisites.

xlC.aix50.rte 6.0.0.13 # C Set ++ Runtime for AIX 5.0
Requisites:
1 xlC.rte 7.0.0.0 (c:c)
2 Group 20 0.0.0.0 (p:m)
3 Group 22 0.0.0.0 (p:m)
4 bos.rte 5.3.0.10 (p:c)
5 bos.rte.tty 5.3.0.10 (c:c)
6 bos.rte 5.3.0.10 (c:c)
5 bos.rte.streams 5.3.0.0 (c:c)
6 bos.rte 5.3.0.10 (c:c)
5 bos.rte.shell 5.3.0.10 (c:c)
6 bos.rte 5.3.0.10 (c:c)
....
....

may be i should disable pre-installation verification? but i did not find how to do this

heeh...
 
this is on AIX 5.3
 
links:

downgrade to xlC.rte 6.0.0.0

downgrade to xlC.tre 7.0.0.0

=====================
Reverting to the previously installed C++ Runtime Level
To revert to the V6.0 C++ runtime level, use the following steps:

1. Download the base runtime and the fix level (if applicable) of the C++ runtime you recorded before installing the Runtime Environment component. The base runtime and fix levels can be found at:


A compressed archive containing the base level C++ runtime libraries filesets can be obtained from:

ftp://ftp.software.ibm.com/aix/products/ccpp/xlc.600.runtime.aix.tar.Z


2. Force install the base level of the C++ runtime with the -F option, using the following command:

-> installp -aFXd <location> xlC.rte xlC.aix50.rte xlC.msg.LANG.rte

where: <location> is the location of the install images


3. Apply the fix level (if required), using the following command:

-> installp -aXd <location> <fileset_to_update>

where:

<location> is the location of the install images.
<fileset> is the fileset to update.

or commit the fix level, using:

-> installp -acXd <location> <fileset>

where:

<location> is the location of the install images.
<fileset> is the fileset to update.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top