XenServer

오픈소스 비즈니스 컨설팅
Pnuskgh (토론 | 기여)님의 2014년 8월 1일 (금) 14:36 판 (→‎XenServer 설치)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기

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 <cmd> [-s server] [-p port] ([-u username] [-pw password] or [-pwf <password file>]) <other arguments>
//---        xe help
//---        xe help <cmd>
//---        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가 생성된 것을 확인할 수 있습니다.

참고 문헌