Salt vs. BigFix: The Speed of Light vs. The Heavyweight Champion

In the world of infrastructure management, we are often forced to choose between the legacy reliability of the past and the high-speed automation of the future. For years, HCL BigFix (formerly IBM BigFix) has been the “Heavyweight Champion”—a massive, unmovable force in endpoint management. But a challenger has matured into a dominant player: Salt (SaltStack). If you are building a modern, self-healing infrastructure, the conversation shouldn’t just be about “patching.” It should be about reaction time, extensibility, and developer experience. ...

January 27, 2026 · 4 min · Cosmin

Step-by-Step Guide to Deploying Salt Open Source

Salt (SaltStack) is a powerful open-source configuration management and automation tool. Below is a step-by-step guide to deploying Salt Open Source for centralized configuration and management. Step 1: Update Your System Before installing Salt, update your package repositories and upgrade your system packages: sudo apt update sudo apt upgrade -y Step 2: Install Salt Master On your master server, install the Salt master package: sudo apt install salt-master -y Step 3: Configure Salt Master ...

April 9, 2025 · 2 min · Cosmin

SaltStack Config vs Ansible Tower: A Comprehensive Comparison of Two Leading Configuration Management Tools

In today’s fast-paced IT landscape, managing infrastructure efficiently is a top priority. Configuration management toolslike SaltStack Config and Ansible Tower empower IT teams to automate server provisioning, software deployment, and system maintenance. But how do these two solutions compare, and which one is the best fit for your organization? In this detailed comparison of SaltStack Config vs Ansible Tower, we’ll explore their key features, use cases, strengths, and weaknesses. Whether you’re searching for scalability, ease of use, or seamless integrations, this guide will help you decide which tool aligns with your automation needs. ...

February 27, 2025 · 5 min · Cosmin

Understanding the Differences Between SaltStack and Terraform

In the evolving landscape of infrastructure automation, two tools frequently stand out: SaltStack and Terraform. Both are pivotal for managing infrastructure, yet they cater to distinct needs and operate on fundamentally different principles. This blog post explores what sets SaltStack and Terraform apart, delving into their purposes, architectures, use cases, and how they can work together to streamline your infrastructure workflows. What is SaltStack? SaltStack, commonly known as Salt, is a configuration management tool designed to automate the setup, configuration, and ongoing maintenance of servers. It thrives in environments where consistency and control over server states are paramount. Salt operates on a master-minion architecture, where a central master server orchestrates commands and configurations across multiple minion servers in real time. ...

February 27, 2025 · 4 min · Cosmin
Article cover image

Deploying SaltStack Config 8.17 via Lifecycle Manager in an Aria Automation Environment

Are you looking to streamline configuration management in your VMware by Broadcom Aria Automation environment? SaltStack Config 8.17, integrated into Aria Automation 8.18, offers powerful tools for automating and securing your infrastructure. In this guide, I’ll walk you through deploying SaltStack Config 8.17 using VMware Aria Suite Lifecycle Manager in an existing Aria Automation 8.18 setup. Whether you’re a solutions architect or IT administrator, this step-by-step tutorial will help you get started efficiently. ...

February 27, 2025 · 4 min · Cosmin

SaltStack vs Ansible: Which Open-Source Configuration Management Tool is Best for Your Needs?

When it comes to configuration management, SaltStack and Ansible stand out as two of the most popular open-source tools for automating infrastructure, deploying applications, and managing IT environments. Whether you’re a DevOps professional or an IT administrator, choosing the right tool can streamline your workflows and improve efficiency. In this technical comparison, we’ll break down the differences between SaltStack Config and Ansible Open Source, covering their architectures, ease of use, scalability, and more. By the end, you’ll know which tool is best suited for your specific needs. ...

February 27, 2025 · 4 min · Cosmin
Article cover image

How to Deploy SaltStack Config 8.17 Standalone Using VMware Aria Suite Lifecycle Manager

Want to harness the power of SaltStack Config for configuration management without tying it to an existing VMware Aria Automation setup? Deploying SaltStack Config 8.17 as a standalone product via VMware Aria Suite Lifecycle Manager (by VMware by Broadcom) is an excellent solution. This step-by-step guide will walk you through the process, ensuring you can set up a standalone SaltStack environment efficiently. Perfect for IT administrators or DevOps teams, this tutorial makes deployment simple and scalable. ...

February 27, 2025 · 4 min · Cosmin
Article cover image

Error Code: LCMVSSC10013

While trying to upgrade my SaltStack Config environment to 8.16.2 I encountered Error Code: LCMVSSC10013 in VMware Aria Suite Lifecycle. The error details: Error Code: LCMVSSC10013 Failed to import VMware Aria Automation Config. Exception occurred while importing VMware Aria Automation Config host. Exception message: Import of VMware Aria Automation Config failed for tenant Standalone vRASSC com.vmware.vrealize.lcm.vsse.common.exception.VsscImportFailureException: Import of VMware Aria Automation Config failed for tenant Standalone vRASSC at com.vmware.vrealize.lcm.vsse.core.task.VsscImportTask.execute(VsscImportTask.java:185) at com.vmware.vrealize.lcm.platform.automata.service.Task.retry(Task.java:158) at com.vmware.vrealize.lcm.automata.core.TaskThread.run(TaskThread.java:60) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: Cannot execute ssh commands. Exception encountered : Session.connect: java.security.spec.InvalidKeySpecException: key spec not recognized at com.vmware.vrealize.lcm.util.SshUtils.execute(SshUtils.java:721) at com.vmware.vrealize.lcm.util.SshUtils.runCommand(SshUtils.java:532) at com.vmware.vrealize.lcm.util.SshUtils.runCommand(SshUtils.java:516) at com.vmware.vrealize.lcm.util.SshUtils.runCommand(SshUtils.java:628) at com.vmware.vrealize.lcm.vsse.core.task.VsscImportTask.fetchFipsStatus(VsscImportTask.java:342) at com.vmware.vrealize.lcm.vsse.core.task.VsscImportTask.getProductDetails(VsscImportTask.java:260) at com.vmware.vrealize.lcm.vsse.core.task.VsscImportTask.execute(VsscImportTask.java:158) ... 5 more Caused by: java.lang.RuntimeException: Cannot create session for ssh://root@ssc-01a.corp.local at com.vmware.vrealize.lcm.util.SessionHolder.newSession(SessionHolder.java:57) at com.vmware.vrealize.lcm.util.SessionHolder.<init>(SessionHolder.java:37) at com.vmware.vrealize.lcm.util.SshUtils.execute(SshUtils.java:663) ... 11 more Caused by: com.jcraft.jsch.JSchException: Session.connect: java.security.spec.InvalidKeySpecException: key spec not recognized at com.jcraft.jsch.Session.connect(Session.java:550) at com.vmware.vrealize.lcm.util.SessionHolder.newSession(SessionHolder.java:53) ... 13 more Caused by: java.security.spec.InvalidKeySpecException: key spec not recognized at org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi.engineGeneratePublic(Unknown Source) at org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi.engineGeneratePublic(KeyFactorySpi.java:212) at java.base/java.security.KeyFactory.generatePublic(Unknown Source) at com.jcraft.jsch.jce.XDH.getSecret(XDH.java:71) at com.jcraft.jsch.DHXEC.next(DHXEC.java:134) at com.jcraft.jsch.Session.connect(Session.java:328) ... 14 more To get around it I had to enable FIPS mode in Aria Suite Lifecycle under Lifecycle Operations -> Settings -> Tips Mode Compliance -> check the enabled box -> Click Update ...

March 25, 2024 · 2 min · Cosmin
Article cover image

Upgrading VMware Aria Automation Config to 8.16.2

In this post i will go over upgrading my 8.x SSC appliance to 8.16.2. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.16. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.16.2 Aria Automation Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

March 25, 2024 · 2 min · Cosmin

Streamlining vCenter Server Firewall Management with SaltStack Config

In the realm of VMware vSphere management, securing your vCenter Server is critical to maintaining a robust and secure infrastructure. SaltStack Config, integrated into VMware’s vRealize Automation suite, offers a powerful way to automate and manage configurations across your VMware environment, including firewall settings. This blog explores how to leverage SaltStack Config to automate firewall adjustments on your vCenter servers, ensuring consistent security policies and simplifying the process across multiple instances. ...

March 21, 2024 · 3 min · Cosmin