`
izuoyan
  • 浏览: 9221182 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Oracle Linux 6 DVDs Now Available

 
阅读更多

On Sunday 6 February 2011, Oracle Linux 6 was released on the Unbreakable Linux Network for customers with an Oracle Linux support subscription. Shortly after that, the Oracle Linux 6 RPMs were made available on our public yum server. Today we published the installation DVD images on edelivery.oracle.com/linux. Oracle Linux 6 is free to download, install and use. The full release notes are here, but similar to my recent post about Oracle Linux 5.6, I wanted to highlight a few items about this release.

Unbreakable Enterprise Kernel

As is the case with Oracle Linux 5.6, the default installed kernel on x86_64 platform in Oracle Linux 6 is the Unbreakable Enterprise Kernel. If you haven't already, I highly recommend you watch the replay of this webcast by Chris Mason on the performance improvements made in this kernel.

       # uname -r         2.6.32-100.28.5.el6.x86_64 

The Unbreakable Enterprise Kernel is delivered via the package kernel-uek:

  [root@localhost ~]# yum info kernel-uek         ...         Installed Packages         Name       : kernel-uek         Arch       : x86_64         Version    : 2.6.32         Release    : 100.28.5.el6         Size       : 84 M         Repo       : installed         From repo  : anaconda-OracleLinuxServer-201102031546.x86_64         Summary    : The Linux kernel         URL        : http://www.kernel.org/         License    : GPLv2         Description: The kernel package contains the Linux kernel (vmlinuz), the core of                    : any Linux operating system.  The kernel handles the basic functions                    : of the operating system: memory allocation, process allocation,                    : device input and output, etc.  

ext4 file system

The ext4 or fourth extended filesystem replaces ext3 as the default filesystem in Oracle Linux 6.

   # mount         /dev/mapper/VolGroup-lv_root on / type ext4 (rw)         proc on /proc type proc (rw)         sysfs on /sys type sysfs (rw)         devpts on /dev/pts type devpts (rw,gid=5,mode=620)         tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")         /dev/sda1 on /boot type ext4 (rw)         none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) 

Red Hat compatible kernel

Oracle Linux 6 also includes a Red Hat compatible kernel built directly from RHEL source. It's already installed, so booting it is a matter of editing /etc/grub.conf

        # rpm -qa | grep kernel-2.6.32         kernel-2.6.32-71.el6.x86_64 

Oracle Linux 6 no longer includes a Red Hat compatible kernel with Oracle bug fixes. The only Red Hat compatible kernel included is the one built directly from RHEL source.

Yum-only access to Unbreakable Linux Network (ULN)

Oracle Linux 6 uses yum exclusively for access to Unbreakable Linux Network. To register your system with ULN, use the following command:

              # uln_register 

No Itanium Support

Oracle Linux 6 is not supported on the Itanium (ia64) platform.

------

近日,Oracle发布了Oracle Linux 6版本,在 Unbreakable Linux Network上显示的日期是2011年2月11日,现在这个版本已经可以下载,按照Oracle的一贯说法,这一版本可以 " free to download, install and use",其版本信息参考 here

该发布的内核版本是2.6.32,缺省使用Ext4文件系统,从Wiki百科摘录以下Ext4的特性:

ext4(第四扩展文件系统)文件系统是Linux系统下的日志文件系统,是ext3文件系统的后继版本。

ext4 原始的开发目标是一系列的向下兼容ext3、移除其64位限制与提升其效能的延伸包[1]。然而,某些Linux开发者因稳定性原因而拒绝将这些延伸包应用在ext3上,并要求其作为ext3的分支,改名为ext4并另行开发,以免影响到目前的ext3用户。该要求被接受以后,ext3维护者 Theodore Ts'o在2006年6月28日公开了ext4的开发计划。

ext4文件系统可支持最高1 Exbibyte的分区区与最大16 Tebibyte的文件


Ext4另外一个引人的变化是引入了Extent的文件存储方式,这一概念和Oracle中的Extent概念非常相似了:

ext4 引进了Extent文件存储方式,以取代ext2/3使用的block mapping方式。Extent指的是一连串的连续实体block,这种方式可以增加大型文件的效率并减少分裂文件。ext4支持的单一Extent,在单一block为4KB的系统中最高可达128MB。单一inode中可存储4笔Extent;超过四笔的Extent会以Htree方式被索引。

新部署的系统完全有必要来体验一下Oracle Linux 6的内核了,也可以利用一下Oracle Public YUM Server

-The End-

分享到:
评论

相关推荐

    SAP ECC IDES 6.0 for Oracle 10.2 Install Step(20110405)

    《SAP ECC IDES 6.0 for Oracle 10.2 安装步骤详解》 在信息技术领域,SAP ECC(Enterprise Central Component)是SAP公司的核心业务套件之一,用于实现企业资源规划(ERP)。IDES(Integrated Development and ...

    Ubuntu_Linux宝典.zip

    It's the fastest-growing, coolest Linux distribution out there, and now you can join the excitement with this information-packed guide. Want to edit graphics? Create a spreadsheet? Manage groups? Set ...

    linux操作系统课后习题答案.docx

    Linux 的安装方式有 CDs/DVDs、网络安装、虚拟机安装等。安装 Red Hat Linux 系统需要做的准备工作包括备份数据、分区硬盘、设置网络等。 Red Hat Linux 系统支持的文件类型有文本文件、图像文件、音频文件、视频...

    新建 Microsoft Excel 工作表.zip_STM32 Excel_dvds_trunkt8a

    6. **资源分配**:在多任务系统中,分配内存和CPU时间片。 7. **学习资料**:整理STM32教程,包含寄存器配置、库函数使用等。 "dvds"可能是"Development DVDs"的缩写,这可能意味着该工作表集是作为开发套件的一...

    Wiley.Publishing.Fedora.Linux.Toolbox.1000+.Commands.for.Fedora.CentOS.and.Red.Hat.Power.Users.and.Red.Hat.Power.Users.2008.pdf

    - **Multimedia Formats**: Understanding supported formats and codecs available in Fedora. #### Chapter 7: Administering File Systems File system administration involves managing disk space and ...

    CDs__DVDs.zip_存储网站

    6. **UPLOAD.ASP**:上传功能的处理程序,允许用户上传媒体的封面图片、游戏截图或软件的安装文件等。它通常会处理文件类型检查、大小限制和实际上传操作。 7. **categorias.asp**:分类管理页面,用户可以浏览、...

    IBM_AIX_7.1_Installation_DVDs bt下载

    AIX_7.1_Base_Operating_System_TL_7100-00-01_DVD_1_of_2_102010.iso AIX_7.1_Base_Operating_System_TL_7100-00-01...AIX_Toolbox_for_Linux_Applications_092010.tar.gz IBM AIX Version 7.1 Differences Guide.pdf

    SAP -IDES_ECC6.0 安装文件BT

    文件名 "SAP ECC 6.0 SR3 IDES Oracle new" 和 "SAP ECC 6.0 SR3 IDES Oracle.torrent" 暗示安装文件可能分为两个部分,其中"SR3"表示SAP Enhancement Package 3,这是ECC6.0的一个重要更新,包含了更多的新功能和...

    外研一起小学英语五下《Module3Unit 1 Have you got the Harry Potter DVDs》word

    外研一起小学英语五下《Module3Unit 1 Have you got the Harry Potter DVDs》word教案 (2).docx

    eac3to V3.17

    * added support for "line 21" closed captions in ATSC/NTSC broadcasts and DVDs * added reading of movie / network name from "line 21" XDS information * for gaps, edits & repairs > 1000ms eac3to now ...

    MMC V6.0 R02C

    6 R02C is to define a set of commands and protocols that enable efficient interaction with various types of storage devices, particularly multimedia devices such as optical discs (CDs, DVDs, Blu-ray),...

    Mitov LabPacks6Delphi XE2-XE4 Full Source

    DVD Player - Plays DVDs. Screen Capture - Record videos from the screen. Combine - Mix, merge, split and transition videos. Convert - converts video from one format to another. Filtering - perform ...

    sg3_utils的库

    devices (CD/DVDs and tapes), USB mass storage devices (including those using the newer UAS[P]), Fibre Channel disks, IEEE 1394 storage devices (SBP protocol), iSCSI, FCoE and SOP devices.

    IDES ECC6.0安装全攻略.pdf

    - **数据库导出DVD**: DB Export DVDs From 1 to 5(第5张DVD中包含Export 5至Export 11) - **Java组件**: - SAP ERP 2005 SR1 - SAP CRM 5.0 SR1 - SAP SCM 5.0 SR1 - SAP SRM 5.0 SR1 - CD Number 51031807 ...

    uhdd.sys源码

    UDVD2 handles up to 6 SATA IDE or old PIO mode CD DVD drives it tests up to 10 controllers on loading and takes 2000 bytes or 144 with its H switch Caching by UHDD adds 96 bytes and UDVD2 "...

    Ubuntu The Complete Reference

    **Chapter 6 - Software Management** - **Package Management**: Introduction to package management with APT (Advanced Package Tool), including installing, updating, and removing packages. - **Software ...

    magic.cd.dvd.burner.v1.00.for.delphi.and.bcb-distinct

    Create ISO(100% DOS/Windows) compatible Data CDs/DVDs.?Support Long File Name (Joliet) File System.?Burn and Build ISO Images.?Create Multi-Session CD.?Import any of the available previous session.?...

    Magic CD/DVD Burner C5,D5,D7

    Create ISO(100% DOS/Windows) compatible Data CDs/DVDs.?Support Long File Name (Joliet) File System.?Burn and Build ISO Images.?Create Multi-Session CD.?Import any of the available previous session.?...

    The iPad Project Book

    Get smart: Learn another language with one of the many translation apps available, and build an illustrated deck of flash cards with common words and phrases. Plus many more useful projects—both big ...

Global site tag (gtag.js) - Google Analytics