Sponsored Content
Operating Systems AIX Installed Memory 32GB but shows only 16GB Post 303023258 by filosophizer on Thursday 13th of September 2018 01:18:28 PM
Old 09-13-2018
Installed Memory 32GB but shows only 16GB

Hello facing this problem in VIOS

installed memory shows 32GB


Installed system memory: 32 GB (32768 MB)
Configurable system memory: 16 GB (16384 MB)
Current memory available: 2.23 GB (2288 MB)
Pending memory available: 2.23 GB (2288 MB)
Reserved firmware memory: 560 MB


Memory Region Size Memory Region Size
Memory region size: 16 MB

-------------------


Code:
# lscfg -vp | egrep "Memory DIMM|Size"
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
      Memory DIMM:
        Size........................2048
#


Question: Shouldn't configurable memory also be 32GB ?

is there any command to update or sync ?

thanks
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get amount of memory installed.

Hi! I'm not a UNIX fanatic but I like using it for the Oracle database since it's not stable in the Windows NT environment (what is?). Problem: Is there any command to show me the amount of installed physical-memory in the machine? Is there some other way to show the processes which uses... (4 Replies)
Discussion started by: elgholm
4 Replies

2. Solaris

T5220 How to determine physical memory installed?

Hi, looking to upgrade memory on a pair of T5220's from 32GB to 64GB. Cannot determine current DIMM size and slots used. i.e. not sure if Qty 16 x 2GB or Qty 8 x 4GB. If there are no empty slots, i need to go with higher density DIMMs and retire exsisting the 2GB prtdiag follows. #... (3 Replies)
Discussion started by: edrew
3 Replies
AUTALLOCBLOCK(3)						   AUT FUNCTIONS						  AUTALLOCBLOCK(3)

NAME
autallocblock - memory allocator ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "aut101.h" char *autallocblock( Size ) unsigned int Size; PARAMETERS
Size Number of memory bytes to be contiguously allocated DESCRIPTION autallocblock returns a block of Size bytes length. The memory block is set to zero. RETURN VALUE
autallocblock returns a pointer to a Size bytes long block. ERRORS
"autalloc: alloc error, can't continue !" System break can't be moved anymore, no more memory can be retrieved from the system. EXAMPLE
#include "aut101.h" char *dup_str(s) char * s; { char *t = (char *)autalocblock(strlen(s) + (unsigned int)1); strcpy(t, s); return t; } SEE ALSO
aut(1), autresizeblock(3), autallocheap(3), autfreeblock(3), autfreeheap(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 AUTALLOCBLOCK(3)
All times are GMT -4. The time now is 04:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy