Memory - Which slots and how much?


 
Thread Tools Search this Thread
Operating Systems AIX Memory - Which slots and how much?
# 1  
Old 06-16-2011
Memory - Which slots and how much?

Hi, all. I was wondering if there's a command or log file that will tell me how much RAM is in the system and, more specifically, the size of each stick.

Thanks,

Jason
# 2  
Old 06-17-2011
try
Code:
 
lscfg -vp

# 3  
Old 06-17-2011
Code:
 
sudo dmidecode --type 17

# 4  
Old 06-17-2011
@JasonRkr try this
Code:
$ lscfg -vp | grep -e "Memory DIMM" -e "Size"

This User Gave Thanks to h@foorsa.biz For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Can't reinstall Solaris 11.3 - no more disk slots available

I tried to reinstall GRUB2 on my previous Solaris 11.3 installation but could not figure out why "bootadm install-bootloader" failed. Now I am trying to reinstall Solaris 11.3 instead, over my old Solaris partition. I am using the USB Live media ISO with the GUI. Installation fails with this... (0 Replies)
Discussion started by: kebabbert
0 Replies

2. Solaris

available PCI slots on v440

How do I find any available PCI slots on a v440? When I run prtconf, I get the following output? But I am not able to make out whether all the PCI slots are used. ================================= IO Devices ================================= Bus Freq Brd Type MHz Slot ... (1 Reply)
Discussion started by: jtamminen
1 Replies

3. AIX

Command that shows mem slots

A while back I had a command that shows the memory slots (and info on the modules inserter) in an IBM AIX machine. I cannot remember it at this time, can someone help me out with this command please? (4 Replies)
Discussion started by: bbbngowc
4 Replies

4. Solaris

Memory Slots

Hi All, Can Any body tell me how to find out the how many memory slots are there in SUN server ?? Thanks and Regards, (2 Replies)
Discussion started by: lbreddy
2 Replies

5. Solaris

How to look for open pci slots

I'm looking for open PCI slots in our array of sun boxes. I need help on how to distinguish if there's an open slot or not using prtdiag and prtconf. Is there a better tool for this? TIA. Here's my prtdiag -v | grep pci: pci 66 PCI5 SUNW,qlc-pci1077,2312 (scsi-+ ... (9 Replies)
Discussion started by: revzalot
9 Replies

6. Solaris

Help! Moving HBA cards to different slots

Due to speed mismatch, the server kept crashing. Sun suggests that I need to move the two HBA cards from the 66Mhz to the 33Mhz slots. There are tons of disks that are connected to these HBAs and I have Veritas volume manager. Does anyone have a list of what I need to do prior/after moving to... (3 Replies)
Discussion started by: kiem
3 Replies

7. Filesystems, Disks and Memory

Probing memory slots

Hello, I'm running Red Hat Linux on a Dell Poweredge 2650 Rack Server and wondered if anyone knew of a tool or command I could use to probe the memory slots on the motherboard. I know the machine has six memory slots and currently contains 1GB RAM, what I don't know however, is if it contains... (3 Replies)
Discussion started by: cw1972
3 Replies

8. UNIX for Dummies Questions & Answers

tape driver slots confgure

Hi Does anyone know the command to configure HP tape slots. I have tried the following on Sun, but its notworking. This is the first time I have configured a tape drive with muiltple slots. root@ssdb0009 # cfgadm -l Ap_Id Type Receptacle Occupant Conditio... (3 Replies)
Discussion started by: dennisca
3 Replies
Login or Register to Ask a Question