Reset PSU fault


 
Thread Tools Search this Thread
Operating Systems Solaris Reset PSU fault
# 1  
Old 11-25-2011
Reset PSU fault

Hi all,

I have one Sun Oracle T5220 server with Solaris 10.

On the front panel I saw the PSU fault led is steady with an orange color. So I checked the PSUs changed them and checked the "showfaults", "showfru" and some another commands, no problem. On the rear side I don't see any errors also. All the leds are green and looks like there is no problem on the PSU. But fault led is still on.

How can I clear this led?
I've found something like this but it didn't work.

"set clear_fault_action=true /SYS/PS0"

actually there is no "set" command in the rsc console.
# 2  
Old 11-25-2011
try to reset the SP.
Code:
reset /SP

you need to login to the ILOM and not to the ALOM account! check the usernames for their account information (easiest from web gui).
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 11-25-2011
I have found this Liam Mervick's blog
For the people who doesn't know how to change alom to ilom or ilom to alom.

ALOM -> ILOM
sc> userclimode admin default
sc> logout
ILOM -> ALOM
-> set /SP/users/admin cli_mode=alom
-> exit
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

C. To segmentation fault or not to segmentation fault, that is the question.

Oddities with gcc, 2.95.3 for the AMIGA and 4.2.1 for MY current OSX 10.14.1... I am creating a basic calculator for the AMIGA ADE *NIX emulator in C as it does not have one. Below are two very condensed snippets of which I have added the results inside the each code section. IMPORTANT!... (11 Replies)
Discussion started by: wisecracker
11 Replies

2. Solaris

PSU is bad?

Hello, When reviewing the messages log today I noted something odd, so I ran: /usr/lib/osa/bin/healthck -a and the response noted Failed Power Supply. Sure enough the light on the PSU is amber. Uh oh... In an effort to see if I can figure out what kinds of PSU we have, I found a... (2 Replies)
Discussion started by: madEG
2 Replies

3. Red Hat

Check PSU Status

Hello, We have a cluster and each server have 2 PSU. An alarm should be raised in case of failure so we need to check periodically the PSU status wth a script. The first idea was to check with ipmitool but this take some time to get the data and we face some other issues now due to that... (1 Reply)
Discussion started by: @dagio
1 Replies

4. Programming

Using gdb, ignore beginning segmentation fault until reproduce environment segmentation fault

I use a binary name (ie polo) it gets some parameter , so for debugging normally i do this : i wrote script for watchdog my app (polo) and check every second if it's not running then start it , the problem is , if my app , remain in state of segmentation fault for a while (ie 15 ... (6 Replies)
Discussion started by: pooyair
6 Replies

5. Solaris

Is it possible to set a PSU as faulty on Solaris

Hi, I'm trying to generate an alert related to Power Supply Failure. As its difficult to generate such an event, Is it possible to set the status of a Power Supply Unit as "Faulty" Any ideas are welcome and highly appreciated -Thanks (3 Replies)
Discussion started by: justsam
3 Replies

6. Shell Programming and Scripting

shell script to check if PSU and fan needs to be replaced?

does anyone know any shell script command that can check if PSU and fan needs to be replaced? examples will also be greatly appreciated. thanks! (5 Replies)
Discussion started by: h0ujun
5 Replies

7. Solaris

PSU info M4/5/8/9000

I need to find out PSU info for some M class severs, normally prtdiag -v show's the relevant PS info, however these M classes don't seem to go down to that level !? Anyone any ideas , no physical or console access available at this stage :( thx... (3 Replies)
Discussion started by: itsupplies
3 Replies

8. Solaris

/usr/sap/psu file systems full.

Hi Ive been facing a prob today in SAP which is been installed in solaris .the prob is one of my file systems tat is /usr/sap/psu is gettin full.i chkd the file named core which gets generated so i was asked to delete that file after doing tat my file systems space was 90%,but the prob is that... (0 Replies)
Discussion started by: madanmeer
0 Replies

9. Solaris

Input power unavailable for PSU @ PS0

I have a question here about the OS logs (/var/adm/messages) where it should write most alarms. I ran a hardware test by showing the Power Supply redundancy. Removing PS0 while PS1 is still plugged in confirms that the system still operates with no problems. However, when it comes to logging, I... (1 Reply)
Discussion started by: gilberteu
1 Replies

10. Solaris

Faulty PSU - but its still working !?!

Hello We have a power supply in an x4100 (x86) and it seems to be faulty but it is still working!?! (this box only has one PSU). We are getting Orange flashing warning light on the front of the box and the LED labelled “rear PSu” is solid orange ...We don't seem to have had any syslog error... (8 Replies)
Discussion started by: hcclnoodles
8 Replies
Login or Register to Ask a Question