ESXi Host Manually Update

These are some notes while upgrading my ESXi homelab server.Check current version/build number[nstah@kumala:~] vmware -vVMware ESXi 6.7.0 build-14320388Download ESXi update file at VMweare Customer Connect, then upload it to VM host storage I'm trying to update using October 2022 Patch, ESXi670-202210001 - Build 204970...

Centos Yum Install Download Only for Offline Install

 yum install yum-plugin-downloadonly yum-utils createrepo mkdir /var/tmp/httpd mkdir /var/tmp/httpd-installroot yum install --downloadonly --installroot=/var/tmp/httpd-installroot --releasever=7 --downloaddir=/var/tmp/httpd httpd createrepo --database /var/tmp/httpd vi /etc/yum.repos.d/offline-httpd.repo [offline-httpd] name=CentOS-$releasever - httpd baseurl=file:///var/tmp/httpd enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 repoclosure...