This is a discussion on Memory and CPU on p690 within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi all , I have a p690 with 80 GB memory in it. How do i find out how ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all , I have a p690 with 80 GB memory in it. How do i find out how much more memory it can take, is the inward or the outward slots free, and what is the difference between IBM 8 GB MS and 8 GB MS/NUMA DIR: Also how will i determine the CPU is 8-way or 4 way Thanks in advance RC |
| |||
| |
| |||
| rcee wrote: > Hi all , > I have a p690 with 80 GB memory in it. How do i find out > > how much more memory it can take, 256GB total max (see http://www.b2net.co.uk/ibm/ibm_pseries_690_server.htm) btw - lsattr -Elmem0 shows the total memory on an H80. is the inward or the outward slots > free, > and what is the difference between > IBM 8 GB MS and 8 GB MS/NUMA DIR: Not sure, where is this output from? > > > Also how will i determine the CPU is 8-way or 4 way lscfg|grep proc | wc -l will count the number of proc(essors) on your system. I don't admin p690s, but this command works on all AIX systems that I know. HopeThisHelps! |
| ||||
| lscfg -vpl mem0 mem0 Memory PLATFORM SPECIFIC Name: IBM,memory-module Node: IBM,memory-module@0 Physical Location: U1.18-P1-M2 IBM 8 GB MS : Serial Number...............YL11233064G2 Part Number.................53P4165 Customer Card ID Number.....302A FRU Number.................. 53P4165 Model Number................0001 Size........................8192 Version.....................RS6K System Info Specific.(YL)...U1.18-P1-M2 Name: IBM,memory-module Node: IBM,memory-module@0 Physical Location: U1.18-P1-M3 8 GB MS/NUMA DIR: Serial Number...............YL1082081065 Part Number.................53P0374 Customer Card ID Number.....302A FRU Number.................. 53P0374 Model Number................0000 Size........................8192 Version.....................RS6K System Info Specific.(YL)...U1.18-P1-M3 __________________________________ lscfg |grep proc |wc -l ---- > will give you the available processor's in the server. I need to know that the CPU's on the entire p690, is it 4- way or 8 - way ....! |