Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Created 7/19/2016 aaron.enfield

Get a hardware dump from a node. For  For example on a node from a CSN, http://c-csn1:8090/storage/192.168.201.84/hwinfo_dump [ http://c-csn1:8090/storage/192.168.201.84/hwinfo_dump]

Save that to a txt file called hwinfo-dump.txt.

Then run the following grep on that file. #egrep

#egrep "model name|physical id|cpu cores" hwinfo-dump.txt | sort | uniq
cpu cores : 1
model name : Intel(R) Xeon(R) CPU E5-2609 v2 @ 2.50GHz
physical id : 0
physical id : 2
physical id : 4
1

...

 physical processor, 3 cores for this

...

 particular chassis.