Re: Number of dimms on X3 & X4 machines

From: Tanel Poder <tanel_at_tanelpoder.com>
Date: Fri, 14 Feb 2020 23:37:10 -0500
Message-ID: <CAMHX9JJLGmjNU+Vw-ZMXp3MZ67jVGB7gN6vgO+Bv_zNZP7cVVg_at_mail.gmail.com>



An alternative would be to run:

*sudo lshw -c memory*

You may need to install it with yum.

Example output:

  *-memory

       description: System Memory
       physical id: 34
       slot: System board or motherboard
       size: 192GiB
       capacity: 2304GiB
       capabilities: ecc
       configuration: errordetection=ecc
    * *-bank:0*
          description: DIMM DDR4 Synchronous 2666 MHz (0.4 ns)
          vendor: Micron
          physical id: 0
          slot: CPU1_DIMM_3
          size: 16GiB
          width: 64 bits
          clock: 2666MHz (0.4ns)
     **-bank:1*
          description: [empty]
          product: NO DIMM
          vendor: NO DIMM
          physical id: 1
          slot: CPU1_DIMM_7

...
--
Tanel Poder
https://tanelpoder.com/seminar


On Fri, Feb 14, 2020 at 3:19 PM <dimensional.dba_at_comcast.net> wrote:


> 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_at_freelists.org <oracle-l-bounce_at_freelists.org> *On
> Behalf Of *Sandra Becker
> *Sent:* Friday, February 14, 2020 12:07 PM
> *To:* oracle-l <oracle-l_at_freelists.org>
> *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.
>
-- http://www.freelists.org/webpage/oracle-l
Received on Sat Feb 15 2020 - 05:37:10 CET

Original text of this message