vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| kiriana@penncomputer.com wrote: > I need the memory command to determine how much memory is on each > processor for a P650 7038-6M2. Please let me know. prtconf, IIRC. -- Gary R. Hook __________________________________________________ ______________________ Vocatus atque non vocatus deus aderit |
| |||
| kiriana@penncomputer.com wrote: > I need the memory command to determine how much memory is on each > processor for a P650 7038-6M2. Please let me know. > Thanks...Ken This is actually not easy to answer, but there is a command. Our (non-IBM) hardware vendor told me the command to run, and I forgot it. But if you know how much memory you have, and how many CPUs, it's a good bet that the memory is evenly divided. lscfg|grep proc this tells you how many processors lsattr -Elmem0 tells you how much memory then do the math. I was thinking lsattr, lscfg, or something like that would tell the configuration by memory chip. |
| |||
| Run "lscfg -vp" and check the 2nd half (platform specific) of the output. There should be some output with these location codes: U0.1-P1-Cx-My (x is any digit from 1 to 4 and represents the processor card, y is any number from 1 to 8 and represents the memory dimm) The size is also written. You can also run "lscfg -vp|grep Size" to get the size of the modules (there are someother sizes but you should be able to separate them). Bye Holger |
| |||
| On Wed, 20 Apr 2005 14:10:31 -0500, <kiriana@penncomputer.com> wrote: > Thanks Greg! > But I still have a problem. There are (4) 2-way procs in the box with > a total of 16GB memory. I agree that there is 4GB on each card, > however, is the 4gb made up of a 4gb kit or (2) 2gb kits? > Ken > IIRC, lscfg -vp will give more detailed info about each memory card installed. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
| ||||
| kiri...@penncomputer.com Apr 19, 2:04 pm show options Newsgroups: comp.unix.aix From: kiri...@penncomputer.com - Find messages by this author Date: 19 Apr 2005 14:04:01 -0700 Local: Tues,Apr 19 2005 2:04 pm Subject: IBM P650 Memory Command Needed Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse I need the memory command to determine how much memory is on each processor for a P650 7038-6M2. Please let me know. Thanks...Ken I don't have a P650, but on p5 systems the following works. lscfg -vp |grep -p DIMM |