ESXiのパッチ適用で [InstallationError] [Errno 28] No space left on deviceが出たとき

ESXiで [InstallationError] [Errno 28] No space left on deviceが出たとき

パッチのzipを展開しインストールできなかったvibsを
単体でインストールしてから、もう一度パッチを当てると問題なく適用できた。

[root@esxi01:~] esxcli software profile update -d /vmfs/volumes/datastore1/PATCH/ESXi670-201912001.zip  -p ESXi-6.7.0-20191204001-standard
 [InstallationError]
 [Errno 28] No space left on device
       vibs = VMware_locker_tools-light_11.0.1.14773994-15160134
 Please refer to the log file for more details.
[root@esxi01:~]
[root@esxi01:~] unzip ESXi670-201912001.zip
Archive:  ESXi670-201912001.zip
  inflating: index.xml
  inflating: vendor-index.xml
  inflating: metadata.zip
  inflating: vib20/iser/VMW_bootbank_iser_1.0.0.0-1vmw.670.1.28.10302608.vib
~~~
[root@esxi01:~]
[root@esxi01:~] esxcli software vib install -v /vmfs/volumes/datastore1/PATCH/vib20/tools-light/VMware_locker_tools-light_11.0.1.14773994-15160134.vib
Installation Result
   Message: Operation finished successfully.
   Reboot Required: false
   VIBs Installed: VMware_locker_tools-light_11.0.1.14773994-15160134
   VIBs Removed: VMware_locker_tools-light_10.3.10.12406962-14141615
   VIBs Skipped:
[root@esxi01:~]
[root@esxi01:~] esxcli software profile update -d /vmfs/volumes/datastore1/PATCH/ESXi670-201912001.zip  -p ESXi-6.7.0-20191204001-standard
Update Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed: VMW_bootbank_i40en_1.8.1.9-2vmw.670.3.73.14320388, VMW_bootbank_lsi-mr3_7.708.07.00-3vmw.670.3.73.14320388, VMW_bootbank_lsi-msgpt3_17.00.02.00-1vmw.670.3.73.14320388, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.3.89.15160138, VMW_bootbank_vmkusb_0.1-1vmw.670.3.89.15160138, VMware_bootbank_cpu-microcode_6.7.0-3.77.15018017, VMware_bootbank_esx-base_6.7.0-3.89.15160138, VMware_bootbank_esx-update_6.7.0-3.89.15160138, VMware_bootbank_native-misc-drivers_6.7.0-3.89.15160138, VMware_bootbank_vsan_6.7.0-3.89.14840357, VMware_bootbank_vsanhealth_6.7.0-3.89.14840358
   VIBs Removed: Avago_bootbank_lsi-mr3_7.707.11.00-1OEM.670.0.0.8169922, Avago_bootbank_lsi-msgpt3_17.00.00.00-1OEM.650.0.0.4598673, INT_bootbank_i40en_1.7.17-1OEM.670.0.0.8169922, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.670.2.48.13006603, VMW_bootbank_vmkusb_0.1-1vmw.670.2.48.13006603, VMware_bootbank_cpu-microcode_6.7.0-2.69.14141615, VMware_bootbank_esx-base_6.7.0-3.73.14320388, VMware_bootbank_esx-update_6.7.0-3.73.14320388, VMware_bootbank_native-misc-drivers_6.7.0-2.48.13006603, VMware_bootbank_vsan_6.7.0-3.73.14263135, VMware_bootbank_vsanhealth_6.7.0-3.73.14263064
~~~
[root@esxi01:~]

 

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です