AIX

AIX

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


#Power
 View Only
  • 1.  Total Installed system memory using partition command

    Posted Fri April 20, 2012 05:30 AM

    Originally posted by: jetyvand


    Hi,

    Is it possible to show the total installed memory on my system (i.e 512GB) using a command on a LPAR on the same system? I have tried many memory commands, but I only find LPAR related memory information. The best option would be to use nmon to get this information, since I use this program for statistics.. but any command would help alot!

    J
    #AIX-Forum


  • 2.  Re: Total Installed system memory using partition command

    Posted Mon April 23, 2012 08:31 PM

    Originally posted by: SystemAdmin


    Hi jetyvand,

    Try using prtconf command, with sample results below:

    
    System Model: IBM,8406-71Y Machine Serial Number: 10A919A Processor Type: PowerPC_POWER7 Processor Implementation Mode: POWER 7 Processor Version: PV_7_Compat Number Of Processors: 1 Processor Clock Speed: 3000 MHz CPU Type: 64-bit Kernel Type: 64-bit LPAR Info: 13 AIX_MODEL Memory Size: 2048 MB Good Memory Size: 2048 MB Platform Firmware level: AA710_083 Firmware Version: IBM,AA710_083 Console Login: enable Auto Restart: 
    
    true Full Core: 
    
    false
    


    Regards
    zieggy
    #AIX-Forum


  • 3.  Re: Total Installed system memory using partition command

    Posted Wed April 25, 2012 10:19 AM

    Originally posted by: SystemAdmin


    Hi,

    Try to check "Memory DIMM" section and sum dimm sizes within the following command :

    
    lscfg -vp
    

    #AIX-Forum


  • 4.  Re: Total Installed system memory using partition command

    Posted Thu April 26, 2012 10:10 AM

    Originally posted by: jetyvand


    Thank you meyawi, this works perfect. Made a small perlscript that just sums the sizeparameter :)
    #AIX-Forum


  • 5.  Re: Total Installed system memory using partition command

    Posted Fri April 27, 2012 03:45 AM

    Originally posted by: SystemAdmin


    jetyvand wrote:
    Thank you meyawi, this works perfect. Made a small perlscript that just sums the sizeparameter :)
    I'm glad I could help :)

    A. MEHIAOUI
    #AIX-Forum