User Tools

Site Tools


esxi:update_everything

This is an old revision of the document!


Update Everything

A guide on updating everything on the ESXi machine:

BIOS:

Intel VPro:

ESXi:

vCenter:

XPEnology:

OpenFLIXR:

Windows Server:

Docker Host:

Update

Update the OS

Run systemctl enable docker after updating to re-enable docker starting on boot

  • If desired, Log in to ESXi, navigate to the photon based VM and create new temporary snapshot
  • Using an SSH client, connect to <hostname>:50001 then run:
tdnf upgrade
tdnf clean all
reboot  # If desired/needed
2020/05/18 18:24 · derek
Update Portainer

Reconnect and run:

# Update the Portainer image:
docker pull portainer/portainer-ce
# If it responds with:
# Status: Downloaded newer image for portainer/portainer-ce:latest
# then run the following to update the container
docker stop Portainer
docker rm Portainer
docker run --name Portainer --restart=always -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
2019/09/17 13:45 · derek

AMP Game Server:

Update

  • The management page shows when an update is needed
  • Warning: Updating restarts all game servers!
  • Check https://support.cubecoders.com/ for update notes
  • Login to ssh as root
  • Update the instance manager command line tool:
    • apt update && upgrade
  • Update the AMP instances:
    • runuser -l AMP -c "ampinstmgr upgradeall"
  • Use Shift+F5 or Shift+Command+R to refresh the AMP page with a clear cache after updating
2019/09/19 07:19 · derek
esxi/update_everything.1586848221.txt.gz · Last modified: 2024/09/22 19:51 (external edit)