Microserver Gen8 에 ESXi 설치 사용시 Disk 속도가 나지 않는경우 아래와 같이 한다고 함.
scsi-hpvsa-5.5.0-88OEM.550.0.0.1331820.x86_64.vib 다운로드
https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX_bfdbb1dfc5314e02bc01b1436b
이전 scsi-hpvsa 드라이버를 삭제하고 5.5.0-88버전을 설치한 뒤 재부팅한다.
[root@localhost:~] esxcli system maintenanceMode set –enable true
[root@localhost:~] esxcli software vib remove -n scsi-hpvsa
Removal Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed:
VIBs Removed: HPE_bootbank_scsi-hpvsa_5.5.0.102-1OEM.550.0.0.1331820
VIBs Skipped:
[root@localhost:~] esxcli software vib install -v file:/tmp/scsi-hpvsa-5.5.0-88OEM.550.0.0.1331820.x86_64.vib –force –no-sig-check –maintenance-mode
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: Hewlett-Packard_bootbank_scsi-hpvsa_5.5.0-88OEM.550.0.0.1331820
VIBs Removed:
VIBs Skipped:
[root@localhost:~] reboot
다시 SSH 쉘에 접속해서 AHCI 모듈을 Disable하고 재부팅한다.
[root@localhost:~] esxcli system module set –enabled=false –module=vmw_ahci
[root@localhost:~] esxcli system maintenanceMode set –enable false
[root@localhost:~] reboot