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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to install rpm.rte and getting an error

Status
Not open for further replies.

fousait

MIS
Sep 1, 2004
50
US
when i go to install rpm.rte i get errors this is the screen output that i get
# installp -qacXgd rpm.rte rpm.rte
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.

Selected Filesets
-----------------
rpm.rte 3.0.5.39 # RPM Package Manager

<< End of Success Section >>

FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 Passed pre-installation verification
----
1 Total to be installed

+-----------------------------------------------------------------------------+
Installing Software...
+-----------------------------------------------------------------------------+

installp: APPLYING software for:
rpm.rte 3.0.5.39


. . . . . << Copyright notice for rpm.rte >> . . . . . . .
Licensed Materials - Property of IBM

5765E6100
(C) Copyright International Business Machines Corp. 2000, 2005.
(C) Copyright Regents of the University of California 1990, 1993, 1994, 1995.
(C) Copyright Jean-loup Gailly and Mark Adler, 1995 - 1998.
(C) Copyright The President and Fellows of Harvard University 1995, 1996.
(C) Copyright Julian R Seward, 1996 - 2000
(C) Copyright Sleepycat Software, 1990 - 2000

All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for rpm.rte >>. . . .

restore: 0511-147 Unpacking file size error.
The original size of ./usr/opt/freeware/bin/gzip is 66303; restored size is 6630
2.
restore: 0511-708 There is an internal unpacking error: decode failure
restore: 0511-121 Out of space.
0503-700 inurest: Error in restoring files
0503-037 inurest: Failure on system call to execute command /usr/sbin/restbynam
e -S -xYAqf//rpm.rte -Z /tmp/inutmp1HbxUa/sorted.al.

0503-464 installp: The installation has FAILED for the "usr" part
of the following filesets:
rpm.rte 3.0.5.39

installp: Cleaning up software for:
rpm.rte 3.0.5.39

Finished processing all filesets. (Total time: 1 secs).

+-----------------------------------------------------------------------------+
Summaries:
+-----------------------------------------------------------------------------+

Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
rpm.rte 3.0.5.39 USR APPLY FAILED
rpm.rte 3.0.5.39 USR CLEANUP SUCCESS
#


any help would be great i need rpm install to get expect install.
thanks
 
restore: 0511-121 Out of space. Check space.

Make sure the original file was transfered in Binary mode to the server.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
The key words here are 'Out of space'
run
Code:
df -k /usr
df -k /tmp
and check if the file system is nearly full.
If you use smit (I know real techies run from a command line but..) it has the option for the extend file systems if required. There's a flag for installp for this but I've forgotten it (that's why I use smit). man installp will give more details

Columb Healy
 
smit will also tell you the command it's going to run, including the extend fs flag, if that's what you want.
 
this is the out put from the two commands
# df -k /usr
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd2 1048576 143908 87% 24988 10% /usr
# df -k /tmp
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd3 327680 103700 69% 1981 3% /tmp
 
That flag is -X and is already specified. However, if there is no (or an incorrect) estimate of needed space in the install files, -X won't do any good.

Either manually expand /usr (or /usr/opt ???) and try again. Or make sure you have a correct install file. Perhaps your install file contains corrupt data? Incomplete download? FTP not in binary mode (already mentioned by BocaBurger)?


HTH,

p5wizard
 
look like it was that the file was not good turn on the binary mode and reinstall it and it worked
thanks for all the help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top