Sun X4170 M2 RAM discrepancy


 
Thread Tools Search this Thread
Operating Systems Solaris Sun X4170 M2 RAM discrepancy
# 1  
Old 01-16-2012
Sun X4170 M2 RAM discrepancy

Hi all,

We are seeing an odd problem on one of our new servers. It seems to be reporting 4MB less RAM than is installed:

Code:
[root@server1:/]# prtconf | grep Mem
Memory size: 32764 Megabytes

Our other servers for example shows none missing:

Code:
[root@server2:/]# prtconf | grep Mem
Memory size: 32768 Megabytes

Both servers are running Oracle Solaris 10 9/10 s10x_u9wos_14a X86. Built from the same image, new 4GB DIMMs. I'm guessing an issue with one of the DIMMs but before we proceed I would like to know if anyone has seen this before?

Thanks
# 2  
Old 01-17-2012
jst chk ur memory slots and memory size by using
prtdiag -v

nd tell me what it shows and how many rem its shows on both server..
# 3  
Old 01-17-2012
It shows 8 slots free and 8 in use which is correct:
Code:
Type    Status Set Device Locator      Bank Locator
------- ------ --- ------------------- --------------------
DDR2    in use 0   DIMM_A0              A
DDR2    in use 0   DIMM_A1              A
DDR2    empty  0   DIMM_A2              A
DDR2    empty  0   DIMM_A3              A
DDR2    in use 0   DIMM_B0              B
DDR2    in use 0   DIMM_B1              B
DDR2    empty  0   DIMM_B2              B
DDR2    empty  0   DIMM_B3              B
DDR2    in use 0   DIMM_C0              C
DDR2    in use 0   DIMM_C1              C
DDR2    empty  0   DIMM_C2              C
DDR2    empty  0   DIMM_C3              C
DDR2    in use 0   DIMM_D0              D
DDR2    in use 0   DIMM_D1              D
DDR2    empty  0   DIMM_D2              D
DDR2    empty  0   DIMM_D3              D

I reseated the RAM but it did not work. I will be taking down a similar server out of production and I will swap the RAM. This will hopefully show if its a DIMM issue or not.
# 4  
Old 01-18-2012
ok do the swaping may be ram is faulty..its happen may times..
# 5  
Old 01-18-2012
Funnily enough I swapped the RAM and it did not fix the issue. It could be either a hardware issue or an OS issue. Quite bizarre.
# 6  
Old 01-18-2012
can you send me the outpots of...

prtconf | grep -i memory

vmstat

prtdiag -v

then we can handle this issue.....may be hardware issue...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk output discrepancy

I noticed a discrepancy while running AWK on different platforms/versions: SunOS $ echo "78" | awk '{ printf "%c\n", $0 }' N $ awk 'BEGIN{ printf "%c\n", "78" }' /dev/null N Linux / HP-UX $ echo "78" | awk '{ printf "%c\n", $0 }' N $ awk 'BEGIN{ printf "%c\n", "78" }' /dev/null 7 Can... (4 Replies)
Discussion started by: Yoda
4 Replies

2. OS X (Apple)

RAM Usage discrepancy

Hey there! I'm a new user here who registered because I couldn't get these kind of questions answered in the place I directly com from. :o I've found a discrepancy in total RAM used and I can't figure out why it is. My only guess is there are some RAM used by some stuff impossible to identify,... (2 Replies)
Discussion started by: dasx
2 Replies

3. Red Hat

Install Redhat 5.3 on Sun X4170

Hi everyone, The machine, I can install RHEL 4.5 but i can't install 5.3 version. ( All by CD DVD) Server has a SAS PCI-Express LSI 3081E Host Bus Adapter for 2 local drives. When i install 4.5 it can recognize the LSI Raid Volume but with 5.3 it said "No driver found" "Unable to find... (4 Replies)
Discussion started by: tien86
4 Replies

4. Shell Programming and Scripting

AWK: Discrepancy in numeric output

During a file-system cleanup I noticed a strange behavior of awk (HP-UX 11iv3 / IA64). When summing up the size of files in one directory it gives different numbers when using print as opposed to printf: find . -type f -name '*.dmp.Z' -mtime +35 -exec ls -l {} \+ | \ awk 'BEGIN{ OFMT="%f" } {... (1 Reply)
Discussion started by: pludi
1 Replies

5. Solaris

Discrepancy in /var/adm/messages

A fresh installation was done in a machine of name arenal1 on Feb 26. But in the /var/adm/messages of the machine, there are messages having date Nov 12. Also the name of the machine is also different in the messages. Can anyone please tell me the reason for this discrepancy. (15 Replies)
Discussion started by: sundar3350
15 Replies

6. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

7. Solaris

free software to test the hardware of a sun workstation specially the RAM how about f

hi can anybody give me a site that provide a free software for sun solaris workstation to test above title. i downloaded this RUMT-0.2 sofware in the net but it doesn't work after i try. thnks a lot for any help. (1 Reply)
Discussion started by: jao_madn
1 Replies

8. Shell Programming and Scripting

ram size in sun solaris

I need to check ram size and currently free in sun solaris box (8 Replies)
Discussion started by: pmsuper
8 Replies

9. UNIX Benchmarks

Sun E250 / 512MB Ram

============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- SunOS xxxxx 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-250 Start Benchmark Run: Sun Jan 11 19:47:12 EST 2004 1 interactive users. Dhrystone 2 without register variables ... (0 Replies)
Discussion started by: kduffin
0 Replies

10. UNIX for Dummies Questions & Answers

NIS login discrepancy

I have a query in relation to a couple of machines I have set up. We will call them machine SUN and HPUX and they are running those operating systems respectively. The SUN machine is acting as an NIS server and the HPUX machine as an NIS client. Now the HPUX machine also has a an auto mounted file... (11 Replies)
Discussion started by: Henrik
11 Replies
Login or Register to Ask a Question