PSU is bad?


 
Thread Tools Search this Thread
Operating Systems Solaris PSU is bad?
# 1  
Old 09-19-2017
PSU is bad?

Hello,

When reviewing the messages log today I noted something odd, so I ran:

Code:
/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 helpful thread (on this site, of course) but the output from TheHogHunter's 7.21.2003 suggestion notes that the power supplies status are all 'OK' - I used:

Code:
/usr/platform/`uname -i`/sbin/prtdiag -v


As a pretty notice UNIX fellow (I'm a sql server db guy, sorry!) what else can I do to see what might be the culprit, or confirm if I need a new PSU?

Do PSUs get old like batteries and complain when they get old? Can someone push me in the right direction?

Thanks!

-Matt G.
# 2  
Old 09-19-2017
I cannot tell what version you have. If your box was manufactured after 2005 try:
Code:
# become root first
# issue this command.
fmadm faulty

This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 09-19-2017
This box is old...

Code:
# fmadm faulty                                             
ksh: fmadm:  not found                                     
#                                                          
# uname -a                                                 
SunOS maggie 5.8 Generic_117350-46 sun4u sparc SUNW,Ultra-4

is this what you are asking for?

---------- Post updated at 03:00 PM ---------- Previous update was at 02:59 PM ----------

More:

System Configuration: Sun Microsystems sun4u Sun Enterprise 450 (2 X UltraSPARC-II 400MHz)

---------- Post updated at 03:36 PM ---------- Previous update was at 03:00 PM ----------

Oh man... nevermind. It is the powersupply on the A1000 disk array thingy... not the main box, per se.

Thanks anyway! Smilie
This User Gave Thanks to madEG For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. Solaris

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... (2 Replies)
Discussion started by: hubatuwang
2 Replies

5. Shell Programming and Scripting

Why I get bad bad substitution when using eval?

Why I get bad replace when using eval? $ map0=( "0" "0000" "0") $ i=0 $ eval echo \${map$i} 0000 $ a=`eval echo \${map$i}` !!!error happens!!! bash: ${map$i}: bad substitution How to resolve it ? Thanks! (5 Replies)
Discussion started by: 915086731
5 Replies

6. 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

7. 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

8. 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

9. UNIX for Advanced & Expert Users

Script to search a bad record in a file then put the record in the bad file

I need to write a script that can find a bad record (for example: there is date field colom but value provided in the file for this field is N/A) then script shoud searches this pattern and then insert the whole record into the bad file. Example: File1 Name designation dateOfJoining... (1 Reply)
Discussion started by: shilendrajadon
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