The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
All other trademarks are the property of their respective owners.
Red Hat Enterprise Linux 更新版是增強功能、安全與修正 bug 後的小幅更新。Red Hat Enterprise Linux 5.5《發行公告》紀錄了 Red Hat Enterprise Linux 5 作業系統與其應用程式的主要變動。關於此更新版本的詳細資料,請參閱《技術公告》。
Red Hat Enterprise Linux 5.5 包括了對 Intel Boxboro-EX 平台、AMD Magny-Cours 處理器與 IBM Power 7 處理器的硬體支援。虛擬化更為精進,支援多張 10 GigE SR-IOV 網路卡,並會自動為虛擬客座端使用 hugepages(若系統上啟動此功能)。異質平台也有所改進,OpenOffice 現在加入了微軟 Office 2007 的篩選器,Samba 與 Windows 7 相容,同時虛擬機器可使用微軟 PXE 服務。
1. 安裝
Red Hat Enterprise Linux 5.5 修正了許多系統安裝程式(anaconda)的 bug,並加強了許多功能。
之前 kickstart 提供了兩種選項來選擇所有套件:@Everything 與 *(萬用字元)。Red Hat Enterprise Linux 5.5「不再支援」這兩個選項。使用這兩個選項來安裝所有套件會失敗,除非 kickstart 檔案排除了所有衝突套件。因此,要安裝所有套件而不安裝衝突套件,kickstart 檔案必須包括:
%packages @Everything -@Conflicts
Red Hat Enterprise Linux 5.5 包含了新的套件組:samba3x、freeradius2、postgres84。這些套件組只能透過 kickstart 在系統安裝過程中安裝,或透過 yum 安裝至現有系統上。
硬體支援
安裝過程支援以下裝置的驅動程式:
pmcraid 驅動程式,用於 PMC Sierra MaxRAID 控制介面卡(BZ#532777)。
ibmvfs 驅動程式,用於 Power6 Virtual FC 裝置(BZ#512237)。
be2iscsi 驅動程式,用於 ServerEngines BladeEngine 2 Open iSCSI 裝置(BZ#529442)。
注意
欲知更多安裝 Red Hat Enterprise Linux 5 的詳情,請參閱《安裝指南》。
2. 虛擬化
Red Hat Enterprise Linux 5.5 更新了許多虛擬化的功能。虛擬化元件的更新資料,可在《技術指南》中找到。
注意
Cluster Suite 現在完全支援對 KVM 虛擬客座端的管理功能。
SPICE
Red Hat Enterprise Linux 5.5 包括了一些元件,提供獨立運算環境的簡易通訊協定(SPICE,Simple Protocol for Independent Computing Environments):一種遠端顯示的通訊協定。這些元件與 Red Hat Enterprise 虛擬化產品一起運作,並不保證擁有穩定的 ABI。這些元件將來會被更新,確保與 Red Hat Enterprise 虛擬化產品的需求同步。遷移至將來的版本可能需要使用者在每台電腦上手動操作。
kernel 的追蹤點(tracepoint)設於重要的部位,讓系統管理者分析、偵錯程式碼。在 Red Hat Enterprise Linux 5.5 裡,多種追蹤點已經加入了 kernel 裡(BZ#475710),包括網路(BZ#475457)、coredump(BZ#517115)以及 signal(BZ#517121)。
未賦予權限的模式是 Red Hat Enterprise Linux 5.5 的技術搶先版。stap-server 所使用的機制還在發展中,以取得更高的安全性,因此在建置時請小心,只在受信任的網路上為之。
偵測 C++
C++ 程式的偵測功能已經改進,能更有效地偵測 user-space 的程式。
FreeRADIUS 是高效能、可高度自訂化的免費 RADIUS(Remote Authentication Dial In User Service)伺服器,用來允許中央式的登入環境與網路授權模式。
在 Red Hat Enterprise Linux 5.5 裡,FreeRADIUS 2.0 是以全新的套件型態存在(freeradius2)。FreeRADIUS 1 在 Red Hat Enterprise Linux 5 裡面還是找得到,沿用原始名稱 freeradius。FreeRADIUS 2.0 有許多新功能,包括程式語言 unlang、支援虛擬伺服器、額外的目錄以支援更多 RFC,並完整支援 IPv6 的屬性與網路封包。
PostgreSQL 8.4(postgresql84)現在屬於 Red Hat Enterprise Linux 5 的完整支援選項。PostgreSQL 8.4 的新功能包括:平行資料庫回復、單行的存取權限、以及新的監控工具。