- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system crash question: HP-UX 11.0
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
11-01-2001 11:50 AM
11-01-2001 11:50 AM
I have 2.4 GB of dump allocated.
And the physical system memory is: 2GB
I thought info was stored in /var/adm/crash, but maybe that is 10.2 only.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 11:59 AM
11-01-2001 11:59 AM
Re: system crash question: HP-UX 11.0
You can check /var/adm/syslog/syslog.log file and /var/adm/syslog/OLDsyslog file for possible cause for the crash.
/var/adm/crash where crash dump normaly stores. But you need q4 to analyze it.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 12:06 PM
11-01-2001 12:06 PM
Re: system crash question: HP-UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 12:28 PM
11-01-2001 12:28 PM
SolutionCheck /etc/rc.config.d/savecrash file and see whether
SAVECRASH=1 and
SAVECRASH_DIR=/var/adm/crash
(or any other directory
which exists and is large)
If this is set correctly
and you do not have /var/adm/crash, obviously
savecrash would fail.
To confirm this, check
/etc/rc.log file which will
show whether it even attempted
to save crash.
You can still attempt
to save the dump, by doing:
# crashconf -v |grep dump
-> mulitply this by 4
and that is the approximate size of dump
in Mb , you would need.
It is dynamic and depends
on the state of the system
#create a filesystem with
that size
#mount and cd to the directory
#savecrash -r .
-> this will attempt to
save the dump in the
current directory
(provided it is not
overwritten by swap)
#once you get the dump,
you can run q4 analysis
or let HP support do it
and debug the info.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 12:33 PM
11-01-2001 12:33 PM
Re: system crash question: HP-UX 11.0
How is your /etc/rc.config.d/savecrash is set.
There will be savecrash=n and savcrashdir=
Is it set to 1 nad /var/adm/crash respectively..?
On OS 11 you can check tombstone file .The latest file will be /var/tombstones/ts99
GoodLuck,
USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 08:04 PM
11-01-2001 08:04 PM
Re: system crash question: HP-UX 11.0
Check the following parameters in the file
SAVECRASH which should be set to 1 abd
SAVECRASH_DIR=/var/adm/crash
{ or any other directory or filesystem
which exists }
If the above parameters are not set perfectly your savecrash will fail definitely.
The /etc/rc.log file will show you it attempted to save the crash.
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 08:59 PM
11-01-2001 08:59 PM
Re: system crash question: HP-UX 11.0
I say 'work quickly' because the typical; setup is to share the dump area with primary swap space, so the dump remains intact until the first page of swap is written--and then its gone.
Bill Hassell, sysadmin