- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Panic in C200 workstation
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
08-21-2000 04:17 AM
08-21-2000 04:17 AM
Panic in C200 workstation
I am facing a problem in C200 workstation.
some times the system starts core dump.
I have seen the INDEX file which is in
/var/adm/crash/core.2 directory . It
says panic is due to data page fault.
I am not able to find out tombstones
directory which contains PIM information
Can any one tell me how to resolve this.
OS ver is HPUX 10.20
Thanks and Regards
P.Parthiban
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 04:36 AM
08-21-2000 04:36 AM
Re: Panic in C200 workstation
Normally data page faults are patch related. Load up the latest patch bundle for 10.20 - June2000 is the latest and you can download from the ITRC. If this doesnt stop your crashes run XSTM (from Onlinediag from the Support Plus CD) and go to TOOLS->UTILITY->RUN->LOGTOOL and from the new window go to MEMORY->REPORT LOG->VIEW DETAIL and see if you have any memory errors reported. If so get the memory replaced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 04:49 AM
08-21-2000 04:49 AM
Re: Panic in C200 workstation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 04:52 AM
08-21-2000 04:52 AM
Re: Panic in C200 workstation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 04:53 AM
08-21-2000 04:53 AM
Re: Panic in C200 workstation
Normally a patch will fix whatever symptom has caused the problem, but you may have experienced some failure that may not be covered by a patch.
My suggestion would be to get the dump analysed by your local Response Centre to verify the panic, or at least load the latest patch bundle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 05:21 AM
08-21-2000 05:21 AM
Re: Panic in C200 workstation
when your system is down, you can stop the boot process and read the PIM Info directly.
First you have to check for a valid time stamp. If it's not a valid time stamp then ignore it and send only the core dump files to HP office for analyze it and find patches for your system.
When your system is UP, run xstm, check the CPU Info, read in the CPU HPMC section information, if any valid time stamp and read/or save it (you can use cut and paste?).
If it's an HPMC case, your C200 hase an hardwere problem. Then call HP office for more help.
If you need to re-genarate the dump file, do this:
#mkdir /tmp/bigspace
#savecore -r /tmp/bigspace
#cd /tmp/bigspace
#tar cvf /dev/rmt/0m .
Send the DDS Tape to HP office for analyzing.
In case of Disk space problems do this:
#savecore -r -t /dev/rmt/0m
Send the DDS Tape to HP office for analizing.
Good luck
Gadi Katz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 05:27 AM
08-21-2000 05:27 AM
Re: Panic in C200 workstation
Log a call with HP and you'll get instruction how to run it.
Before that if you wish, you can play with adb. (se man adb).
Good luck.