Update vs. install media, and LPP_SOURCE naming


 
Thread Tools Search this Thread
Operating Systems AIX Update vs. install media, and LPP_SOURCE naming
# 1  
Old 05-04-2016
Update vs. install media, and LPP_SOURCE naming

Hello all,

Relative AIX novice here: I'm trying to clarify the naming of AIX install vs. update media, and how best to name my lpp_sources on my NIM server.

An example:

I have two sets of DVDs from IBM (ordered via Entitled Software Support) sitting in front of me for 7100-03-04. One set is labelled "AIX 7" and the other is "AIX 7 Update".

Is it correct to say the first is for fresh installations only, while the second is meant only for updating existing installations? That's what I have been assuming and I have been naming my lpp_sources for these accordingly:

Code:
# lsnim
master                     machines        master
boot                       resources       boot
nim_script                 resources       nim_script
master_net                 networks        ent
7100-03-04_install_lpp     resources       lpp_source
7100-03-04_update_lpp      resources       lpp_source
#

Is it also correct that everything pulled from FixCentral is an "Update" and never meant for a fresh install? As in, if I download 7100-03-04 from FixCentral, I am actually downloading the same media that is on the 7100-03-04 "Update" DVDs sitting here on my desk?

How do you name your lpp_sources? I thought a directory hierarchy might make sense:

/export/nim/lpp_source/install/
/export/nim/lpp_source/update/

As you can see above, right now I am just including 'install' and 'update' in the name of each lpp_source.

Cheers,
Mark
# 2  
Old 06-04-2016
You have asked several questions here and some of them are notoriously touchy subjects. I'll try to go over them one by one.

The difference between update and install-packages: an install-package can be installed any time (well, requisites have to be met, etc.). An update-package can only be installed, if the package of the same name already has been installed. Basically there is some "base-level" fileset (which by itself is an install-package) as one of the prerequisites of the update-package.

The reason is mostly licensing: if you have an installation licenses for a certain AIX level you can install all the updates to it (they will be update-packages), but not another AIX version for which you have no license. Save for these legalities there is little difference in update- and install-packages. There are many update-packages which even replace all the files that come with that package.

About naming the NIM-resources: this should be done veeerrryyy carefully - and in practice rarely is. In most of the projects i came into the NIM-server was quite shoddily managed. I hate that with a passion but once i was done putting order to the chaos the project was usually done and in the next datacenter i went into the situation was the same as before, rinse and repeat.

Now, there is no real "right or wrong" way to do it, just be consistent with yourself. My personal system is to name all NIM-resources so that they immediately show their type: all lpp_sources are "lpp_something", all SPOTs are "spot_something", etc.. Then i have the habit of naming the resources by the versions they serve, i.e.:

Code:
lpp_71_03-02
lpp_71_03-03
lpp_71_03-04
lpp_71_03-05
spot_71_03-02
spot_71_03-03
spot_71_03-04
spot_71_03-05
[...]

This way i see immediately which lpp_source belongs to which SPOT and vice versa.

For other software i create a lpp_source and put everything into it, i.e. lpp_java, which contains all Java-versions, lpp_emc, which contains all versions of the EMC drivers, etc.. HACMP (or whatever they call it today) has a separate lpp_source for every version: lpp_hacmp_711, lpp_hacmp_713 and so on.

I suggest creating a sensible direcctory structure too, but this is separate from the structure of the NIM-resources.

Btw., you do not need a separate install- and update-lpp_source. You can put everything into one and it is even more convenient because if you try to install pkg.1.1 (the update) it will - if you selected "automatically install requisite software" automatically install pkg.1.0 (the base install package) if it is there. Otherwise you always have to switch from one lpp_source to the other and back.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Need SCO 5.0.5 install media

I need to reinstall SCO Openserver 5.0.5. I have a license, but the install media is long lost. Can anyone help me find an .iso? (12 Replies)
Discussion started by: dudeman411
12 Replies

2. Shell Programming and Scripting

Install multi-media codecs

Having difficulties installing multi-media codecs. First from software mgr. Got a pop-up menu"mintinstall.py" tiked "continue" and nothing happens. Went to terminal and this was the result: sudo apt-get install gstreamer0.10-plugins-ugly libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla... (1 Reply)
Discussion started by: 69Rixter
1 Replies

3. UNIX for Beginners Questions & Answers

Solaris Live Media x86 Install

Unix Buddies Burned download to DVD-R. Booted it. It dropped me at a command line. Is it working properly? Thanks! (7 Replies)
Discussion started by: Solaris User
7 Replies

4. SCO

5.0.2 install media

I've inherited an openserver 5.0.2 and wanted to move it to a virtualized environment - Given the server is original hardware no one knows where any of its media is. I'm hoping someone has the installation media for 5.0.2 so I can get a clean system up and running to see what if any changes will... (2 Replies)
Discussion started by: StarKnight83
2 Replies

5. AIX

Add a bundle to a lpp_source

Hi. I forgot a bundle (X11.dt) in the lpp_source (base OS AIX 7.1). The bundle is now in the CD drive, I need to add it permanently in the lpp_source. What do I have to do ? - copy (where ?) bundle on my NIM server (how to determine what files to copy to have all elements of the bundle ?) ?... (1 Reply)
Discussion started by: stephnane
1 Replies

6. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

7. Red Hat

How to install fedora 13 from a usb media....it should not like 'live'?

im using Dell Inspiron with windows 7 as operating system.....in my hard drive there is some 34 gb unpartitioned space and now i want to install fedora 13 into it, after installation it should be dual boot. problem here is... i have the fedora 13 image file ie fedora13-i386-DVD.iso file. ... (13 Replies)
Discussion started by: karthik437
13 Replies

8. AIX

HELP: Howto update an lpp_source in NIM

I'm SO confused about the question of whether I can or cannot update an lpp_source with a bunch of patches. Someone I know who I think knows a lot about AIX and NIM says I should never do this. But I'm looking at the Redbook "NIM from A to Z in AIX 5L", which seems to describe exactly how to do it,... (10 Replies)
Discussion started by: tgphelps
10 Replies

9. BSD

Free BSD Release 8.0 not recognizing CD/DVD and usb install media

Hi, I am trying to install Free BSD release 8.0 on my Dell XPS Studio laptop along with already existing Windows partition. (150GB for Win Vista, 30GB for win backup and 130 GB for Free BSD). To do trial I first installed it on Sun virtual Box in Windows where it installed without any complaints.... (2 Replies)
Discussion started by: dheerajsuthar
2 Replies

10. HP-UX

Searching for HP-UX 10.x Install Media

Hiya folks, The drive on my 712/80 just died and I can't seem to find my 10.20 CDs anywhere. My wife says she think she threw out the box that they were in when we moved recently. :( Sooo... What I'm looking for is someone that has upgraded to 11i (or something ) that no longer wants/needs... (0 Replies)
Discussion started by: ErikTheHAck
0 Replies
Login or Register to Ask a Question