Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Force a panic dump

Status
Not open for further replies.

Hawki

Programmer
Joined
Oct 16, 1999
Messages
63
Location
US
Can someone let me know how to force a panic dump on a Linux server. I need to because I have a system thats acting out of control sometimes before it shutsdown.

Thanxs
 
In the netdump package there is a little test programme called crash.c. If you compile that and then insmod it into the kernel it will cause an instant panic.

Annihilannic.
 
Gee, why would someone WANT to force a kernel panic?

And here, I've been doing it accidently all these years... <ROFL>



Just my 2¢

"In order to start solving a problem, one must first identify its owner." --Me
--Greg
 
There is a reason for everything and in this case I work where we have hundreds of UNIX system, Sun, HP and Linux. Sometimes we have systems that act up and it would be nice to see why a system is having a problem. This is because we have customers and we have to report to them.

Larry
 
By the way RedHat also supports diskdump, I'm not sure why Gloups said it only supports dumps over network?

Annihilannic.
 
yes, I need somthing that dumps to the drive. So diskdump dumps to the hard drive? I do not need to work over a network. This is a RedHat server

Larry
 
Thanks Annihilannic

I see if your informtion does the trick

Larry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top