United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
In addition to the usual suspects such as a system report and a detailed description of the situation (for example, "My system started to randomly hang after I applied a firmware update for my RAID card"), the information produced by the SysRq keys will be extremely helpful. To gather this information, you will need to be able to:
First, you will need to edit /etc/grub.conf to use the serial port as a console. Open the file in your favorite text editor and find the kernel line which corresponds to your currently running kernel. Add the following at the end of that line:
console=tty0 console=ttyS0,9600n8Second, open /etc/sysctl.conf in your favorite text editor and add the following line:
kernel.sysrq = 1Also ensure that there are no lines in that file which say kernel.sysrq = 0. If there are, remove them or comment them out.
Finally, attach the serial console to the system and restart the system. You should see the kernel messages appear on the console as the system starts up. If you do not, then the console is not connected correctly. Ensure that it is connected to the correct serial port on the system, that it is connected using a null modem cable, and that all flow control on the serial console is off.
The next time your system hangs, press the following key combinations:
For Red Hat Enterprise Linux 2.1:
For Red Hat Enterprise Linux 3 and 4:
After you press each key combination, information should appear on the serial console. Attach this information into your support ticket.