Solaris Check Powersuply


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Solaris Check Powersuply
# 1  
Old 03-24-2009
Solaris Check Powersuply

Hi there all,

I really have a hard time to find out how I can check my redandend powerspuly status on solaris, it runs on a
sun4u Sun Fire V120 UltraSPARC-IIe

How I normally check it is prtdiag -v
But on this system it isnt showing its powersuply status.

Anyone has any idea's?

Thanks in advance!


And also how to do this on a HP-UX?
Also how to see if it is redandant?

Last edited by draco; 03-24-2009 at 11:24 AM..
# 2  
Old 03-24-2009
For HP-UX. The redundant Power Supply status is available by more than one method.

Code:
From the GSP use command "PS". This is the engineers method.

From HP-UX:

Code:
echo "selclass qualifier system;info;wait;infolog" | cstm | pg

The above cstm command gives information which is crude but informative.
The equivalent xstm display is better.
# 3  
Old 03-24-2009
the v120 has only ONE powersupply...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Check for existence of crash on Solaris 10

Hey all what is the command to check "Check for existence of crash/coredump files in /var/crash/"hostname" directory" thanks for help (4 Replies)
Discussion started by: gema.utama
4 Replies

2. UNIX for Dummies Questions & Answers

On Solaris, without stat, how to check how old a file is?

Hi, How do I check how old a file is? That is, is it 1 day old, 1 year old, generated x hours ago? Currently, I receive a supposed to be daily report and in the last few times, it has not been recent, that is instead of the one generated for the day, it is one that was created yesterday or... (3 Replies)
Discussion started by: newbie_01
3 Replies

3. Solaris

How to check powerpaths in Solaris/Linux?

How to check powerpaths in Solaris/Linux? and How to recover the failure powerpaths? :wall: (1 Reply)
Discussion started by: Naveen.6025
1 Replies

4. Solaris

How to check SVM version Solaris 9 and 10?

How to check Solaris Volume Manager Version in 9 & 10? Which are the packages that are installed in the SVM? (1 Reply)
Discussion started by: ajhal04
1 Replies

5. Solaris

How to check when a solaris server got rebooted

In Windows we can check the event viewer for entries 6005,6006,6009 to confirm the system down times, as in when it got down and when it came back up. Is there some similar log files in Solaris/RHEL that I can check the timings and who or what caused the system reboot. I am an absolute newbie. Need... (4 Replies)
Discussion started by: lubu
4 Replies

6. Solaris

MTU setting - solaris 9 how to check??

I need to check the mtu setting on my server, I am told I need to use the ndd command and check the tcp setting tcp_mss_max I have done so and all I can see is the below, tcp_mss_def_ipv4 (read and write) tcp_mss_max_ipv4 (read and write) How can I check the... (4 Replies)
Discussion started by: frustrated1
4 Replies

7. Solaris

How to check version of Solaris?

Hi All, Looks a foolish question, but please can someone tell me the command to check version of Solaris OS? Thanks, Am (5 Replies)
Discussion started by: am_yadav
5 Replies

8. Solaris

Memory Check in SUN Solaris

Hi I am facing a problem with memory in SunOS 5.9. I just want to check the memory usage. Can anybody suggest me a command that will help me in this regard. (4 Replies)
Discussion started by: rajarsi.ghosh
4 Replies

9. UNIX for Advanced & Expert Users

Solaris 9: How to check if X server is running

Hi, In Solaris 9, how do I know if the X server is running. Please let me know. Thanks (1 Reply)
Discussion started by: R00tSc0rpi0n
1 Replies
Login or Register to Ask a Question