In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the knowledge of "how to upgrade the kernel of LINUX system from 2.4kernel to 2.6kernel". Many people will encounter this dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
one。 The following components must be upgraded before upgrading
1. Upgrade device-mapper and download it at ftp://sources.redhat.com/pub/dm
Cd / usr/src
Tar-zxvf device-mapper.1.01.04.tgz
Cd device-mapper.1.01.04
. / configure-- perfix=/
Make all
Make install
two。 Install LVM2 and download from ftp://sources.redhat.com/pub/lvm2
Cd / usr/src
Tar-zxvf LVM2.2.01.14.tgz
Cd LVM2.2.01.14
. / configure-- perfix=/
Make all
Make install
3. Upgrade mkinitrd and find it under http://rpm.pbone.net/
Rpm-Uvh mkinitrd-3.5.11-3.9.i386.rpm
4.update modutils is downloaded from ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/
Cd / usr/src
Tar-zxvf modutils-2.4.27.tar.gz
Cd modutils-2.4.27
. / configure-- perfix=/
Make all
Make install
5. Install module-init-tools and download from ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools
Cd / usr/src
Tar-zxvf module-init-tools-3.2-pre9.tar.gz
Cd module-init-tools-3.2-pre9
. / configure-- prefix=/
Make moveold
Ps: "make moveold" will rename the system's original modutils tool program to "* .old" (for example, lsmod.old, etc., is a very important step! If you forget this step, don't be nervous, just reinstall modutils according to step 4 above.
Make
Ps: "make: * [modprobe.conf.5] Error 127" appears when compiling with module-init-tools-3.1
Version 3.0 or 3.2-pre is recommended.
Make install
. / generate-modprobe.conf / etc/modprobe.conf
This is the end of the introduction of "how to upgrade the LINUX system from 2.4 kernel to 2.6 kernel". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.