RHEL生命周期管理 -- Should I stay, or should I go?
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.1Unlike 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.
RHEL生命周期管理 -- Should I stay, or should I go?的更多相关文章
- 【Microsoft Azure 的1024种玩法】六、使用Azure Cloud Shell对Linux VirtualMachines 进行生命周期管理
[文章简介] Azure Cloud Shell 是一个用于管理 Azure 资源的.可通过浏览器访问的交互式经验证 shell. 它使用户能够灵活选择最适合自己工作方式的 shell 体验,本篇文章 ...
- ASP.NET Core中的依赖注入(4): 构造函数的选择与服务生命周期管理
ServiceProvider最终提供的服务实例都是根据对应的ServiceDescriptor创建的,对于一个具体的ServiceDescriptor对象来说,如果它的ImplementationI ...
- 【转】Tomcat组件生命周期管理
Tomcat组件生命周期管理 Tomcat中Server,Service,Connector,Engine,Host,Context,它们都实现了org.apache.catalina.Lifecyc ...
- Castle IOC容器组件生命周期管理
主要内容 1.生命处理方式 2.自定义生命处理方式 3.生命周期处理 一.生命处理方式 我们通常创建一个组件的实例使用new关键字,这样每次创建出来的都是一个新的实例,如果想要组件只有一个实例,我们会 ...
- Java实现生命周期管理机制
先扯再说 最近一直在研究某个国产开源的MySQL数据库中间件,拉下其最新版的代码到eclipse后,启动起来,然后做各种测试和代码追踪:用完想要关闭它时,拉出它的STOP类想要运行时,发现这个类里赫然 ...
- 6、Khala的登录生命周期管理
khala能够对设备进行生命周期管理,并提供了与生命周期相关的接口,用户只需在具体的设备类型实现类中重写这些生命周期接口,即可享受khala对于生命周期管理的同时定制与业务相关的操作.具体接口解释如下 ...
- 依赖注入及AOP简述(十一)——生命周期管理 .
2. 生命周期管理 各种依赖注入框架提供了替开发者管理各种Scope的便利功能,随之而来的就必然是被管理的依赖对象的生命周期管理的问题.所谓生命周期管理,就是一个对象在它所属的Scope中从被 ...
- Windows 8 动手实验系列教程 实验5:进程生命周期管理
动手实验 实验5:进程生命周期管理 2012年9月 简介 进程生命周期管理对构建Windows应用商店应用的开发者来说是需要理解的最重要的概念之一.不同于传统的Windows应用(它们即使在后台仍然继 ...
- 快速构建Windows 8风格应用30-应用生命周期管理
原文:快速构建Windows 8风格应用30-应用生命周期管理 引言 Windows 8 中可以启动多个应用并在其中切换,我们没有必要担心降低系统速度或消耗电池电量. 因为系统会自动挂起(有时会终止) ...
随机推荐
- OpenERP中自定义模块卸载失败,Postgres数据库删不掉数据库,OpenERP登录不了一直在加载的问题解决方案。
解决方案也就是删除掉不用的数据库,OE会提示当前有N个Session不让Drop数据库. 对于Postgres 9.1 版本,在pgAdmin中查询以下语句: SELECT pg_terminate_ ...
- Mac 10.12安装hosts快速切换工SwitchHosts!
说明:支持在线本地. 下载: (链接: https://pan.baidu.com/s/1boDw67d 密码: uy6g)
- Android Studio: /dev/kvm device permission denied
https://stackoverflow.com/questions/37300811/android-studio-dev-kvm-device-permission-denied To chec ...
- WPF中设置了WindowStyle="None"后,窗口仍然有边框的解决方法
1. 设置了窗体的WindowStyle="None",窗口还是右边框,如下图: 2. 这是因为窗体默认是可以改变大小的,所以需要修改ResizeMode的值 ResizeMode ...
- WPF的Label默认的padding不为0
1.如图: 要求让“Tools” 左对齐,代码中已设置:HorizontalContentAlignment="Left" <Label Foreground="W ...
- dll ocx cab IE 自动安装
我们打开淘宝等网站时,IE浏览器会提示安装空间,这个控件便是用于对用户名密码进行加密的ActiveX控件.如何在我们的站点上安装如此控件,让用户可以通过简单的点击便可方便使用我们的空间呢? 下面是如何 ...
- 【c++】字符串流输出恢复状态问题
缘起 #include <iostream> #include <sstream> using namespace std; int main() { istringstrea ...
- spark2.4+elasticsearch6.1.1搭建一个推荐系统
目录 整体框架 安装相关的组件 elasticsearch安装 spark安装 下载es-hadoop中间件 安装计算向量相似度的elasticsearch插件 运行 结果展示 参考博客 本博文详细记 ...
- 工作中,ES6 可能掌握这些就足够了
刚开始用vue或者react,很多时候我们都会把ES6这个大兄弟加入我们的技术栈中.但是ES6那么多那么多特性,我们需要全部都掌握吗?秉着二八原则,掌握好常用的,有用的这个可以让我们快速起飞. 接下来 ...
- 事件绑定的快捷方式 利on进行事件绑定的几种情况
[事件绑定快捷方式]$("button:first").click(function(){ alert(1); }); [使用on绑定事件] ① 使用on进行单事件绑定 $(&qu ...