AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

what is the command to get memory details?

  • 1.  what is the command to get memory details?

    Posted Thu November 12, 2009 10:52 PM

    Originally posted by: smeetu


    I need the following info about memory

    1)memory type

    2) memory capacity

    3) memory slots in use

    4) memory total slots

    I checked the output of the following commands , but did not help much.

    lsattr -El mem0

    lsdev -C -c memory

    odmget -q "name=mem0" CuAt

    CuAt:
    name = "mem0"
    attribute = "goodsize"
    value = "1984"
    type = "R"
    generic = "D"
    rep = "nr"
    nls_index = 57

    Please let me does any body have any idea what is the command to get above details?

    And any idea on what type="R" refers in odmget output above?

    Thanks
    Devi


  • 2.  Re: what is the command to get memory details?

    Posted Sun November 15, 2009 09:30 PM

    Originally posted by: cd3lgado


    Hi

    lscfg -vp

    command will give you all info about your server configuration. Look for "Memory" words and you will find type/model, size, even location of RAM DIMMs.

    Hope this helps


  • 3.  Re: what is the command to get memory details?

    Posted Mon November 16, 2009 06:21 AM

    Originally posted by: smeetu


    how to get memory type and memory speed?