1. RHEL的支持策略是怎么样的?

标准支持(一般7年)+ 延长支持(3年)

2. 升级RHEL的好处有哪些?

More advantageous to upgrade completely to newer releases
— Take advantage of latest hardware and virtualization capabilities
— New management, technologies and deployment stacks
— Realize more scaling, more performance and more flexibility with newer releases

3. 我应该采取哪种方式的生命周期管理策略?

详见 https://www.redhat.com/f/pdf/RHEL-4-EOL_Consideration-Options_Customer_22DEC11.pdf

4. RHEL程序兼容性指南

RHEL6: http://dynamic.ziftsolutions.com/clients/redhat/pdf/rhel6/RHEL6_App_Compatibility_WP.pdf

RHEL7: https://access.redhat.com/articles/rhel-abi-compatibility

5. What does RHEL use OpenSSL compatibility packages for?

RHEL 6 includes an openssl098e compatibility library, compatible with openssl packages from RHEL 5.
RHEL 5 includes an openssl097a compatibility library, compatible with openssl packages from RHEL 3 and 4.
RHEL 3 and 4 include an openssl096b compatibility library, compatible with openssl packages from RHEL 2.1

Unlike most other such compability packages, the OpenSSL ones do not have "compat" in their name to indicate their status as compatiblity packages. As they are only intended for runtime compatibility, there is no corresponding "devel" package for them like there is for the regular openssl package.

6. What is the glibc?

The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important sets of shared libraries: the standard C library and the standard math library. Without these two libraries, a Linux system will not function.

7. What glibc version is shipped with a particular Red Hat Enterprise Linux Update?

RHEL 4

RHEL 5

RHEL 6

RHEL 7

version

glibc-2.3.4-2.X

glibc-2.5-X

glibc-2.12-1.X glibc-2.17-X

Note 1 : compat-glibc-2.3.2 package is shipped with Red Hat Enterprise Linux 4.
Note 2 : compat-glibc-2.3.4 package is shipped with Red Hat Enterprise Linux 5.
Note 3 : compat-glibc-2.5 package is shipped with Red Hat Enterprise Linux 6.
Note 4 : compat-glibc-2.12 package is shipped with Red Hat Enterprise Linux 7.
Note 5 : To keep binary compatibility, Red Hat does not support glibc major-version upgrade in the same major Updates.

最新文章

  1. 我的MYSQL学习心得(十一) 视图
  2. [日常训练]string
  3. UML大战需求分析——阅读笔记03
  4. golang官网可以打开了 go语言
  5. Java2_java入门时的一些基本概念的理解(j2ee,j2se,j2me,jdk,sdk,jre,jvm,跨平台)
  6. eclipse 清楚git记录的密码
  7. 工作圈redis 使用
  8. jqGrid根据ID获取行号
  9. P1082丛林探险
  10. 多层神经网络BP算法 原理及推导
  11. 求取水仙花数 && 将整数分解成质因数
  12. tf.nn.conv2d 和 tf.nn.max_pool 中 padding 分别为 'VALID' 和 'SAME' 的直觉上的经验和测试代码
  13. Linux压缩打包tar命令总结
  14. EvansClassification
  15. centos7配置Hadoop集群环境
  16. Linux 文件系统概览
  17. rac 关库 启库
  18. mysql 从库执行insert失败导致同步停止
  19. 吴恩达-coursera-机器学习-week5
  20. sql server中如何将两个字段数据合并成一个字段显示(字段与字段添加特殊符号)

热门文章

  1. 【Three.js】模型抗锯齿处理
  2. 关于如何用js完成全选反选框等内容
  3. Mac下Homebrew安装的软件放在什么地方
  4. 《LeetBook》LeetCode题解(2):Add Two Numbers [M]
  5. linux mint 19安装 kvm 软件包
  6. 安装Postgresql之后,创建用户 配置rails
  7. 深度学习(一) BP神经网络
  8. 1-1、create-react-app 配置 mobx
  9. lazy初始化和线程安全的单例模式
  10. android应用执行需要root权限的shell命令