'Virtualization'에 해당되는 글 2건

  1. 2008/12/30 alwaysu012 Enable SSH for ESXi
  2. 2008/12/30 alwaysu012 Install ESX Server on VMware Workstation

Enable SSH for ESXi

Virtualization 2008/12/30 14:13 alwaysu012
원문보기

주요 내용
  1. Alt+F1 키로 가상콘솔 이동
  2. Type "unsupported" then type your password when asked
  3. vi /etc/inetd.conf
    32번 줄의 주석처리되어 있는 ssh 를 풀어줌
    ssh  stream  tcp  nowait  root  ~~~~
  4. reboot
2008/12/30 14:13 2008/12/30 14:13
TAG ,
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.wccs.co.kr/?/rss/response/4

댓글+트랙백 ATOM :: http://www.wccs.co.kr/?/atom/response/4

원문 보기

주요 내용
  1. 가상머신 생성
    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

  2. Workstation 6.5를 사용하는 경우
    가상머신 설정에서 Processors 선택
    Execution Mode -> Prefered mode : Intel VT-x or AMD-V 선택

  3. 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”

2008/12/30 14:03 2008/12/30 14:03
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.wccs.co.kr/?/rss/response/3

댓글+트랙백 ATOM :: http://www.wccs.co.kr/?/atom/response/3