how to handle system which become crash automatically


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to handle system which become crash automatically
# 1  
Old 09-02-2007
how to handle system which become crash automatically

helo,
suppose u have well build in product system which is build in linux o.s. now due to reason system automatically become crash(software crash),then how do u handle such crash. which is better way to handle such crash.
amit
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

MacOS 10.15.2 Catalina display crash and system panic

MacPro (2013) 12-Core, 64GB RAM (today's crash): panic(cpu 2 caller 0xffffff7f8b333ad5): userspace watchdog timeout: no successful checkins from com.apple.WindowServer in 120 seconds service: com.apple.logd, total successful checkins since load (318824 seconds ago): 31883, last successful... (3 Replies)
Discussion started by: Neo
3 Replies

2. Linux

How does the Operating System handle memory?

Hey everyone. Ok, so I know that from inside of any particular program, it see's through virtualized memory, a full range of available memory. It is given the ability then to place variables, data, user input etc, on the Stack, Heap, BSS, or Code segment of it's range. My question is what does the... (5 Replies)
Discussion started by: Lost in Cyberia
5 Replies

3. AIX

What is the proper way to handle system time ?

I admin an AIX box for a small company. The time on the AIX machine has to be changed twice a year for DST. I know I can set it to do this automagically but is that a good idea? I have read about people having problems with software databases and cron jobs... Is it possible to sync the AIX machine... (1 Reply)
Discussion started by: herot
1 Replies

4. HP-UX

restore data after system crash

Hi all, I have a server running HP-UX 11i V1 (11.11). We had a problem with the system disk which cannot boot and the recovery with the CD failed too. the only solution was to re-install the system on a new disk. The problem now is to get access to the data which are on other disks, not... (2 Replies)
Discussion started by: aribault
2 Replies

5. UNIX for Dummies Questions & Answers

System check after crash?

Hi all, First and foremost I would like to mention I am pretty new to Linux. I have some experience in Windows systems administration but nothing professionally. Expect some real newbie questions. For a small company I am trying to install a server so a development environment can be... (1 Reply)
Discussion started by: Crazy Harry
1 Replies

6. Programming

socket system call can not succedd right after application crash.

hello all, I have developed a server application in C for ulinux kernel 2.6.It works very fine; creating a socket, binding it to a port, listening for incoming sockets and accepting them ,all finish without any error. But there is a problem regarding application crash.After an intentionally... (1 Reply)
Discussion started by: Sedighzadeh
1 Replies

7. AIX

System crash when update TL

Hello everyone I have a partition with the TL 5300-06-01-0000 and try to update to this TL 5300-09-03-0918 but suddenly the update dont work more. I get in to the HMC and I see this code error 888 102 700 0C5 I try to restart my partition but doesnt work. Theres someone who has this... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

8. HP-UX

HP-UX system crash help please!!!

Hi, First of all, thanks for your help. I have downloaded freeBSD to study unix I'm here again 'cause my HP-UX 10.x has "broken". It raise this error: ---------------------------------------------------- Diagnostic System warning: = 0x1f005000 is POWERFAILED The diagnostic logging... (1 Reply)
Discussion started by: efrenba
1 Replies

9. Filesystems, Disks and Memory

System crash and Disk erasure !!!

I need some expert help, and would appreciate any feedback on the following problem: After power outage the machine didn't allow the login. When we checked it , it looked like both disks were completely empty. Luckily, we have a backup machine, and we can restore the disks. Has anybody seen... (3 Replies)
Discussion started by: DGoubine
3 Replies

10. UNIX for Dummies Questions & Answers

Tru64 system crash

Hello All We are using Tru64 Unix V4.0D on a Digital Alpha 1200 machine, which by coincidence, crashed last night! Completely out of the Blue!!! After rebooting the system and recovering the databases everything seemed to work ok. It is however, discomforting not to know how or why the system... (2 Replies)
Discussion started by: Ivo
2 Replies
Login or Register to Ask a Question
dump_compress_on(5)						File Formats Manual					       dump_compress_on(5)

NAME
dump_compress_on - selects whether the system dumps memory pages compressed or uncompressed when a kernel panic occurs VALUES
Failsafe Default (Allow the kernel to decide whether to dump compressed or not based on the system state at the time of the crash.) Allowed value Integer values and The setting for is used as follows: Dump uncompressed. Dump with compression for speed if possible. Recommended values (Allow the kernel to choose dump mode.) The value the kernel usually chooses is 1. DESCRIPTION
On large systems, the time required to dump system memory when a kernel panic occurs can be excessive or even prohibitive, depending on how much physical memory is installed in the system. Compressed dump capability results in smaller and faster dumps that will also take lesser time to save over into the filesystem. The (see crashconf(1M)) command and its associated configuration file control the dump compression mode in the memory dumps associated with a system crash. On rare occasions, the system may crash before is run during the boot process. On those occasions, the configuration set using the tunable will be used. The default value for this parameter is The system determines whether or not to dump compressed based on the type of crash that occurs, in this case. Note that certain types of system crash require an uncompressed crash dump. Also, the system operator may request an uncompressed crash dump at the time the dump is taken. In either of these cases, an uncompressed dump will be performed regardless of the mode selected in Who Is Expected to Change This Tunable? Only HP Field engineers should change the value of this tunable. Restrictions on Changing Changes to this tunable take effect immediately. When Should the Tunable Be Turned On? This tunable should be turned on to dump compressed when there is a system crash. What Are the Side Effects of Turning the Tunable Off? In this case, an uncompressed dump is taken always. On large memory machines, an uncompressed dump take typically three times longer than a compressed dump. When Should the Tunable Be Turned Off? The tunable should be turned off if there is a problem with compressed dumps. What Are the Side Effects of Turning the Tunable On? The system decides the dump mode based on the type of crash. What Other Tunables Should Be Changed at the Same Time? None. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by Hewlett-Packard Company. SEE ALSO
crashconf(1M), alwaysdump(5), dontdump(5). Tunable Kernel Parameters dump_compress_on(5)