Chapter 22. Additional Information for IBM System z Users
250
• Activate the device.
Based on the type interface being added, issue an
ifup
command:
# ifup hsi
n
# ifup eth
n
# ifup tr
n
22.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
/proc/
file system. To disable periodic timer interrupts, issue 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 disabled.
Periodic timer interrupt states can also be set at boot-time; to do so, add the following line to
/etc/
sysctl.conf
to disable periodic timer interrupts:
kernel.hz_timer = 0
Note
Disabling periodic timer interrupts can violate basic assumptions in system accounting
tools. If you notice a malfunction related to system accounting, verify that the malfunction
disappears if periodic timer interrupts are enabled, then submit a bug at
http://
bugzilla.redhat.com/bugzilla/
(for malfunctioning bundled tools), or inform the tool vendor
(for malfunctioning third-party tools).
Содержание ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION
Страница 12: ...xii ...
Страница 20: ......
Страница 30: ...12 ...
Страница 32: ...14 ...
Страница 82: ...64 ...
Страница 106: ...88 ...
Страница 122: ...104 ...
Страница 124: ...106 ...
Страница 126: ......
Страница 132: ...114 ...
Страница 168: ...150 ...
Страница 182: ...164 ...
Страница 192: ...174 ...
Страница 194: ......
Страница 236: ...218 ...
Страница 238: ...220 ...
Страница 270: ......
Страница 274: ...256 ...
Страница 278: ...260 ...
Страница 292: ...274 ...
Страница 294: ......
Страница 300: ...282 ...
Страница 304: ......
Страница 316: ...298 ...
Страница 357: ...Creating Partitions 339 Figure 32 7 Creating a Software RAID Device 4 Click OK to add the device to the list ...
Страница 370: ...352 ...
Страница 384: ...366 ...
Страница 385: ...Part VII Appendix ...
Страница 386: ......