Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where bos.rte.libpthreads 5.3.0.0 ?

0 views
Skip to first unread message

kirill...@gmail.com

unread,
May 14, 2006, 10:58:44 AM5/14/06
to
Hello All !

I install and commit sp3 for AIX 5.3 ML4.
After update have problem with starting Informix.
I want deinstall sp3 but I commit updates.
I suppose problem with bos.rte.libpthreads 5.3.0.41

Try install bos.rte.libpthreads 5.3.0.40

# installp -p -a -F -d./ -w bos.rte.libpthreads 5.3.0.40
*******************************************************************************
installp PREVIEW: installation will not actually occur.
*******************************************************************************
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
WARNINGS
--------
Problems described in this section are not likely to be the source of
any
immediate or serious failures, but further actions may be necessary
or
desired.
Already Installed
-----------------
The following filesets which you selected are either already
installed
or effectively installed through superseding filesets.
bos.rte.libpthreads 5.3.0.40
NOTE: Base level filesets may be reinstalled using the "Force"
option (-F flag), or they may be removed, using the deinstall or
"Remove Software Products" facility (-u flag), and then reinstalled.
<< End of Warning Section >>
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 Already installed (directly or via superseding filesets)
----
0 Total to be installed

******************************************************************************
End of installp PREVIEW. No apply operation has actually occurred.
******************************************************************************

Ok

Try install bos.rte.libpthreads 5.3.0.0 from AIX CD1

# installp -p -a -F -d /dev/cd0 -w bos.rte.libpthreads 5.3.0.0
*******************************************************************************
installp PREVIEW: installation will not actually occur.
*******************************************************************************
+-----------------------------------------------------------------------------+
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.
Missing Filesets
----------------
The following filesets could not be found on the installation media.
If you feel these filesets really are on the media, check for
typographical
errors in the name specified or, if installing from directory, check
for
discrepancies between the Table of Contents file (.toc) and the
images that
reside in the directory.

bos.rte.libpthreads 5.3.0.0
<< End of Failure Section >>
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 FAILED pre-installation verification
----
0 Total to be installed
******************************************************************************
End of installp PREVIEW. No apply operation has actually occurred.
******************************************************************************

Where bos.rte.libpthreads 5.3.0.0 ?

Gary R. Hook

unread,
May 16, 2006, 1:56:34 PM5/16/06
to
kirill...@gmail.com wrote:
> I install and commit sp3 for AIX 5.3 ML4.
> After update have problem with starting Informix.

Be sure to report the problem.

>
> Try install bos.rte.libpthreads 5.3.0.40

Not allowed.

> Where bos.rte.libpthreads 5.3.0.0 ?

On the distribution media that came with your system.

kirill...@gmail.com

unread,
May 17, 2006, 1:30:40 AM5/17/06
to
I too think that it there: (

But (As I already wrote)
I try install bos.rte.libpthreads 5.3.0.0 from AIX CD1

# installp -p -a -F -d /dev/cd0 -w bos.rte.libpthreads 5.3.0.0

Missing Filesets


----------------
The following filesets could not be found on the installation media.

I install AIX from this CD and installed AIX have libpthreads 5.3.0.0.

I am in confusion :(

Gary R. Hook

unread,
May 17, 2006, 11:03:46 AM5/17/06
to
kirill...@gmail.com wrote:
> Missing Filesets
> ----------------
> The following filesets could not be found on the installation media.
>
> I install AIX from this CD and installed AIX have libpthreads 5.3.0.0.

No, it should have a level of bos.rte.libpthreads that is in an install
format (as opposed to update). For example, I just looked at my
2/2005 version of 5.3, and I have bos.rte.libpthreads_5.3.0.10.bff,
which is an install file. You might not have 5.3.0.0, but you should
have a base _install_ image.

Try force-installing whichever level of libpthreads you have on your
CD. If you need to get the name, mount the CD and look in
/installp/ppc, or use smit.

Hajo Ehlers

unread,
May 17, 2006, 11:20:15 AM5/17/06
to
kirill...@gmail.com wrote:
> I too think that it there: (
>
> But (As I already wrote)
> I try install bos.rte.libpthreads 5.3.0.0 from AIX CD1
>
> # installp -p -a -F -d /dev/cd0 -w bos.rte.libpthreads 5.3.0.0
>
> Missing Filesets
> ----------------
> The following filesets could not be found on the installation media.
You ask the installp command to install a certain version a program. It
that version does not exist it will fail of cource.

To find the version you need for your forced installation do:

$ installp -d /dev/cd0 -L | grep bos.rte.libpthreads

or just simply do
$ installp -d /dev/cd0 -a -F bos.rte.libpthreads

if the installed version after installation is lower then the highest
version on the CD you should upgrade the system to the highest level

$installp -d /dev/cd0 -a bos.rte.libpthreads

hth
Hajo

kirill...@gmail.com

unread,
May 22, 2006, 7:15:44 AM5/22/06
to
I try
# installp -d /dev/cd0 -L | grep bos.rte.libpthreads
But has received the empty list/

And even
# installp -d /dev/cd0 -L | grep bos.rte
Gives me the empty list.

Hajo Ehlers

unread,
May 22, 2006, 8:37:27 AM5/22/06
to

Is the cd-rom mounted ? If so: umount the cd-rom and redo the above
steps.
Or
change in the above example cd0 to the mount point of the cd-rom device
( in case its mounted and i thinks its /cdrom but the mount comand
should show the mount point )
So your line should looks like:

installp -d /dev/cd0 -L # In case the cdrom is not mounted
installp -d /cdrom -L # In case the cd-rom is mounted on /cdrom


hth
Hajo

kirill...@gmail.com

unread,
May 24, 2006, 9:25:58 AM5/24/06
to
cdrom not mounted.
smit install_all show available filesets on /dev/cd0
But bos.rte.libpthreads is not present.

You have AIX 5.3 ?
Please check # installp -d /dev/cd0 -L | grep bos.rte.libpthreads

Hajo Ehlers

unread,
May 24, 2006, 10:48:48 AM5/24/06
to
The CD is labed as:
AIX 5L
Version 5.3
5765-G03
Volume 1 of 8

The CD has been mounted on a Linux box and exported via NFS to an AIX
Server
On the AIX bos the output of the command is:

204$ installp -d /mnt -l | grep bos.rte.libpthreads
bos.rte.libpthreads 5.3.0.30 S N usr

208$ installp -d /mnt -L | grep bos.rte.libpthreads
bos:bos.rte.libpthreads:5.3.0.30::S:T:::::N:libpthreads Library::::


hth
Hajo

0 new messages