And here we go again for the last series.
I will just write some uname outputs from the following Operating Systems:
- HP-UX,
- Solaris,
- Mac OS X,
- RHLE,
- NonStop and
- AIX.
—HP-UX—
HP-UX 11:
# uname -a HP-UX hostn B.11.31 U ia64 3213470152 unlimited-user license
—SOLARIS—
Solaris 8 SPARC, on a SunFire V240:
# uname -a SunOS hostname 5.8 Generic_117350-05 sun4u sparc SUNW,Sun-Fire-V240
Solaris 9 SPARC, on a SunFire V210:
# uname -a SunOS hostn 5.9 Generic_122300-61 sun4u sparc SUNW,Sun-Fire-V210
Solaris 9 SPARC, on a SunFire V240:
# uname -a SunOS hostname 5.9 Generic_122300-59 sun4u sparc SUNW,Sun-Fire-V240
Solaris 10 x86, on VMWare VM:
> uname -a SunOS hostn 5.10 Generic_141445-09 i86pc i386 i86pc
—Mac—
Mac OS X:
# uname -a Darwin hostn Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64 x86_64
—RHLE—
RHEL 6.4:
# uname -a Linux hostn 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/issue Red Hat Enterprise Linux Server release 6.4 (Santiago) Kernel \r on an \m
—NonStop—
HP Integrity Server, NonStop H06:
osh> uname -a NONSTOP_KERNEL hostn H06 25 NSE-T
HP Integrity BladeSystem, NonStop J06:
osh> uname -a NONSTOP_KERNEL hostn J06 14 NSE-AB
—AIX—
IBM AIX 5.3:
# uname -a AIX hostn 3 5 00CD7EBF3E00
For examples nicely formatted in a table, excel style, just go to WikiPedia:
http://en.wikipedia.org/wiki/Uname
If you have any uname outputs to add to this table, please feel free to do so. I added five entries myself to contribute, and will add some more once I get hold of more unusual systems.
Well, and that’s it for this 3 part series.
I may post some more uname outputs from OS’s in future updates, if there is any interest on the topic. Otherwise, just check WikiPedia’s page ;o)
Thanks for reading!