[Remark: With Redhat Enterprise Server 5 it is a little bit more difficult, creation of the initial ramdisk image is not so straightforward: Click here for the redhat howto]
works out of the box:
works out of the box:
SCSI subsystem initializedif you do the following steps:
VMware PVSCSI driver - version 0.0.0.6
pvscsi 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pvscsi: found VMware PVSCSI rev 1 on bus 3:slot 0:func 0
pvscsi 0000:03:00.0: setting latency timer to 64
pvscsi: enabled MSI-X
scsi0 : VMware PVSCSI storage adapter rev A, 256 reqs (8 pages), 1024 cmps (8 pages), cmd_per_lun=64
scsi 0:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
sda: sda1 sda2 sda3
- Install with emulated LSI SCSI controller
- Install all relevant online updates for your Linux distribution
- Install
VMWare-Tools (uninstall open-vm-tools and kernel modules which come
already with your distribution prior to install the new Tools)
- Make sure to add
pvscsi
in your "INITRD_MODULES"-Line in/etc/sysconfig/kernel - invoke "mkinitrd" as root
- shutdown
- Change SCSI controller type to "paravirtual" (via vSphere client)
- power on the virtual linux machine
and you're done! Disk access speedup is noticeable.

Leave a comment