memory error


 
Thread Tools Search this Thread
Operating Systems Solaris memory error
# 1  
Old 02-17-2009
memory error

Hi All,

I recently patched one of t5120s I have (running solaris 10). I rebooted my system after patching and found following meesage on console,
Quote:
Feb 14 02:13:56 system fmd: [ID 441519 daemon.error] SUNW-MSG-ID: SUN4V-8000-FJ, TYPE: Fault, VER: 1, SEVERITY: Major
Feb 14 02:13:56 system EVENT-TIME: Sat Feb 14 02:13:56 CST 2009
Feb 14 02:13:56 system PLATFORM: SUNW,SPARC-Enterprise-T5120, CSN: -, HOSTNAME: system
Feb 14 02:13:56 system SOURCE: cpumem-diagnosis, REV: 1.6
Feb 14 02:13:56 system EVENT-ID: 762bb7ca-f7d8-6ab3-f137-a7d9f7e34e2c
Feb 14 02:13:56 system DESC: A problem was detected in the interconnect between a memory DIMM module and
Feb 14 02:13:56 system its memory controller.
Feb 14 02:13:56 system Refer to Sun Message ID: SUN4V-8000-FJ for more information.
Feb 14 02:13:56 system AUTO-RESPONSE: No automated response.
Feb 14 02:13:56 system IMPACT: System performance may be impacted.
Feb 14 02:13:56 system REC-ACTION: At convenient time, try reseating the memory module(s). If problem persists,
Feb 14 02:13:56 system contact Sun to schedule part replacement.
Feb 14 02:14:00 system SC Alert: [ID 827725 daemon.error] Chassis | major: Host detected fault, MSGID: SUN4V-8000-FJ
While showfaults in ALOM shows following message:
showfaults
Last POST Run: Sat Feb 14 05:51:08 2009

Quote:
Post Status: Passed all devices
ID FRU Fault
1 /SYS/MB Host detected fault MSGID: SUN4V-8000-FJ UUID: 762bb7ca-f7d8-6ab3-f137-a7d9f7e34e2c

How serious is this error and can anyone guess what causes this?

Thanks
# 2  
Old 02-17-2009
try "fmadm repair messageid" to reset the error and have a look if it reapears...
# 3  
Old 02-17-2009
Quote:
Originally Posted by DukeNuke2
try "fmadm repair messageid" to reset the error and have a look if it reapears...
Thanks DukeNuker2. Can I run this command in the system which is in production?

Also can someone please tell me , what is PSH console and FRU ?

Thanks
# 4  
Old 02-17-2009
have you tried google?

psh -> predictive self-healing
fru -> field replacement unit

and yes, fmadm can be run in a production system.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 6.1 error out of memory

i am facing issue in AIX 6.1 when i was running below command i face issued as show attached screenshot cat /audit/bin1 /audit/bin2 /audit/trail | auditpr -t 0 -v -h l,r,R,t,c,p,P |\ awk '/\s*audit object write event detected/ {print ll $6} { ll = $0}' Please use code tags next time... (1 Reply)
Discussion started by: aforabad
1 Replies

2. HP-UX

Internal Memory Error ?

================================================================================== SEGV_MAPERR: Address not mapped to object fffffffffffffff0 (Memory location which caused fault) ------------------ C-STACK ---------------------- (0) 0x40000000007622f0 CTrcStack2 + 0x1d0 at dptstack_mt.c:228... (6 Replies)
Discussion started by: sidharthmellam
6 Replies

3. Linux

Memory bound error...

Hi all, Am getting the below error for a job that is run in our system. error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 11) This job uses a cobol program and as far as I know, the problem is related to this cobol program. What does this... (1 Reply)
Discussion started by: das.somik
1 Replies

4. Shell Programming and Scripting

Error PHP Fatal error: Allowed memory size of 67108864 bytes exhausted(tried to allocate 401 bytes)

While running script I am getting an error like Few lines in data are not being processed. After googling it I came to know that adding such line would give some memory to it ini_set("memory_limit","64M"); my input file size is 1 GB. Is that memory limit is based on RAM we have on... (1 Reply)
Discussion started by: elamurugu
1 Replies

5. UNIX for Advanced & Expert Users

Out of Memory error when free memory size is large

I was running a program and it stopped and showed "Out of Memory!". at that time, the RAM used by this process is around 4G and the free memory size of the machine is around 30G. Does anybody know what maybe the reason? this program is written with Perl. the OS of the machine is Solaris U8. And I... (1 Reply)
Discussion started by: lilili07
1 Replies

6. UNIX for Dummies Questions & Answers

'memory corruption' error when using Awk

Hello, everyone. I got the following error when I am using awk to analysis some text file: *** glibc detected *** awk: malloc(): memory corruption: 0x080c67f8 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6 /lib/tls/i686/cmov/libc.so.6... (5 Replies)
Discussion started by: kooyee
5 Replies

7. Solaris

280R Memory Error

Hi friends....I'm from indonesia, sorry if my english is not that good. Can somebody help me what kind of message is this ? Jan 16 18:22:42 ASM imapd: get_balanced_partition: -- chosen Jan 16 18:22:50 ASM SUNW,UltraSPARC-III+: NOTICE: Corrected system bus (CE) Event detected by CPU1 at TL=0,... (0 Replies)
Discussion started by: komang
0 Replies

8. Solaris

Memory error causing reboot

Hi there I have a box that at 4pm started recieving soft errors on a DIMM, normally this is ok and we have time to swap it out. But I got the following error which caused the box to reboot NOTE: there were abount 6 or 7 normal "soft error encountered" messages before this one Nov 7... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

9. Shell Programming and Scripting

Error: Compiler out of memory

Dear friends, please tell me why I am getting "Error: Compiler out of memory" message when I run a make file on unix environment. the same makefile was running without any problem previously. but now it's giving that error message. Kindly tell me what might be the solution for this. please... (1 Reply)
Discussion started by: swamymns
1 Replies

10. Programming

How to handle memory error?

Hi, I need to know what is the right way of handling out of memory conditions. If a program is not able to dynamically allocate memory (new fails), is it right to wait for some amount of time (say 5 sec) and then try again to allocate memory? Or should we kill the process and again restart it?... (1 Reply)
Discussion started by: diganta
1 Replies
Login or Register to Ask a Question