In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Sometimes when some services are installed on the server to meet daily needs, they often give up because of the kernel. This blog post is to solve this problem.
Implementation steps:
[root@localhost ~] # uname-r / / View system kernel 3.10.0-862.el7.x86_64 [root@localhost ~] # rpm-- import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org// load public key [root@localhost ~] # rpm-Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm// install import [root] @ localhost ~] # yum-- disablerepo=\ *-- enablerepo=elrepo-kernel repolist// loads elrepo-kernel metadata [root@localhost ~] # yum-- disablerepo=\ *-- enablerepo=elrepo-kernel list kernel*// to view available rpm packages [root@localhost ~] # yum-- disablerepo=\ *-- enablerepo=elrepo-kernel install-y kernel-ml.x86_64// installs the latest version of kernel
Restart and it will appear as shown in the figure:
[root@localhost ~] # yum-y remove kernel-tools-libs.x86_64 kernel-tools.x86_64 / / remove the old version of the toolkit [root@localhost ~] # yum-- disablerepo=\ *-- enablerepo=elrepo-kernel install-y kernel-ml-tools.x86_64// install the new version of the toolkit [root@localhost ~] # uname-r / / View the current system version kernel 5.4.5-1.el7.elrepo.x86 _ 64 [root@localhost ~] # rpm-qa | grep kernel / / query all cores in the system [root@localhost ~] # yum remove-y kernel-3.10.0-862.el7.x86_64 / / remove redundant kernels
After restart, as shown in the figure:
-this is the end of this article. Thank you for reading-
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.