Close Menu
DPC Virtual Tips
    Read More

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 11
    DPC Virtual Tips
    • Home
    • Operating Systems
    • PowerFlex
    • HPC
    • Virtualization
    • About the Author
    • About Us
    • Contact
    DPC Virtual Tips
    Home » Clustering VMware Aria Operations for Logs
    Virtualization

    Clustering VMware Aria Operations for Logs

    DaniloBy DaniloAugust 2, 2023Updated:July 30, 2026No Comments4 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    VMware Aria Operations for Logs cluster
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Clustering VMware Aria Operations for Logs is an article that explains how to create a cluster with VMware Aria Operations for Logs.

    Single Nodes

    A basic VMware Aria Operations for Logs configuration includes a single node. Log sources can be applications, Operating Systems logs, virtual machine logs, hosts, the vCenter Server, virtual or physical switches, routers, storage hardware, etc.

    Log streams are transported to the VMware Aria Operations for Logs node using syslog (UDP, TCP, TCP+SSL) or CFAPI (the VMware Aria Operations for Logs native ingestion protocol over HTTP or HTTPS).

    As a best practice, do not use single nodes for product environments.

    Clusters

    Production environments generally require the use of clusters. Clusters must meet the following requirements:

    • Nodes (appliances) in clusters must all be of the same size and in the same data center;
    • The ILB (Integrated Load Balancer) used with clusters requires that nodes be in the same L2 network;
    • VMware Aria Operations for Logs VMs must be excluded from VMware NSX DFW – This is because virtual IPs for Clusters use a Linux Virtual Server in Direct Server Return Mode (LVS-DR) for load balancing. Direct Server Return is more efficient than routing all response traffic through a single cluster member. However, it also resembles spoofed traffic, which NSX DFW blocks.

    Source: https://docs.vmware.com/en/VMware-Aria-Operations-for-Logs/8.12/Getting-Started-Operations-for-Logs/GUID-B4E1F61D-0D88-4344-97E8-15777DC1F8BB.html

    About our lab environment

    So, here our goal is to create a VMware Aria Operations for Logs cluster with 3 nodes. Below, it is possible to see the IP address plan for our configuration:

    • syslog1.lab.local = 192.168.200.6 (Node 1)
    • syslog2.lab.local = 192.168.200.7 (Node 2)
    • syslog3.lab.local = 192.168.200.8 (Node 3)
    • syslog-vip.lab.local = 192.168.200.9 (Virtual IP)

    The first thing here is to deploy and set up the first node of VMware Aria Operations for Logs. We have an article that explains how to do that. Click here to read this article.

    After the deployment of the first node, access it by GUI –> Management Menu –> Cluster. We can see details about cluster configuration – In this example, our first node is “syslog1.lab.local” with the IP address “192.168.200.6”:

    Join an Existing Deployment

    As we said before, the first step is deploying the first VMware Aria Operations for Logs node.
    After that, deploy the additional nodes.

    Access the additional node by Web and click and NEXT to continue:

    Pain attention here: Click on “JOIN EXISTING DEPLOYMENT” to join this new node to an existing deployment for creating a cluster:

    Type the IP address or the FQDN of the VMware Aria Operations for Logs primary node.
    In this example, our primary FQDN node is syslog1.lab.local:

    Accept the SSL certificate:

    After that, we will receive a message explaining that the join request was done. We need to access the cluster management page to allow this new node to join this cluster:

    After that, access the Management menu –> Cluster –> Click on ALLOW to approve the new node:

    The join deployment to the new node is running:

    After a few minutes, the new node will be joined in this cluster:

    Do the same for the other node. Now, we have a cluster with 3 nodes:

    Configuring the Integrated Load Balancer

    An external load balancer is not supported. So, we need to use the ILB (Integrated Load Balancer) provided by the VMware Aria Operations for Logs.
    VMware Aria Operations for Logs features an Integrated Load Balancer (ILB) which supports one or more Virtual IP Addresses (VIPs). Each VIP balances incoming ingestion and query traffic fairly among available Operations for Logs nodes.

    Click on “+NEW VIRTUAL IP ADDRESS” to create the VIP address:

    Type the IP and the FQDN for the Virtual IP. Click on SAVE to continue:

    Wait a few seconds while the VIP configuration is in progress:

    When the VIP configuration is finished, the status will be Available:

    To confirm, we can access the management console using the VIP FQDN or IP address. In this case:
    https://192.168.200.9 –> This is the VIP address for our environment/cluster

    Click on “Configure vSphere integration” to configure the integration between the Aria Operations for Logs and the vCenter/ESXi hosts:

    Type the details about the vCenter Server and click on “TEST CONNECTION”:

    Accept the vCenter Server SSL certificate:

    Look at the Target configuration. We are sending the VIP address for the vCenter Server and all ESXi hosts. Click on SAVE to continue:

    Wait a few seconds while the configuration is taking place:

    When the configuration is finished, click on OK:

    Accessing the ESXi host by SSH, we can see the Syslog remote host configuration:

    esxcli system syslog config get

    Important: To remember, the remote host “syslog-vip.lab.local” is the VIP address:

    Now, our VMware Aria Operations for Logs is ready 😉

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to Deploy VMware Aria Operations for Logs
    Next Article What is NSX-T DFW?
    Danilo

    Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

    Related Posts

    VM Replication with vSphere Replication and Site Recovery Manager

    June 16, 2025

    Changing DNS Settings on ESXi Hosts

    May 20, 2025

    Changing NTP Settings on ESXi Hosts

    May 19, 2025

    Comments are closed.

    Search
    Categories
    • HPC (10)
    • Operating Systems (83)
    • PowerFlex (22)
    • Virtualization (129)
    Read More
    Operating Systems

    How to Investigate TCP Retransmissions on Linux

    By DaniloAugust 11, 20260
    HPC

    Slurm Node Is DRAINED: How to Find the Exact Reason

    By DaniloAugust 10, 20260
    HPC

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    By DaniloAugust 9, 20260
    Operating Systems

    Linux Process Resource Usage: How to Find Heavy Processes

    By DaniloAugust 6, 20260
    HPC

    Lustre Filesystem Commands: A Practical Admin Guide

    By DaniloAugust 5, 20260
    Latest Posts

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • HPC
    • Operating Systems
    • PowerFlex
    • Virtualization
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Copyright © 2026, DPC Virtual Tips. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure your best experience on our website. If you continue using our website, we'll assume you agree to our cookie policy