vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| karan wrote: > Dear all , > > Pls help me to find current ML installed in an AIX server 5.2 . > > Regards > Karan Current FULL level # oslevel -r Shows PARTIAL ML installs # instfix -i | grep ML Show what filesets are missing from AIX 5.2 ML3 # instfix -ivk 5200-03-AIX_ML | grep : | grep not |
| |||
| rs6000er wrote: > you could run command oslevel -r to find out what installed in your > server. > > regards, > > frank > karan wrote: > > Dear all , > > > > Pls help me to find current ML installed in an AIX server 5.2 . > > > > Regards > > Karan Hi frank, Below is the ouput of oslevel -r 5200-05 Regard Karan |
| |||
| steven_nospam at Yahoo! Canada wrote: > karan wrote: > > Dear all , > > > > Pls help me to find current ML installed in an AIX server 5.2 . > > > > Regards > > Karan > > Current FULL level > # oslevel -r > > Shows PARTIAL ML installs > # instfix -i | grep ML > > Show what filesets are missing from AIX 5.2 ML3 > # instfix -ivk 5200-03-AIX_ML | grep : | grep not Hi , pls find the below output # oslevel -r 5200-00 #instfix -i | grep -i ML All filesets for 5.2.0.0_AIX_ML were found. Not all filesets for 5200-01_AIX_ML were found. Not all filesets for 5200-02_AIX_ML were found. Not all filesets for 5200-03_AIX_ML were found. Not all filesets for 5200-04_AIX_ML were found. Not all filesets for 5200-05_AIX_ML were found. |
| |||
| steven_nospam at Yahoo! Canada wrote: > karan wrote: > > Dear all , > > > > Pls help me to find current ML installed in an AIX server 5.2 . > > > > Regards > > Karan > > Current FULL level > # oslevel -r > > Shows PARTIAL ML installs > # instfix -i | grep ML > > Show what filesets are missing from AIX 5.2 ML3 > # instfix -ivk 5200-03-AIX_ML | grep : | grep not Hi , pls find the below output # oslevel -r 5200-00 #instfix -i | grep -i ML All filesets for 5.2.0.0_AIX_ML were found. Not all filesets for 5200-01_AIX_ML were found. Not all filesets for 5200-02_AIX_ML were found. Not all filesets for 5200-03_AIX_ML were found. Not all filesets for 5200-04_AIX_ML were found. Not all filesets for 5200-05_AIX_ML were found. Pls advice on the output. Thanks & Regards Karan |
| |||
| karan wrote: > steven_nospam at Yahoo! Canada wrote: > > karan wrote: > > > Dear all , > > > > > > Pls help me to find current ML installed in an AIX server 5.2 . > > > > > > Regards > > > Karan > > > > Current FULL level > > # oslevel -r > > > > Shows PARTIAL ML installs > > # instfix -i | grep ML > > > > Show what filesets are missing from AIX 5.2 ML3 > > # instfix -ivk 5200-03-AIX_ML | grep : | grep not > > > > Hi , > > pls find the below output > # oslevel -r > 5200-00 > > #instfix -i | grep -i ML > All filesets for 5.2.0.0_AIX_ML were found. > Not all filesets for 5200-01_AIX_ML were found. > Not all filesets for 5200-02_AIX_ML were found. > Not all filesets for 5200-03_AIX_ML were found. > Not all filesets for 5200-04_AIX_ML were found. > Not all filesets for 5200-05_AIX_ML were found. > > > Pls advice on the output. > > Thanks & Regards > Karan Karen, You dont have all the filesets required for the ML levels, ru instfix -ciq |grep 5200-04_AIX_ML|grep ":-:" for each ML and the output will be all the filesets downlevel. Then you can download the ones you need, or just download the complete latest ML and put it on (check all pre-reqs fo course) Scott |
| ||||
| Or all in one shot: $ oslevel -rl `oslevel -rq 2>/dev/null |head -1` Fileset Actual Level Recommended ML ----------------------------------------------------------------------------- Java14.samples 1.4.1.1 1.4.2.0 Regards, Greg Hajo Ehlers <service@metamodul.com> wrote: > An > $ oslevel -r -l 5200-05 > should show which filesets are below level 05 |