- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to view h/w error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:04 PM
10-18-2006 11:04 PM
how to view h/w error
Can you guide me how to view or found if any h/w error like cpu,memory,high temprature , fans etc. i don't have any special tools.Is there any log file where i can see this ?
Thanks to all in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:10 PM
10-18-2006 11:10 PM
Re: how to view h/w error
dmesg would be a start as /var/adm/syslog.log
If you can get to the console you can also look at Error logs on the GSP.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=907811
and
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=194967
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:27 PM
10-18-2006 11:27 PM
Re: how to view h/w error
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:32 PM
10-18-2006 11:32 PM
Re: how to view h/w error
By default, any system messages at level "info" or higher go to syslog, so that is the most important file to check. The full path is /var/adm/syslog/syslog.log. Various system monitoring daemons also email alerts to root's email account. Depending on your setup, the 'arraylog' command may prove useful. 'man 1m arraylog' for more info.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:32 PM
10-18-2006 11:32 PM
Re: how to view h/w error
You can check that using the following commands
1.ioscan -fn---> ioscan scans system hardware, usable I/O system devices, or kernel I/O
system data structures as appropriate, and lists the results. For
each hardware module on the system, ioscan displays by default the
hardware path to the hardware module, the class of the hardware
module, and a brief description.
2.echo â map; selall; info; wait; infologâ | cstm
3.df -t
4.from the MP prompt---
MP>CM>ps----power status
MP>SL->e->d->Y----Event logs
let us know if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:33 PM
10-18-2006 11:33 PM
Re: how to view h/w error
besides the given answers there is also /var/opt/resmon/log/event.log ...
All HW errors should be reported here also...
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2006 05:35 PM
10-19-2006 05:35 PM
Re: how to view h/w error
you will find out all H/W error in /var/opt/resmon/log/event.log file
Regards,
cdm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2006 10:06 PM
10-19-2006 10:06 PM
Re: how to view h/w error
You can also use the STM tools to view the status of the hardware, so for memory, for example, you can see what memory errors have been logged, and the status of the PDT (it's normal for the system to deal with a certain level of hardware errors silently, so you may have memory errors in STM that don't cause an EMS event since the system is coping.)
Andrew