AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  Need Kernel ID details in AIX

    Posted Tue July 05, 2011 12:24 AM

    Originally posted by: RatnaKantharaj


    Hi All,
    Can anyone please help us to get the kernel ID details in AIX... ???Am into a task where the shell scripts should be moved from Solaris to AIX environment with the required modifications.

    Now i need the AIX command which will give the below output as in Solaris (like: uname -v ==> Generic_122300-51). If i check with "uname -X", this value is the Kernel ID itseems.

    The output in AIX is shown as below (like: uname -v ==> 6) which is giving us OS version.In both env's man page, the meanings for the command "uname -v" is same. But the o/ps r different... :(

    Can anyone please advise me on which command will give this Kernel ID details in AIX so that i can change the script accordingly in AIX. Thanks in advance
    #AIX-Forum


  • 2.  Re: Need Kernel ID details in AIX

    Posted Thu July 07, 2011 10:30 AM

    Originally posted by: cmeyer


    According to the Solaris man page (Solaris 10), the uname -v give the OS version (which would give the kernal a unique version ID). In AIX (5.3 and higher), use the command oslevel -s. This shows the full patch level of the current kernel.
    #AIX-Forum