virtualcenter


Our IT journal

Enabling TPM 2.0 on VMware ESXi 8 on AMD Dell servers

Enter the BIOS via F2 at boot and go into System Setup/System Security: Enable TPM Security:   (Note: Firmware won’t be displayed until the server reboots)   Click on TPM Advanced Settings Select the following options: Apply Secure Boot enabled:     Apply settings and reboot the server You will have to disconnect and re-connect the host:   After that, … Read More


GPT PMBR Size Mismatch will be corrected by w(rite)

On a disk I wanted to expand I had the error GPT PMBR Size Mismatch will be corrected by w(rite) Do parted:   parted -l   Type fix and press enter      


Connecting to AWS via CLI

First start by creating an AWS user via IAM for programmatical access, which will give you a public and private key. Install the AWS CLI    $ aws configure AWS Access Key ID [None]: publickey AWS Secret Access Key [None]: privatekey Default region name [None]: us-east-1 Default output format [None]: text Default output format is JSON – you can choose … Read More