Introduction to the deploy.sh Script | The deploy.sh script is a fundamental tool in the VMware Aria Automation ecosystem (formerly vRealize Automation), responsible for deploying, configuring, and managing all components of this advanced environment. Located in the /opt/scripts/ […]
Ready to dive into automation? Excellent choice! Planning to automate on a Mac, Linux, or Windows? Fantastic! I love that VMware PowerCLI is built as a PowerShell module, making automation seamless across Mac, Linux, and Windows. Since VMware is my primary focus for automation, PowerShell […]
Hi vAdmins, Today I started preparing for my VMUG session “Stay Certified: Overview into all new VMware’s VCP certifications and training” and I noticed that there was an update posted on the VMware Education Services – Certification website for the current VCP-VCF Administrator certification. […]
Today, I had a storage issue, and all my VMs crashed. One of those VMs was my VMware Cloud Director (vCD). After resolving the storage problem and rebooting the VM, I noticed that vCD did not start properly. Checking the services, I found that some failed with errors, preventing vCD from […]
My home lab…I love learning by doing (hands-on experience), and because of this, having a home lab is a must for me. It allows me to experiment, learn new things, and implement or suggest improvements in my work. One thing I can say for sure—the freedom to break, rebuild, and test anything […]
Configuring syslog on your ESXi host is essential for centralized logging and efficient monitoring. Having your logs centrally managed simplifies troubleshooting and helps with compliance and security audits. Below you’ll find an easy-to-follow guide for setting up syslog both via the WebUI and CLI. Don’t forget to verify connectivity and regularly check your centralized logs for effective monitoring.
Configure Syslog Service (vmsyslogd) on ESXi for Remote Logging
1. Configure Syslog Using the vSphere Client
Log in to the vSphere Client and select your ESXi host.
Navigate to the Configure tab.
Under System, click on Advanced System Settings.
Click Edit to modify settings.
Filter for Syslog.global.logHost.
Enter your syslog server details in the format tcp://hostname:514 or udp://hostname:514 in my case udp://10.20.55.44:514 or with DNS name udp://syslog:514
Click OK to apply the changes.
2. Open Firewall Ports for Syslog Traffic
Enable Syslog in Firewall Rules:
Still under the Configure tab, go to Networking > Firewall > Ougoing connections.
Click EDIT….
Filter for syslog
Click on Checkboxand Click OK.
Now you should see “syslog” in outgoing firewall rules.
3. Verify Connectivity to the Syslog Server
Test Network Connection:
Access the ESXi Shell or use SSH to connect to your ESXi host.
In an effort to downsize even more my home lab from Shuttle PCs that were (in the past) considered compact I decided to explore the impressive, powerfull and small GMKTec mini PCs. With NVMe drives there is no longer need for space for spinning 3.5″ drives. The following were my requirements […]
VMware Cloud Director 10.6.1 is the latest release of VMware Cloud Director. It includes a number of new features and enhancements, as well as some known issues and workarounds. Sure, here is a blog post based on the VMware Cloud Director 10.6.1 Release Notes: VMware Cloud Director 10.6.1 […]