Comprehensive Guide to the deploy.sh Script in…

Comprehensive Guide to the deploy.sh Script in…

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/ […]


Broadcom Social Media Advocacy

PowerCLI on Mac, Linux, and Windows _ vcrocs.info

PowerCLI on Mac, Linux, and Windows _ vcrocs.info

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 […]


Broadcom Social Media Advocacy

Veeam upgrade 12.2 to 12.3 step-by-step in pictures

Pre-upgrade checks

Stop & disable all backup jobs. And then stop all Veeam services.

You can use powershell to stop all Veeam* services:

Get-Service -Name "Veeam*" | Stop-Service

Mount installation ISO image and run “Setup.exe”

Choose what to upgrade

License Agreement

Upgrade

list of product which will be upgraded

License

If you have already licnesed Veeam, you will see your actual license. Otherwise you can browse local disk for license files or Sign in with Veeam.

Service Account

Database

Database upgrade

Configuration Check

Compatibility Issues

  • New Veeam Threat Hunter service -> https://www.veeam.com/kb1999
  • Selected location does not meet recommended disk space requirements -> extend disk where the Veeam is installed

You can find more details about upgrade in Veeam Help Center -> https://helpcenter.veeam.com/docs/backup/vsphere/upgrade_vbr.html?ver=120

Ready to Upgrade

Upgrade progress

Step 1 of 7:

Step 2 of 7:

Step 3 of 7:

Step 4 of 7:

Step 5 of 7:

Step 6 of 7:

Step 7 of 7:

Finish

Post upgrade

  • check that all services are UP.

Veeam Backup & Replication console which is installed on Veeam VBR server is upgraded automatically.

Components Update

Update

Component update completed

Re-enable previously disabled jobs.

And that’s all 🙂

Update: VCP VCF Administrator 2025 exam -…

Update: VCP VCF Administrator 2025 exam -…

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. […]


Broadcom Social Media Advocacy

VMware Cloud Director Failure After Storage…

VMware Cloud Director Failure After Storage…

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 […]


Broadcom Social Media Advocacy

Centralized ESXi Logs: Quick Guide to Syslog Configuration (WebUI & CLI)

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:

4. Configure Syslog Using ESXCLI Commands (CLI Method)

Set the Remote Syslog Server:

  • Open a console session to your ESXi host.
  • Execute:
esxcli system syslog config set --loghost='udp://syslog:514’

Apply the New Configuration:

esxcli system syslog reload

Check the syslog configuration

esxcli system syslog config get

Open Firewall Ports:

  • Enable the syslog firewall rule with:
esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true

Refresh the firewall settings:

esxcli network firewall refresh

Check the ruleset

esxcli network firewall ruleset rule list | grep syslog

Tips & Tricks

  • Verify firewall rules to allow syslog traffic.
  • Use consistent naming conventions for easier log analysis.
  • Regularly backup your syslog configuration settings.

By following these simple steps and best practices, you’ll ensure your ESXi host remains efficiently monitored, secure, and compliant.

VMware related KB 318939: https://knowledge.broadcom.com/external/article/318939/

GMKTec K8 Plus – vSphere Mini Lab

GMKTec K8 Plus – vSphere Mini Lab

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 […]


Broadcom Social Media Advocacy

VMware Cloud Director 10.6.1 _ gnunes.cloud

VMware Cloud Director 10.6.1 _ gnunes.cloud

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 […]


Broadcom Social Media Advocacy