FREEDOM. FRIENDS. FEATURES. FIRST. 페도라 한국 사용자 모임

페도라 11, 12, 13 지원되는 젠 4.0 릴리즈 되었습니다 ( 2010년 4월 3일 현지시간)

게시판 새소식/정보 페도라 11, 12, 13 지원되는 젠 4.0 릴리즈 되었습니다 ( 2010년 4월 3일 현지시간)

  • This topic has 4개 답변, 3명 참여, and was last updated 13 years, 11 months 전에 by
    ELem. This post has been viewed 1193 times
  • #16502
    인베인
    참가자
      게시글147 댓글412 총합559
    @leemgs
     

    젠4.0이 릴리즈 되었습니다.
    눈에 띄는 것중의 하나는 페도라 11, 12, 13 배포판을 위한 yum 설치가 된다라는 겁니다.
    페도라 사용자라는 것이 갑자기 뿌듯해집니다. ㅎㅎ

    주소는 http://wiki.xensource.com/xenwiki/Xen4.0 입니다.

    Packages required for building from source

    Packages
    required to build Xen 4.0 from source on Fedora 11, 12, or 13, in
    addition to all the usual development tools and libraries:

    yum groupinstall "Development Libraries"
    yum groupinstall "Development Tools"
    yum install transfig texi2html libaio-devel dev86 glibc-devel e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-devel

    nstallation from source

    Xen 4.0 source code mercurial (hg) repository and changelog: http://xenbits.xen.org/xen-4.0-testing.hg

    You can get Xen 4.0 with mercurial using the following command:

    hg clone http://xenbits.xen.org/xen-4.0-testing.hg

    Alternatively you can download the Xen 4.0.0 source tarball from http://www.xen.org/products/xen_source.html

    If
    you want to install only the new Xen 4.0 hypervisor and tools, and use
    your previous dom0 kernel, or build your own custom dom0 kernel:

    cd xen-4.0-testing.hg
    make xen
    make tools
    make stubdom

    When the compilation process finishes you'll have the binaries in "dist/" directory ready for installation:

    make install-xen
    make install-tools
    make install-stubdom

    And
    then compile your chosen new dom0 kernel, or use your existing dom0
    kernel, and update grub.conf to use the new Xen hypervisor.

    You can also compile Xen 4.0 together with the new default pvops dom0 kernel (2.6.31.x):

    make world

    This will download the pvops dom0 kernel from Jeremy's xen.git repository during the build process.

    Later if you want to track the changes made (patches added) to xen-4.0-testing.hg repository do this to update the tree:

    cd xen-4.0-testing.hg
    make clean
    hg pull
    hg update
    hg log | less
    #verify you see the latest changes in the log
    <and continue as above to build and install it>

    Example grub configuration for Xen 4.0 with a pvops dom0 kernel

    Example entry for Xen dom0 /boot/grub/grub.conf:

    title        Xen 4.0, Linux kernel 2.6.32.11
    root (hd0,0)
    kernel /xen-4.0.gz dom0_mem=1024M loglvl=all guest_loglvl=all
    module /vmlinuz-2.6.32.11 root=/dev/sda1 ro nomodeset
    module /initrd.img-2.6.32.11

    Obviously
    you need to modify the example grub.conf entry above to have correct
    values for your setup, especially for the root= parameter. Check the
    existing grub.conf entries and make the new entry similar to them.

    Binary packages

    There are no binary packages available yet.

    Fedora 12 users can grab Xen 4.0.0 src.rpm from https://fedorapeople.org/~myoung/dom0/src/ , direct link: https://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.7.fc12.src.rpm . You can then use "rpmbuild -bb" to build binary rpm packages on your system.

    Tutorials to install Xen 4.0

    No tutorials available yet.

    * 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치

3 답변 글타래를 보이고 있습니다
    • #16594
      태랑
      키 마스터
        게시글303 댓글1084 총합1387
      @admin
       

      한번설치를 해봐야 겟네요 xen은 아직 안써봐서리 ㅎㅎ

      오픈소스를 응원합니다 Blog https://hoing.io
      Senior Database Administrator(MySQL, Oracle)

      사이트 이용 문의 사항은 댓글이나 admin@fedoralinux.or.kr 로 메일주세요

       
    • #16595
      인베인
      참가자
        게시글147 댓글412 총합559
      @leemgs
       

      한번쯤은 설치해볼 가치가 충분히 있습니다.

      저는 이제는 공부/실험용으로만 사용하고 있고, 평상시에는 그냥 virtualbox를 사용중입니다. ^^

      * 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치

       
    • #16596
      태랑
      키 마스터
        게시글303 댓글1084 총합1387
      @admin
       

      버추얼박스가 vmware에 비교해서 충분히 안정적이며 기능도 훌륭하고

      일단 가벼워서 저도 항상 버추얼박스만 쓰는데

      인베인님말씀처럼 XEN 설치나 사용은 해봐야할듯하네요

      오픈소스를 응원합니다 Blog https://hoing.io
      Senior Database Administrator(MySQL, Oracle)

      사이트 이용 문의 사항은 댓글이나 admin@fedoralinux.or.kr 로 메일주세요

       
    • #16597
      ELem
      참가자
        게시글74 댓글719 총합793
      @Bardisch
       

      yum으로~~~ 소스 컴파일 준비가 되는군요[..]
      Xen 4.0 써볼까요..ㅎ

       
3 답변 글타래를 보이고 있습니다
  • 답변은 로그인 후 가능합니다.

지금 이 순간


지금 놋북에 쓰는 페도라13 !
파일 자동 생성 스크립트 작성 고민
전역하고 인사가 늦었내요 ~
설치 질문있습니다.!
페도라 설치할려고 하는데 하드인식이 안되요.
부팅관련 도와주세요 ㅠㅠ
포인트경매 굉장히 머리 굴리게 되네요
SMART를 이용한 smartmontools/gsmartcontrol으로 HDD 건강상태 체크하기.
LogFS 파일시스템교체방법이 어떠어떠한 방법이있을까요?
# 가입인사 드립니다 #