My nim master have to updated with new ml 06 .
how do i know which version my nim master is currently?
how to update
nim -o update -a packages=all -a source=/software/aix52ml06 /lpp_sourse
Is this ok..
??
thanks
govind.g
My nim master have to updated with new ml 06 .
how do i know which version my nim master is currently?
how to update
nim -o update -a packages=all -a source=/software/aix52ml06 /lpp_sourse
Is this ok..
??
thanks
govind.g
I don't understand, what you want.
To find out which maintenance level the nim master is issue (locally on the nim master):
# instfix -i | grep AIX_ML
You will get a list similar to the following:
All filesets for 5.2.0.0_AIX_ML were found.
All filesets for 5200-01_AIX_ML were found.
All filesets for 5200-02_AIX_ML were found.
All filesets for 5200-03_AIX_ML were found.
All filesets for 5200-04_AIX_ML were found.
All filesets for 5200-05_AIX_ML were found.
Not all filesets for 5200-06_AIX_ML were found.
All filesets for 5200-07_AIX_ML were found.
To find out, which filesets are downlevel for ML06 issue:
# instfix -qic "5200-06_AIX_ML" | grep ':-:'
bakunin