상단

XenServer를 정리 합니다.

 
 
 

XenServer 개요


XenServer 설치


  • GPT (GUID Partition Tables) 대신에 MBR partition tables을 사용하도록 설정 합니다.

    • root_size의 default 크기는 4096 MB인데, 크기를 더 증가 시켜서 설치를 합니다.

    • F2 키를 선택하여 Advanced 모드로 진입 합니다.

    • shell 명령어를 입력 합니다.

    • vi /opt/xensource/installer/constants.py

 
 GPT_SUPPORT = False
 root_size = 8192
 
  • XenServer 설치를 진행 합니다.

    • 설치가 완료되면 22 port로 접속이 가능 합니다.

    • 실제 네트워크 카드에 해당하는 Xen Bridge가 생성됨 (eth0 -> xenbr0)

    • Disk 파일 위치 : /dev/disk/by-id/

    • ISO 파일 위치 : /opt/xensource/packages/iso/

      • XenCenter.iso

      • xs-tools-6.2.0.iso

     
  • VM 설치를 위한 ISO 파일 저장용 Storage 생성

    • putty로 XenServer에 접속 합니다.

 
 mkdir /iso
 //--- sFTP로 CentOS 설치 파일을 업로드 합니다.
 //--- Storage Repository 생성
 //--- Usage: xe  [-s server] [-p port] ([-u username] [-pw password] or [](-pwf)) 
 //---        xe help
 //---        xe help 
 //---        xe help --all
 xe sr-create name-label=iso type=iso device-config:legacy_mode=true device-config:location=/iso content-type=iso
 //--- XenCenter에서 iso 라는 Storage가 생성된 것을 확인할 수 있습니다.
 

참고 문헌


 
 

분류: Cloud

최종 수정일: 2024-09-30 12:26:18

이전글 :
다음글 :