vBulletin Search Engine Optimization
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
a customer has upgraded their AIX 5.3 to Technology Level 07 (apparently successfully...). But... The command "oslevel -q -s" shows: Known Service Packs ------------------- 5370-00-00-0000 5300-07-01-0748 5300-06-03-0732 (etc) The command "oslevel -s -g 5300-07-01-0748" shows: Fileset Actual Level Service Pack Level ----------------------------------------------------------------------------- bos.rte.install 5.3.7.2 5.3.7.1 Finally, the command "oslevel -s" (as well as "oslevel -fs") shows: 5370-00-00-0000 where I would expect it to display: 5300-07-01-0748 Why is this not the case? Because of the later level of "bos.rte.install"? And what does "5370-00-00-0000" stand for?? Regards, Damir |
|
|||
|
Hello,
Try checking with instfix, u should have "All filesets for ... were found": # instfix -i | grep ML # instfix -i | grep SP If you have any "Not all filesets...", check with oslevel which filesets are missing, like: # oslevel -sl 5300-03 Hope this helps... |
|
|||
|
Thanks, it did help - it appears that several Filesets are missing for full
TL_07. Allthough the right command was (doesn't make a big difference though) #oslevel -rl 5300-07 because I was looking at TLs not SPs -- Srdacan pozdrav, Damir Wilder ETNA d.o.o. tel: 4611-111 --- "Kuba" <[email protected]> wrote in message news:[email protected]... > Hello, > > Try checking with instfix, u should have "All filesets for ... were > found": > > # instfix -i | grep ML > # instfix -i | grep SP > > If you have any "Not all filesets...", check with oslevel which > filesets are missing, like: > > # oslevel -sl 5300-03 > > Hope this helps... |