This is mainly a place holder to remind me about the cprop command. I always seem to forget this. I have been asked a few times to get a count of the dimm sizes we have in our servers. You can run this to get the number and dimm size.
# cprop -summary -c Memory | grep Size | sort | uniq -c
This will give you output like this:
4 [Size]: 4 GB
Enjoy!
# cprop -summary -c Memory | grep Size | sort | uniq -c
This will give you output like this:
4 [Size]: 4 GB
Enjoy!
Comments
Post a Comment