RE: Number of dimms on X3 & X4 machines

  • From: <dimensional.dba@xxxxxxxxxxx>
  • To: <sbecker6925@xxxxxxxxx>, "'oracle-l'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 14 Feb 2020 12:17:26 -0800

dmidecode -t memory

then you can grep from that information specific sub-information

 

dmidecode -t memory | grep "Part Number:" | grep -v "NO DIMM"
dmidecode -t memory  | grep "Configured Clock Speed:" | grep -v Unknown

 

 

From: oracle-l-bounce@xxxxxxxxxxxxx <oracle-l-bounce@xxxxxxxxxxxxx> On Behalf 
Of Sandra Becker
Sent: Friday, February 14, 2020 12:07 PM
To: oracle-l <oracle-l@xxxxxxxxxxxxx>
Subject: Number of dimms on X3 & X4 machines

 

We are preparing to sell our X3 & X4 exadata machines.  I've been asked to 
provide specs on them, never having been involved with their installation or 
maintenance.  All those people are long gone and the docs I have don't list 
things like the amount of storage on the cell servers.    I managed to find 
most everything, including using dcli to get info on the storage.  The one 
thing I was asked for that I can't figure out how to get is the quantity & size 
of the RAM dimms.  Is there some kind of query I can run to get this 
information?  



-- 

Sandy B.

Other related posts: