Difference between revisions of "Basic Unix Commands for Solaris Administrator"
Jump to navigation
Jump to search
(Created page with "* Solaris version <pre> $ uname -a SunOS il06mksprod11 5.10 Generic_141444-09 sun4v sparc SUNW,SPARC-Enterprise-T5120 </pre> * How many CPUs <pre> # Sample here is with two phys...") |
(No difference)
|
Latest revision as of 10:28, 23 January 2013
- Solaris version
$ uname -a SunOS il06mksprod11 5.10 Generic_141444-09 sun4v sparc SUNW,SPARC-Enterprise-T5120
- How many CPUs
# Sample here is with two physical CPUs (each has 48 cores). $ psrinfo -pv The physical processor has 48 virtual processors (0-23 32-55) UltraSPARC-T2+ (cpuid 0 clock 1167 MHz) The physical processor has 48 virtual processors (64-71 80-119) UltraSPARC-T2+ (cpuid 64 clock 1167 MHz)