FAT or EHBO
Yes! That is a strange title, but let me explain. FAT = First Aid Kit which we in the Netherlands is called EHBO = Eerst Hulp Bij Ongevallen.
So why the need to be so dramatic? Well I’m getting tried of searching for the correct logfile to tail in case when SHTF (no need to explain, right?). So this will be my one-stop page for all the log files that I need or might need in the future.
VMware Cloud Foundation Deployment:
Workspace One Access:
Username: sshuser
Folder: /opt/vmware/horizon/workspace/logs
Files: connector-dir-sync.log & connector.log
Remarks: please pay close attention on the Base DN and that you don’t miss any comma’s; like OU=accountsOU=users,DC=kablog,DC=nl
VMware Cloud Foundation Deployment:
Check License model:
TOKEN=$(curl -d '{"username" : "administrator@vsphere.local", "password" : "<PASSWORD>"}' -H "Content-Type: application/json" -X POST https://<SDDC-MANAGER-FQDN>/v1/tokens -k | jq -r '.accessToken') curl -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" https://localhost/v1/licensing-info -k -i