- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: q4 question
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
12-17-2001 09:47 PM
12-17-2001 09:47 PM
q4 question
Is it possible to find out the type of a pointer member from within q4?
Are q4 documents publicly
available?
kallolbiswas@yaho.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 09:55 PM
12-17-2001 09:55 PM
Re: q4 question
This link shows the basic steps to analyzing a crashdump using q4.
http://www.unixguide.net/hp/hpuxcrashdump.shtml
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 01:19 AM
12-18-2001 01:19 AM
Re: q4 question
The q4 documentation can be found on your system under /usr/contrib/bin/Q4Docs.tar.Z.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 01:21 AM
12-18-2001 01:21 AM
Re: q4 question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 01:26 AM
12-18-2001 01:26 AM
Re: q4 question
Basic investigation of crash :-
crash commands
cd /var/adm/crash/core.*
q4 .
trace event 0
Stack trace from the first crash event:
stack trace for event 0
crash event was an HPMC <- typically hardware
or
crash event was a TOC <- hang or Serviceguard TOC
or
crash event was a Panic <- typically software
q4> examine panicstr using a
( fault here)
q4> load ???r crash_event_t from & crash_event_table until crash_event_ptr max 100
(loading 3 crash_event_t???s as an array (stopped bu ???until??? clause)
q4>runningprocs
(02 2 0x2)
q4> trace event 1
HTH
Paula