Kernel-Related Information - Red Hat ENTERPRISE LINUX 4 - INSTALLATION GUIDE FOR IBM S-390 AND IBM ESERVER ZSERIES Installation Manual

Installation guide for the ibm s/390 and ibm eserver zseries architectures
Hide thumbs Also See for ENTERPRISE LINUX 4 - INSTALLATION GUIDE FOR IBM S-390 AND IBM ESERVER ZSERIES:
Table of Contents

Advertisement

Appendix F. Additional Information for S/390 and zSeries Users
NETTYPE=iucv
PEERID=TCPIP
TYPE=IUCV
• Activate the device.
Based on the type interface being added, issue an
# ifup iucv<n>

7. Kernel-Related Information

Red Hat Enterprise Linux includes a modification to the way the Linux kernel timer interrupt is
handled. Normally, a hardware timer is set to generate periodic interrupts at a fixed rate (100
times a second for most architectures). These periodic timer interrupts are used by the kernel to
schedule various internal housekeeping tasks, such as process scheduling, accounting, and
maintaining system uptime.
While a timer-based approach works well for a system environment where only one copy of the
kernel is running, it can cause additional overhead when many copies of the kernel are running
on a single system (for example, as z/VM(R) guests). In these cases, having thousands of
copies of the kernel each generating interrupts many times a second can result in excessive
system overhead.
Therefore, Red Hat Enterprise Linux now includes the ability to turn off periodic timer interrupts.
This is done through the
following command:
echo "0" > /proc/sys/kernel/hz_timer
To enable periodic timer interrupts, issue the following command:
echo "1" > /proc/sys/kernel/hz_timer
By default, periodic timer interrupts are enabled.
Periodic timer interrupt states can also be set at boot-time; to do so, add the following line to
to disable periodic timer interrupts:
/etc/sysctl.conf
kernel.hz_timer = 0
92
file system. To disable periodic timer interrupts, issue the
/proc/
command like the following:
ifup

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 4 - INSTALLATION GUIDE FOR IBM S-390 AND IBM ESERVER ZSERIES and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Enterprise linux 4

Table of Contents