Disabling saving of system dump while kernel panic


 
Thread Tools Search this Thread
Operating Systems AIX Disabling saving of system dump while kernel panic
# 1  
Old 09-01-2009
Disabling saving of system dump while kernel panic

Hi,

Is there an option to disable saving of system dump when a user invokes a kernel panic
using sysdumpstart command.

Also, is there any other way of invoking a kernel panic other than using
sysdumpstart?

Thanks,
Kanna
# 2  
Old 09-01-2009
Quote:
Originally Posted by kanna_geekworkz
[...]Is there an option to disable saving of system dump when a user invokes a kernel panic
using sysdumpstart command.

Also, is there any other way of invoking a kernel panic other than using
sysdumpstart?[...]
Nope, the sysdumpstart command is solely there for writing a sysdump. Only root can use this command and therefore it should not be a problem. If you never ever want a dump try to use /dev/null as sysdumpdevice.

You can invoke a kernel panic by shutting down an LPAR with "immediate" from HMC/IVM.
# 3  
Old 09-01-2009
Thanks shockneck..

But the sysdumpdev -p /dev/null is giving the following error,

#sysdumpdev -p /dev/null
0453-050 /dev/null is not a valid dump device.

Regards,
Kanna
# 4  
Old 09-01-2009
Quote:
Originally Posted by kanna_geekworkz
#sysdumpdev -p /dev/null
0453-050 /dev/null is not a valid dump device.
I just realised that the target should not read /dev/null but /dev/sysdumpnull. Try this.

Last edited by shockneck; 09-03-2009 at 07:09 AM.. Reason: changed target device
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Kernel Panic

Hello when i booting my SCO Server I become this Message PLS can anyone help me? Cheers Christoph (1 Reply)
Discussion started by: cga
1 Replies

2. UNIX for Advanced & Expert Users

what does the kernel panic mean?

Hi, all: How should I obtain the reason of kernel panic? How should I debug the program which result in a kernel panic? What can I get from the panic information? li, kunlun (3 Replies)
Discussion started by: liklstar
3 Replies

3. Red Hat

comm: mysqld Not tainted ... Kernel Panic , System totally unresponsive

Hi, I am experiencing frequent system hangs, hard kernel panics, etc almost thrice a day. The system would be totally unresponsive and the only way is to reboot is hard power recycling (plug out the power cable and plug in back after 30 secs). I enabled kdump, but unfortunately the kdump files... (3 Replies)
Discussion started by: massoo
3 Replies

4. Solaris

Solaris 10 - Unable to boot the system "panic: cannot open /kernel/amd64/unix"

Hi All, I have installed Solaris 10 on my AMD 64 3000+ system. I was playing with grub commands eeprom and bootadm commands. I screwed my boot-file and now am unable to boot the system. Gets error msg as "panic: cannot open /kernel/amd64/unix". I booted the system is filesafe and tried update the... (2 Replies)
Discussion started by: Manjunath K V
2 Replies

5. Red Hat

Kernel Panic problem

Hi all, When i load my block device driver in Fedoracore10 kernel 2.6.27. i got this type of error kernel panic - not syncing : Fatal exception in interrupt. I am unable to save the log file.... Can any one help me..... regards sundar (4 Replies)
Discussion started by: sundhar
4 Replies

6. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies

7. Linux

kernel panic

I have compiled kernel version 2.6.12 in my linux box mandrake 10.1. I have followed www.digitalhermit.com/linux/Kernel-Build-HOWTO.html instructions. I have copied .config file from /usr/src/linux and lightly modified it (only the processor type) by xconfig. I have compiled the source and modules.... (3 Replies)
Discussion started by: Davide71
3 Replies

8. UNIX for Dummies Questions & Answers

kernel panic

hello :-) I have one problem with my LiLO... I installed PLD Linux on my computer but when it boots, the last thing I can see is: request_module Root fs not mounted VFS: Cannot open root device 03:01 Kernel panic: VFS: unable to mount root fs on 03:01 and the system stops :-( what... (1 Reply)
Discussion started by: pgas
1 Replies

9. UNIX for Dummies Questions & Answers

RH 7.3 Kernel Panic.

I've installed rh 7.3 a fewday ago and I'm trying to boot it and I get this" Kernel panic: no init found. try passing init=options to kernel" ????? What do I do. Thanks. F,Ruiz. (2 Replies)
Discussion started by: ruizf
2 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question