How do I tell which AIX version am I running?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You are correct in the fact that oslevel will give you the current installed version, but that is not always enough information particularily if you are asked the question by support personnel. # oslevel <--- this will only give you the Base Level To be more precise you should use the following command which will give you additional Technology Level, Maintenance Level and Service Pack level information.
This will give you
On some older versions of AIX the -s option is not available in whichh cas you should use the -r option which will report as far as the Technology level I hope this helps Mike Scheerer |
|||
|