- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- system hangs on "Checking for crash dump"
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
03-21-2005 01:25 PM
03-21-2005 01:25 PM
System hangs on "Checking for crash dump" when boot up, what would possibly be the cause of
that?
Thanks,
Qing
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 07:48 PM
03-21-2005 07:48 PM
Re: system hangs on "Checking for crash dump"
Can you give us more details? Are you able to boot the system in single user mode (without system crash)? Are you able to mount all file systems in single user mode? Try to "fsck" file systems (when in singe user mode).
Before going to next step you must be sure that everything is OK with your disks (hardware problem, i.e. bad blocks can also cause such a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 05:15 AM
03-22-2005 05:15 AM
Re: system hangs on "Checking for crash dump"
hangs up.
I did a "Ctrl-C" on "Checking crash dump", it bypassed but still crashed on a series
of stuff that follows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 06:00 AM
03-22-2005 06:00 AM
Re: system hangs on "Checking for crash dump"
I'd say when in single-user mode, see what's in /var/adm/crash/. If there are files in there (besides bounds), move them somewhere else so the startup won't find them. Then try a reboot.
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:44 AM
03-22-2005 08:44 AM
Re: system hangs on "Checking for crash dump"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 06:51 PM
03-22-2005 06:51 PM
Re: system hangs on "Checking for crash dump"
Is your "/var" file set in some domain or it is simbolic link to "/usr/var"?
I have another idea that maybe can help.
Try following:
1. Boot system in single user mode
2. Mount all file systems (do mount -a)
3. Manualy execute startup scripts in "/sbin/rc3.d" one by one
You will find out which script causes crash. Then we can analyze problem with more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 07:13 PM
03-22-2005 07:13 PM
Re: system hangs on "Checking for crash dump"
I have a similar case with advfsd daemon on a bad unmonted domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 07:24 PM
03-22-2005 07:24 PM
SolutionThe script that displays the "Checking for crash dumps" message is /sbin/init.d/savecore, called via the /sbin/rc2.d/S00savecore link.
Right after that message it executes "/sbin/savecore $DIR", where DIR is /var/adm/crash/ OR whatever you defined via SAVECORE_DIR in /etc/rc.config .
What happens when you execute:
sh -x /sbin/init.d/savecore ??
___ Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 07:40 PM
03-22-2005 07:40 PM
Re: system hangs on "Checking for crash dump"
You need to install 5.B - Patch Kit5 to overcome this issue.
You can download the patch kit from
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=T64KIT0023187-V51BB25-E-20040804
The ERP Kit name is T64KIT0023187-V51BB25-E-20040804.tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:14 PM
03-22-2005 08:14 PM
Re: system hangs on "Checking for crash dump"
The ERP patchkit mentionned in previous post has no bearing at all on the issue at hand, and patchkit #5 is not out yet.
Furthermore T64KIT0023187-....-kit has been superseeded by T64KIT0024519-V51BB25-E-20041218 and corrects some UBC issues in addition to the panics with vm_pg_free and VPP_REPL...
__ Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:26 PM
03-22-2005 08:26 PM
Re: system hangs on "Checking for crash dump"
- V5.1B PK5 isn't shipping yet. I also see no reason why it would fix the problem described in this topic.
- The ERP mentioned is related to a VM fix for a panic. Again, no reason why it would fix this problem.
I would go with the advise given by Johan. Since you mentioned that other steps after "savecore" also fail, it wouldn't surprise me if you have a problem with one of the file systems (e.g. /var).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:28 PM
03-22-2005 08:28 PM
Re: system hangs on "Checking for crash dump"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 07:33 AM
03-23-2005 07:33 AM
Re: system hangs on "Checking for crash dump"
sh -x /sbin/init.d/savcore is OK.
sh -x /sbin/init.d/paging hangs up on "/usr/bin/X11/xfs start" in the rc.config file, I commented this line out and system boots up. The usage of xfs here is wrong which caused the problem.
Thanks,
Qing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 07:52 AM
03-23-2005 07:52 AM
Re: system hangs on "Checking for crash dump"
Are you sure nobody has fiddled with the startup command scripts in /sbin/init.d/?
We recommend that you do no change those scripts. If there is a need to additional things, we recommend that you add a new script and link that to the appropriate /sbin/rcX.d/ directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 03:33 AM
03-24-2005 03:33 AM
Re: system hangs on "Checking for crash dump"
I have something here for you.
send me a message to dickjiao@hotmail.com
regards !
YJ