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 로 Ext 4 파일 시스템 을 사용 하지 않 고 위 키 백과 에서 아래 Ext 4 의 특성 을 발췌 합 니 다.
ext 4 (제4 확장 파일 시스템) 파일 시스템 은 Linux 시스템 의 로그 파일 시스템 으로 ext 3 파일 시스템 의 후속 버 전 입 니 다.
ext 4 원시 적 인 개발 목 표 는 일련의 하향 호 환 ext 3 로 64 비트 제한 을 제거 하고 그 효능 을 향상 시 키 는 연장 팩 [1] 이다.그러나 일부 리 눅 스 개발 자 들 은 안정성 때문에 이러한 확장 패 키 지 를 ext 3 에 응용 하 는 것 을 거절 하고 ext 3 의 분기 로 서 ext 4 로 이름 을 바 꾸 고 별도로 개발 하여 현재 ext 3 사용자 에 게 영향 을 주지 않도록 요구한다.이 요구 가 받 아들 여진 후 ext 3 관리자 Theodore Ts' o 는 2006 년 6 월 28 일 ext 4 의 개발 계획 을 공개 했다.
ext 4 파일 시스템 은 최대 1 Exbibyte 의 파 티 션 구역 과 최대 16 Tebibyte 의 파일 을 지원 합 니 다.
Ext 4 의 또 다른 매력 적 인 변 화 는 Extent 의 파일 저장 방식 을 도입 한 것 이다. 이 개념 은 Oracle 의 Extent 개념 과 매우 비슷 하 다.
ext 4 는 ext 2 / 3 에 사용 되 는 block mapping 방식 을 대체 하기 위해 Extent 파일 저장 방식 을 도입 했다.Extent 는 일련의 연속 실체 block 을 말 하 는데 이런 방식 은 대형 파일 의 효율 을 증가 시 키 고 분열 파일 을 줄 일 수 있다.ext 4 가 지원 하 는 단일 Extent 는 단일 block 이 4KB 인 시스템 에서 최대 128 MB 에 달한다.단일 inode 에 4 개의 Extent 를 저장 할 수 있 습 니 다.4 획 이 넘 는 Extent 는 Htree 방식 으로 인 덱 싱 됩 니 다.
새로 배 치 된 시스템 은 Oracle Linux 6 의 커 널 을 체험 할 필요 가 있 습 니 다. Oracle Public YUM Server 도 이용 할 수 있 습 니 다!
-The End-

좋은 웹페이지 즐겨찾기