Skip to content

Install binaries on ESXi

Ping Huang edited this page Apr 5, 2016 · 1 revision

NVMe driver

  • install/upgrade NVMe driver: esxcli software vib install -v /path/to/nvme-driver-vib -f
  • reboot

nvme-cli

  • install/upgrade NVMe driver: esxcli software vib install -v /path/to/nvme-cli-vib -f

esxcli-nvme-plugin

  • install/upgrade NVMe driver: esxcli software vib install -v /path/to/esxcli-nvme-plugin-vib -f
  • restart hostd: /etc/init.d/hostd restart
  • ready to use: esxcli nvme --help

nvme-test

  • copy the nvme-test binary to ESXi
  • run /path/to/nvme-test
Clone this wiki locally