OS is not detected CPU and memory


 
Thread Tools Search this Thread
Operating Systems Solaris OS is not detected CPU and memory
# 1  
Old 06-29-2009
OS is not detected CPU and memory

Hi,

Server AIBVRFCC failed POST while booting on 06/28/2009. Server is up, but OS cannot see two CPUs (CPU 0 and CPU 2) and half of the installed system memory (8 GB is physically installed but only 4 GB is seen by OS now).

Code:
bld00016:root psrinfo
1 on-line since 06/28/09 05:51:36
3 on-line since 06/28/09 05:51:14

Code:
bld00016:root prtconf | grep Mem
Memory size: 4096 Megabytes

POST error messages on console:

Code:
{3} ok boot -r
Resetting ... 
Software Reset
WARNING: Offlining/Disabling CPU0...and CPU2...Done.
Enabling system bus....... Done
Initializing CPUs......... Done
Initializing boot memory.. Done
Initializing OpenBoot 
Probing system devices
Probing I/O buses 
screen not found. 
keyboard not found. 
Keyboard not present. Using ttya for input and output.
Probing system devices 
Probing I/O buses 
Sun Fire 880, No Keyboard
Copyright 2007 Sun Microsystems, Inc. All rights reserved. 
OpenBoot 4.22.34, 4096 MB memory installed, Serial #52259659.
Ethernet address 0:3:ba:1d:6b:4b, Host ID: 831d6b4b. 
Initializing 11MB of memory at addr b0ff002000
Initializing 16MB of memory at addr b0fe002000
Initializing 4064MB of memory at addr b000000000
ERROR: Power On Self Test Failed. Cause:
OBMD 
ERROR: POST failed.

Please suggest me

Thanks
Arum

Last edited by Yogesh Sawant; 06-29-2009 at 05:41 AM.. Reason: added code tags
# 2  
Old 06-29-2009
Reseat the boards and powerup the server again. It might not be seated correctly in the slots(maybe). Unlikely that it should fail
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

No memory detected in Bank 3

Hi. Recently I discovered how to access the 'ok' prompt on my E450. (Thanks DukeNuke2) And so I've been running tests, checking the system out... (since until now I've not known how to get to the 'ok' prompt) And came across 0>INFO: No memory detected in Bank 3 and *** Missing DIMM(s)... as... (3 Replies)
Discussion started by: SomeoneTwo
3 Replies

2. Programming

*** glibc detected *** ./a.out malloc() memory corruption

I am facing a problem of memory corruption. The loop runs for the first time but does not go through the second time. What could be the problem? for(int z=0;z<2;z++) { fp=fopen("poly.dat","r"); /*do something which reads this file into a 2D array*/ fclose(fp); ... (10 Replies)
Discussion started by: dare
10 Replies

3. Programming

*** glibc detected *** : malloc(): memory corruption (fast)

Hi Friends, while executing the below code, am getting *** glibc detected *** ./ok: malloc(): memory corruption (fast) error, please suggest how to solve this issue. #include <stdio.h> #include <string.h> #include <sqlca.h> #include <alloca.h> /* Define constants for VARCHAR... (2 Replies)
Discussion started by: mpjobsrch
2 Replies

4. Programming

glib detected: malloc() memory curruption

I am using libxml2 library for XMl parsing and libxml++ is C++ wrapper over that. So I am using API of libxml++. I am creating my class and composing instance xmlpp::Node *pNode in that. my class also have funciton prepareXPathQuery() which creates query string and have other fucntion... (2 Replies)
Discussion started by: sharadwagh
2 Replies

5. Programming

*** glibc detected *** ./a.out: malloc(): memory corruption (fast):

*** glibc detected *** ./a.out: malloc(): memory corruption (fast): Posted A minute ago M trying to make multiway tree and dont know what happend when this part of code get executed: 01void ins(NODE *ptr) 02{ 03 //working 04 if(ptr!=NULL) 05 { 06 SNODE *var=NULL; 07 var=(SNODE... (3 Replies)
Discussion started by: exgenome
3 Replies

6. Solaris

Memory or CPU size

Is there a command or file I can look at that tells me how much real memory a machine has? A little background. In my shop we run a bunch of java programs, sometimes some of these jobs have config definitions that call for 2G. I would like to know how many I can run before I exhaust rescources. Any... (12 Replies)
Discussion started by: Harleyrci
12 Replies

7. Programming

Why does this occur? *** glibc detected *** malloc(): memory corruption: 0x10013ff8 ***

there seems not to be error in this segment. In some computers, it can work well. But in others, it will give a failure. why it ocurrs and how to deal with it? in a function: if( *ver == NULL ) { *ver = (vertex *) malloc(sizeof(vertex)); //this line ... (17 Replies)
Discussion started by: cdbug
17 Replies

8. UNIX for Dummies Questions & Answers

cpu, memory and virtual memory usage

Hi All, Does anyone know what the best commands in the UNIX command line are for obtaining this info: current CPU usage memory usage virtual memory usage preferably with date and time parameters too? thanks ocelot (4 Replies)
Discussion started by: ocelot
4 Replies

9. AIX

Utilization for memory and cpu

Hi all I need command to give me the utilization for memory and cpu,and how can I know if the utilization ok or no? for example in hp unix #top it is give me utilize for cpu and memory and also I can know if utilize ok or no. thanks (2 Replies)
Discussion started by: magasem
2 Replies

10. UNIX for Dummies Questions & Answers

Softlockup detected on cpu#0

hi everybody, I am working on Linuxdevicedrivers in kernel 2.6.My driver is for a HDLC transceiver chip. The problem is driver is not getting initialized properly.It is throwing one bug saying BUG:softlockup detected on cpu#0 which we see in /var/log/messages This is the first i am... (0 Replies)
Discussion started by: sriram.ec
0 Replies
Login or Register to Ask a Question