I just did a fresh install of ESXi 6.7. When I try to update it to the latest profile I get the following error. The install is on a 32GB mSATA device.
Ptr Blocks shows max/free as 0/0. Is this the contributing factor?
I was able to successfully update the vibs even though the software profile update fails. Shouldn't the vib update fail too if the above was the issue?
- Checked and the Swap enabled
- tried the ESXi-6.7.0-20190104001-no-tools
- Did not see any large log files etc.
Appreciate any help I can get on this. I checked out most of the troubleshooting tips that I could find on the interwebz...
Code:
esxcli software profile update -p ESXi-6.7.0-20190104001-standard \
>-d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[OSError]
[Errno 28] No space left on device
Please refer to the log file for more details.
Code:
File: "/"
ID: 100000000 Namelen: 127 Type: visorfs
Block size: 4096
Blocks: Total: 568868 Free: 371228 Available: 371228
Inodes: Total: 655360 Free: 648812
Ptr Blocks shows max/free as 0/0. Is this the contributing factor?
Code:
vmkfstools -Ph -v 10 /vmfs/volumes/5c69e33b-ca55bcf6-dcee-ac1f6b82cd77
VMFS-6.82 (Raw Major Version: 24) file system spanning 1 partitions.
File system label (if any): datastore1
Mode: public
Capacity 22.2 GB, 19.8 GB available, file block size 1 MB, max supported file size 64 TB
Volume Creation Time: Sun Feb 17 22:42:03 2019
Files (max/free): 16384/16374
Ptr Blocks (max/free): 0/0
Sub Blocks (max/free): 16384/16383
Secondary Ptr Blocks (max/free): 256/255
File Blocks (overcommit/used/overcommit %): 0/2463/0
Ptr Blocks (overcommit/used/overcommit %): 0/0/0
Sub Blocks (overcommit/used/overcommit %): 0/1/0
Large File Blocks (total/used/file block clusters): 45/0/45
Volume Metadata size: 1502584832
Disk Block Size: 512/512/0
UUID: 5c69e33b-ca55bcf6-dcee-ac1f6b82cd77
Logical device: 5c69e335-f12283e0-d913-ac1f6b82cd77
Partitions spanned (on "lvm"):
t10.ATA_____LITEONIT_LMT2D32L3M______________________TW04NG44550852A25323:3
Is Native Snapshot Capable: NO
OBJLIB-LIB: ObjLib cleanup done.
WORKER: asyncOps=0 maxActiveOps=0 maxPending=0 maxCompleted=0
I was able to successfully update the vibs even though the software profile update fails. Shouldn't the vib update fail too if the above was the issue?
Code:
esxcli software vib update \
> -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
- tried the ESXi-6.7.0-20190104001-no-tools
- Did not see any large log files etc.
Code:
No large log files etc.
find / -path "/vmfs" -prune -o -type f -size +50000k -exec ls -lh '{}' \;