Originally posted by: SystemAdmin
I am getting error as below:
bash-2.05b# installp_r -R /usr/sta -aqd ./mypack.bff mypack
----------------------------------------------------------------------------- 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.
mypack
<< End of Failure Section >>
----------------------------------------------------------------------------- BUILDDATE Verification ...
----------------------------------------------------------------------------- Verifying build dates...done
FILESET STATISTICS
1 Selected to be installed, of which:
1 FAILED pre-installation verification
----
0 Total to be installed
Pre-installation Failure/Warning Summary
Name Level Pre-installation Failure/Warning
mypack Not found on the installation media
bash-2.05b# ls
mypack.bff
Here are my steps.
Create a file say content, which will have all the files which we need to pakcage.
./lpp_name
./usr/lpp/mypack/liblpp.a
./opt/mypack/support/tools/TREADME
./opt/mypack/support/tools/f_editor.pl
./opt/mypack/support/tools/n_pl.sh
Here are the content of lpp_name
I am having directory structure from pwd as mentioned above, containing files and pl files.
eg:
./opt/mypack/support/tools/f_editor.pl
4 R I mypack {
mypack.sta 5.4.144.0 1 N U C "Test package" Fileset
[
%
RELOCATABLE
/opt/mypack/support/tools 19
/opt/mypack/bin 41
]
}
bash-2.05b# ls
mypack content lpp_name opt usr
The i ran below command to create package using backup utility
cat content | backup -iq -f mypack.bff
Were i am going wrong? am i missing any steps.
#AIX-Forum