- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: crash dumps
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-08-2006 07:59 AM
08-08-2006 07:59 AM
i had a a problem shuting down my server and i had to recycle the power .i had to manyally pull and replug the power cable. But now when system boots up ..it continues says system crash occured and dumping is done ,and then system reboots again with the same messages.
How do i clear these message and boot my system back.
Thanks for the help.Most appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:05 AM
08-08-2006 08:05 AM
SolutionYour system has been damaged by what happened to it.
You need to boot the system off a Core OS CD/DVD and see if you can use the automated recovery tools.
If not, have hardware service come in and look at your machine,its broken. The problem that forced you to boot may have been the entire cause.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:07 AM
08-08-2006 08:07 AM
Re: crash dumps
1) Interupt the boot process and bring the box up in single user mode
BOOT PRI
Interact with ISL/IPL? y
hpux -is
2) You will be logged in as root.
mount /usr
mount /var
(You may have to first fsck these filesystems before they will mount)
3) vi /etc/rc.config.d/savecrash and set SAVECRASH=0
save the file.
4)
umount /var
umount /usr
sync; sync; sync
reboot
This will stop the saving/compressing of the crash dumps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 09:30 AM
08-08-2006 09:30 AM
Re: crash dumps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 09:50 AM
08-08-2006 09:50 AM
Re: crash dumps
I would bring the box up in single user mode and then step it through each init level. e.g. init 2, init 3. That won't even be necessary if you can find where the system failed in /etc/rc.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 09:55 AM
08-08-2006 09:55 AM
Re: crash dumps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 10:48 AM
08-08-2006 10:48 AM