How to Configure a GPU for passthru and VCenter 7

Install the required graphics card(s) into your server, and power on the ESXi host. Go to VCenter and find the ESXi host the card was installed in. Click on Configure -> PCI Devices and Configure Passthrough Select the GPUs and Audio Controller. The Audio Controller is not necessary, but I tend to use it anyway. …

How to run Windows Updates with Ansible

Since Ansible only runs on Linux Machines, you’ll need to have access to a Linux Machine or the ability to build one. I have spun up a Photon OS 3.0 VM, so this instructions will be tailored to that. First install ansible tdnf install ansible Next Install Pip tdnf install python3-pip Then install pywinrm so …

How to update a F@H Client on Photon OS or similar installation

Verify your OS Distribution with below or similar. cat /etc/lsb-release For me running Photon OS, I see the below output. DISTRIB_ID=”VMware Photon OS” DISTRIB_RELEASE=”4.0″ DISTRIB_CODENAME=Photon DISTRIB_DESCRIPTION=”VMware Photon OS 4.0″ Run tdnf update Query for the F@H Binaries we have installed rpm -qa | grep fah We see we have the following installed First backup your …