This is a discussion on NIM again: lpp_source with both base levels and updates within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi there, a NIM quickie: I have an lpp_source with all AIX 5.3 base level filesets in it. It ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, a NIM quickie: I have an lpp_source with all AIX 5.3 base level filesets in it. It has the "simages" attribute, but there are also additional base level filesets in there, such as X11. I have used "nim -o update" to add all filesets of the ML2 package to the lpp_source. I used that lpp_source (and a SPOT created with the same lpp_source) to install an LPAR. I specified a self-defined bundle to install additional software (X11) during BOS installation. In that bundle were several X11 filesets, but *not* X11.motif.mwm. One or more filesets in the bundle have X11.motif.mwm as a requisite, so the installation process included X11.motif.mwm, even though it wasn't explicitly mentioned in the bundle. However: it took the base level X11.motif.mwm and not the 5.3.0.20 version that's also in the lpp_source!? Is this expected behaviour? Is the way I described above the correct way to directly install BOS at the latest ML? Manually installing X11.motif.mwm from the same lpp_source worked fine, and the LPAR now reports 5300-02 with oslevel -r (it was the only backlevel fileset). Thanks, -- Jurjen Oskam |
| |||
| The 5.3.0.20 is a update package. NIM ( installp) i afaik only able o install missing base filesets but not the update also. So you might include X11.motif.mwm in your bundle. NIM ( installp ) should then add the update also or just do an update_all after installation. hth Hajo |
| ||||
| On 2005-08-07, Hajo <service@metamodul.com> wrote: > The 5.3.0.20 is a update package. NIM ( installp) i afaik only able o > install missing base filesets but not the update also. > > So you might include X11.motif.mwm in your bundle. Thanks, I already did this and it works: NIM now installs both the base level and the update. So, I just need to take care to explicitly include any requisite filesets in a bundle. A bit annoying, but it works. -- Jurjen Oskam |