How do I display information about the system using uname on aix?



  • Some uname switches (options) will display output from a combination of options.

    $ uname -a
    AIX unixbod 2 5 xxyyyyyymmss
    

    where: xx is always 00, yyyyyy is the unique number for whole system, mm is the model id, and ss is the
    submodel number which is always 00

    display the lan number

    $ uname -l
    

    display LPAR number

    $ uname -L
    

    display the system model

    $ uname -M
    IBM,9111-520
    

    display the nodename

    $ uname -n
    unixbod
    

    display the system processor

    $ uname -p
    powerpc
    

    display the revision

    $ uname -r
    2
    

    display the system ID

    $ uname -u
    

    display the version of OS

    $ uname -v
    5
    
    $ uname -x
    AIX unixbod xxxxxxxxxx 2 5 xxyyyyyymmss
    

Log in to reply
 

© Lightnetics 2024