Problem creating lpp source - 0042-267


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Problem creating lpp source - 0042-267
# 1  
Old 03-24-2014
Problem creating lpp source - 0042-267

Hello, I am running AIX6.1TL9SP1 and i want to create an lpp source from my NIM Master in order to perform AIX update of my other AIX machines. I already did the installation on my NIM Master so it has the right version, but when i use the same resources that i used for the update i get the following error: warning: 0042-267 c_mk_lpp_source: The defined lpp_source does not have the "simages" attribute because one or more of the following packages are missing: bos bos.net bos.diag bos.sysmgt bos.terminfo bos.terminfo.all.data devices.graphics devices.scsi devices.tty bos.mp64 bos.64bit bos.wpars bos.aixpert.cmds ifor_ls.base lum.base bos.mls i know that without the simages attribute i cannot perform bos installation on other AIX machine. does anybody have any idea what i can do in order to create the lpp source correctly? Thank you
# 2  
Old 03-24-2014
Ok,
If you are using Technology Level (TL) to create lpp_source, you get this warning message.

What that means is, you cannot perform Base Operating System Installation, using that lpp_source. But, you can use that lpp_source to upgrade the clients.

If you try to find those file sets in that TL (AIX6.1TL9SP01) you won't find any of those file sets in installation mode, and the error above is complaining the same.
If you observe, all those file sets will exist in the form of xxxx.rte.U or xxxx.U, showing they are only to be upgraded and NO fileset exist in xxxx.I installation format.

Remember: You CAN perform the TL upgrades using that lpp_source, but CANNOT do a BOS_INST.

Hope this helps.

Last edited by ibmtech; 03-24-2014 at 04:17 PM..
# 3  
Old 03-26-2014
yes you are right!i tried to perform an update_all operation from NIM Master using the lpp source that i already created and it works.thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Exit code 267 from shell script

Hi, We have a problem in Linux (GNU/Linux 3.10.0-693.1.1.el7.x86_64) with a shell script returning 267 as return code. The script, load_flag.sh is called from main_script.sh (both script samples given below). The exit code from load_flag.sh is used to decide whether to continue execution of... (1 Reply)
Discussion started by: Arunnath
1 Replies

2. AIX

Install RPM from NIM LPP without smitty

I want to install single RPM from LPP on NIM system without doing it interactively (with single non-interactive command), so I 'got' that command from smitty this way: # smitty nim > Install and Update Software > Install Software Select the LPP_SOURCE containing the install images >... (5 Replies)
Discussion started by: n.i.b
5 Replies

3. AIX

What LPP provides /usr/include/des_crypt.h ?

as in subject. I've got bos.rte.security and I see /usr/lib/libdes.a , but the des_crypt.h header is not to be found. I'm running 6.1 and need an answer for that release, BTW. TIA! (1 Reply)
Discussion started by: maraixadm
1 Replies

4. UNIX for Dummies Questions & Answers

Problem with install aquila dsp library from source.

Hi All, I am trying to install aquila-dsp. an open source c++ library from dsp functions in my ubuntu 12.10. I downloaded the aquila source. configured, make and did make install. It seems to be installed in /usr/lib/aquila. The compile fails in linking when I try using api provided by... (0 Replies)
Discussion started by: tamil.pamaran
0 Replies

5. AIX

Where to download ldap.client lpp

Hello, I am trying to configure an AIX machina to authenticate against a Windows 2003 AD, and I am desesperately trying to find the ldap.client lpp in the internet. I am using AIX 5.3 and I don't have access to the DVD media, please help! Thankyou, Tiago (2 Replies)
Discussion started by: tiagoskid
2 Replies

6. UNIX for Dummies Questions & Answers

nim mksysb - 0042-124 c_ch_nfsexp error

Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no +---------------------------------------------------------------------+ System Backup Image Space Information (Sizes are displayed in... (4 Replies)
Discussion started by: astjen
4 Replies

7. AIX

LPP Compare

Greetings Folks I've got a few AIX installations and need to determine the differences between them. Namely the LPP's installed, which level and whether commited or not. Any chance there is a script or tool out there that would take say the output of 'lslpp -L' as input and give a report of... (2 Replies)
Discussion started by: Smoker
2 Replies

8. Shell Programming and Scripting

problem with source command

Ive written a script that uses the source command but i get the error: source: not found when i enter it myself manually it works fine, is there any reason I cannot use this command in a script? (2 Replies)
Discussion started by: jonbyrne123
2 Replies
Login or Register to Ask a Question