원문 보기
주요 내용
- 가상머신 생성
 Virtual machine hardware compatibility = Workstation 5 + ESX Server Compatible
 Select a Guest Operating System = Linux -> Red Hat Enterprise Linux 4 64-bit
 Processor Configuration = Two
 Memory for the Virtual Machine = 2048
 Network Type = Do not use a network connection
 Select I/O Adapter Types = LSI Logic
 Specify Disk Capacity = 64 GB
 
- Workstation 6.5를 사용하는 경우
 가상머신 설정에서 Processors 선택
 Execution Mode -> Prefered mode : Intel VT-x or AMD-V 선택
 
- Workstation 6.5 이하 버전인 경우, vmx 파일 편집하기
 생성된 vmx 파일에 아래 내용을 추가
 
 # Intel VT
 monitor_control.restrict_backdoor = TRUE
 monitor_control.vt32 = TRUE
 
 #AMD
 #Monitor_control.enable_svm = TRUE
 
 #Intel NIC config
 ethernet0.present = TRUE
 ethernet0.virtualDev = “e1000″
 ethernet0.connectionType = “bridged”
 ehternet0.addressType = “generated”
alwaysu012 2009/06/25 14:28
갑자기 테스트할 일이 생겨서,,,
VMware ESX Server 2.5.2-16390 -> Update 4 적용시 2.5.2-21059 를 
Workstation 6.5에 설치하려는 시도를 했는데,,, 
2.5.x 버전은 Workstation 위에 올라가지 않나봅니다.
vmkernel이 올라가면서,, CPU는 100% 로 치고,,
login prompt 까지는 뜨지만,, vmware 관련 VMFS 등등이 안올라갑니다.
여기까지가 한계인지..
'Virtualization' 카테고리의 다른 글
| [XenServer] ISO 저장소 생성 및 갱신 방법 (0) | 2010.07.08 | 
|---|---|
| VMware Service Console에서 BACKUP (0) | 2009.06.25 | 
| cp or vmkfstools on VMware ESX Server Service Console (0) | 2009.06.25 | 
| VI3 Service Console에서 vcb 백업 이용하기 (0) | 2009.06.25 | 
| Enable SSH for ESXi (0) | 2009.06.21 |