ich wollte gestern mal wieder meinen ESXi 6.7 auf den neusten Stand bringen und habe erstmal das letzte Custom Image eingespielt.
Code: Alles auswählen
esxcli software sources profile list -d /vmfs/volumes/RAID6/VMware-ESXi-6.7.0-13473784-Fujitsu-v470-1-offline_bundle.zip
Name Vendor Acceptance Level Creation Time Modification Time
--------------------------------------------- ------- ---------------- ------------------- -------------------
Fujitsu-VMvisor-Installer-6.7-13473784-v470-1 Fujitsu PartnerSupported 2019-04-26T05:50:45 2019-05-08T00:45:44
esxcli software profile update -d /vmfs/volumes/RAID6/VMware-ESXi-6.7.0-13473784-Fujitsu-v470-1-offline_bundle.zip -p Fujitsu-VMvisor-Installer-6.7-13473784-v470-1
Nachdem das prima funktioniert hat, habe ich den ESXi rebootet und dann versucht das letzte "Public" Update auf zu spielen:
Code: Alles auswählen
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.7.0-20190504001-standard \
-d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
Doch nach "esxcli software profile update -p ...." kahm folgende Fehlermeldung:
Code: Alles auswählen
[OSError]
[Errno 28] No space left on device
Please refer to the log file for more details.
DIe habe ich dann hier im Forum gesucht und bin auf diesen Artikel gestoßen:
https://kb.vmware.com/s/article/1007638
Doch auch mit den Hinweisen in diesem Artikel kann ich leider kein Problem finden

Code: Alles auswählen
[root@localhost:~] stat -f /
File: "/"
ID: 100000000 Namelen: 127 Type: visorfs
Block size: 4096
Blocks: Total: 664968 Free: 445741 Available: 445741
Inodes: Total: 655360 Free: 647735
Code: Alles auswählen
[root@localhost:~] find / -path "/vmfs" -prune -o -type f -size +50000k -exec ls -l '{}' \;
-r--r--r-- 1 root root 107758155 Jun 9 19:39 /tardisks/vmx.v00
-r--r--r-- 1 root root 117799170 Jun 9 19:39 /tardisks/vim.v00
-r--r--r-- 1 root root 196305488 Jun 9 19:39 /tardisks/sb.v00
-r--r--r-- 1 root root 61818200 Jun 9 19:39 /tardisks/s.v00
-rw------- 1 root root 2997081866240 Jun 10 07:41 /dev/lvm/5c34a17d-1440f677-b304-901b0e046467
-rw------- 1 root root 4009754624 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0
-rw------- 1 root root 2684354560 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0:9
-rw------- 1 root root 299876352 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0:8
-rw------- 1 root root 115326976 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0:7
-rw------- 1 root root 262127616 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0:6
-rw------- 1 root root 262127616 Jun 10 07:41 /dev/disks/mpx.vmhba32:C0:T0:L0:5
-rw------- 1 root root 2997268512768 Jun 10 07:41 /dev/disks/naa.600300570130d9102379e00d13177101
-rw------- 1 root root 2997266416128 Jun 10 07:41 /dev/disks/naa.600300570130d9102379e00d13177101:1
Für mich sieht das so aus, als wäre genug Space frei und unter den Dateien sehe ich als Laie auch keine die ich mich trauen würde zu löschen

Könnt Ihr bitte helfen? Danke!!!