我想在 2012/08 之后将我的服务器的操作系统从 RHEL 4 升级到 6。
我知道有两种升级方法。
1. directly (RHEL 4 -> 6):
1. buy a new server machine.
2. install RHEL6 on the machine.
3. move my system from old machine to new machine.
4. swap these machines.
2. one by one (RHEL 4 -> 5 -> 6):
1. upgrade from RHEL 4 to RHEL 5 with up2date command.
2. upgrade from RHEL 5 to RHEL 6 with yum command.
我想使用第二种方法。但是我听说 Redhat 自 2012/03 起已停止了对 REHL4 的支持。
自 2012/08 起,是否可以使用 up2date(或 yum)从 RHEL 4 升级到 6?
答案1
Redhat 已停止对 RHEL 4 的主流支持,但这并不意味着他们清除了软件包存储库。
不过,我不知道如何使用 up2date 从 RHEL 4 升级到 RHEL 5。我甚至不认为 RedHat 支持这样的升级路径。据我所知,它们本质上是黑客手段。您可以手动执行此操作,并始终记住将 x.oldest 升级到 (x+1).0,然后再更新到 (x+1).oldest。因此,当使用任何路线从 4 升级到 6 时,您将按如下方式进行:
- 更新至 4.9
- 升级到 5.0
- 更新至 5.8
- 升级到 6.0
- 更新至 6.2