달력

3

« 2024/3 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

Advanced Host Controller Interface in Virtual Hardware 10 FAQ (2058513)

Purpose

* 벰웨어에서 하드디스크 세팅을 ide가 아닌 scsi로 잡고 윈도설치

 

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2058513

 

 

This article provides answers to frequently asked questions on the Advanced Host Controller Interface (AHCI) in virtual machine Hardware Version 10.

Resolution

Starting with ESXi 5.5 and Hardware Version 10, VMware introduces a new AHCI/SATA Controller.

What is AHCI?
  • AHCI is a specification that allows implementation of SATA controllers in real and virtual hardware.
  • AHCI provides access to virtual disks and DVD/CD devices. The SATA virtual controller appears to a virtual machine as AHCI SATA.
What controller types can virtual machines use?

With Hardware Version 10, SATA, SCSI, and IDE controllers can be used in a virtual machine.

What are the guest operating systems that are supported with the new controller?
  • Windows Vista and later
  • Linux 2.6.29 and later kernels
  • All MAC guests

Note: To use this controller, the guest operating system requires a driver. To verify support, see the VMware Compatibility Guide.

How many controllers and devices can each virtual machine support?

The current implementation supports 4 controllers and up to 30 devices per controller.

How to determine if the controller is configured in the virtual machine configuration file?

AHCI related entries are similar to SCSI related entries.

For example:
  • Entry related to AHCI controller:

    sataX.present=”true”
    sataX.virtualDev=”ahci”


  • Entry related to disk on AHCI controller:

    sataX:Y.present=”true”
    sataX:Y.fileName=”disk.vmdk”
    sataX:Y.deviceType=”disk”


  • Entry related to CD drive on AHCI controller:

    sataX:Y.present=”true”
    sataX:Y.fileName=”/vmfs/volumes/iso-images/myiso.iso”
    sataX:Y.deviceType=”cdrom-image”

Where are the logs located?

All logs can be found in the vmware.log file located in the virtual machine's home directory and are prefixed with AHCI.

How do I add a SATA Controller?

For information on adding a SATA Controller, see the Add a SATA Controller section of the vSphere Virtual Machine Administration Guide.

:
Posted by KAGSCC