I’m using the tool Logwatch to get a daily log report from all my servers by email. Install Logwatch: apt-get update apt-get install logwatch Config file: /usr/share/logwatch/default.conf/logwatch.conf To simplify the access to the config file I use a symlink. cd /etc/logwatch ln -s …
Read MoreMy Homelab contains currently 2x HP Microserver N40L and one HP Microserver Gen8. The N40L’s are running ESXi 5.5 and the Gen8 is running ESXi 6. That’s my basic setup. Due the fact that I’m only using Apple computers I have searched a long time for an alternative to the vSphere fat client. Since a couple of months …
Read MoreI faced multiple times the issue that the progress bar of the upgrade page of an VDP appliance does not show any status. Therefore I started search for an log file where it is possible to get at least basic upgrade status messages. During my search I found the VMware KB: 2062947. This KB shows a log file which contains …
Read MoreI use the vCenter appliance as console proxy to access virtual machine consoles using HTML5 without a direct connection to the ESXi hosts. In vSphere 5.1 this was possible with a hidden configuration in the webclient.properties file. This configuration has changed in vSphere 5.5 and is now official available. …
Read MoreYou can install the VMware tools using the Wizzard in the vSphere client but this is not the best solution. VMware is offering an repository which you can use to install the VMware tools using your package manager. URL of the repository: http://packages.vmware.com/tools/esx/5.5/index.html Example for Redhat 6 64bit …
Read MoreToday VMware released the new VMware vSphere 6. I was running the Beta for a long time and I must say it was working very good. VMware vSphere 6 VMware vSphere 6 Whats New The release of vSphere 6 is already exciting but there is one additional extrem cool new product from VMware called VIO (VMware Integrated …
Read MoreIf you run machines in a cloud or in a restriced environment where direct ssh is a security risk it could be a good way forward to use a HTML5 based solution. Guacamole is such an solution. It is a clientless remote access system. It is just required to install Tomcat to run the web application and a proxy deamon. The …
Read MoreNormally VMware offers only the WebClient as standalone on Windows but there is a nice way to run the Webclient on linux and save the license costs for the Windows machine. Install your Windows vCenter including SSO. As next step you import the vCenter Appliance and configure the SSO to use the existing SSO of your …
Read MoreI’m currently experimenting with Arduino and Wifi modules like the ESP8266. Below you can find a working example where the Arduino DUE measures the temperature using a Dallas DS18B20 and uploads the temperature using a ESP-05 to my local Thingspeak server. What do you need: 1x Arduino Due 1x Dallas 18B20 1x 4,7 kohm …
Read More