Originally posted by: chris5126
Hi, im trying to create an lpp source from some .bff files on a cdrom: ls /cdrom/
aix_0001.bff aix_0002.bff cd.md5
Im using the following command: nim -o define -t lpp_source -a source=/export/lpp_source/tmp -a server=master -a location=/export/lpp_source/core/5.3/53-10-01 lpp_source_53-10-01
I have also tried using following source variables: source=/cdrom
source=/dev/cd0
source=/cdrom/aix_0001.bff
All commands give the following error: 0042-175 c_mk_lpp_source: An unexpected result was returned by the "/usr/sbin/installp" command:
0503-003 geninstall: The specified device /export/lpp_source/core/5.3/53-10-01
is not a valid device or file.
Full output: nim -o define -t lpp_source -a source=/export/lpp_source/tmp -a server=master -a location=/export/lpp_source/core/5.3/53-10-01 lpp_source_53-10-01
Preparing to copy install images (this will take several minutes)...
0503-114 gencopy: RPM Product cdrecord* does not exist.
0503-114 gencopy: RPM Product mkisofs* does not exist.
0503-114 gencopy: RPM Product expect* does not exist.
0503-114 gencopy: RPM Product tcl* does not exist.
0503-114 gencopy: RPM Product tk* does not exist.
0042-001 nim: processing error encountered on "master":
0042-001 m_mk_lpp_source: processing error encountered on "master":
warning: 0042-265 c_mk_lpp_source: The image source "/export/lpp_source/tmp"
that was used to define the lpp_source is missing one or more
of the following from the list of default packages:
bos.64bit
bos
bos.acct
bos.adt
bos.aixpert.cmds
bos.cdmount
bos.diag
bos.help.msg.en_US
bos.iconv
bos.iocp
bos.loc.iso
bos.mh
bos.mls
bos.mp64
bos.msg.en_US
bos.net
bos.perf
bos.pmapi
bos.suma
bos.swma
bos.sysmgt
bos.terminfo
bos.txt
bos.wpars
csm.client
csm.core
csm.deploy
csm.diagnostics
csm.dsh
csm.msg.en_US
csm.msg.EN_US
devices
ICU4C.rte
ifor_ls.base
ifor_ls.html.en_US
infocenter.man.EN_US.commands
invscout.com
invscout.ldb
invscout.rte
lum.base
lum.msg.en_US
perfagent.tools
perl.libext
perl.rte
printers.rte
rpm.rte
rsct.core
rsct.msg.en_US
rsct.msg.EN_US
Tivoli_Management_Agent.client
wio.common
wio.fcp
xlC.aix61
xlC.sup.aix50.rte
xlC.cpp
xlC.rte
xlC.msg.en_US.cpp
rc=175
0042-175 c_mk_lpp_source: An unexpected result was returned by the "/usr/sbin/installp" command:
0503-003 geninstall: The specified device /export/lpp_source/core/5.3/53-10-01
is not a valid device or file.
#AIX-Forum