星期三, 9月 27, 2017

VMware ESXi 6.5 Intel 750 SSD 安裝小記

最近由於任務的關係, 又要安裝 Intel 750 SSD with VMware vSphere 6.5

參考自己之前的筆記

VMware OS:  VMware ESXi 6.5
Intel SSD 750 1.2TB
伺服器: Cisco C220 M4

下載頁面

下載後解開 .zip 將 intel-nvme-1.0e.1.1-1OEM.550.0.0.1391871.x86_64.vib 上傳到 datastore

在 Web client 上面的 Configure -- > System -- > Security Profile 開啟 SSH 服務
讓機器進維護模式

連到 vShere 機器 先進行觀察

[root@localhost:~] esxcfg-scsidevs  -a
vmhba0  vmw_ahci          link-n/a  sata.vmhba0                             (0000:00:11.4) Intel Corporation Wellsburg AHCI Controller
vmhba1  vmw_ahci          link-n/a  sata.vmhba1                             (0000:00:1f.2) Intel Corporation Wellsburg AHCI Controller
vmhba2  lsi_mr3           link-n/a  sas.578da6e715b21bc0                    (0000:0d:00.0) Avago (LSI) MegaRAID SAS Invader Controller
vmhba3  nvme              link-n/a  pscsi.vmhba3                            (0000:0e:00.0) Intel Corporation SSD 750 Series [Add-in Card]
vmhba4  nvme              link-n/a  pscsi.vmhba4                            (0000:81:00.0) Intel Corporation SSD 750 Series [Add-in Card]
vmhba5  fnic              link-n/a  fc.1000a46c2aec5b1a:2000a46c2aec5b1a    (0000:0b:00.0) Cisco Systems Inc Cisco VIC FCoE HBA
vmhba6  fnic              link-n/a  fc.1000a46c2aec5b1b:2000a46c2aec5b1b    (0000:0c:00.0) Cisco Systems Inc Cisco VIC FCoE HBA


[root@localhost:~] vmkload_mod  -s   nvme |  grep  Version
Version: 1.2.0.32-2vmw.650.0.0.4564106

[root@localhost:~] vmkchdev  -l  |  grep  vmhba3
0000:0e:00.0 8086:0953 8086:370d vmkernel vmhba3

[root@localhost:~] esxcli  software  vib  install  -v  /vmfs/volumes/Local_30.76/patch/intel-nvme-1.0e.1.1-1OEM.550.0.0.1391871.x86_64.vib

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: Intel_bootbank_intel-nvme_1.0e.1.1-1OEM.550.0.0.1391871
  VIBs Removed:
  VIBs Skipped:

將機器重新開機
[root@localhost:~] reboot

將機器離開維護模式

暫時開啟主機 SSH 服務, 連線進 SSH 進行比對

有看到差異的部份
[root@localhost:~] esxcfg-scsidevs  -a
vmhba0  vmw_ahci          link-n/a  sata.vmhba0                             (0000:00:11.4) Intel Corporation Wellsburg AHCI Controller
vmhba1  vmw_ahci          link-n/a  sata.vmhba1                             (0000:00:1f.2) Intel Corporation Wellsburg AHCI Controller
vmhba2  lsi_mr3           link-n/a  sas.578da6e715b21bc0                    (0000:0d:00.0) Avago (LSI) MegaRAID SAS Invader Controller
vmhba3  intel-nvme        link-n/a  pscsi.vmhba3                            (0000:0e:00.0) Intel Corporation NVM-Express PCIe SSD
vmhba4  intel-nvme        link-n/a  pscsi.vmhba4                            (0000:81:00.0) Intel Corporation NVM-Express PCIe SSD
vmhba5  fnic              link-n/a  fc.1000a46c2aec5b1a:2000a46c2aec5b1a    (0000:0b:00.0) Cisco Systems Inc Cisco VIC FCoE HBA
vmhba6  fnic              link-n/a  fc.1000a46c2aec5b1b:2000a46c2aec5b1b    (0000:0c:00.0) Cisco Systems Inc Cisco VIC FCoE HBA

其他兩個倒是沒有太大差異

[root@localhost:~] vmkload_mod  -s   nvme |  grep  Version
Version: 1.2.0.32-2vmw.650.0.0.4564106

[root@localhost:~] vmkchdev  -l  |  grep  vmhba3
0000:0e:00.0 8086:0953 8086:370d vmkernel vmhba3


關閉 SSH 服務

Reference





沒有留言: