SSH to your host, grab the version – esxcli system version get Download the latest patch and upload to the datastore. Find the profile list – esxcli software sources profile list –depot /vmfs/volumes/datastore1/patches/ESXi600-201711001.zip (change path as appropriate) Assuming your profile list shows (this is an example) – Name Vendor Acceptance Level ——————————– ———— —————- ESXi-6.0.0-20171101001s-standard ..
Tag : ssh
I have been monitoring a growing thin provisioned LUN for some time trying to find the cause of the growth and why we never see the LUN reduce in size. I have been running some Veeam jobs for replication and noticed that when I changed the destination datastore for these replicated machines to the thin ..
Scenario: scp using ssh keys to a machine on my network, but received the error – protocol error: mtime.sec not present On creating the user on the remote machine I used nologin, instead of a shell. Simply changing the user via vipw to a shell fixed ..